01H90X59WRK8AXDXRNMN4Q2BYT: build-and-test / illumos

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

Buildomat Job: 01H90X5FDV6GC0WB21XTQS02GW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-08-29T15:05:04.506Zjob assigned to worker 01H90X5HG8EEQX1XDFVVAKQAJ1 (queued for 59 s)
 
22023-08-29T15:05:05.040Zstarting task 0: "setup"
32023-08-29T15:05:05.096Z++ uname -s
42023-08-29T15:05:05.100Z+ kern=SunOS
52023-08-29T15:05:05.104Z+ case "$kern" in
62023-08-29T15:05:05.107Z+ groupadd -g 12345 build
72023-08-29T15:05:05.110Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-08-29T15:05:07.113Z+ zfs create -o mountpoint=/work rpool/work
92023-08-29T15:05:07.245Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-08-29T15:05:07.249Z+ home_fs=zfs
112023-08-29T15:05:07.252Z+ [[ zfs == autofs ]]
122023-08-29T15:05:07.255Z+ mkdir -p /home/build
132023-08-29T15:05:07.258Z+ chown build:build /home/build /work
142023-08-29T15:05:09.254Z+ chmod 0700 /home/build /work
152023-08-29T15:05:09.258Zprocess exited: duration 4213 ms, exit code 0
 
162023-08-29T15:05:09.265Zstarting task 1: "rust-toolchain"
172023-08-29T15:05:09.277Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-08-29T15:05:09.280Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-08-29T15:05:09.580Zinfo: downloading installer
202023-08-29T15:05:11.523Zwarning: it looks like you have an existing installation of Rust at:
212023-08-29T15:05:11.527Zwarning: /opt/ooce/bin
222023-08-29T15:05:11.530Zwarning: It is recommended that rustup be the primary Rust installation.
232023-08-29T15:05:11.533Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-08-29T15:05:11.536Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-08-29T15:05:11.539Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-08-29T15:05:11.542Zwarning: or pass `-y' to ignore all ignorable checks.
272023-08-29T15:05:11.546Zerror: cannot install while Rust is installed
282023-08-29T15:05:11.549Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-08-29T15:05:11.658Zinfo: profile set to 'default'
302023-08-29T15:05:11.661Zinfo: default host triple is x86_64-unknown-illumos
312023-08-29T15:05:11.664Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-08-29T15:05:11.873Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
332023-08-29T15:05:11.876Zinfo: downloading component 'cargo'
342023-08-29T15:05:13.424Zinfo: downloading component 'clippy'
352023-08-29T15:05:14.403Zinfo: downloading component 'rust-docs'
362023-08-29T15:05:15.775Zinfo: downloading component 'rust-std'
372023-08-29T15:05:19.203Zinfo: downloading component 'rustc'
382023-08-29T15:05:27.286Zinfo: downloading component 'rustfmt'
392023-08-29T15:05:27.653Zinfo: installing component 'cargo'
402023-08-29T15:05:29.368Zinfo: installing component 'clippy'
412023-08-29T15:05:30.036Zinfo: installing component 'rust-docs'
422023-08-29T15:05:33.055Zinfo: installing component 'rust-std'
432023-08-29T15:05:35.663Zinfo: installing component 'rustc'
442023-08-29T15:05:42.004Zinfo: installing component 'rustfmt'
452023-08-29T15:05:42.469Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-08-29T15:05:42.472Z
472023-08-29T15:05:42.601Z stable-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23)
482023-08-29T15:05:42.605Z
492023-08-29T15:05:42.608Z
502023-08-29T15:05:42.611ZRust is installed now. Great!
512023-08-29T15:05:42.614Z
522023-08-29T15:05:42.617ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-08-29T15:05:42.621Zenvironment variable. This has not been done automatically.
542023-08-29T15:05:42.624Z
552023-08-29T15:05:42.627ZTo configure your current shell, run:
562023-08-29T15:05:42.630Zsource "$HOME/.cargo/env"
572023-08-29T15:05:42.898Z+ rustc --version
582023-08-29T15:05:43.027Zrustc 1.72.0 (5680fa18f 2023-08-23)
592023-08-29T15:05:43.032Zprocess exited: duration 33765 ms, exit code 0
 
602023-08-29T15:05:43.038Zstarting task 2: "authentication"
612023-08-29T15:05:43.096Zprocess exited: duration 54 ms, exit code 0
 
622023-08-29T15:05:43.103Zstarting task 3: "clone repository"
632023-08-29T15:05:43.113Z+ mkdir -p /work/oxidecomputer/dropshot
642023-08-29T15:05:43.117Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
652023-08-29T15:05:44.274ZCloning into '/work/oxidecomputer/dropshot'...
662023-08-29T15:05:45.918Z+ cd /work/oxidecomputer/dropshot
672023-08-29T15:05:45.921Z+ [[ -n renovate/actions-checkout-digest ]]
682023-08-29T15:05:45.925Z+ git fetch origin renovate/actions-checkout-digest
692023-08-29T15:05:46.255ZFrom https://github.com/oxidecomputer/dropshot
702023-08-29T15:05:46.258Z * branch renovate/actions-checkout-digest -> FETCH_HEAD
712023-08-29T15:05:46.264Z+ git checkout -B renovate/actions-checkout-digest remotes/origin/renovate/actions-checkout-digest
722023-08-29T15:05:46.279ZSwitched to a new branch 'renovate/actions-checkout-digest'
732023-08-29T15:05:46.282ZBranch 'renovate/actions-checkout-digest' set up to track remote branch 'renovate/actions-checkout-digest' from 'origin'.
742023-08-29T15:05:46.296Z+ git reset --hard 85b3742a8e52242f2a8acfb6e15b00af70f53acc
752023-08-29T15:05:46.300ZHEAD is now at 85b3742 Update actions/checkout digest to 97a652b
762023-08-29T15:05:46.306Zprocess exited: duration 3193 ms, exit code 0
 
772023-08-29T15:05:46.313Zstarting task 4: "build"
782023-08-29T15:05:46.323Z+ cargo --version
792023-08-29T15:05:46.330Zinfo: syncing channel updates for '1.72.0-x86_64-unknown-illumos'
802023-08-29T15:05:46.555Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
812023-08-29T15:05:46.558Zinfo: downloading component 'cargo'
822023-08-29T15:05:47.355Zinfo: downloading component 'clippy'
832023-08-29T15:05:47.643Zinfo: downloading component 'rust-docs'
842023-08-29T15:05:48.637Zinfo: downloading component 'rust-std'
852023-08-29T15:05:50.392Zinfo: downloading component 'rustc'
862023-08-29T15:05:54.618Zinfo: downloading component 'rustfmt'
872023-08-29T15:05:54.872Zinfo: installing component 'cargo'
882023-08-29T15:05:56.155Zinfo: installing component 'clippy'
892023-08-29T15:05:56.667Zinfo: installing component 'rust-docs'
902023-08-29T15:05:59.536Zinfo: installing component 'rust-std'
912023-08-29T15:06:02.260Zinfo: installing component 'rustc'
922023-08-29T15:06:08.378Zinfo: installing component 'rustfmt'
932023-08-29T15:06:08.977Zcargo 1.72.0 (103a7ff2e 2023-08-15)
942023-08-29T15:06:08.981Z+ rustc --version
952023-08-29T15:06:09.107Zrustc 1.72.0 (5680fa18f 2023-08-23)
962023-08-29T15:06:09.115Z+ banner build
972023-08-29T15:06:09.119Z
982023-08-29T15:06:09.122Z ##### # # # # #####
992023-08-29T15:06:09.125Z # # # # # # # #
1002023-08-29T15:06:09.128Z ##### # # # # # #
1012023-08-29T15:06:09.131Z # # # # # # # #
1022023-08-29T15:06:09.134Z # # # # # # # #
1032023-08-29T15:06:09.137Z ##### #### # ###### #####
1042023-08-29T15:06:09.140Z
1052023-08-29T15:06:09.143Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1062023-08-29T15:06:09.554Z Updating crates.io index
1072023-08-29T15:06:10.704Z Downloading crates ...
1082023-08-29T15:06:10.916Z Downloaded glob v0.3.0
1092023-08-29T15:06:10.922Z Downloaded pin-project-lite v0.2.12
1102023-08-29T15:06:10.933Z Downloaded futures v0.3.28
1112023-08-29T15:06:10.943Z Downloaded rand v0.8.4
1122023-08-29T15:06:10.952Z Downloaded schemars v0.8.12
1132023-08-29T15:06:10.976Z Downloaded thread_local v1.1.4
1142023-08-29T15:06:10.979Z Downloaded dyn-clone v1.0.4
1152023-08-29T15:06:10.982Z Downloaded unicode-xid v0.2.2
1162023-08-29T15:06:10.985Z Downloaded async-stream-impl v0.3.5
1172023-08-29T15:06:10.988Z Downloaded smallvec v1.7.0
1182023-08-29T15:06:10.991Z Downloaded hostname v0.3.1
1192023-08-29T15:06:10.994Z Downloaded usdt-macro v0.3.5
1202023-08-29T15:06:10.997Z Downloaded usdt-attr-macro v0.3.5
1212023-08-29T15:06:11.000Z Downloaded try-lock v0.2.3
1222023-08-29T15:06:11.003Z Downloaded unicase v2.6.0
1232023-08-29T15:06:11.006Z Downloaded sha-1 v0.8.2
1242023-08-29T15:06:11.009Z Downloaded utf-8 v0.7.6
1252023-08-29T15:06:11.012Z Downloaded serde_tokenstream v0.2.0
1262023-08-29T15:06:11.015Z Downloaded pin-utils v0.1.0
1272023-08-29T15:06:11.018Z Downloaded percent-encoding v2.3.0
1282023-08-29T15:06:11.020Z Downloaded scopeguard v1.1.0
1292023-08-29T15:06:11.024Z Downloaded want v0.3.0
1302023-08-29T15:06:11.026Z Downloaded concurrent-queue v2.2.0
1312023-08-29T15:06:11.029Z Downloaded tokio-macros v2.1.0
1322023-08-29T15:06:11.032Z Downloaded bitflags v2.4.0
1332023-08-29T15:06:11.035Z Downloaded version_check v0.9.4
1342023-08-29T15:06:11.038Z Downloaded async-trait v0.1.73
1352023-08-29T15:06:11.041Z Downloaded dirs-sys-next v0.1.2
1362023-08-29T15:06:11.044Z Downloaded waitgroup v0.1.2
1372023-08-29T15:06:11.047Z Downloaded trybuild v1.0.83
1382023-08-29T15:06:11.050Z Downloaded time-macros v0.2.3
1392023-08-29T15:06:11.053Z Downloaded log v0.4.17
1402023-08-29T15:06:11.056Z Downloaded slog v2.7.0
1412023-08-29T15:06:11.061Z Downloaded url v2.2.2
1422023-08-29T15:06:11.066Z Downloaded unicode-bidi v0.3.7
1432023-08-29T15:06:11.069Z Downloaded uuid v1.4.1
1442023-08-29T15:06:11.077Z Downloaded pest v2.1.3
1452023-08-29T15:06:11.084Z Downloaded sct v0.7.0
1462023-08-29T15:06:11.090Z Downloaded bytes v1.4.0
1472023-08-29T15:06:11.097Z Downloaded unicode-segmentation v1.10.0
1482023-08-29T15:06:11.103Z Downloaded unicode-normalization v0.1.19
1492023-08-29T15:06:11.110Z Downloaded winnow v0.4.6
1502023-08-29T15:06:11.124Z Downloaded futures-channel v0.3.28
1512023-08-29T15:06:11.128Z Downloaded basic-toml v0.1.1
1522023-08-29T15:06:11.145Z Downloaded base64 v0.21.3
1532023-08-29T15:06:11.152Z Downloaded typenum v1.14.0
1542023-08-29T15:06:11.156Z Downloaded tracing-core v0.1.21
1552023-08-29T15:06:11.160Z Downloaded tokio v1.32.0
1562023-08-29T15:06:11.223Z Downloaded memchr v2.4.1
1572023-08-29T15:06:11.229Z Downloaded rustls v0.21.6
1582023-08-29T15:06:11.249Z Downloaded base64 v0.13.1
1592023-08-29T15:06:11.254Z Downloaded crossbeam-channel v0.5.1
1602023-08-29T15:06:11.261Z Downloaded indexmap v2.0.0
1612023-08-29T15:06:11.267Z Downloaded hashbrown v0.14.0
1622023-08-29T15:06:11.275Z Downloaded mio v0.8.8
1632023-08-29T15:06:11.285Z Downloaded tokio-util v0.7.7
1642023-08-29T15:06:11.295Z Downloaded futures-util v0.3.28
1652023-08-29T15:06:11.315Z Downloaded rustls-webpki v0.101.4
1662023-08-29T15:06:11.340Z Downloaded h2 v0.3.17
1672023-08-29T15:06:11.352Z Downloaded tungstenite v0.20.0
1682023-08-29T15:06:11.357Z Downloaded chrono v0.4.26
1692023-08-29T15:06:11.370Z Downloaded hyper v0.14.27
1702023-08-29T15:06:11.384Z Downloaded syn v2.0.29
1712023-08-29T15:06:11.402Z Downloaded syn v1.0.109
1722023-08-29T15:06:11.420Z Downloaded rustix v0.38.8
1732023-08-29T15:06:11.457Z Downloaded openapiv3 v1.0.2
1742023-08-29T15:06:11.478Z Downloaded socket2 v0.5.3
1752023-08-29T15:06:11.481Z Downloaded http v0.2.9
1762023-08-29T15:06:11.488Z Downloaded zerocopy-derive v0.2.0
1772023-08-29T15:06:11.503Z Downloaded libc v0.2.147
1782023-08-29T15:06:11.548Z Downloaded hashbrown v0.12.1
1792023-08-29T15:06:11.555Z Downloaded expectorate v1.0.7
1802023-08-29T15:06:11.558Z Downloaded rcgen v0.11.1
1812023-08-29T15:06:11.562Z Downloaded parking_lot_core v0.9.4
1822023-08-29T15:06:11.565Z Downloaded idna v0.2.3
1832023-08-29T15:06:11.577Z Downloaded zerocopy v0.3.0
1842023-08-29T15:06:11.580Z Downloaded synstructure v0.12.6
1852023-08-29T15:06:11.583Z Downloaded subprocess v0.2.9
1862023-08-29T15:06:11.586Z Downloaded socket2 v0.4.9
1872023-08-29T15:06:11.589Z Downloaded similar v2.2.1
1882023-08-29T15:06:11.595Z Downloaded once_cell v1.13.1
1892023-08-29T15:06:11.598Z Downloaded indexmap v1.9.3
1902023-08-29T15:06:11.604Z Downloaded unicode-ident v1.0.0
1912023-08-29T15:06:11.607Z Downloaded serde_json v1.0.99
1922023-08-29T15:06:11.620Z Downloaded schema-derive v0.1.0
1932023-08-29T15:06:11.623Z Downloaded num-traits v0.2.14
1942023-08-29T15:06:11.626Z Downloaded hyper-staticfile v0.9.5
1952023-08-29T15:06:11.629Z Downloaded async-stream v0.3.5
1962023-08-29T15:06:11.632Z Downloaded schema v0.1.0
1972023-08-29T15:06:11.635Z Downloaded rand_core v0.6.3
1982023-08-29T15:06:11.638Z Downloaded toml_edit v0.19.11
1992023-08-29T15:06:11.664Z Downloaded toml_datetime v0.6.3
2002023-08-29T15:06:11.667Z Downloaded time v0.3.7
2012023-08-29T15:06:11.673Z Downloaded sha1 v0.10.5
2022023-08-29T15:06:11.676Z Downloaded serde_derive v1.0.171
2032023-08-29T15:06:11.680Z Downloaded pest_meta v2.1.3
2042023-08-29T15:06:11.683Z Downloaded newline-converter v0.3.0
2052023-08-29T15:06:11.686Z Downloaded camino v1.1.6
2062023-08-29T15:06:11.689Z Downloaded generic-array v0.14.5
2072023-08-29T15:06:11.692Z Downloaded console v0.15.5
2082023-08-29T15:06:11.695Z Downloaded cc v1.0.72
2092023-08-29T15:06:11.699Z Downloaded yasna v0.5.2
2102023-08-29T15:06:11.703Z Downloaded tracing v0.1.29
2112023-08-29T15:06:11.709Z Downloaded thread-id v4.0.0
2122023-08-29T15:06:11.712Z Downloaded rustls-native-certs v0.6.1
2132023-08-29T15:06:11.715Z Downloaded pem v3.0.2
2142023-08-29T15:06:11.718Z Downloaded httparse v1.8.0
2152023-08-29T15:06:11.721Z Downloaded take_mut v0.2.2
2162023-08-29T15:06:11.724Z Downloaded serde_derive_internals v0.26.0
2172023-08-29T15:06:11.727Z Downloaded errno v0.3.1
2182023-08-29T15:06:11.730Z Downloaded dof v0.1.5
2192023-08-29T15:06:11.733Z Downloaded dirs-next v2.0.0
2202023-08-29T15:06:11.737Z Downloaded cfg-if v1.0.0
2212023-08-29T15:06:11.740Z Downloaded async-channel v1.9.0
2222023-08-29T15:06:11.742Z Downloaded unicode-width v0.1.9
2232023-08-29T15:06:11.745Z Downloaded tokio-rustls v0.24.1
2242023-08-29T15:06:11.748Z Downloaded thiserror v1.0.30
2252023-08-29T15:06:11.751Z Downloaded serde v1.0.171
2262023-08-29T15:06:11.754Z Downloaded data-encoding v2.4.0
2272023-08-29T15:06:11.757Z Downloaded buf-list v1.0.3
2282023-08-29T15:06:11.761Z Downloaded futures-macro v0.3.28
2292023-08-29T15:06:11.763Z Downloaded futures-io v0.3.28
2302023-08-29T15:06:11.767Z Downloaded futures-executor v0.3.28
2312023-08-29T15:06:11.770Z Downloaded toml v0.7.5
2322023-08-29T15:06:11.773Z Downloaded tinyvec v1.5.1
2332023-08-29T15:06:11.776Z Downloaded spin v0.5.2
2342023-08-29T15:06:11.779Z Downloaded block-buffer v0.7.3
2352023-08-29T15:06:11.782Z Downloaded usdt v0.3.5
2362023-08-29T15:06:11.785Z Downloaded rustls-pemfile v0.2.1
2372023-08-29T15:06:11.788Z Downloaded atomic-waker v1.1.1
2382023-08-29T15:06:11.791Z Downloaded usdt-impl v0.3.5
2392023-08-29T15:06:11.794Z Downloaded untrusted v0.7.1
2402023-08-29T15:06:11.796Z Downloaded ucd-trie v0.1.3
2412023-08-29T15:06:11.800Z Downloaded thiserror-impl v1.0.30
2422023-08-29T15:06:11.805Z Downloaded termcolor v1.1.2
2432023-08-29T15:06:11.808Z Downloaded slog-bunyan v2.4.0
2442023-08-29T15:06:11.811Z Downloaded tokio-tungstenite v0.20.0
2452023-08-29T15:06:11.814Z Downloaded term v0.7.0
2462023-08-29T15:06:11.820Z Downloaded schemars_derive v0.8.12
2472023-08-29T15:06:11.823Z Downloaded parking_lot v0.12.1
2482023-08-29T15:06:11.826Z Downloaded digest v0.8.1
2492023-08-29T15:06:11.829Z Downloaded debug-ignore v1.0.5
2502023-08-29T15:06:11.832Z Downloaded futures-core v0.3.28
2512023-08-29T15:06:11.835Z Downloaded serde_tokenstream v0.1.7
2522023-08-29T15:06:11.838Z Downloaded form_urlencoded v1.2.0
2532023-08-29T15:06:11.841Z Downloaded serde_urlencoded v0.7.1
2542023-08-29T15:06:11.844Z Downloaded ryu v1.0.5
2552023-08-29T15:06:11.848Z Downloaded ring v0.16.20
2562023-08-29T15:06:11.984Z Downloaded lock_api v0.4.6
2572023-08-29T15:06:11.988Z Downloaded iana-time-zone v0.1.47
2582023-08-29T15:06:11.991Z Downloaded getrandom v0.2.3
2592023-08-29T15:06:11.994Z Downloaded event-listener v2.5.3
2602023-08-29T15:06:11.997Z Downloaded crossbeam-utils v0.8.15
2612023-08-29T15:06:12.000Z Downloaded tempfile v3.8.0
2622023-08-29T15:06:12.003Z Downloaded slog-json v2.6.1
2632023-08-29T15:06:12.006Z Downloaded serde_path_to_error v0.1.14
2642023-08-29T15:06:12.009Z Downloaded paste v1.0.14
2652023-08-29T15:06:12.012Z Downloaded pest_generator v2.1.3
2662023-08-29T15:06:12.015Z Downloaded num_cpus v1.13.0
2672023-08-29T15:06:12.018Z Downloaded httpdate v1.0.1
2682023-08-29T15:06:12.021Z Downloaded openssl-probe v0.1.4
2692023-08-29T15:06:12.024Z Downloaded opaque-debug v0.2.3
2702023-08-29T15:06:12.027Z Downloaded rustls-pemfile v1.0.3
2712023-08-29T15:06:12.030Z Downloaded lazy_static v1.4.0
2722023-08-29T15:06:12.033Z Downloaded matches v0.1.9
2732023-08-29T15:06:12.036Z Downloaded match_cfg v0.1.0
2742023-08-29T15:06:12.039Z Downloaded slog-term v2.9.0
2752023-08-29T15:06:12.041Z Downloaded slab v0.4.5
2762023-08-29T15:06:12.044Z Downloaded signal-hook-registry v1.4.0
2772023-08-29T15:06:12.047Z Downloaded rand_chacha v0.3.1
2782023-08-29T15:06:12.050Z Downloaded maplit v1.0.2
2792023-08-29T15:06:12.053Z Downloaded dtrace-parser v0.1.14
2802023-08-29T15:06:12.056Z Downloaded slog-async v2.8.0
2812023-08-29T15:06:12.059Z Downloaded serde_spanned v0.6.3
2822023-08-29T15:06:12.062Z Downloaded quote v1.0.30
2832023-08-29T15:06:12.065Z Downloaded pem v2.0.1
2842023-08-29T15:06:12.068Z Downloaded block-padding v0.1.5
2852023-08-29T15:06:12.071Z Downloaded block-buffer v0.10.2
2862023-08-29T15:06:12.074Z Downloaded atty v0.2.14
2872023-08-29T15:06:12.077Z Downloaded num_threads v0.1.3
2882023-08-29T15:06:12.080Z Downloaded autocfg v1.1.0
2892023-08-29T15:06:12.083Z Downloaded itoa v1.0.1
2902023-08-29T15:06:12.086Z Downloaded futures-sink v0.3.28
2912023-08-29T15:06:12.089Z Downloaded byteorder v1.4.3
2922023-08-29T15:06:12.092Z Downloaded tower-service v0.3.1
2932023-08-29T15:06:12.094Z Downloaded tinyvec_macros v0.1.0
2942023-08-29T15:06:12.097Z Downloaded ppv-lite86 v0.2.15
2952023-08-29T15:06:12.100Z Downloaded pest_derive v2.1.0
2962023-08-29T15:06:12.103Z Downloaded mime_guess v2.0.4
2972023-08-29T15:06:12.106Z Downloaded http-range v0.1.4
2982023-08-29T15:06:12.109Z Downloaded mime v0.3.16
2992023-08-29T15:06:12.112Z Downloaded hyper-rustls v0.24.1
3002023-08-29T15:06:12.115Z Downloaded crypto-common v0.1.6
3012023-08-29T15:06:12.118Z Downloaded proc-macro2 v1.0.66
3022023-08-29T15:06:12.120Z Downloaded http-body v0.4.3
3032023-08-29T15:06:12.123Z Downloaded futures-task v0.3.28
3042023-08-29T15:06:12.126Z Downloaded cpufeatures v0.2.2
3052023-08-29T15:06:12.129Z Downloaded byte-tools v0.3.1
3062023-08-29T15:06:12.132Z Downloaded generic-array v0.12.4
3072023-08-29T15:06:12.136Z Downloaded fnv v1.0.7
3082023-08-29T15:06:12.139Z Downloaded fastrand v2.0.0
3092023-08-29T15:06:12.142Z Downloaded fake-simd v0.1.2
3102023-08-29T15:06:12.145Z Downloaded equivalent v1.0.0
3112023-08-29T15:06:12.148Z Downloaded digest v0.10.5
3122023-08-29T15:06:12.256Z Compiling proc-macro2 v1.0.66
3132023-08-29T15:06:12.260Z Compiling quote v1.0.30
3142023-08-29T15:06:12.263Z Compiling unicode-ident v1.0.0
3152023-08-29T15:06:12.266Z Compiling libc v0.2.147
3162023-08-29T15:06:12.269Z Compiling serde v1.0.171
3172023-08-29T15:06:12.271Z Compiling cfg-if v1.0.0
3182023-08-29T15:06:12.275Z Compiling version_check v0.9.4
3192023-08-29T15:06:12.278Z Compiling itoa v1.0.1
3202023-08-29T15:06:12.281Z Running `/home/build/.rustup/toolchains/1.72.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.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=ab9b7a7058094487 -C extra-filename=-ab9b7a7058094487 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3212023-08-29T15:06:12.283Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.30/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=473e00d6050f1144 -C extra-filename=-473e00d6050f1144 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3222023-08-29T15:06:12.287Z Running `/home/build/.rustup/toolchains/1.72.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=cd6b85c7f402e2ee -C extra-filename=-cd6b85c7f402e2ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3232023-08-29T15:06:12.290Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/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=b32dde950af09773 -C extra-filename=-b32dde950af09773 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3242023-08-29T15:06:12.293Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.171/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=4c91528006ede226 -C extra-filename=-4c91528006ede226 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-4c91528006ede226 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3252023-08-29T15:06:12.296Z Running `/home/build/.rustup/toolchains/1.72.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=e2a15c5afb095340 -C extra-filename=-e2a15c5afb095340 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3262023-08-29T15:06:12.299Z Running `/home/build/.rustup/toolchains/1.72.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=dbca48b5dbdb0f40 -C extra-filename=-dbca48b5dbdb0f40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3272023-08-29T15:06:12.304Z Running `/home/build/.rustup/toolchains/1.72.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=8ecb2847028721fc -C extra-filename=-8ecb2847028721fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3282023-08-29T15:06:12.409Z Compiling syn v1.0.109
3292023-08-29T15:06:12.418Z Running `/home/build/.rustup/toolchains/1.72.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=0f499b1a6c66648a -C extra-filename=-0f499b1a6c66648a --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3302023-08-29T15:06:12.562Z Compiling pin-project-lite v0.2.12
3312023-08-29T15:06:12.592Z Running `/home/build/.rustup/toolchains/1.72.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=0a596ed3842d1c68 -C extra-filename=-0a596ed3842d1c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3322023-08-29T15:06:12.640Z Compiling futures-core v0.3.28
3332023-08-29T15:06:12.699Z Running `/home/build/.rustup/toolchains/1.72.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=c0c4b83660fbb006 -C extra-filename=-c0c4b83660fbb006 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3342023-08-29T15:06:12.717Z Compiling autocfg v1.1.0
3352023-08-29T15:06:12.726Z Running `/home/build/.rustup/toolchains/1.72.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=6e83747e49904154 -C extra-filename=-6e83747e49904154 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3362023-08-29T15:06:13.180Z Compiling ryu v1.0.5
3372023-08-29T15:06:13.184Z Running `/home/build/.rustup/toolchains/1.72.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=ec5a213ecaef4351 -C extra-filename=-ec5a213ecaef4351 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3382023-08-29T15:06:13.500Z Compiling bytes v1.4.0
3392023-08-29T15:06:13.503Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2fb0ba5207debf3 -C extra-filename=-c2fb0ba5207debf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3402023-08-29T15:06:15.001Z Compiling serde_json v1.0.99
3412023-08-29T15:06:15.004Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/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=fdec603a00cb2398 -C extra-filename=-fdec603a00cb2398 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3422023-08-29T15:06:17.441Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006/build-script-build`
3432023-08-29T15:06:17.445Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144/build-script-build`
3442023-08-29T15:06:17.450Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a/build-script-build`
3452023-08-29T15:06:17.478Z Compiling once_cell v1.13.1
3462023-08-29T15:06:17.481Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-4c91528006ede226/build-script-build`
3472023-08-29T15:06:17.487Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351/build-script-build`
3482023-08-29T15:06:17.490Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487/build-script-build`
3492023-08-29T15:06:17.493Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773/build-script-build`
3502023-08-29T15:06:17.497Z Running `/home/build/.rustup/toolchains/1.72.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=c5971ac7cfd90b76 -C extra-filename=-c5971ac7cfd90b76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3512023-08-29T15:06:17.500Z Running `/home/build/.rustup/toolchains/1.72.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=8ca14353ccb68bf9 -C extra-filename=-8ca14353ccb68bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3522023-08-29T15:06:17.551Z Compiling parking_lot_core v0.9.4
3532023-08-29T15:06:17.554Z Compiling futures-task v0.3.28
3542023-08-29T15:06:17.562Z Running `/home/build/.rustup/toolchains/1.72.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=71383c52a4479393 -C extra-filename=-71383c52a4479393 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552023-08-29T15:06:17.565Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398/build-script-build`
3562023-08-29T15:06:17.568Z Running `/home/build/.rustup/toolchains/1.72.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=828f14aa5c8e8b86 -C extra-filename=-828f14aa5c8e8b86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3572023-08-29T15:06:17.571Z Running `/home/build/.rustup/toolchains/1.72.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=e953e070b17f1f47 -C extra-filename=-e953e070b17f1f47 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582023-08-29T15:06:17.592Z Running `/home/build/.rustup/toolchains/1.72.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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=48584e482e86d3b6 -C extra-filename=-48584e482e86d3b6 --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-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg wrap_proc_macro`
3592023-08-29T15:06:17.604Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/lib.rs --error-format=json --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=a8c51ff79180f898 -C extra-filename=-a8c51ff79180f898 --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`
3602023-08-29T15:06:17.634Z Compiling log v0.4.17
3612023-08-29T15:06:17.643Z Running `/home/build/.rustup/toolchains/1.72.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=15800028587452c8 -C extra-filename=-15800028587452c8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3622023-08-29T15:06:17.850Z Compiling futures-sink v0.3.28
3632023-08-29T15:06:17.854Z Running `/home/build/.rustup/toolchains/1.72.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=3e6dc94eed5f67a1 -C extra-filename=-3e6dc94eed5f67a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642023-08-29T15:06:18.046Z Compiling futures-channel v0.3.28
3652023-08-29T15:06:18.050Z Running `/home/build/.rustup/toolchains/1.72.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=807d24965405ab34 -C extra-filename=-807d24965405ab34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3662023-08-29T15:06:18.064Z Compiling smallvec v1.7.0
3672023-08-29T15:06:18.068Z Running `/home/build/.rustup/toolchains/1.72.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=3e4d1016180b6296 -C extra-filename=-3e4d1016180b6296 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3682023-08-29T15:06:18.109Z Compiling memchr v2.4.1
3692023-08-29T15:06:18.112Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.4.1/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=5a55eda35946f918 -C extra-filename=-5a55eda35946f918 --out-dir /work/oxidecomputer/dropshot/target/debug/build/memchr-5a55eda35946f918 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3702023-08-29T15:06:18.121Z Compiling cc v1.0.72
3712023-08-29T15:06:18.124Z Running `/home/build/.rustup/toolchains/1.72.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=17b155bf3103d48f -C extra-filename=-17b155bf3103d48f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722023-08-29T15:06:18.137Z Compiling scopeguard v1.1.0
3732023-08-29T15:06:18.140Z Running `/home/build/.rustup/toolchains/1.72.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=b039d9eed420185f -C extra-filename=-b039d9eed420185f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3742023-08-29T15:06:18.157Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393/build-script-build`
3752023-08-29T15:06:18.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8/build-script-build`
3762023-08-29T15:06:18.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47/build-script-build`
3772023-08-29T15:06:18.204Z Compiling lazy_static v1.4.0
3782023-08-29T15:06:18.208Z Running `/home/build/.rustup/toolchains/1.72.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=31fc94f4d760252d -C extra-filename=-31fc94f4d760252d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3792023-08-29T15:06:18.309Z Compiling lock_api v0.4.6
3802023-08-29T15:06:18.312Z Running `/home/build/.rustup/toolchains/1.72.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=d986d57a2ec14494 -C extra-filename=-d986d57a2ec14494 --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-b039d9eed420185f.rmeta --cap-lints allow`
3812023-08-29T15:06:18.368Z Compiling ucd-trie v0.1.3
3822023-08-29T15:06:18.371Z Running `/home/build/.rustup/toolchains/1.72.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=c256f3e5b810045f -C extra-filename=-c256f3e5b810045f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832023-08-29T15:06:18.553Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34/build-script-build`
3842023-08-29T15:06:18.563Z Compiling futures-util v0.3.28
3852023-08-29T15:06:18.566Z Running `/home/build/.rustup/toolchains/1.72.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=fed76e67fb65cebe -C extra-filename=-fed76e67fb65cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3862023-08-29T15:06:18.780Z Compiling typenum v1.14.0
3872023-08-29T15:06:18.783Z Running `/home/build/.rustup/toolchains/1.72.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=2f7aab635b4f4800 -C extra-filename=-2f7aab635b4f4800 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3882023-08-29T15:06:18.796Z Running `/work/oxidecomputer/dropshot/target/debug/build/memchr-5a55eda35946f918/build-script-build`
3892023-08-29T15:06:18.818Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="std"' -C metadata=8fa98b4106855565 -C extra-filename=-8fa98b4106855565 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
3902023-08-29T15:06:19.101Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2ac18830084444d8 -C extra-filename=-2ac18830084444d8 --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-48584e482e86d3b6.rmeta --cap-lints allow`
3912023-08-29T15:06:19.198Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe/build-script-build`
3922023-08-29T15:06:19.208Z Compiling pest v2.1.3
3932023-08-29T15:06:19.211Z Running `/home/build/.rustup/toolchains/1.72.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=15abd66da7134d3a -C extra-filename=-15abd66da7134d3a --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-c256f3e5b810045f.rmeta --cap-lints allow`
3942023-08-29T15:06:19.702Z Compiling syn v2.0.29
3952023-08-29T15:06:19.706Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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 --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=f29be6fc475567fc -C extra-filename=-f29be6fc475567fc --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow`
3962023-08-29T15:06:20.336Z Running `/home/build/.rustup/toolchains/1.72.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=2f2e09f9e7c584c1 -C extra-filename=-2f2e09f9e7c584c1 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
3972023-08-29T15:06:20.403Z Running `/home/build/.rustup/toolchains/1.72.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=149860045b8924bf -C extra-filename=-149860045b8924bf --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-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-3e4d1016180b6296.rmeta --cap-lints allow`
3982023-08-29T15:06:20.518Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800/build-script-main`
3992023-08-29T15:06:20.828Z Compiling num_cpus v1.13.0
4002023-08-29T15:06:20.831Z Running `/home/build/.rustup/toolchains/1.72.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=1d2a97655cc23ee2 -C extra-filename=-1d2a97655cc23ee2 --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-a8c51ff79180f898.rmeta --cap-lints allow`
4012023-08-29T15:06:20.988Z Compiling parking_lot v0.12.1
4022023-08-29T15:06:20.997Z Running `/home/build/.rustup/toolchains/1.72.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=df8f5694b6ce94de -C extra-filename=-df8f5694b6ce94de --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-d986d57a2ec14494.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-149860045b8924bf.rmeta --cap-lints allow`
4032023-08-29T15:06:21.005Z Compiling mio v0.8.8
4042023-08-29T15:06:21.008Z Running `/home/build/.rustup/toolchains/1.72.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=1fe6979f6d41feda -C extra-filename=-1fe6979f6d41feda --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-a8c51ff79180f898.rmeta --cap-lints allow`
4052023-08-29T15:06:21.426Z Compiling getrandom v0.2.3
4062023-08-29T15:06:21.429Z Running `/home/build/.rustup/toolchains/1.72.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=21b67d1763dfaa92 -C extra-filename=-21b67d1763dfaa92 --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-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
4072023-08-29T15:06:21.634Z Compiling socket2 v0.5.3
4082023-08-29T15:06:21.637Z Running `/home/build/.rustup/toolchains/1.72.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=fca72d6ca63f2206 -C extra-filename=-fca72d6ca63f2206 --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-a8c51ff79180f898.rmeta --cap-lints allow`
4092023-08-29T15:06:21.717Z Compiling ring v0.16.20
4102023-08-29T15:06:21.721Z Running `/home/build/.rustup/toolchains/1.72.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=a8093ec0b6ccb87a -C extra-filename=-a8093ec0b6ccb87a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-17b155bf3103d48f.rlib --cap-lints allow`
4112023-08-29T15:06:22.009Z Compiling signal-hook-registry v1.4.0
4122023-08-29T15:06:22.013Z Running `/home/build/.rustup/toolchains/1.72.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=d441823136219344 -C extra-filename=-d441823136219344 --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-a8c51ff79180f898.rmeta --cap-lints allow`
4132023-08-29T15:06:22.031Z Running `/home/build/.rustup/toolchains/1.72.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=c947f093bc72455a -C extra-filename=-c947f093bc72455a --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-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --cap-lints allow`
4142023-08-29T15:06:22.668Z Running `/home/build/.rustup/toolchains/1.72.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=4983cdddbb26a083 -C extra-filename=-4983cdddbb26a083 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152023-08-29T15:06:22.860Z Running `/home/build/.rustup/toolchains/1.72.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=ee9abcf06cc9a869 -C extra-filename=-ee9abcf06cc9a869 --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-8ecb2847028721fc.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4162023-08-29T15:06:23.152Z Compiling generic-array v0.14.5
4172023-08-29T15:06:23.156Z Running `/home/build/.rustup/toolchains/1.72.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=d65e75b54edd8ca3 -C extra-filename=-d65e75b54edd8ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4182023-08-29T15:06:23.238Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a/build-script-build`
4192023-08-29T15:06:23.260Z Compiling byteorder v1.4.3
4202023-08-29T15:06:23.263Z Running `/home/build/.rustup/toolchains/1.72.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=07e07916cf9446d0 -C extra-filename=-07e07916cf9446d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212023-08-29T15:06:23.335Z Compiling unicode-xid v0.2.2
4222023-08-29T15:06:23.338Z Running `/home/build/.rustup/toolchains/1.72.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=b39e63adccb0d5cd -C extra-filename=-b39e63adccb0d5cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232023-08-29T15:06:23.511Z Compiling fnv v1.0.7
4242023-08-29T15:06:23.514Z Running `/home/build/.rustup/toolchains/1.72.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=af9d689540b23e48 -C extra-filename=-af9d689540b23e48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252023-08-29T15:06:23.560Z Compiling pin-utils v0.1.0
4262023-08-29T15:06:23.564Z Running `/home/build/.rustup/toolchains/1.72.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=99ec385e08af1fdd -C extra-filename=-99ec385e08af1fdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272023-08-29T15:06:23.582Z Compiling slab v0.4.5
4282023-08-29T15:06:23.586Z Running `/home/build/.rustup/toolchains/1.72.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=ce6d0add818a3a59 -C extra-filename=-ce6d0add818a3a59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292023-08-29T15:06:23.653Z Compiling futures-io v0.3.28
4302023-08-29T15:06:23.656Z Running `/home/build/.rustup/toolchains/1.72.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=ae8decdb8ead9306 -C extra-filename=-ae8decdb8ead9306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312023-08-29T15:06:23.666Z Compiling maplit v1.0.2
4322023-08-29T15:06:23.669Z Compiling http v0.2.9
4332023-08-29T15:06:23.672Z Running `/home/build/.rustup/toolchains/1.72.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=35f5d32dd2771a11 -C extra-filename=-35f5d32dd2771a11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342023-08-29T15:06:23.675Z Running `/home/build/.rustup/toolchains/1.72.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=235f917d2d408e58 -C extra-filename=-235f917d2d408e58 --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-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --cap-lints allow`
4352023-08-29T15:06:23.779Z Compiling pest_meta v2.1.3
4362023-08-29T15:06:23.783Z Running `/home/build/.rustup/toolchains/1.72.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=66982750f5085f2a -C extra-filename=-66982750f5085f2a --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-35f5d32dd2771a11.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rmeta --cap-lints allow`
4372023-08-29T15:06:24.050Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3/build-script-build`
4382023-08-29T15:06:24.063Z Running `/home/build/.rustup/toolchains/1.72.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=d783a7928ecef053 -C extra-filename=-d783a7928ecef053 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392023-08-29T15:06:24.131Z Compiling indexmap v1.9.3
4402023-08-29T15:06:24.134Z Running `/home/build/.rustup/toolchains/1.72.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="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=a8bda3f4385f234e -C extra-filename=-a8bda3f4385f234e --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-a8bda3f4385f234e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow`
4412023-08-29T15:06:24.167Z Compiling httparse v1.8.0
4422023-08-29T15:06:24.171Z Running `/home/build/.rustup/toolchains/1.72.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=4d40bc340490b5bf -C extra-filename=-4d40bc340490b5bf --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432023-08-29T15:06:24.563Z Compiling spin v0.5.2
4442023-08-29T15:06:24.566Z Running `/home/build/.rustup/toolchains/1.72.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=059cfc496bc5209f -C extra-filename=-059cfc496bc5209f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452023-08-29T15:06:24.620Z Compiling untrusted v0.7.1
4462023-08-29T15:06:24.623Z Running `/home/build/.rustup/toolchains/1.72.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=d438ba7bac83d087 -C extra-filename=-d438ba7bac83d087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472023-08-29T15:06:24.853Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf/build-script-build`
4482023-08-29T15:06:24.873Z Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-a8bda3f4385f234e/build-script-build`
4492023-08-29T15:06:24.892Z Compiling tracing-core v0.1.21
4502023-08-29T15:06:24.895Z Running `/home/build/.rustup/toolchains/1.72.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=608cd2a18d495d3e -C extra-filename=-608cd2a18d495d3e --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-31fc94f4d760252d.rmeta --cap-lints allow`
4512023-08-29T15:06:24.903Z Compiling hashbrown v0.12.1
4522023-08-29T15:06:24.906Z Running `/home/build/.rustup/toolchains/1.72.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=f9b1523aff2821b9 -C extra-filename=-f9b1523aff2821b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532023-08-29T15:06:26.466Z Running `/home/build/.rustup/toolchains/1.72.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=13765ccc56c87c85 -C extra-filename=-13765ccc56c87c85 --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-d783a7928ecef053.rmeta --cap-lints allow --cfg relaxed_coherence`
4542023-08-29T15:06:26.620Z Compiling percent-encoding v2.3.0
4552023-08-29T15:06:26.623Z Running `/home/build/.rustup/toolchains/1.72.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=6b095cc642ba91ff -C extra-filename=-6b095cc642ba91ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562023-08-29T15:06:26.994Z Compiling time-macros v0.2.3
4572023-08-29T15:06:26.997Z Running `/home/build/.rustup/toolchains/1.72.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=17023c3d3e51cb0b -C extra-filename=-17023c3d3e51cb0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
4582023-08-29T15:06:27.176Z Compiling tinyvec_macros v0.1.0
4592023-08-29T15:06:27.179Z Running `/home/build/.rustup/toolchains/1.72.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=be262b96608c9c98 -C extra-filename=-be262b96608c9c98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602023-08-29T15:06:27.285Z Compiling slog v2.7.0
4612023-08-29T15:06:27.288Z Running `/home/build/.rustup/toolchains/1.72.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=5f95137556116b0e -C extra-filename=-5f95137556116b0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622023-08-29T15:06:28.008Z Compiling num_threads v0.1.3
4632023-08-29T15:06:28.011Z Running `/home/build/.rustup/toolchains/1.72.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=076d18c0db48b51b -C extra-filename=-076d18c0db48b51b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642023-08-29T15:06:28.129Z Compiling crossbeam-utils v0.8.15
4652023-08-29T15:06:28.132Z Running `/home/build/.rustup/toolchains/1.72.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=7216345819e80b8e -C extra-filename=-7216345819e80b8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662023-08-29T15:06:28.157Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e/build-script-build`
4672023-08-29T15:06:28.237Z Compiling tinyvec v1.5.1
4682023-08-29T15:06:28.240Z Running `/home/build/.rustup/toolchains/1.72.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=064a951d3acf901f -C extra-filename=-064a951d3acf901f --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-be262b96608c9c98.rmeta --cap-lints allow`
4692023-08-29T15:06:28.567Z Compiling form_urlencoded v1.2.0
4702023-08-29T15:06:28.570Z Running `/home/build/.rustup/toolchains/1.72.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=647d4479e6a72494 -C extra-filename=-647d4479e6a72494 --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-6b095cc642ba91ff.rmeta --cap-lints allow`
4712023-08-29T15:06:28.735Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e/build-script-build`
4722023-08-29T15:06:28.753Z Compiling tracing v0.1.29
4732023-08-29T15:06:28.756Z Running `/home/build/.rustup/toolchains/1.72.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=8b2d113032be2e69 -C extra-filename=-8b2d113032be2e69 --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-8ecb2847028721fc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-608cd2a18d495d3e.rmeta --cap-lints allow`
4742023-08-29T15:06:29.122Z Running `/home/build/.rustup/toolchains/1.72.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=99c83f1aec1575ac -C extra-filename=-99c83f1aec1575ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4752023-08-29T15:06:29.137Z Compiling unicase v2.6.0
4762023-08-29T15:06:29.140Z Running `/home/build/.rustup/toolchains/1.72.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=99260f3bd70d827b -C extra-filename=-99260f3bd70d827b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4772023-08-29T15:06:29.471Z Compiling usdt-impl v0.3.5
4782023-08-29T15:06:29.474Z Running `/home/build/.rustup/toolchains/1.72.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=4f860a90aabc1647 -C extra-filename=-4f860a90aabc1647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4792023-08-29T15:06:29.608Z Compiling paste v1.0.14
4802023-08-29T15:06:29.611Z Running `/home/build/.rustup/toolchains/1.72.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=39c8a3d2c25b3b9a -C extra-filename=-39c8a3d2c25b3b9a --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812023-08-29T15:06:29.978Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647/build-script-build`
4822023-08-29T15:06:30.158Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b/build-script-build`
4832023-08-29T15:06:30.232Z Running `/home/build/.rustup/toolchains/1.72.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=2dd2f206d9f4594b -C extra-filename=-2dd2f206d9f4594b --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-8ecb2847028721fc.rmeta --cap-lints allow`
4842023-08-29T15:06:30.385Z Compiling synstructure v0.12.6
4852023-08-29T15:06:30.388Z Running `/home/build/.rustup/toolchains/1.72.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=2ecae9030e90f919 -C extra-filename=-2ecae9030e90f919 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern unicode_xid=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_xid-b39e63adccb0d5cd.rmeta --cap-lints allow`
4862023-08-29T15:06:30.450Z Compiling pest_generator v2.1.3
4872023-08-29T15:06:30.454Z Running `/home/build/.rustup/toolchains/1.72.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=78a10e3c20e4743e -C extra-filename=-78a10e3c20e4743e --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-15abd66da7134d3a.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-66982750f5085f2a.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
4882023-08-29T15:06:30.728Z Compiling unicode-normalization v0.1.19
4892023-08-29T15:06:30.731Z Running `/home/build/.rustup/toolchains/1.72.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=d3b795a7d3188ad8 -C extra-filename=-d3b795a7d3188ad8 --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-064a951d3acf901f.rmeta --cap-lints allow`
4902023-08-29T15:06:31.489Z Compiling time v0.3.7
4912023-08-29T15:06:31.495Z Running `/home/build/.rustup/toolchains/1.72.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=44ed5e3774836f48 -C extra-filename=-44ed5e3774836f48 --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-e2a15c5afb095340.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-076d18c0db48b51b.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-17023c3d3e51cb0b.so --cap-lints allow`
4922023-08-29T15:06:32.323Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a/build-script-build`
4932023-08-29T15:06:32.404Z Compiling block-buffer v0.10.2
4942023-08-29T15:06:32.407Z Running `/home/build/.rustup/toolchains/1.72.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=dfb554638b9ede8b -C extra-filename=-dfb554638b9ede8b --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-13765ccc56c87c85.rmeta --cap-lints allow`
4952023-08-29T15:06:32.436Z Compiling crypto-common v0.1.6
4962023-08-29T15:06:32.440Z Running `/home/build/.rustup/toolchains/1.72.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=b55dca047977acc0 -C extra-filename=-b55dca047977acc0 --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-13765ccc56c87c85.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d783a7928ecef053.rmeta --cap-lints allow`
4972023-08-29T15:06:32.642Z Running `/home/build/.rustup/toolchains/1.72.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=d9311f03891a06df -C extra-filename=-d9311f03891a06df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4982023-08-29T15:06:32.677Z Compiling rand_core v0.6.3
4992023-08-29T15:06:32.680Z Running `/home/build/.rustup/toolchains/1.72.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=6bc525b754a6b85c -C extra-filename=-6bc525b754a6b85c --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-21b67d1763dfaa92.rmeta --cap-lints allow`
5002023-08-29T15:06:32.689Z Compiling thread-id v4.0.0
5012023-08-29T15:06:32.692Z Running `/home/build/.rustup/toolchains/1.72.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=223b6b3112ed78e2 -C extra-filename=-223b6b3112ed78e2 --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-a8c51ff79180f898.rmeta --cap-lints allow`
5022023-08-29T15:06:32.817Z Compiling num-traits v0.2.14
5032023-08-29T15:06:32.820Z Running `/home/build/.rustup/toolchains/1.72.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=612fd448519c96c0 -C extra-filename=-612fd448519c96c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow`
5042023-08-29T15:06:33.123Z Compiling try-lock v0.2.3
5052023-08-29T15:06:33.127Z Running `/home/build/.rustup/toolchains/1.72.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=f56db3fa004391bb -C extra-filename=-f56db3fa004391bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062023-08-29T15:06:33.190Z Compiling ppv-lite86 v0.2.15
5072023-08-29T15:06:33.193Z Running `/home/build/.rustup/toolchains/1.72.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=ae628482dfbe22a5 -C extra-filename=-ae628482dfbe22a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082023-08-29T15:06:33.297Z Compiling base64 v0.21.3
5092023-08-29T15:06:33.300Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="default"' --cfg 'feature="std"' -C metadata=61fe435958798f11 -C extra-filename=-61fe435958798f11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5102023-08-29T15:06:33.310Z Compiling unicode-bidi v0.3.7
5112023-08-29T15:06:33.312Z Running `/home/build/.rustup/toolchains/1.72.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=cf9e319892f962f5 -C extra-filename=-cf9e319892f962f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122023-08-29T15:06:33.796Z Compiling matches v0.1.9
5132023-08-29T15:06:33.804Z Running `/home/build/.rustup/toolchains/1.72.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=28aa82d69eb6adfe -C extra-filename=-28aa82d69eb6adfe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142023-08-29T15:06:33.918Z Compiling rustls v0.21.6
5152023-08-29T15:06:33.921Z Running `/home/build/.rustup/toolchains/1.72.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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=b0ee5dfbb49c9aef -C extra-filename=-b0ee5dfbb49c9aef --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162023-08-29T15:06:34.352Z Compiling idna v0.2.3
5172023-08-29T15:06:34.355Z Running `/home/build/.rustup/toolchains/1.72.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=e884228c7e83a6fe -C extra-filename=-e884228c7e83a6fe --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-28aa82d69eb6adfe.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-cf9e319892f962f5.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-d3b795a7d3188ad8.rmeta --cap-lints allow`
5182023-08-29T15:06:34.493Z Compiling rand_chacha v0.3.1
5192023-08-29T15:06:34.497Z Running `/home/build/.rustup/toolchains/1.72.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=f39ecea7d1c5154e -C extra-filename=-f39ecea7d1c5154e --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-ae628482dfbe22a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow`
5202023-08-29T15:06:34.560Z Compiling want v0.3.0
5212023-08-29T15:06:34.563Z Running `/home/build/.rustup/toolchains/1.72.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=1f8ee5318206ea8d -C extra-filename=-1f8ee5318206ea8d --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-ee9abcf06cc9a869.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f56db3fa004391bb.rmeta --cap-lints allow`
5222023-08-29T15:06:34.990Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0/build-script-build`
5232023-08-29T15:06:35.015Z Compiling digest v0.10.5
5242023-08-29T15:06:35.018Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.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="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4cd853619d19b03 -C extra-filename=-e4cd853619d19b03 --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-dfb554638b9ede8b.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b55dca047977acc0.rmeta --cap-lints allow`
5252023-08-29T15:06:35.262Z Running `/home/build/.rustup/toolchains/1.72.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=60186f369661f247 -C extra-filename=-60186f369661f247 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5262023-08-29T15:06:35.356Z Running `/home/build/.rustup/toolchains/1.72.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=bbbdb309c7aac7c7 -C extra-filename=-bbbdb309c7aac7c7 --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`
5272023-08-29T15:06:35.464Z Compiling http-body v0.4.3
5282023-08-29T15:06:35.467Z Running `/home/build/.rustup/toolchains/1.72.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=ddeb842199e5d365 -C extra-filename=-ddeb842199e5d365 --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-c2fb0ba5207debf3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow`
5292023-08-29T15:06:35.942Z Compiling socket2 v0.4.9
5302023-08-29T15:06:35.945Z Running `/home/build/.rustup/toolchains/1.72.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=e7720f9d9b80c433 -C extra-filename=-e7720f9d9b80c433 --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-a8c51ff79180f898.rmeta --cap-lints allow`
5312023-08-29T15:06:35.965Z Compiling dirs-sys-next v0.1.2
5322023-08-29T15:06:35.975Z Running `/home/build/.rustup/toolchains/1.72.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=d03cb9b50e0772bd -C extra-filename=-d03cb9b50e0772bd --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-a8c51ff79180f898.rmeta --cap-lints allow`
5332023-08-29T15:06:36.510Z Compiling tower-service v0.3.1
5342023-08-29T15:06:36.514Z Running `/home/build/.rustup/toolchains/1.72.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=19ee43f2015d843e -C extra-filename=-19ee43f2015d843e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352023-08-29T15:06:36.665Z Compiling httpdate v1.0.1
5362023-08-29T15:06:36.669Z Running `/home/build/.rustup/toolchains/1.72.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=1bc7df674b855010 -C extra-filename=-1bc7df674b855010 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372023-08-29T15:06:36.884Z Compiling hashbrown v0.14.0
5382023-08-29T15:06:36.887Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.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 --cfg 'feature="raw"' -C metadata=2a93d59af72e0ac2 -C extra-filename=-2a93d59af72e0ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392023-08-29T15:06:37.109Z Compiling equivalent v1.0.0
5402023-08-29T15:06:37.112Z Running `/home/build/.rustup/toolchains/1.72.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=6a4316bbc389292b -C extra-filename=-6a4316bbc389292b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412023-08-29T15:06:37.124Z Compiling cpufeatures v0.2.2
5422023-08-29T15:06:37.127Z Running `/home/build/.rustup/toolchains/1.72.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=ebde093716996a64 -C extra-filename=-ebde093716996a64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432023-08-29T15:06:37.234Z Compiling sha1 v0.10.5
5442023-08-29T15:06:37.237Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.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=3f1954382b4397cc -C extra-filename=-3f1954382b4397cc --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-8ecb2847028721fc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-ebde093716996a64.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-e4cd853619d19b03.rmeta --cap-lints allow`
5452023-08-29T15:06:37.247Z Compiling dirs-next v2.0.0
5462023-08-29T15:06:37.250Z Running `/home/build/.rustup/toolchains/1.72.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=9e0724da7d8dd4c5 -C extra-filename=-9e0724da7d8dd4c5 --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-8ecb2847028721fc.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-d03cb9b50e0772bd.rmeta --cap-lints allow`
5472023-08-29T15:06:37.396Z Compiling mime_guess v2.0.4
5482023-08-29T15:06:37.399Z Running `/home/build/.rustup/toolchains/1.72.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=bda17ca024a50fbd -C extra-filename=-bda17ca024a50fbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rlib --cap-lints allow`
5492023-08-29T15:06:37.449Z Compiling url v2.2.2
5502023-08-29T15:06:37.452Z Running `/home/build/.rustup/toolchains/1.72.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=5f53abf71bec750d -C extra-filename=-5f53abf71bec750d --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-647d4479e6a72494.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-e884228c7e83a6fe.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28aa82d69eb6adfe.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --cap-lints allow`
5512023-08-29T15:06:37.495Z Running `/home/build/.rustup/toolchains/1.72.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=e6fac4b2ed0727b1 -C extra-filename=-e6fac4b2ed0727b1 --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`
5522023-08-29T15:06:37.807Z Compiling rand v0.8.4
5532023-08-29T15:06:37.811Z Running `/home/build/.rustup/toolchains/1.72.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=9dd7c9c138b1b185 -C extra-filename=-9dd7c9c138b1b185 --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-a8c51ff79180f898.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-f39ecea7d1c5154e.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow`
5542023-08-29T15:06:38.639Z Compiling indexmap v2.0.0
5552023-08-29T15:06:38.642Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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=083f8572a9bc9429 -C extra-filename=-083f8572a9bc9429 --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-6a4316bbc389292b.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-2a93d59af72e0ac2.rmeta --cap-lints allow`
5562023-08-29T15:06:38.806Z Compiling serde_derive v1.0.171
5572023-08-29T15:06:38.823Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.171/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=aa9963e184f282e6 -C extra-filename=-aa9963e184f282e6 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5582023-08-29T15:06:39.280Z Compiling tokio-macros v2.1.0
5592023-08-29T15:06:39.283Z Running `/home/build/.rustup/toolchains/1.72.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=861b389b091d80ee -C extra-filename=-861b389b091d80ee --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5602023-08-29T15:06:40.134Z Compiling futures-macro v0.3.28
5612023-08-29T15:06:40.137Z Running `/home/build/.rustup/toolchains/1.72.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=07558d196422087d -C extra-filename=-07558d196422087d --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5622023-08-29T15:06:40.470Z Compiling serde_derive_internals v0.26.0
5632023-08-29T15:06:40.474Z Compiling thread_local v1.1.4
5642023-08-29T15:06:40.477Z Running `/home/build/.rustup/toolchains/1.72.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=008b4cfca1ec86c4 -C extra-filename=-008b4cfca1ec86c4 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
5652023-08-29T15:06:40.480Z Running `/home/build/.rustup/toolchains/1.72.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=a63976ffa2a38eaf -C extra-filename=-a63976ffa2a38eaf --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-8ca14353ccb68bf9.rmeta --cap-lints allow`
5662023-08-29T15:06:40.541Z Compiling camino v1.1.6
5672023-08-29T15:06:40.544Z Running `/home/build/.rustup/toolchains/1.72.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=583e1272002499c5 -C extra-filename=-583e1272002499c5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682023-08-29T15:06:41.370Z Compiling schemars v0.8.12
5692023-08-29T15:06:41.373Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.12/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=21093b371fdd0665 -C extra-filename=-21093b371fdd0665 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-21093b371fdd0665 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702023-08-29T15:06:41.448Z Compiling async-trait v0.1.73
5712023-08-29T15:06:41.452Z Running `/home/build/.rustup/toolchains/1.72.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.73/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=47b7f9f2aad89bfd -C extra-filename=-47b7f9f2aad89bfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722023-08-29T15:06:41.836Z Compiling tokio v1.32.0
5732023-08-29T15:06:41.840Z Running `/home/build/.rustup/toolchains/1.72.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=9c4b294426926450 -C extra-filename=-9c4b294426926450 --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-c2fb0ba5207debf3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-1fe6979f6d41feda.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-1d2a97655cc23ee2.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-df8f5694b6ce94de.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-d441823136219344.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-fca72d6ca63f2206.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-861b389b091d80ee.so --cap-lints allow`
5742023-08-29T15:06:41.890Z Compiling winnow v0.4.6
5752023-08-29T15:06:41.894Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b6cec4d02dda3c -C extra-filename=-e3b6cec4d02dda3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762023-08-29T15:06:42.131Z Compiling base64 v0.13.1
5772023-08-29T15:06:42.135Z Running `/home/build/.rustup/toolchains/1.72.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=d5c9a41aadc451a3 -C extra-filename=-d5c9a41aadc451a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782023-08-29T15:06:43.134Z Compiling iana-time-zone v0.1.47
5792023-08-29T15:06:43.138Z Running `/home/build/.rustup/toolchains/1.72.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=314a41105189c753 -C extra-filename=-314a41105189c753 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802023-08-29T15:06:43.484Z Running `/home/build/.rustup/toolchains/1.72.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=0aa0e796f31115ec -C extra-filename=-0aa0e796f31115ec --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-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-07558d196422087d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8fa98b4106855565.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-99ec385e08af1fdd.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --cap-lints allow`
5812023-08-29T15:06:44.030Z Compiling rustix v0.38.8
5822023-08-29T15:06:44.034Z Running `/home/build/.rustup/toolchains/1.72.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.8/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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=8b72c6491f6212e2 -C extra-filename=-8b72c6491f6212e2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832023-08-29T15:06:44.437Z Compiling match_cfg v0.1.0
5842023-08-29T15:06:44.446Z Running `/home/build/.rustup/toolchains/1.72.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=ea12b850e02ee7b9 -C extra-filename=-ea12b850e02ee7b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852023-08-29T15:06:44.548Z Compiling slog-async v2.8.0
5862023-08-29T15:06:44.551Z Running `/home/build/.rustup/toolchains/1.72.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=b9ca013f0fac9b14 -C extra-filename=-b9ca013f0fac9b14 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872023-08-29T15:06:45.050Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2/build-script-build`
5882023-08-29T15:06:45.102Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14/build-script-build`
5892023-08-29T15:06:45.184Z Compiling hostname v0.3.1
5902023-08-29T15:06:45.187Z Running `/home/build/.rustup/toolchains/1.72.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=a7bb51c9beec93d3 -C extra-filename=-a7bb51c9beec93d3 --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-a8c51ff79180f898.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-ea12b850e02ee7b9.rmeta --cap-lints allow`
5912023-08-29T15:06:45.198Z Compiling rustls-pemfile v0.2.1
5922023-08-29T15:06:45.202Z Running `/home/build/.rustup/toolchains/1.72.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=f5a74c973bdddc16 -C extra-filename=-f5a74c973bdddc16 --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-d5c9a41aadc451a3.rmeta --cap-lints allow`
5932023-08-29T15:06:45.550Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd/build-script-build`
5942023-08-29T15:06:45.631Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-21093b371fdd0665/build-script-build`
5952023-08-29T15:06:45.650Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5/build-script-build`
5962023-08-29T15:06:45.732Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd/build-script-build`
5972023-08-29T15:06:45.771Z Compiling async-stream-impl v0.3.5
5982023-08-29T15:06:45.774Z Running `/home/build/.rustup/toolchains/1.72.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=991bd4499d328353 -C extra-filename=-991bd4499d328353 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5992023-08-29T15:06:46.135Z Compiling term v0.7.0
6002023-08-29T15:06:46.139Z Running `/home/build/.rustup/toolchains/1.72.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=6b4647df1d252f88 -C extra-filename=-6b4647df1d252f88 --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-9e0724da7d8dd4c5.rmeta --cap-lints allow`
6012023-08-29T15:06:46.396Z Running `/home/build/.rustup/toolchains/1.72.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=94995e2f863f5f6e -C extra-filename=-94995e2f863f5f6e --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-8ca14353ccb68bf9.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-059cfc496bc5209f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out -l static=ring-core -l static=ring-test`
6022023-08-29T15:06:46.641Z Compiling thiserror-impl v1.0.30
6032023-08-29T15:06:46.644Z Running `/home/build/.rustup/toolchains/1.72.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=22ff28c4244fcb15 -C extra-filename=-22ff28c4244fcb15 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow`
6042023-08-29T15:06:47.840Z Compiling zerocopy-derive v0.2.0
6052023-08-29T15:06:47.850Z Running `/home/build/.rustup/toolchains/1.72.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=3d7b7df2a2afebc6 -C extra-filename=-3d7b7df2a2afebc6 --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-48584e482e86d3b6.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-2ecae9030e90f919.rlib --extern proc_macro --cap-lints allow`
6062023-08-29T15:06:47.983Z Compiling pest_derive v2.1.0
6072023-08-29T15:06:47.993Z Running `/home/build/.rustup/toolchains/1.72.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=1e8244e2b77b4869 -C extra-filename=-1e8244e2b77b4869 --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-15abd66da7134d3a.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-78a10e3c20e4743e.rlib --extern proc_macro --cap-lints allow`
6082023-08-29T15:06:49.381Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef/build-script-build`
6092023-08-29T15:06:49.400Z Compiling schemars_derive v0.8.12
6102023-08-29T15:06:49.403Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.12/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=fda1fa3ad2a2eed9 -C extra-filename=-fda1fa3ad2a2eed9 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-008b4cfca1ec86c4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow`
6112023-08-29T15:06:49.737Z Compiling sct v0.7.0
6122023-08-29T15:06:49.740Z Running `/home/build/.rustup/toolchains/1.72.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=45eaf5864b20b4f2 -C extra-filename=-45eaf5864b20b4f2 --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-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
6132023-08-29T15:06:50.237Z Compiling rustls-webpki v0.101.4
6142023-08-29T15:06:50.241Z Running `/home/build/.rustup/toolchains/1.72.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=dd969d01b9caa170 -C extra-filename=-dd969d01b9caa170 --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-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
6152023-08-29T15:06:51.310Z Compiling zerocopy v0.3.0
6162023-08-29T15:06:51.313Z Running `/home/build/.rustup/toolchains/1.72.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=60c53accb00341fb -C extra-filename=-60c53accb00341fb --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-07e07916cf9446d0.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-3d7b7df2a2afebc6.so --cap-lints allow`
6172023-08-29T15:06:51.925Z Compiling thiserror v1.0.30
6182023-08-29T15:06:51.928Z Running `/home/build/.rustup/toolchains/1.72.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=1d4c5737bd817942 -C extra-filename=-1d4c5737bd817942 --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-22ff28c4244fcb15.so --cap-lints allow`
6192023-08-29T15:06:52.128Z Compiling dtrace-parser v0.1.14
6202023-08-29T15:06:52.131Z Running `/home/build/.rustup/toolchains/1.72.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=2e95998f393655d2 -C extra-filename=-2e95998f393655d2 --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-15abd66da7134d3a.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-1e8244e2b77b4869.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --cap-lints allow`
6212023-08-29T15:06:52.384Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.171/src/lib.rs --error-format=json --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=adeaef8d0fc89282 -C extra-filename=-adeaef8d0fc89282 --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-aa9963e184f282e6.so --cap-lints allow`
6222023-08-29T15:06:52.606Z Compiling dof v0.1.5
6232023-08-29T15:06:52.609Z Running `/home/build/.rustup/toolchains/1.72.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=1e6537b216274eb8 -C extra-filename=-1e6537b216274eb8 --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-1d4c5737bd817942.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-60c53accb00341fb.rmeta --cap-lints allow`
6242023-08-29T15:06:53.568Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0532297992a37cba -C extra-filename=-0532297992a37cba --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-ee9abcf06cc9a869.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-dd969d01b9caa170.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-45eaf5864b20b4f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
6252023-08-29T15:06:53.756Z Compiling futures-executor v0.3.28
6262023-08-29T15:06:53.759Z Running `/home/build/.rustup/toolchains/1.72.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=d6f7846d6d1a156b -C extra-filename=-d6f7846d6d1a156b --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-c5971ac7cfd90b76.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --cap-lints allow`
6272023-08-29T15:06:54.291Z Compiling crossbeam-channel v0.5.1
6282023-08-29T15:06:54.295Z Running `/home/build/.rustup/toolchains/1.72.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=04ce90c0528c3f43 -C extra-filename=-04ce90c0528c3f43 --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-8ecb2847028721fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2dd2f206d9f4594b.rmeta --cap-lints allow`
6292023-08-29T15:06:54.540Z Compiling atty v0.2.14
6302023-08-29T15:06:54.544Z Running `/home/build/.rustup/toolchains/1.72.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=94120766517a008a -C extra-filename=-94120766517a008a --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-a8c51ff79180f898.rmeta --cap-lints allow`
6312023-08-29T15:06:54.718Z Compiling tokio-util v0.7.7
6322023-08-29T15:06:54.722Z Running `/home/build/.rustup/toolchains/1.72.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=6def0bd9eb6a83da -C extra-filename=-6def0bd9eb6a83da --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-c2fb0ba5207debf3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow`
6332023-08-29T15:06:54.776Z Compiling errno v0.3.1
6342023-08-29T15:06:54.780Z Running `/home/build/.rustup/toolchains/1.72.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 -C metadata=d31052f0c8addf35 -C extra-filename=-d31052f0c8addf35 --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-a8c51ff79180f898.rmeta --cap-lints allow`
6352023-08-29T15:06:54.939Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
6362023-08-29T15:06:54.942Z Running `/home/build/.rustup/toolchains/1.72.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=04a7c8f33701eb3c -C extra-filename=-04a7c8f33701eb3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c -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-dbca48b5dbdb0f40.rlib`
6372023-08-29T15:06:55.064Z Compiling dyn-clone v1.0.4
6382023-08-29T15:06:55.068Z Running `/home/build/.rustup/toolchains/1.72.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=5084c8cd11f6d12c -C extra-filename=-5084c8cd11f6d12c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392023-08-29T15:06:55.225Z Compiling bitflags v2.4.0
6402023-08-29T15:06:55.228Z Running `/home/build/.rustup/toolchains/1.72.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=bc20f7eb430e5c4e -C extra-filename=-bc20f7eb430e5c4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6412023-08-29T15:06:55.474Z Compiling mime v0.3.16
6422023-08-29T15:06:55.484Z Running `/home/build/.rustup/toolchains/1.72.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=a427cb07578528f0 -C extra-filename=-a427cb07578528f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432023-08-29T15:06:55.906Z Compiling openssl-probe v0.1.4
6442023-08-29T15:06:55.909Z Running `/home/build/.rustup/toolchains/1.72.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=dcdd3393d9c0b204 -C extra-filename=-dcdd3393d9c0b204 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452023-08-29T15:06:55.986Z Compiling take_mut v0.2.2
6462023-08-29T15:06:55.989Z Running `/home/build/.rustup/toolchains/1.72.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=79f0a62de33a1e95 -C extra-filename=-79f0a62de33a1e95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472023-08-29T15:06:56.203Z Compiling unicode-width v0.1.9
6482023-08-29T15:06:56.207Z Running `/home/build/.rustup/toolchains/1.72.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=535b6e7a6d512ecf -C extra-filename=-535b6e7a6d512ecf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492023-08-29T15:06:56.247Z Compiling buf-list v1.0.3
6502023-08-29T15:06:56.251Z Running `/home/build/.rustup/toolchains/1.72.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=afa664f04224cc20 -C extra-filename=-afa664f04224cc20 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512023-08-29T15:06:56.412Z Compiling data-encoding v2.4.0
6522023-08-29T15:06:56.422Z Running `/home/build/.rustup/toolchains/1.72.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=89415f74aa9cda51 -C extra-filename=-89415f74aa9cda51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532023-08-29T15:06:56.474Z Compiling atomic-waker v1.1.1
6542023-08-29T15:06:56.477Z Running `/home/build/.rustup/toolchains/1.72.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=a211fa83af781c88 -C extra-filename=-a211fa83af781c88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6552023-08-29T15:06:56.498Z Compiling utf-8 v0.7.6
6562023-08-29T15:06:56.521Z Running `/home/build/.rustup/toolchains/1.72.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=b9e1b544dcb4207f -C extra-filename=-b9e1b544dcb4207f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6572023-08-29T15:06:56.747Z Compiling trybuild v1.0.83
6582023-08-29T15:06:56.757Z Running `/home/build/.rustup/toolchains/1.72.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.83/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=e9927726edef6730 -C extra-filename=-e9927726edef6730 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6592023-08-29T15:06:56.804Z Compiling unicode-segmentation v1.10.0
6602023-08-29T15:06:56.808Z Running `/home/build/.rustup/toolchains/1.72.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=22fdd01e0913eea8 -C extra-filename=-22fdd01e0913eea8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6612023-08-29T15:06:57.012Z Compiling waitgroup v0.1.2
6622023-08-29T15:06:57.017Z Running `/home/build/.rustup/toolchains/1.72.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=cd16c766d6c8aacf -C extra-filename=-cd16c766d6c8aacf --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-a211fa83af781c88.rmeta --cap-lints allow`
6632023-08-29T15:06:57.092Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20/build-script-build`
6642023-08-29T15:06:57.161Z Compiling console v0.15.5
6652023-08-29T15:06:57.164Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=eaf12936b0179efd -C extra-filename=-eaf12936b0179efd --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-31fc94f4d760252d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-535b6e7a6d512ecf.rmeta --cap-lints allow`
6662023-08-29T15:06:57.323Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730/build-script-build`
6672023-08-29T15:06:57.341Z Running `/home/build/.rustup/toolchains/1.72.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=583cdbbd56bdd274 -C extra-filename=-583cdbbd56bdd274 --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-04ce90c0528c3f43.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-79f0a62de33a1e95.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --cap-lints allow --cfg integer128`
6682023-08-29T15:06:57.354Z Compiling tungstenite v0.20.0
6692023-08-29T15:06:57.364Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.0/src/lib.rs --error-format=json --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=2430e62c47712d94 -C extra-filename=-2430e62c47712d94 --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-07e07916cf9446d0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-89415f74aa9cda51.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-b9e1b544dcb4207f.rmeta --cap-lints allow`
6702023-08-29T15:06:58.243Z Compiling newline-converter v0.3.0
6712023-08-29T15:06:58.246Z Running `/home/build/.rustup/toolchains/1.72.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=2ebc7a0d52fa7cff -C extra-filename=-2ebc7a0d52fa7cff --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-22fdd01e0913eea8.rmeta --cap-lints allow`
6722023-08-29T15:06:58.456Z Compiling rustls-native-certs v0.6.1
6732023-08-29T15:06:58.460Z Running `/home/build/.rustup/toolchains/1.72.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=ad937e5bd7ba3e54 -C extra-filename=-ad937e5bd7ba3e54 --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-dcdd3393d9c0b204.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f5a74c973bdddc16.rmeta --cap-lints allow`
6742023-08-29T15:06:59.320Z Running `/home/build/.rustup/toolchains/1.72.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=fc2f87e9bd38c530 -C extra-filename=-fc2f87e9bd38c530 --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-a427cb07578528f0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rmeta --cap-lints allow`
6752023-08-29T15:06:59.764Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=c1fa0af6328190e0 -C extra-filename=-c1fa0af6328190e0 --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-bc20f7eb430e5c4e.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-d31052f0c8addf35.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6762023-08-29T15:07:00.223Z Compiling tokio-rustls v0.24.1
6772023-08-29T15:07:00.226Z Running `/home/build/.rustup/toolchains/1.72.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=274874b3e1cfc2f4 -C extra-filename=-274874b3e1cfc2f4 --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-0532297992a37cba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
6782023-08-29T15:07:00.838Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c/build-script-build`
6792023-08-29T15:07:00.918Z Compiling slog-term v2.9.0
6802023-08-29T15:07:00.922Z Running `/home/build/.rustup/toolchains/1.72.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=32905ccf3d4c38be -C extra-filename=-32905ccf3d4c38be --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-94120766517a008a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6b4647df1d252f88.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
6812023-08-29T15:07:01.059Z Compiling futures v0.3.28
6822023-08-29T15:07:01.062Z Running `/home/build/.rustup/toolchains/1.72.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=e3ecf74a75157aae -C extra-filename=-e3ecf74a75157aae --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-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d6f7846d6d1a156b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --cap-lints allow`
6832023-08-29T15:07:01.126Z Compiling async-stream v0.3.5
6842023-08-29T15:07:01.135Z Running `/home/build/.rustup/toolchains/1.72.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=0cd5a840d87db2b8 -C extra-filename=-0cd5a840d87db2b8 --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-991bd4499d328353.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow`
6852023-08-29T15:07:01.207Z Running `/home/build/.rustup/toolchains/1.72.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.73/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=611e04b0f49b549b -C extra-filename=-611e04b0f49b549b --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
6862023-08-29T15:07:01.370Z Compiling rustls-pemfile v1.0.3
6872023-08-29T15:07:01.374Z Running `/home/build/.rustup/toolchains/1.72.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=2b3d30cf58f7e8b8 -C extra-filename=-2b3d30cf58f7e8b8 --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-61fe435958798f11.rmeta --cap-lints allow`
6882023-08-29T15:07:01.648Z Compiling pem v2.0.1
6892023-08-29T15:07:01.652Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-2.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="default"' --cfg 'feature="std"' -C metadata=31c51a312601614c -C extra-filename=-31c51a312601614c --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-61fe435958798f11.rmeta --cap-lints allow`
6902023-08-29T15:07:02.015Z Compiling yasna v0.5.2
6912023-08-29T15:07:02.019Z Running `/home/build/.rustup/toolchains/1.72.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=6b82fd7c2763b3eb -C extra-filename=-6b82fd7c2763b3eb --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-44ed5e3774836f48.rmeta --cap-lints allow`
6922023-08-29T15:07:02.977Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/src/lib.rs --error-format=json --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=efa2cd901ab05dac -C extra-filename=-efa2cd901ab05dac --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-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow --cfg limb_width_64`
6932023-08-29T15:07:03.122Z Running `/home/build/.rustup/toolchains/1.72.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="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=93becddcd66147e8 -C extra-filename=-93becddcd66147e8 --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-f9b1523aff2821b9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow --cfg has_std`
6942023-08-29T15:07:03.447Z Compiling serde_tokenstream v0.1.7
6952023-08-29T15:07:03.451Z Running `/home/build/.rustup/toolchains/1.72.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=0b4c5a2ede6ba5bd -C extra-filename=-0b4c5a2ede6ba5bd --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-48584e482e86d3b6.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
6962023-08-29T15:07:03.494Z Compiling toml_datetime v0.6.3
6972023-08-29T15:07:03.503Z Running `/home/build/.rustup/toolchains/1.72.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=01ab0f991e388d03 -C extra-filename=-01ab0f991e388d03 --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-adeaef8d0fc89282.rmeta --cap-lints allow`
6982023-08-29T15:07:04.295Z Compiling serde_spanned v0.6.3
6992023-08-29T15:07:04.307Z Running `/home/build/.rustup/toolchains/1.72.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=93682eda9a00e087 -C extra-filename=-93682eda9a00e087 --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-adeaef8d0fc89282.rmeta --cap-lints allow`
7002023-08-29T15:07:04.349Z Compiling serde_tokenstream v0.2.0
7012023-08-29T15:07:04.352Z Running `/home/build/.rustup/toolchains/1.72.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=edc90fe08b4778ac -C extra-filename=-edc90fe08b4778ac --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow`
7022023-08-29T15:07:04.677Z Compiling h2 v0.3.17
7032023-08-29T15:07:04.681Z Running `/home/build/.rustup/toolchains/1.72.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=b879a08bdf441438 -C extra-filename=-b879a08bdf441438 --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-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6def0bd9eb6a83da.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow`
7042023-08-29T15:07:04.795Z Compiling toml_edit v0.19.11
7052023-08-29T15:07:04.798Z Running `/home/build/.rustup/toolchains/1.72.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.19.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4d6d5a53a7411215 -C extra-filename=-4d6d5a53a7411215 --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-083f8572a9bc9429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-93682eda9a00e087.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-01ab0f991e388d03.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-e3b6cec4d02dda3c.rmeta --cap-lints allow`
7062023-08-29T15:07:05.134Z Compiling uuid v1.4.1
7072023-08-29T15:07:05.137Z Running `/home/build/.rustup/toolchains/1.72.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=6d4eb61862652ea2 -C extra-filename=-6d4eb61862652ea2 --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-21b67d1763dfaa92.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow`
7082023-08-29T15:07:05.377Z Compiling chrono v0.4.26
7092023-08-29T15:07:05.380Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=da70dbb7128b0d82 -C extra-filename=-da70dbb7128b0d82 --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-314a41105189c753.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e6fac4b2ed0727b1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow`
7102023-08-29T15:07:05.414Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
7112023-08-29T15:07:05.418Z Running `/home/build/.rustup/toolchains/1.72.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=9616d77666f7a34b -C extra-filename=-9616d77666f7a34b --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
7122023-08-29T15:07:06.269Z Running `/home/build/.rustup/toolchains/1.72.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=39d07f8b58eb7135 -C extra-filename=-39d07f8b58eb7135 --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-07e07916cf9446d0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1e6537b216274eb8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-223b6b3112ed78e2.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7132023-08-29T15:07:08.292Z Compiling slog-json v2.6.1
7142023-08-29T15:07:08.295Z Running `/home/build/.rustup/toolchains/1.72.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=0ab7b17b9724f491 -C extra-filename=-0ab7b17b9724f491 --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-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
7152023-08-29T15:07:08.953Z Compiling slog-bunyan v2.4.0
7162023-08-29T15:07:08.957Z Running `/home/build/.rustup/toolchains/1.72.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=50d2070633bf38e1 -C extra-filename=-50d2070633bf38e1 --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-a7bb51c9beec93d3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
7172023-08-29T15:07:09.235Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1b6b5dee8c365ca2 -C extra-filename=-1b6b5dee8c365ca2 --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-da70dbb7128b0d82.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5084c8cd11f6d12c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-fda1fa3ad2a2eed9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7182023-08-29T15:07:10.110Z Compiling usdt-macro v0.3.5
7192023-08-29T15:07:10.113Z Running `/home/build/.rustup/toolchains/1.72.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=d349a64339c73382 -C extra-filename=-d349a64339c73382 --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-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0b4c5a2ede6ba5bd.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rlib --extern proc_macro --cap-lints allow`
7202023-08-29T15:07:10.490Z Compiling usdt-attr-macro v0.3.5
7212023-08-29T15:07:10.500Z Running `/home/build/.rustup/toolchains/1.72.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=edf0eaa609f8690d -C extra-filename=-edf0eaa609f8690d --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-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0b4c5a2ede6ba5bd.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rlib --extern proc_macro --cap-lints allow`
7222023-08-29T15:07:11.197Z Compiling toml v0.7.5
7232023-08-29T15:07:11.207Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.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="display"' --cfg 'feature="parse"' -C metadata=8c08e08bea9edf6e -C extra-filename=-8c08e08bea9edf6e --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-adeaef8d0fc89282.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-93682eda9a00e087.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-01ab0f991e388d03.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-4d6d5a53a7411215.rmeta --cap-lints allow`
7242023-08-29T15:07:11.883Z Compiling hyper v0.14.27
7252023-08-29T15:07:11.887Z Running `/home/build/.rustup/toolchains/1.72.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=b21a34e6f1b25b5f -C extra-filename=-b21a34e6f1b25b5f --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-c2fb0ba5207debf3.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b879a08bdf441438.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-ddeb842199e5d365.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-e7720f9d9b80c433.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-19ee43f2015d843e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-1f8ee5318206ea8d.rmeta --cap-lints allow`
7262023-08-29T15:07:12.547Z Compiling openapiv3 v1.0.2
7272023-08-29T15:07:12.550Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=7798b615e0aae3cb -C extra-filename=-7798b615e0aae3cb --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-93becddcd66147e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --cap-lints allow`
7282023-08-29T15:07:12.848Z Compiling basic-toml v0.1.1
7292023-08-29T15:07:12.852Z Running `/home/build/.rustup/toolchains/1.72.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=660395aad395ab57 -C extra-filename=-660395aad395ab57 --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-adeaef8d0fc89282.rmeta --cap-lints allow`
7302023-08-29T15:07:13.415Z Compiling usdt v0.3.5
7312023-08-29T15:07:13.418Z Running `/home/build/.rustup/toolchains/1.72.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=b7c2a8683bf8f15f -C extra-filename=-b7c2a8683bf8f15f --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-2e95998f393655d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-edf0eaa609f8690d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-d349a64339c73382.so --cap-lints allow`
7322023-08-29T15:07:13.893Z Compiling serde_urlencoded v0.7.1
7332023-08-29T15:07:13.897Z Running `/home/build/.rustup/toolchains/1.72.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=2176f0ec74d5d38b -C extra-filename=-2176f0ec74d5d38b --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-647d4479e6a72494.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow`
7342023-08-29T15:07:14.539Z Running `/home/build/.rustup/toolchains/1.72.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=aa7316e57f257d1c -C extra-filename=-aa7316e57f257d1c --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-adeaef8d0fc89282.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7352023-08-29T15:07:14.839Z Compiling serde_path_to_error v0.1.14
7362023-08-29T15:07:14.843Z Running `/home/build/.rustup/toolchains/1.72.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=d9b22fc8517d0859 -C extra-filename=-d9b22fc8517d0859 --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-e2a15c5afb095340.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow`
7372023-08-29T15:07:16.327Z Compiling concurrent-queue v2.2.0
7382023-08-29T15:07:16.331Z Running `/home/build/.rustup/toolchains/1.72.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="default"' --cfg 'feature="std"' -C metadata=07a4d8c2d8dea4e9 -C extra-filename=-07a4d8c2d8dea4e9 --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-2dd2f206d9f4594b.rmeta --cap-lints allow`
7392023-08-29T15:07:16.352Z Compiling debug-ignore v1.0.5
7402023-08-29T15:07:16.355Z Running `/home/build/.rustup/toolchains/1.72.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=958a5de3679dd01e -C extra-filename=-958a5de3679dd01e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7412023-08-29T15:07:16.504Z Compiling event-listener v2.5.3
7422023-08-29T15:07:16.507Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.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 -C metadata=eca7a74e987919f9 -C extra-filename=-eca7a74e987919f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7432023-08-29T15:07:16.544Z Compiling glob v0.3.0
7442023-08-29T15:07:16.547Z Running `/home/build/.rustup/toolchains/1.72.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=9e2a8a9ce5fe1f8d -C extra-filename=-9e2a8a9ce5fe1f8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7452023-08-29T15:07:16.846Z Compiling fastrand v2.0.0
7462023-08-29T15:07:16.849Z Running `/home/build/.rustup/toolchains/1.72.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=b88ec6a425b0c648 -C extra-filename=-b88ec6a425b0c648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472023-08-29T15:07:17.047Z Compiling http-range v0.1.4
7482023-08-29T15:07:17.051Z Running `/home/build/.rustup/toolchains/1.72.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=f2dbff6e266064a6 -C extra-filename=-f2dbff6e266064a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7492023-08-29T15:07:17.230Z Compiling termcolor v1.1.2
7502023-08-29T15:07:17.234Z Running `/home/build/.rustup/toolchains/1.72.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=21f2152978d96980 -C extra-filename=-21f2152978d96980 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512023-08-29T15:07:17.651Z Compiling similar v2.2.1
7522023-08-29T15:07:17.654Z Running `/home/build/.rustup/toolchains/1.72.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=fe7ea527bc95b607 -C extra-filename=-fe7ea527bc95b607 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532023-08-29T15:07:17.824Z Compiling tempfile v3.8.0
7542023-08-29T15:07:17.828Z Running `/home/build/.rustup/toolchains/1.72.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=e09cc9e7dea0a849 -C extra-filename=-e09cc9e7dea0a849 --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-8ecb2847028721fc.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b88ec6a425b0c648.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c1fa0af6328190e0.rmeta --cap-lints allow`
7552023-08-29T15:07:18.149Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85bd643781738986 -C extra-filename=-85bd643781738986 --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-660395aad395ab57.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-9e2a8a9ce5fe1f8d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ca14353ccb68bf9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-aa9963e184f282e6.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21f2152978d96980.rmeta --cap-lints allow`
7562023-08-29T15:07:18.484Z Compiling async-channel v1.9.0
7572023-08-29T15:07:18.487Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b8ef52014f9f644b -C extra-filename=-b8ef52014f9f644b --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-07a4d8c2d8dea4e9.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-eca7a74e987919f9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --cap-lints allow`
7582023-08-29T15:07:18.722Z Compiling rcgen v0.11.1
7592023-08-29T15:07:18.726Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.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="pem"' -C metadata=1210b020c44e48a0 -C extra-filename=-1210b020c44e48a0 --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-31c51a312601614c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-6b82fd7c2763b3eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7602023-08-29T15:07:18.929Z Compiling tokio-tungstenite v0.20.0
7612023-08-29T15:07:18.940Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --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=14986b32c65556a8 -C extra-filename=-14986b32c65556a8 --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-0aa0e796f31115ec.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-2430e62c47712d94.rmeta --cap-lints allow`
7622023-08-29T15:07:19.460Z Compiling expectorate v1.0.7
7632023-08-29T15:07:19.470Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.0.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 -C metadata=88fdfa926222b9fe -C extra-filename=-88fdfa926222b9fe --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-eaf12936b0179efd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-2ebc7a0d52fa7cff.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fe7ea527bc95b607.rmeta --cap-lints allow`
7642023-08-29T15:07:19.670Z Running `/home/build/.rustup/toolchains/1.72.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=78cf643a1c5ddb02 -C extra-filename=-78cf643a1c5ddb02 --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-c2fb0ba5207debf3.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7652023-08-29T15:07:19.762Z Compiling pem v3.0.2
7662023-08-29T15:07:19.766Z Running `/home/build/.rustup/toolchains/1.72.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=594b4ef3385eb9df -C extra-filename=-594b4ef3385eb9df --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-61fe435958798f11.rmeta --cap-lints allow`
7672023-08-29T15:07:20.637Z Compiling hyper-staticfile v0.9.5
7682023-08-29T15:07:20.641Z Running `/home/build/.rustup/toolchains/1.72.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=3f439b5a877aad3b -C extra-filename=-3f439b5a877aad3b --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-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-f2dbff6e266064a6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --cap-lints allow`
7692023-08-29T15:07:21.123Z Compiling hyper-rustls v0.24.1
7702023-08-29T15:07:21.127Z Running `/home/build/.rustup/toolchains/1.72.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=95bf8ee894281149 -C extra-filename=-95bf8ee894281149 --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-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ad937e5bd7ba3e54.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7712023-08-29T15:07:21.238Z Compiling subprocess v0.2.9
7722023-08-29T15:07:21.242Z Running `/home/build/.rustup/toolchains/1.72.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=d5316d8ab6544f9a -C extra-filename=-d5316d8ab6544f9a --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-a8c51ff79180f898.rmeta --cap-lints allow`
7732023-08-29T15:07:21.556Z Running `/home/build/.rustup/toolchains/1.72.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=ef80d25ae8516876 -C extra-filename=-ef80d25ae8516876 --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-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7742023-08-29T15:07:22.350Z Compiling schema-derive v0.1.0
7752023-08-29T15:07:22.354Z Running `/home/build/.rustup/toolchains/1.72.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=dea33c912604dfb4 -C extra-filename=-dea33c912604dfb4 --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-60186f369661f247.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
7762023-08-29T15:07:25.906Z Compiling schema v0.1.0
7772023-08-29T15:07:25.909Z Running `/home/build/.rustup/toolchains/1.72.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=2913da13dbc6418e -C extra-filename=-2913da13dbc6418e --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-dea33c912604dfb4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow`
7782023-08-29T15:07:26.011Z Running `/home/build/.rustup/toolchains/1.72.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=85252dc575d07e6f -C extra-filename=-85252dc575d07e6f --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
7792023-08-29T15:07:28.187Z Running `/home/build/.rustup/toolchains/1.72.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=b55d3a3f6c684f28 -C extra-filename=-b55d3a3f6c684f28 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7802023-08-29T15:07:32.676Z Running `/home/build/.rustup/toolchains/1.72.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=f0c96994a55db0d3 -C extra-filename=-f0c96994a55db0d3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7812023-08-29T15:07:32.679Z Running `/home/build/.rustup/toolchains/1.72.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=dfe6caa804d27d6f -C extra-filename=-dfe6caa804d27d6f --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7822023-08-29T15:07:32.683Z Running `/home/build/.rustup/toolchains/1.72.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=81971ba22f5c8fbb -C extra-filename=-81971ba22f5c8fbb --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7832023-08-29T15:07:32.686Z Running `/home/build/.rustup/toolchains/1.72.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=1069393024579af8 -C extra-filename=-1069393024579af8 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7842023-08-29T15:07:32.690Z Running `/home/build/.rustup/toolchains/1.72.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=85dac1536a8d1c13 -C extra-filename=-85dac1536a8d1c13 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7852023-08-29T15:07:32.693Z Running `/home/build/.rustup/toolchains/1.72.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=ca5c3110e4e83621 -C extra-filename=-ca5c3110e4e83621 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7862023-08-29T15:07:32.697Z Running `/home/build/.rustup/toolchains/1.72.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=097aa432b14d7313 -C extra-filename=-097aa432b14d7313 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7872023-08-29T15:07:57.127Z Running `/home/build/.rustup/toolchains/1.72.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=9d5fc3754c1bccdc -C extra-filename=-9d5fc3754c1bccdc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7882023-08-29T15:07:59.409Z Running `/home/build/.rustup/toolchains/1.72.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=a43b3c0abaebd953 -C extra-filename=-a43b3c0abaebd953 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7892023-08-29T15:08:07.521Z Running `/home/build/.rustup/toolchains/1.72.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=bf499e92e6dffc12 -C extra-filename=-bf499e92e6dffc12 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7902023-08-29T15:08:13.180Z Running `/home/build/.rustup/toolchains/1.72.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=61735fe24cd0d73e -C extra-filename=-61735fe24cd0d73e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7912023-08-29T15:08:27.147Z Running `/home/build/.rustup/toolchains/1.72.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=8658c1d8b417b8d3 -C extra-filename=-8658c1d8b417b8d3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7922023-08-29T15:08:31.855Z Running `/home/build/.rustup/toolchains/1.72.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=db6b7a9e806968e3 -C extra-filename=-db6b7a9e806968e3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7932023-08-29T15:08:35.489Z Running `/home/build/.rustup/toolchains/1.72.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=66b5f57c4f24b000 -C extra-filename=-66b5f57c4f24b000 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7942023-08-29T15:08:42.522Z Running `/home/build/.rustup/toolchains/1.72.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=52d52ed0f5ee332e -C extra-filename=-52d52ed0f5ee332e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7952023-08-29T15:08:42.574Z Running `/home/build/.rustup/toolchains/1.72.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=9c7f6466eb32d900 -C extra-filename=-9c7f6466eb32d900 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7962023-08-29T15:08:46.695Z Running `/home/build/.rustup/toolchains/1.72.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=1f698fdd72338a7e -C extra-filename=-1f698fdd72338a7e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7972023-08-29T15:08:52.603Z Running `/home/build/.rustup/toolchains/1.72.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=96bd78d189d45395 -C extra-filename=-96bd78d189d45395 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7982023-08-29T15:09:07.962Z Running `/home/build/.rustup/toolchains/1.72.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=89eb457b504004d7 -C extra-filename=-89eb457b504004d7 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7992023-08-29T15:09:15.731Z Running `/home/build/.rustup/toolchains/1.72.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=959b24755ed7a55a -C extra-filename=-959b24755ed7a55a --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8002023-08-29T15:09:17.090Z Running `/home/build/.rustup/toolchains/1.72.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=fae9efca6c256ffa -C extra-filename=-fae9efca6c256ffa --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8012023-08-29T15:09:19.860Z Running `/home/build/.rustup/toolchains/1.72.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=a15cb8b01a3a61d6 -C extra-filename=-a15cb8b01a3a61d6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8022023-08-29T15:09:22.328Z Running `/home/build/.rustup/toolchains/1.72.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=9274c98ab6188a17 -C extra-filename=-9274c98ab6188a17 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8032023-08-29T15:09:26.855Z Running `/home/build/.rustup/toolchains/1.72.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=bc0726bf9a739dfa -C extra-filename=-bc0726bf9a739dfa --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8042023-08-29T15:09:31.285Z Running `/home/build/.rustup/toolchains/1.72.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=e499c4b306f35657 -C extra-filename=-e499c4b306f35657 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8052023-08-29T15:09:33.375Z Running `/home/build/.rustup/toolchains/1.72.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=19ce08e0603297da -C extra-filename=-19ce08e0603297da --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8062023-08-29T15:09:59.440Z Finished dev [unoptimized + debuginfo] target(s) in 3m 50s
8072023-08-29T15:09:59.585Z
8082023-08-29T15:09:59.588Zreal 3:50.272476668
8092023-08-29T15:09:59.591Zuser 23:56.390143561
8102023-08-29T15:09:59.594Zsys 3:03.854805682
8112023-08-29T15:09:59.597Ztrap 1.271864547
8122023-08-29T15:09:59.600Ztflt 11.123697174
8132023-08-29T15:09:59.603Zdflt 12.294916964
8142023-08-29T15:09:59.606Zkflt 0.042575450
8152023-08-29T15:09:59.609Zlock 55:54.169151843
8162023-08-29T15:09:59.612Zslp 1:32:17.465206825
8172023-08-29T15:09:59.614Zlat 1:20.020660176
8182023-08-29T15:09:59.617Zstop 28.613234434
8192023-08-29T15:09:59.620Z+ banner test
8202023-08-29T15:09:59.623Z
8212023-08-29T15:09:59.626Z ##### ###### #### #####
8222023-08-29T15:09:59.629Z # # # #
8232023-08-29T15:09:59.632Z # ##### #### #
8242023-08-29T15:09:59.635Z # # # #
8252023-08-29T15:09:59.638Z # # # # #
8262023-08-29T15:09:59.640Z # ###### #### #
8272023-08-29T15:09:59.644Z
8282023-08-29T15:09:59.647Z+ ptime -m cargo test --all-features --locked --verbose
8292023-08-29T15:09:59.980Z Fresh unicode-ident v1.0.0
8302023-08-29T15:09:59.984Z Fresh cfg-if v1.0.0
8312023-08-29T15:09:59.987Z Fresh itoa v1.0.1
8322023-08-29T15:09:59.990Z Fresh version_check v0.9.4
8332023-08-29T15:09:59.994Z Fresh proc-macro2 v1.0.66
8342023-08-29T15:09:59.996Z Fresh pin-project-lite v0.2.12
8352023-08-29T15:09:59.999Z Fresh quote v1.0.30
8362023-08-29T15:10:00.003Z Fresh libc v0.2.147
8372023-08-29T15:10:00.006Z Fresh autocfg v1.1.0
8382023-08-29T15:10:00.010Z Fresh bytes v1.4.0
8392023-08-29T15:10:00.013Z Fresh once_cell v1.13.1
8402023-08-29T15:10:00.016Z Fresh syn v2.0.29
8412023-08-29T15:10:00.020Z Fresh syn v1.0.109
8422023-08-29T15:10:00.023Z Fresh futures-core v0.3.28
8432023-08-29T15:10:00.026Z Fresh ryu v1.0.5
8442023-08-29T15:10:00.029Z Fresh serde_derive v1.0.171
8452023-08-29T15:10:00.044Z Fresh futures-sink v0.3.28
8462023-08-29T15:10:00.048Z Fresh scopeguard v1.1.0
8472023-08-29T15:10:00.052Z Fresh smallvec v1.7.0
8482023-08-29T15:10:00.059Z Fresh serde v1.0.171
8492023-08-29T15:10:00.062Z Fresh cc v1.0.72
8502023-08-29T15:10:00.065Z Fresh parking_lot_core v0.9.4
8512023-08-29T15:10:00.068Z Fresh lock_api v0.4.6
8522023-08-29T15:10:00.071Z Fresh thiserror-impl v1.0.30
8532023-08-29T15:10:00.075Z Fresh serde_json v1.0.99
8542023-08-29T15:10:00.078Z Fresh ucd-trie v0.1.3
8552023-08-29T15:10:00.081Z Fresh lazy_static v1.4.0
8562023-08-29T15:10:00.084Z Fresh futures-task v0.3.28
8572023-08-29T15:10:00.087Z Fresh pest v2.1.3
8582023-08-29T15:10:00.089Z Fresh futures-channel v0.3.28
8592023-08-29T15:10:00.093Z Fresh memchr v2.4.1
8602023-08-29T15:10:00.096Z Fresh log v0.4.17
8612023-08-29T15:10:00.099Z Fresh thiserror v1.0.30
8622023-08-29T15:10:00.103Z Fresh parking_lot v0.12.1
8632023-08-29T15:10:00.106Z Fresh futures-macro v0.3.28
8642023-08-29T15:10:00.109Z Fresh tokio-macros v2.1.0
8652023-08-29T15:10:00.112Z Fresh getrandom v0.2.3
8662023-08-29T15:10:00.115Z Fresh signal-hook-registry v1.4.0
8672023-08-29T15:10:00.118Z Fresh mio v0.8.8
8682023-08-29T15:10:00.121Z Fresh num_cpus v1.13.0
8692023-08-29T15:10:00.124Z Fresh socket2 v0.5.3
8702023-08-29T15:10:00.127Z Fresh unicode-xid v0.2.2
8712023-08-29T15:10:00.130Z Fresh futures-io v0.3.28
8722023-08-29T15:10:00.133Z Fresh fnv v1.0.7
8732023-08-29T15:10:00.136Z Fresh byteorder v1.4.3
8742023-08-29T15:10:00.139Z Fresh pin-utils v0.1.0
8752023-08-29T15:10:00.143Z Fresh maplit v1.0.2
8762023-08-29T15:10:00.146Z Fresh slab v0.4.5
8772023-08-29T15:10:00.149Z Fresh futures-util v0.3.28
8782023-08-29T15:10:00.152Z Fresh pest_meta v2.1.3
8792023-08-29T15:10:00.155Z Fresh http v0.2.9
8802023-08-29T15:10:00.159Z Fresh synstructure v0.12.6
8812023-08-29T15:10:00.162Z Fresh tokio v1.32.0
8822023-08-29T15:10:00.165Z Fresh typenum v1.14.0
8832023-08-29T15:10:00.168Z Fresh untrusted v0.7.1
8842023-08-29T15:10:00.171Z Fresh spin v0.5.2
8852023-08-29T15:10:00.174Z Fresh pest_generator v2.1.3
8862023-08-29T15:10:00.177Z Fresh generic-array v0.14.5
8872023-08-29T15:10:00.180Z Fresh zerocopy-derive v0.2.0
8882023-08-29T15:10:00.183Z Fresh tracing-core v0.1.21
8892023-08-29T15:10:00.186Z Fresh ring v0.16.20
8902023-08-29T15:10:00.189Z Fresh time-macros v0.2.3
8912023-08-29T15:10:00.192Z Fresh percent-encoding v2.3.0
8922023-08-29T15:10:00.195Z Fresh tinyvec_macros v0.1.0
8932023-08-29T15:10:00.198Z Fresh num_threads v0.1.3
8942023-08-29T15:10:00.202Z Fresh hashbrown v0.12.1
8952023-08-29T15:10:00.205Z Fresh tinyvec v1.5.1
8962023-08-29T15:10:00.208Z Fresh httparse v1.8.0
8972023-08-29T15:10:00.211Z Fresh time v0.3.7
8982023-08-29T15:10:00.214Z Fresh form_urlencoded v1.2.0
8992023-08-29T15:10:00.216Z Fresh indexmap v1.9.3
9002023-08-29T15:10:00.219Z Fresh pest_derive v2.1.0
9012023-08-29T15:10:00.222Z Fresh zerocopy v0.3.0
9022023-08-29T15:10:00.226Z Fresh tracing v0.1.29
9032023-08-29T15:10:00.229Z Fresh slog v2.7.0
9042023-08-29T15:10:00.232Z Fresh dtrace-parser v0.1.14
9052023-08-29T15:10:00.235Z Fresh tokio-util v0.7.7
9062023-08-29T15:10:00.238Z Fresh crossbeam-utils v0.8.15
9072023-08-29T15:10:00.241Z Fresh dof v0.1.5
9082023-08-29T15:10:00.245Z Fresh paste v1.0.14
9092023-08-29T15:10:00.248Z Fresh unicode-normalization v0.1.19
9102023-08-29T15:10:00.251Z Fresh block-buffer v0.10.2
9112023-08-29T15:10:00.254Z Fresh crypto-common v0.1.6
9122023-08-29T15:10:00.257Z Fresh rand_core v0.6.3
9132023-08-29T15:10:00.260Z Fresh thread-id v4.0.0
9142023-08-29T15:10:00.263Z Fresh try-lock v0.2.3
9152023-08-29T15:10:00.266Z Fresh ppv-lite86 v0.2.15
9162023-08-29T15:10:00.269Z Fresh matches v0.1.9
9172023-08-29T15:10:00.272Z Fresh base64 v0.21.3
9182023-08-29T15:10:00.276Z Fresh unicode-bidi v0.3.7
9192023-08-29T15:10:00.279Z Fresh want v0.3.0
9202023-08-29T15:10:00.282Z Fresh rand_chacha v0.3.1
9212023-08-29T15:10:00.285Z Fresh digest v0.10.5
9222023-08-29T15:10:00.288Z Fresh usdt-impl v0.3.5
9232023-08-29T15:10:00.291Z Fresh idna v0.2.3
9242023-08-29T15:10:00.294Z Fresh h2 v0.3.17
9252023-08-29T15:10:00.298Z Fresh unicase v2.6.0
9262023-08-29T15:10:00.301Z Fresh sct v0.7.0
9272023-08-29T15:10:00.304Z Fresh rustls-webpki v0.101.4
9282023-08-29T15:10:00.307Z Fresh http-body v0.4.3
9292023-08-29T15:10:00.310Z Fresh serde_tokenstream v0.2.0
9302023-08-29T15:10:00.313Z Fresh serde_tokenstream v0.1.7
9312023-08-29T15:10:00.316Z Fresh dirs-sys-next v0.1.2
9322023-08-29T15:10:00.320Z Fresh socket2 v0.4.9
9332023-08-29T15:10:00.323Z Fresh tower-service v0.3.1
9342023-08-29T15:10:00.326Z Fresh hashbrown v0.14.0
9352023-08-29T15:10:00.329Z Fresh equivalent v1.0.0
9362023-08-29T15:10:00.332Z Fresh cpufeatures v0.2.2
9372023-08-29T15:10:00.335Z Fresh httpdate v1.0.1
9382023-08-29T15:10:00.338Z Fresh hyper v0.14.27
9392023-08-29T15:10:00.341Z Fresh indexmap v2.0.0
9402023-08-29T15:10:00.344Z Fresh dirs-next v2.0.0
9412023-08-29T15:10:00.347Z Fresh sha1 v0.10.5
9422023-08-29T15:10:00.350Z Fresh rustls v0.21.6
9432023-08-29T15:10:00.354Z Fresh url v2.2.2
9442023-08-29T15:10:00.357Z Fresh rand v0.8.4
9452023-08-29T15:10:00.360Z Fresh num-traits v0.2.14
9462023-08-29T15:10:00.363Z Fresh toml_datetime v0.6.3
9472023-08-29T15:10:00.366Z Fresh serde_spanned v0.6.3
9482023-08-29T15:10:00.369Z Fresh serde_derive_internals v0.26.0
9492023-08-29T15:10:00.373Z Fresh thread_local v1.1.4
9502023-08-29T15:10:00.375Z Fresh winnow v0.4.6
9512023-08-29T15:10:00.379Z Fresh match_cfg v0.1.0
9522023-08-29T15:10:00.382Z Fresh iana-time-zone v0.1.47
9532023-08-29T15:10:00.385Z Fresh base64 v0.13.1
9542023-08-29T15:10:00.388Z Fresh toml_edit v0.19.11
9552023-08-29T15:10:00.391Z Fresh schemars_derive v0.8.12
9562023-08-29T15:10:00.394Z Fresh rustls-pemfile v0.2.1
9572023-08-29T15:10:00.397Z Fresh chrono v0.4.26
9582023-08-29T15:10:00.399Z Fresh hostname v0.3.1
9592023-08-29T15:10:00.403Z Fresh term v0.7.0
9602023-08-29T15:10:00.406Z Fresh tokio-rustls v0.24.1
9612023-08-29T15:10:00.409Z Fresh usdt-attr-macro v0.3.5
9622023-08-29T15:10:00.412Z Fresh usdt-macro v0.3.5
9632023-08-29T15:10:00.415Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9642023-08-29T15:10:00.418Z Fresh crossbeam-channel v0.5.1
9652023-08-29T15:10:00.421Z Fresh slog-json v2.6.1
9662023-08-29T15:10:00.429Z Running `/home/build/.rustup/toolchains/1.72.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=d100877d8a303013 -C extra-filename=-d100877d8a303013 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
9672023-08-29T15:10:00.433Z Fresh futures-executor v0.3.28
9682023-08-29T15:10:00.436Z Fresh uuid v1.4.1
9692023-08-29T15:10:00.439Z Fresh async-stream-impl v0.3.5
9702023-08-29T15:10:00.442Z Fresh errno v0.3.1
9712023-08-29T15:10:00.445Z Fresh atty v0.2.14
9722023-08-29T15:10:00.448Z Fresh unicode-segmentation v1.10.0
9732023-08-29T15:10:00.451Z Fresh mime v0.3.16
9742023-08-29T15:10:00.454Z Fresh atomic-waker v1.1.1
9752023-08-29T15:10:00.457Z Fresh openssl-probe v0.1.4
9762023-08-29T15:10:00.460Z Fresh unicode-width v0.1.9
9772023-08-29T15:10:00.463Z Fresh utf-8 v0.7.6
9782023-08-29T15:10:00.466Z Fresh bitflags v2.4.0
9792023-08-29T15:10:00.469Z Fresh dyn-clone v1.0.4
9802023-08-29T15:10:00.472Z Fresh take_mut v0.2.2
9812023-08-29T15:10:00.475Z Fresh data-encoding v2.4.0
9822023-08-29T15:10:00.478Z Fresh rustix v0.38.8
9832023-08-29T15:10:00.481Z Fresh waitgroup v0.1.2
9842023-08-29T15:10:00.484Z Fresh schemars v0.8.12
9852023-08-29T15:10:00.487Z Fresh tungstenite v0.20.0
9862023-08-29T15:10:00.490Z Fresh slog-async v2.8.0
9872023-08-29T15:10:00.493Z Fresh rustls-native-certs v0.6.1
9882023-08-29T15:10:00.496Z Fresh console v0.15.5
9892023-08-29T15:10:00.499Z Fresh mime_guess v2.0.4
9902023-08-29T15:10:00.502Z Fresh newline-converter v0.3.0
9912023-08-29T15:10:00.505Z Fresh async-stream v0.3.5
9922023-08-29T15:10:00.508Z Fresh futures v0.3.28
9932023-08-29T15:10:00.511Z Fresh slog-term v2.9.0
9942023-08-29T15:10:00.514Z Fresh usdt v0.3.5
9952023-08-29T15:10:00.518Z Fresh slog-bunyan v2.4.0
9962023-08-29T15:10:00.521Z Fresh camino v1.1.6
9972023-08-29T15:10:00.524Z Fresh async-trait v0.1.73
9982023-08-29T15:10:00.527Z Fresh toml v0.7.5
9992023-08-29T15:10:00.530Z Fresh rustls-pemfile v1.0.3
10002023-08-29T15:10:00.533Z Fresh pem v2.0.1
10012023-08-29T15:10:00.536Z Fresh concurrent-queue v2.2.0
10022023-08-29T15:10:00.540Z Fresh openapiv3 v1.0.2
10032023-08-29T15:10:00.543Z Fresh serde_urlencoded v0.7.1
10042023-08-29T15:10:00.546Z Fresh yasna v0.5.2
10052023-08-29T15:10:00.550Z Fresh basic-toml v0.1.1
10062023-08-29T15:10:00.553Z Fresh serde_path_to_error v0.1.14
10072023-08-29T15:10:00.556Z Fresh similar v2.2.1
10082023-08-29T15:10:00.559Z Fresh fastrand v2.0.0
10092023-08-29T15:10:00.562Z Fresh termcolor v1.1.2
10102023-08-29T15:10:00.565Z Fresh event-listener v2.5.3
10112023-08-29T15:10:00.569Z Fresh http-range v0.1.4
10122023-08-29T15:10:00.572Z Fresh glob v0.3.0
10132023-08-29T15:10:00.575Z Fresh debug-ignore v1.0.5
10142023-08-29T15:10:00.578Z Fresh expectorate v1.0.7
10152023-08-29T15:10:00.581Z Fresh rcgen v0.11.1
10162023-08-29T15:10:00.585Z Fresh tempfile v3.8.0
10172023-08-29T15:10:00.587Z Fresh async-channel v1.9.0
10182023-08-29T15:10:00.590Z Fresh hyper-staticfile v0.9.5
10192023-08-29T15:10:00.594Z Fresh trybuild v1.0.83
10202023-08-29T15:10:00.597Z Fresh tokio-tungstenite v0.20.0
10212023-08-29T15:10:00.600Z Fresh hyper-rustls v0.24.1
10222023-08-29T15:10:00.603Z Fresh buf-list v1.0.3
10232023-08-29T15:10:00.606Z Fresh pem v3.0.2
10242023-08-29T15:10:00.609Z Fresh subprocess v0.2.9
10252023-08-29T15:10:00.612Z Fresh schema-derive v0.1.0
10262023-08-29T15:10:00.615Z Fresh schema v0.1.0
10272023-08-29T15:10:01.839Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
10282023-08-29T15:10:01.843Z Running `/home/build/.rustup/toolchains/1.72.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=511dfccdb5d271ed -C extra-filename=-511dfccdb5d271ed --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-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10292023-08-29T15:10:01.847Z Running `/home/build/.rustup/toolchains/1.72.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=633b7a149515b16c -C extra-filename=-633b7a149515b16c --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10302023-08-29T15:10:10.905Z Running `/home/build/.rustup/toolchains/1.72.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=4638f9671ab413fe -C extra-filename=-4638f9671ab413fe --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10312023-08-29T15:10:10.909Z Running `/home/build/.rustup/toolchains/1.72.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=3792bff667bd9f5e -C extra-filename=-3792bff667bd9f5e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10322023-08-29T15:10:10.913Z Running `/home/build/.rustup/toolchains/1.72.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=d0db96663aa5319f -C extra-filename=-d0db96663aa5319f --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10332023-08-29T15:10:10.916Z Running `/home/build/.rustup/toolchains/1.72.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=fa432114e3c6dca4 -C extra-filename=-fa432114e3c6dca4 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10342023-08-29T15:10:10.920Z Running `/home/build/.rustup/toolchains/1.72.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=66a4f3a60892a7c4 -C extra-filename=-66a4f3a60892a7c4 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10352023-08-29T15:10:10.924Z Running `/home/build/.rustup/toolchains/1.72.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=27077871c3276787 -C extra-filename=-27077871c3276787 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10362023-08-29T15:10:10.928Z Running `/home/build/.rustup/toolchains/1.72.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=05a636c45ece9edc -C extra-filename=-05a636c45ece9edc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10372023-08-29T15:10:34.722Z Running `/home/build/.rustup/toolchains/1.72.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=361d6ba607d0ce42 -C extra-filename=-361d6ba607d0ce42 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10382023-08-29T15:10:45.122Z Running `/home/build/.rustup/toolchains/1.72.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=9708cc3b47e6efd6 -C extra-filename=-9708cc3b47e6efd6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10392023-08-29T15:10:45.426Z Running `/home/build/.rustup/toolchains/1.72.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=d54a9538d10f9459 -C extra-filename=-d54a9538d10f9459 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10402023-08-29T15:10:45.988Z Running `/home/build/.rustup/toolchains/1.72.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=b3509f94344a21dd -C extra-filename=-b3509f94344a21dd --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10412023-08-29T15:10:46.773Z Running `/home/build/.rustup/toolchains/1.72.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=5ad79e8f434f5d80 -C extra-filename=-5ad79e8f434f5d80 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10422023-08-29T15:10:46.790Z Running `/home/build/.rustup/toolchains/1.72.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=0c2fb6298b1fb0cc -C extra-filename=-0c2fb6298b1fb0cc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10432023-08-29T15:10:46.815Z Running `/home/build/.rustup/toolchains/1.72.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=9156b3f6a39385a7 -C extra-filename=-9156b3f6a39385a7 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10442023-08-29T15:11:07.495Z Running `/home/build/.rustup/toolchains/1.72.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=c7ef54c8522466e6 -C extra-filename=-c7ef54c8522466e6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10452023-08-29T15:11:13.227Z Running `/home/build/.rustup/toolchains/1.72.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=a1d8bb1088c8b84e -C extra-filename=-a1d8bb1088c8b84e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10462023-08-29T15:11:20.775Z Running `/home/build/.rustup/toolchains/1.72.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=07fcab0a25961b54 -C extra-filename=-07fcab0a25961b54 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10472023-08-29T15:11:21.703Z Running `/home/build/.rustup/toolchains/1.72.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=5fed6efb272f0edd -C extra-filename=-5fed6efb272f0edd --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10482023-08-29T15:11:23.499Z Running `/home/build/.rustup/toolchains/1.72.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=227324bd331d488d -C extra-filename=-227324bd331d488d --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10492023-08-29T15:11:23.605Z Running `/home/build/.rustup/toolchains/1.72.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=6148a600976b06ad -C extra-filename=-6148a600976b06ad --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10502023-08-29T15:11:30.397Z Running `/home/build/.rustup/toolchains/1.72.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=d568cbc2017d1c40 -C extra-filename=-d568cbc2017d1c40 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10512023-08-29T15:11:31.365Z Running `/home/build/.rustup/toolchains/1.72.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=2e74f0172b1a9098 -C extra-filename=-2e74f0172b1a9098 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10522023-08-29T15:11:46.421Z Running `/home/build/.rustup/toolchains/1.72.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=63e8995e56a34326 -C extra-filename=-63e8995e56a34326 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10532023-08-29T15:11:54.033Z Running `/home/build/.rustup/toolchains/1.72.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=ea81bab4e5437a9b -C extra-filename=-ea81bab4e5437a9b --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10542023-08-29T15:12:00.941Z Running `/home/build/.rustup/toolchains/1.72.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=f5265c6a5208ee78 -C extra-filename=-f5265c6a5208ee78 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10552023-08-29T15:12:02.676Z Running `/home/build/.rustup/toolchains/1.72.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=f184eac4cb5f12f2 -C extra-filename=-f184eac4cb5f12f2 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10562023-08-29T15:12:38.143Z Finished test [unoptimized + debuginfo] target(s) in 2m 38s
10572023-08-29T15:12:38.171Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-633b7a149515b16c`
10582023-08-29T15:12:38.181Z
10592023-08-29T15:12:38.184Zrunning 94 tests
10602023-08-29T15:12:38.187Ztest api_description::test::test_badpath4 - should panic ... ok
10612023-08-29T15:12:38.190Ztest api_description::test::test_tags_need_one ... ok
10622023-08-29T15:12:38.193Ztest api_description::test::test_tags_too_many ... ok
10632023-08-29T15:12:38.196Ztest api_description::test::test_badpath1 ... ok
10642023-08-29T15:12:38.199Ztest api_description::test::test_dup_names ... ok
10652023-08-29T15:12:38.202Ztest api_description::test::test_badpath2 ... ok
10662023-08-29T15:12:38.206Ztest error::test::test_serialize_error_response_body ... ok
10672023-08-29T15:12:38.209Ztest api_description::test::test_tags_just_right ... ok
10682023-08-29T15:12:38.212Ztest api_description::test::test_badpath3 ... ok
10692023-08-29T15:12:38.220Ztest extractor::metadata::test::test_metadata_flattened ... ok
10702023-08-29T15:12:38.223Ztest extractor::metadata::test::test_metadata_simple ... ok
10712023-08-29T15:12:38.226Ztest extractor::metadata::test::test_metadata_pagination ... ok
10722023-08-29T15:12:38.229Ztest from_map::test::test_deep ... ok
10732023-08-29T15:12:38.232Ztest from_map::test::test_lone_literal ... ok
10742023-08-29T15:12:38.235Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10752023-08-29T15:12:38.239Ztest from_map::test::test_missing_data2 ... ok
10762023-08-29T15:12:38.242Ztest from_map::test::test_missing_data1 ... ok
10772023-08-29T15:12:38.245Ztest from_map::test::test_types ... ok
10782023-08-29T15:12:38.248Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10792023-08-29T15:12:38.251Ztest logging::test::test_config_bad_terminal_no_level ... ok
10802023-08-29T15:12:38.254Ztest logging::test::test_config_bad_log_mode ... ok
10812023-08-29T15:12:38.257Ztest logging::test::test_config_bad_file_no_file ... ok
10822023-08-29T15:12:38.260Ztest logging::test::test_config_bad_terminal_bad_level ... ok
10832023-08-29T15:12:38.263Ztest logging::test::test_config_bad_file_no_level ... ok
10842023-08-29T15:12:38.266Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
10852023-08-29T15:12:38.269Ztest logging::test::test_config_bad_file_bad_path_type ... ok
10862023-08-29T15:12:38.272Ztest pagination::test::test_pagination_schema ... ok
10872023-08-29T15:12:38.275Ztest pagination::test::test_page_token_serialization ... ok
10882023-08-29T15:12:38.278Ztest pagination::test::test_pagparams_parsing ... ok
10892023-08-29T15:12:38.281Ztest pagination::test::test_results_page ... ok
10902023-08-29T15:12:38.284Ztest router::test::test_bad_path_segment2 - should panic ... ok
10912023-08-29T15:12:38.287Ztest router::test::test_bad_path_segment4 - should panic ... ok
10922023-08-29T15:12:38.290Ztest router::test::test_bad_path_segment1 - should panic ... ok
10932023-08-29T15:12:38.294Ztest router::test::test_bad_path_segment3 - should panic ... ok
10942023-08-29T15:12:38.297Ztest router::test::test_bogus_regex - should panic ... ok
10952023-08-29T15:12:38.301Ztest api_description::test::test_tags_set ... ok
10962023-08-29T15:12:38.304Ztest router::test::test_duplicate_route1 - should panic ... ok
10972023-08-29T15:12:38.307Ztest router::test::test_duplicate_route2 - should panic ... ok
10982023-08-29T15:12:38.311Ztest logging::test::test_config_stderr_terminal ... ok
10992023-08-29T15:12:38.313Ztest router::test::test_duplicate_route3 - should panic ... ok
11002023-08-29T15:12:38.316Ztest router::test::test_duplicate_varname - should panic ... ok
11012023-08-29T15:12:38.319Ztest router::test::test_inconsistent_varname - should panic ... ok
11022023-08-29T15:12:38.322Ztest router::test::test_embedded_non_variable ... ok
11032023-08-29T15:12:38.326Ztest router::test::test_empty_variable ... ok
11042023-08-29T15:12:38.329Ztest router::test::test_iter_null ... ok
11052023-08-29T15:12:38.331Ztest router::test::test_map ... ok
11062023-08-29T15:12:38.334Ztest router::test::test_error_cases ... ok
11072023-08-29T15:12:38.337Ztest router::test::test_literal_after_variable - should panic ... ok
11082023-08-29T15:12:38.340Ztest router::test::test_iter ... ok
11092023-08-29T15:12:38.343Ztest router::test::test_map_bad_value ... ok
11102023-08-29T15:12:38.347Ztest router::test::test_map_bad_seq ... ok
11112023-08-29T15:12:38.349Ztest router::test::test_literal_after_regex - should panic ... ok
11122023-08-29T15:12:38.352Ztest router::test::test_path_segment ... ok
11132023-08-29T15:12:38.355Ztest router::test::test_router_basic ... ok
11142023-08-29T15:12:38.358Ztest router::test::test_more_after_regex - should panic ... ok
11152023-08-29T15:12:38.361Ztest router::test::test_segments ... ok
11162023-08-29T15:12:38.364Ztest router::test::test_iter2 ... ok
11172023-08-29T15:12:38.367Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11182023-08-29T15:12:38.370Ztest router::test::test_variable_name_bad_end - should panic ... ok
11192023-08-29T15:12:38.373Ztest router::test::test_variable_after_literal - should panic ... ok
11202023-08-29T15:12:38.376Ztest router::test::test_variable_name_bad_start - should panic ... ok
11212023-08-29T15:12:38.379Ztest router::test::test_variables_glob ... ok
11222023-08-29T15:12:38.383Ztest router::test::test_variable_name_empty - should panic ... ok
11232023-08-29T15:12:38.386Ztest router::test::test_variables_basic ... ok
11242023-08-29T15:12:38.389Ztest schema_util::test::test_empty_struct ... ok
11252023-08-29T15:12:38.392Ztest router::test::test_variable_rename ... ok
11262023-08-29T15:12:38.395Ztest schema_util::test::test_bad_schema - should panic ... ok
11272023-08-29T15:12:38.398Ztest logging::test::test_config_file ... ok
11282023-08-29T15:12:38.401Ztest router::test::test_variables_multi ... ok
11292023-08-29T15:12:38.403Ztest schema_util::test::test_nullable ... ok
11302023-08-29T15:12:38.406Ztest schema_util::test::test_additional_properties ... ok
11312023-08-29T15:12:38.409Ztest schema_util::test::test_two_types - should panic ... ok
11322023-08-29T15:12:38.412Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11332023-08-29T15:12:38.415Ztest test_util::test::test_bunyan_easy_cases ... ok
11342023-08-29T15:12:38.418Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5fed6efb272f0edd`
11352023-08-29T15:12:38.424Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11362023-08-29T15:12:38.427Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11372023-08-29T15:12:38.430Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11382023-08-29T15:12:38.433Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11392023-08-29T15:12:38.436Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11402023-08-29T15:12:38.439Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11412023-08-29T15:12:38.442Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11422023-08-29T15:12:38.445Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11432023-08-29T15:12:38.448Ztest to_map::test::test_to_map_num ... ok
11442023-08-29T15:12:38.451Ztest to_map::test::test_to_map_enum ... ok
11452023-08-29T15:12:38.454Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11462023-08-29T15:12:38.456Ztest to_map::test::test_to_map_seq ... ok
11472023-08-29T15:12:38.460Ztest type_util::tests::test_commented_ref ... ok
11482023-08-29T15:12:38.463Ztest to_map::test::test_to_map_vec ... ok
11492023-08-29T15:12:38.466Ztest to_map::test::test_to_map_valid ... ok
11502023-08-29T15:12:38.469Ztest type_util::tests::test_reflexive_type - should panic ... ok
11512023-08-29T15:12:38.472Ztest type_util::tests::test_recursive_type - should panic ... ok
11522023-08-29T15:12:38.475Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11532023-08-29T15:12:38.478Ztest server::test::test_drop_server_without_close_okay ... ok
11542023-08-29T15:12:38.481Ztest server::test::test_server_run_then_close ... ok
11552023-08-29T15:12:38.484Z
11562023-08-29T15:12:38.487Ztest result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
11572023-08-29T15:12:38.490Z
11582023-08-29T15:12:38.493Z
11592023-08-29T15:12:38.496Zrunning 1 test
11602023-08-29T15:12:38.767Z Compiling proc-macro2 v1.0.66
11612023-08-29T15:12:38.770Z Compiling quote v1.0.30
11622023-08-29T15:12:38.773Z Compiling unicode-ident v1.0.0
11632023-08-29T15:12:38.776Z Compiling libc v0.2.147
11642023-08-29T15:12:38.779Z Compiling serde v1.0.171
11652023-08-29T15:12:38.782Z Checking cfg-if v1.0.0
11662023-08-29T15:12:38.785Z Compiling syn v1.0.109
11672023-08-29T15:12:38.789Z Compiling version_check v0.9.4
11682023-08-29T15:12:38.882Z Checking itoa v1.0.1
11692023-08-29T15:12:39.040Z Compiling ryu v1.0.5
11702023-08-29T15:12:39.190Z Checking pin-project-lite v0.2.12
11712023-08-29T15:12:39.364Z Compiling futures-core v0.3.28
11722023-08-29T15:12:40.037Z Compiling autocfg v1.1.0
11732023-08-29T15:12:40.208Z Compiling serde_json v1.0.99
11742023-08-29T15:12:40.225Z Checking bytes v1.4.0
11752023-08-29T15:12:40.259Z Compiling unicode-xid v0.2.2
11762023-08-29T15:12:40.503Z Compiling ucd-trie v0.1.3
11772023-08-29T15:12:40.566Z Compiling parking_lot_core v0.9.4
11782023-08-29T15:12:40.707Z Compiling futures-task v0.3.28
11792023-08-29T15:12:41.140Z Compiling pest v2.1.3
11802023-08-29T15:12:41.288Z Checking futures-sink v0.3.28
11812023-08-29T15:12:41.357Z Compiling maplit v1.0.2
11822023-08-29T15:12:41.474Z Checking scopeguard v1.1.0
11832023-08-29T15:12:41.500Z Compiling cc v1.0.72
11842023-08-29T15:12:41.640Z Checking smallvec v1.7.0
11852023-08-29T15:12:41.722Z Compiling futures-channel v0.3.28
11862023-08-29T15:12:41.727Z Compiling log v0.4.17
11872023-08-29T15:12:42.174Z Compiling syn v2.0.29
11882023-08-29T15:12:42.297Z Checking once_cell v1.13.1
11892023-08-29T15:12:42.300Z Compiling memchr v2.4.1
11902023-08-29T15:12:42.749Z Checking lock_api v0.4.6
11912023-08-29T15:12:43.294Z Checking lazy_static v1.4.0
11922023-08-29T15:12:43.339Z Compiling futures-util v0.3.28
11932023-08-29T15:12:43.347Z Compiling typenum v1.14.0
11942023-08-29T15:12:43.423Z Compiling pest_meta v2.1.3
11952023-08-29T15:12:43.469Z Checking parking_lot v0.12.1
11962023-08-29T15:12:44.824Z Checking signal-hook-registry v1.4.0
11972023-08-29T15:12:44.988Z Checking socket2 v0.5.3
11982023-08-29T15:12:45.199Z Checking num_cpus v1.13.0
11992023-08-29T15:12:45.302Z Checking getrandom v0.2.3
12002023-08-29T15:12:45.347Z Checking mio v0.8.8
12012023-08-29T15:12:45.633Z Compiling generic-array v0.14.5
12022023-08-29T15:12:45.713Z Checking pin-utils v0.1.0
12032023-08-29T15:12:45.817Z Checking futures-io v0.3.28
12042023-08-29T15:12:45.825Z Checking fnv v1.0.7
12052023-08-29T15:12:45.984Z Checking slab v0.4.5
12062023-08-29T15:12:46.066Z Checking http v0.2.9
12072023-08-29T15:12:46.318Z Compiling indexmap v1.9.3
12082023-08-29T15:12:46.448Z Compiling usdt-impl v0.3.5
12092023-08-29T15:12:46.842Z Compiling unicase v2.6.0
12102023-08-29T15:12:46.930Z Compiling ring v0.16.20
12112023-08-29T15:12:47.027Z Checking untrusted v0.7.1
12122023-08-29T15:12:47.271Z Checking spin v0.5.2
12132023-08-29T15:12:47.369Z Compiling httparse v1.8.0
12142023-08-29T15:12:47.583Z Checking tracing-core v0.1.21
12152023-08-29T15:12:48.296Z Compiling slog v2.7.0
12162023-08-29T15:12:48.318Z Checking hashbrown v0.12.1
12172023-08-29T15:12:48.526Z Checking percent-encoding v2.3.0
12182023-08-29T15:12:48.828Z Compiling byteorder v1.4.3
12192023-08-29T15:12:49.197Z Checking num_threads v0.1.3
12202023-08-29T15:12:49.345Z Checking tinyvec_macros v0.1.0
12212023-08-29T15:12:49.746Z Compiling time-macros v0.2.3
12222023-08-29T15:12:49.985Z Compiling crossbeam-utils v0.8.15
12232023-08-29T15:12:50.174Z Checking tinyvec v1.5.1
12242023-08-29T15:12:50.673Z Checking form_urlencoded v1.2.0
12252023-08-29T15:12:50.921Z Checking tracing v0.1.29
12262023-08-29T15:12:52.443Z Checking unicode-normalization v0.1.19
12272023-08-29T15:12:53.263Z Compiling synstructure v0.12.6
12282023-08-29T15:12:53.448Z Compiling pest_generator v2.1.3
12292023-08-29T15:12:54.216Z Compiling thread-id v4.0.0
12302023-08-29T15:12:54.542Z Checking time v0.3.7
12312023-08-29T15:12:54.784Z Checking crypto-common v0.1.6
12322023-08-29T15:12:55.028Z Checking block-buffer v0.10.2
12332023-08-29T15:12:55.362Z Checking rand_core v0.6.3
12342023-08-29T15:12:55.514Z Compiling num-traits v0.2.14
12352023-08-29T15:12:55.882Z Checking ppv-lite86 v0.2.15
12362023-08-29T15:12:56.036Z Checking base64 v0.21.3
12372023-08-29T15:12:56.279Z Checking matches v0.1.9
12382023-08-29T15:12:56.693Z Compiling rustls v0.21.6
12392023-08-29T15:12:56.793Z Checking unicode-bidi v0.3.7
12402023-08-29T15:12:57.005Z Checking try-lock v0.2.3
12412023-08-29T15:12:57.080Z Checking rand_chacha v0.3.1
12422023-08-29T15:12:57.186Z Checking want v0.3.0
12432023-08-29T15:12:57.387Z Checking idna v0.2.3
12442023-08-29T15:12:57.698Z Checking digest v0.10.5
12452023-08-29T15:12:57.965Z Checking http-body v0.4.3
12462023-08-29T15:12:58.185Z Checking socket2 v0.4.9
12472023-08-29T15:12:58.188Z Checking sct v0.7.0
12482023-08-29T15:12:58.280Z Checking rustls-webpki v0.101.4
12492023-08-29T15:12:58.416Z Checking dirs-sys-next v0.1.2
12502023-08-29T15:12:58.547Z Checking equivalent v1.0.0
12512023-08-29T15:12:58.661Z Checking httpdate v1.0.1
12522023-08-29T15:12:58.682Z Checking cpufeatures v0.2.2
12532023-08-29T15:12:58.796Z Checking hashbrown v0.14.0
12542023-08-29T15:12:58.853Z Checking tower-service v0.3.1
12552023-08-29T15:12:58.870Z Checking url v2.2.2
12562023-08-29T15:12:59.010Z Checking sha1 v0.10.5
12572023-08-29T15:12:59.014Z Checking dirs-next v2.0.0
12582023-08-29T15:12:59.360Z Compiling mime_guess v2.0.4
12592023-08-29T15:13:00.208Z Checking rand v0.8.4
12602023-08-29T15:13:00.527Z Checking indexmap v2.0.0
12612023-08-29T15:13:01.828Z Compiling serde_derive_internals v0.26.0
12622023-08-29T15:13:02.240Z Checking thread_local v1.1.4
12632023-08-29T15:13:02.420Z Compiling async-trait v0.1.73
12642023-08-29T15:13:02.526Z Compiling schemars v0.8.12
12652023-08-29T15:13:02.647Z Checking iana-time-zone v0.1.47
12662023-08-29T15:13:02.850Z Compiling slog-async v2.8.0
12672023-08-29T15:13:03.119Z Compiling rustix v0.38.8
12682023-08-29T15:13:03.355Z Compiling paste v1.0.14
12692023-08-29T15:13:03.444Z Compiling serde_derive v1.0.171
12702023-08-29T15:13:03.761Z Compiling futures-macro v0.3.28
12712023-08-29T15:13:04.284Z Compiling tokio-macros v2.1.0
12722023-08-29T15:13:04.564Z Compiling camino v1.1.6
12732023-08-29T15:13:04.810Z Checking match_cfg v0.1.0
12742023-08-29T15:13:04.926Z Checking winnow v0.4.6
12752023-08-29T15:13:05.700Z Checking base64 v0.13.1
12762023-08-29T15:13:06.365Z Checking rustls-pemfile v0.2.1
12772023-08-29T15:13:06.694Z Checking hostname v0.3.1
12782023-08-29T15:13:07.189Z Compiling async-stream-impl v0.3.5
12792023-08-29T15:13:08.182Z Checking tokio v1.32.0
12802023-08-29T15:13:08.467Z Checking term v0.7.0
12812023-08-29T15:13:08.725Z Checking crossbeam-channel v0.5.1
12822023-08-29T15:13:09.142Z Checking atty v0.2.14
12832023-08-29T15:13:09.304Z Checking errno v0.3.1
12842023-08-29T15:13:09.551Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
12852023-08-29T15:13:09.714Z Checking dyn-clone v1.0.4
12862023-08-29T15:13:09.872Z Checking bitflags v2.4.0
12872023-08-29T15:13:10.026Z Checking unicode-width v0.1.9
12882023-08-29T15:13:10.093Z Checking unicode-segmentation v1.10.0
12892023-08-29T15:13:10.142Z Compiling thiserror-impl v1.0.30
12902023-08-29T15:13:10.228Z Compiling zerocopy-derive v0.2.0
12912023-08-29T15:13:10.276Z Compiling pest_derive v2.1.0
12922023-08-29T15:13:10.392Z Compiling schemars_derive v0.8.12
12932023-08-29T15:13:11.131Z Checking data-encoding v2.4.0
12942023-08-29T15:13:12.024Z Checking atomic-waker v1.1.1
12952023-08-29T15:13:12.219Z Checking openssl-probe v0.1.4
12962023-08-29T15:13:12.315Z Checking mime v0.3.16
12972023-08-29T15:13:12.424Z Checking take_mut v0.2.2
12982023-08-29T15:13:12.633Z Compiling buf-list v1.0.3
12992023-08-29T15:13:12.800Z Checking utf-8 v0.7.6
13002023-08-29T15:13:14.225Z Checking rustls-native-certs v0.6.1
13012023-08-29T15:13:14.301Z Checking waitgroup v0.1.2
13022023-08-29T15:13:14.502Z Checking newline-converter v0.3.0
13032023-08-29T15:13:14.565Z Checking async-stream v0.3.5
13042023-08-29T15:13:14.856Z Checking console v0.15.5
13052023-08-29T15:13:15.170Z Compiling zerocopy v0.3.0
13062023-08-29T15:13:16.567Z Checking slog-term v2.9.0
13072023-08-29T15:13:17.256Z Checking futures-executor v0.3.28
13082023-08-29T15:13:17.341Z Checking rustls-pemfile v1.0.3
13092023-08-29T15:13:17.590Z Checking futures v0.3.28
13102023-08-29T15:13:17.605Z Checking pem v2.0.1
13112023-08-29T15:13:17.737Z Checking yasna v0.5.2
13122023-08-29T15:13:17.986Z Checking concurrent-queue v2.2.0
13132023-08-29T15:13:18.002Z Checking event-listener v2.5.3
13142023-08-29T15:13:18.101Z Checking thiserror v1.0.30
13152023-08-29T15:13:18.289Z Checking dof v0.1.5
13162023-08-29T15:13:18.448Z Compiling dtrace-parser v0.1.14
13172023-08-29T15:13:19.182Z Checking tungstenite v0.20.0
13182023-08-29T15:13:19.415Z Checking http-range v0.1.4
13192023-08-29T15:13:19.704Z Checking debug-ignore v1.0.5
13202023-08-29T15:13:19.847Z Checking tokio-util v0.7.7
13212023-08-29T15:13:19.850Z Checking tokio-rustls v0.24.1
13222023-08-29T15:13:19.889Z Checking similar v2.2.1
13232023-08-29T15:13:20.396Z Checking fastrand v2.0.0
13242023-08-29T15:13:20.456Z Checking rcgen v0.11.1
13252023-08-29T15:13:20.725Z Checking tokio-tungstenite v0.20.0
13262023-08-29T15:13:20.894Z Checking tempfile v3.8.0
13272023-08-29T15:13:20.983Z Checking async-channel v1.9.0
13282023-08-29T15:13:21.058Z Checking expectorate v1.0.7
13292023-08-29T15:13:21.357Z Checking pem v3.0.2
13302023-08-29T15:13:21.360Z Checking subprocess v0.2.9
13312023-08-29T15:13:27.301Z Checking serde_spanned v0.6.3
13322023-08-29T15:13:27.304Z Checking toml_datetime v0.6.3
13332023-08-29T15:13:27.307Z Checking chrono v0.4.26
13342023-08-29T15:13:27.310Z Checking uuid v1.4.1
13352023-08-29T15:13:27.576Z Checking serde_path_to_error v0.1.14
13362023-08-29T15:13:27.705Z Checking toml_edit v0.19.11
13372023-08-29T15:13:28.084Z Checking serde_urlencoded v0.7.1
13382023-08-29T15:13:28.618Z Checking h2 v0.3.17
13392023-08-29T15:13:28.705Z Compiling serde_tokenstream v0.1.7
13402023-08-29T15:13:28.708Z Compiling serde_tokenstream v0.2.0
13412023-08-29T15:13:29.587Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13422023-08-29T15:13:29.614Z Checking slog-json v2.6.1
13432023-08-29T15:13:29.617Z Checking openapiv3 v1.0.2
13442023-08-29T15:13:30.008Z Checking slog-bunyan v2.4.0
13452023-08-29T15:13:31.355Z Checking toml v0.7.5
13462023-08-29T15:13:33.858Z Compiling usdt-macro v0.3.5
13472023-08-29T15:13:33.862Z Compiling usdt-attr-macro v0.3.5
13482023-08-29T15:13:34.241Z Checking hyper v0.14.27
13492023-08-29T15:13:36.088Z Checking usdt v0.3.5
13502023-08-29T15:13:38.220Ztest fail has been running for over 60 seconds
13512023-08-29T15:13:38.727Z Checking hyper-rustls v0.24.1
13522023-08-29T15:13:38.730Z Checking hyper-staticfile v0.9.5
13532023-08-29T15:13:42.327Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13542023-08-29T15:13:42.407Z Finished dev [unoptimized + debuginfo] target(s) in 1m 04s
13552023-08-29T15:13:42.447Z
13562023-08-29T15:13:42.450Z
13572023-08-29T15:13:43.264Ztest tests/fail/bad_endpoint1.rs ... ok
13582023-08-29T15:13:44.302Ztest tests/fail/bad_endpoint10.rs ... ok
13592023-08-29T15:13:45.037Ztest tests/fail/bad_endpoint11.rs ... ok
13602023-08-29T15:13:45.920Ztest tests/fail/bad_endpoint12.rs ... ok
13612023-08-29T15:13:46.890Ztest tests/fail/bad_endpoint13.rs ... ok
13622023-08-29T15:13:47.669Ztest tests/fail/bad_endpoint14.rs ... ok
13632023-08-29T15:13:48.587Ztest tests/fail/bad_endpoint15.rs ... ok
13642023-08-29T15:13:49.260Ztest tests/fail/bad_endpoint16.rs ... ok
13652023-08-29T15:13:50.206Ztest tests/fail/bad_endpoint17.rs ... ok
13662023-08-29T15:13:51.151Ztest tests/fail/bad_endpoint18.rs ... ok
13672023-08-29T15:13:52.097Ztest tests/fail/bad_endpoint19.rs ... ok
13682023-08-29T15:13:52.973Ztest tests/fail/bad_endpoint2.rs ... ok
13692023-08-29T15:13:53.873Ztest tests/fail/bad_endpoint3.rs ... ok
13702023-08-29T15:13:54.756Ztest tests/fail/bad_endpoint4.rs ... ok
13712023-08-29T15:13:55.642Ztest tests/fail/bad_endpoint5.rs ... ok
13722023-08-29T15:13:56.576Ztest tests/fail/bad_endpoint6.rs ... ok
13732023-08-29T15:13:57.449Ztest tests/fail/bad_endpoint7.rs ... ok
13742023-08-29T15:13:58.175Ztest tests/fail/bad_endpoint8.rs ... ok
13752023-08-29T15:13:59.077Ztest tests/fail/bad_endpoint9.rs ... ok
13762023-08-29T15:13:59.831Ztest tests/fail/unused_endpoint.rs ... ok
13772023-08-29T15:13:59.834Z
13782023-08-29T15:13:59.837Z
13792023-08-29T15:13:59.840Ztest fail ... ok
13802023-08-29T15:13:59.843Z
13812023-08-29T15:13:59.846Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 81.61s
13822023-08-29T15:13:59.849Z
13832023-08-29T15:13:59.852Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-227324bd331d488d`
13842023-08-29T15:13:59.855Z
13852023-08-29T15:13:59.858Zrunning 10 tests
13862023-08-29T15:13:59.861Ztest test_config_bad_request_body_max_bytes_too_large ... ok
13872023-08-29T15:13:59.864Ztest test_config_bad_bind_address_garbage ... ok
13882023-08-29T15:13:59.867Ztest test_config_bad_bind_address_port_too_large ... ok
13892023-08-29T15:13:59.870Ztest test_config_bad_request_body_max_bytes_negative ... ok
13902023-08-29T15:13:59.873Ztest test_config_bad_bind_address_port_too_small ... ok
13912023-08-29T15:13:59.876Ztest test_config_handler_task_mode_detached ... ok
13922023-08-29T15:13:59.879Ztest test_config_handler_task_mode_cancel ... ok
13932023-08-29T15:13:59.882Ztest test_config_bind_address_http ... ok
13942023-08-29T15:13:59.885Ztest test_config_bind_address_https_buffer ... ok
13952023-08-29T15:13:59.888Ztest test_config_bind_address_https ... ok
13962023-08-29T15:13:59.891Z
13972023-08-29T15:13:59.894Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
13982023-08-29T15:13:59.897Z
13992023-08-29T15:13:59.900Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-63e8995e56a34326`
14002023-08-29T15:13:59.903Z
14012023-08-29T15:13:59.906Zrunning 20 tests
14022023-08-29T15:13:59.917Ztest test_307_temporary_redirect ... ok
14032023-08-29T15:13:59.920Ztest test_302_bogus ... ok
14042023-08-29T15:13:59.923Ztest test_302_found ... ok
14052023-08-29T15:13:59.926Ztest test_delete_request ... ok
14062023-08-29T15:13:59.931Ztest test_demo1 ... ok
14072023-08-29T15:13:59.934Ztest test_303_see_other ... ok
14082023-08-29T15:13:59.938Ztest test_demo2query ... ok
14092023-08-29T15:13:59.940Ztest test_demo_path_param_u32 ... ok
14102023-08-29T15:13:59.943Ztest test_demo3json ... ok
14112023-08-29T15:13:59.946Ztest test_demo_path_param_uuid ... ok
14122023-08-29T15:13:59.949Ztest test_demo_websocket ... ok
14132023-08-29T15:13:59.952Ztest test_demo2json ... ok
14142023-08-29T15:13:59.955Ztest test_header_request ... ok
14152023-08-29T15:13:59.958Ztest test_demo2urlencoded ... ok
14162023-08-29T15:13:59.961Ztest test_request_remote_addr ... ok
14172023-08-29T15:13:59.964Ztest test_raw_request ... ok
14182023-08-29T15:13:59.967Ztest test_request_compat ... ok
14192023-08-29T15:13:59.970Ztest test_demo_path_param_string ... ok
14202023-08-29T15:13:59.973Ztest test_streaming_body ... ok
14212023-08-29T15:14:00.179Ztest test_untyped_body ... ok
14222023-08-29T15:14:00.183Z
14232023-08-29T15:14:00.190Ztest result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14242023-08-29T15:14:00.193Z
14252023-08-29T15:14:00.196Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-361d6ba607d0ce42`
14262023-08-29T15:14:00.199Z
14272023-08-29T15:14:00.202Zrunning 1 test
14282023-08-29T15:14:01.956Ztest test_graceful_shutdown_with_detached_handler ... ok
14292023-08-29T15:14:01.959Z
14302023-08-29T15:14:01.963Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14312023-08-29T15:14:01.966Z
14322023-08-29T15:14:01.969Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-27077871c3276787`
14332023-08-29T15:14:01.972Z
14342023-08-29T15:14:01.977Zrunning 2 tests
14352023-08-29T15:14:01.980Ztest test_openapi_fuller ... ok
14362023-08-29T15:14:01.983Ztest test_openapi ... ok
14372023-08-29T15:14:01.987Z
14382023-08-29T15:14:01.990Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14392023-08-29T15:14:01.993Z
14402023-08-29T15:14:01.996Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-6148a600976b06ad`
14412023-08-29T15:14:01.999Z
14422023-08-29T15:14:02.003Zrunning 9 tests
14432023-08-29T15:14:02.033Ztest test_paginate_extra_params ... ok
14442023-08-29T15:14:02.037Ztest test_paginate_errors ... ok
14452023-08-29T15:14:02.041Ztest test_paginate_empty ... ok
14462023-08-29T15:14:02.044Ztest test_paginate_with_required_params ... ok
14472023-08-29T15:14:02.097Ztest test_paginate_basic ... ok
14482023-08-29T15:14:03.537Ztest test_example_basic ... ok
14492023-08-29T15:14:03.850Ztest test_paginate_dictionary ... ok
14502023-08-29T15:14:07.422Ztest test_example_multiple_sorts ... ok
14512023-08-29T15:14:07.937Ztest test_example_multiple_resources ... ok
14522023-08-29T15:14:07.940Z
14532023-08-29T15:14:07.943Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.95s
14542023-08-29T15:14:07.946Z
14552023-08-29T15:14:07.949Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-fa432114e3c6dca4`
14562023-08-29T15:14:07.952Z
14572023-08-29T15:14:07.955Zrunning 1 test
14582023-08-29T15:14:07.958Ztest test_pagination_schema ... ok
14592023-08-29T15:14:07.961Z
14602023-08-29T15:14:07.964Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14612023-08-29T15:14:07.967Z
14622023-08-29T15:14:07.971Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-ea81bab4e5437a9b`
14632023-08-29T15:14:07.974Z
14642023-08-29T15:14:07.977Zrunning 1 test
14652023-08-29T15:14:07.980Ztest test_path_names ... ok
14662023-08-29T15:14:07.983Z
14672023-08-29T15:14:07.987Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14682023-08-29T15:14:07.990Z
14692023-08-29T15:14:07.993Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-c7ef54c8522466e6`
14702023-08-29T15:14:07.996Z
14712023-08-29T15:14:07.999Zrunning 3 tests
14722023-08-29T15:14:08.003Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
14732023-08-29T15:14:08.021Ztest test_streaming_server_streaming_client ... ok
14742023-08-29T15:14:08.024Ztest test_streaming_server_buffered_client ... ok
14752023-08-29T15:14:08.027Z
14762023-08-29T15:14:08.030Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14772023-08-29T15:14:08.033Z
14782023-08-29T15:14:08.035Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-2e74f0172b1a9098`
14792023-08-29T15:14:08.038Z
14802023-08-29T15:14:08.042Zrunning 6 tests
14812023-08-29T15:14:08.052Ztest test_server_is_http ... ok
14822023-08-29T15:14:08.060Ztest test_tls_certificate_loading ... ok
14832023-08-29T15:14:08.062Ztest test_tls_only ... ok
14842023-08-29T15:14:08.065Ztest test_server_is_https ... ok
14852023-08-29T15:14:08.072Ztest test_tls_aborted_negotiation ... ok
14862023-08-29T15:14:08.075Ztest test_tls_refresh_certificates ... ok
14872023-08-29T15:14:08.078Z
14882023-08-29T15:14:08.081Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14892023-08-29T15:14:08.084Z
14902023-08-29T15:14:08.087Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-85252dc575d07e6f`
14912023-08-29T15:14:08.090Z
14922023-08-29T15:14:08.093Zrunning 15 tests
14932023-08-29T15:14:08.096Ztest tests::test_endpoint_bad_metadata ... ok
14942023-08-29T15:14:08.099Ztest tests::test_endpoint_bad_string ... ok
14952023-08-29T15:14:08.102Ztest tests::test_endpoint_invalid_item ... ok
14962023-08-29T15:14:08.104Ztest syn_parsing::tests::test_busted_function ... ok
14972023-08-29T15:14:08.107Ztest tests::test_endpoint_bad_context_receiver ... ok
14982023-08-29T15:14:08.110Ztest tests::test_endpoint_no_arguments ... ok
14992023-08-29T15:14:08.113Ztest tests::test_endpoint_not_async ... ok
15002023-08-29T15:14:08.116Ztest tests::test_endpoint_content_type ... ok
15012023-08-29T15:14:08.119Ztest tests::test_endpoint_basic ... ok
15022023-08-29T15:14:08.122Ztest tests::test_extract_summary_description ... ok
15032023-08-29T15:14:08.125Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15042023-08-29T15:14:08.128Ztest tests::test_endpoint_with_tags ... ok
15052023-08-29T15:14:08.131Ztest tests::test_endpoint_with_doc ... ok
15062023-08-29T15:14:08.134Ztest tests::test_endpoint_with_query ... ok
15072023-08-29T15:14:08.137Ztest tests::test_endpoint_pub_crate ... ok
15082023-08-29T15:14:08.139Z
15092023-08-29T15:14:08.142Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15102023-08-29T15:14:08.145Z
15112023-08-29T15:14:08.148Z Doc-tests dropshot
15122023-08-29T15:14:08.152Z Running `/home/build/.rustup/toolchains/1.72.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-7340081683e33e76/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
15132023-08-29T15:14:08.851Z
15142023-08-29T15:14:08.855Zrunning 13 tests
15152023-08-29T15:14:08.858Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
15162023-08-29T15:14:08.866Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
15172023-08-29T15:14:08.869Ztest dropshot/src/lib.rs - (line 187) ... ignored
15182023-08-29T15:14:08.873Ztest dropshot/src/lib.rs - (line 210) ... ignored
15192023-08-29T15:14:09.245Ztest dropshot/src/lib.rs - (line 44) - compile ... ok
15202023-08-29T15:14:11.103Ztest dropshot/src/lib.rs - (line 260) ... ok
15212023-08-29T15:14:11.250Ztest dropshot/src/lib.rs - (line 470) ... ok
15222023-08-29T15:14:11.410Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
15232023-08-29T15:14:15.835Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
15242023-08-29T15:14:16.067Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 251) ... ok
15252023-08-29T15:14:16.393Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
15262023-08-29T15:14:16.562Ztest dropshot/src/lib.rs - (line 118) ... ok
15272023-08-29T15:14:16.592Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 276) ... ok
15282023-08-29T15:14:16.595Z
15292023-08-29T15:14:16.598Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 7.74s
15302023-08-29T15:14:16.601Z
15312023-08-29T15:14:16.626Z Doc-tests dropshot_endpoint
15322023-08-29T15:14:16.629Z Running `/home/build/.rustup/toolchains/1.72.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-7340081683e33e76/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
15332023-08-29T15:14:16.816Z
15342023-08-29T15:14:16.819Zrunning 2 tests
15352023-08-29T15:14:16.822Ztest dropshot_endpoint/src/lib.rs - channel (line 153) ... ignored
15362023-08-29T15:14:16.825Ztest dropshot_endpoint/src/lib.rs - endpoint (line 99) ... ignored
15372023-08-29T15:14:16.828Z
15382023-08-29T15:14:16.831Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
15392023-08-29T15:14:16.834Z
15402023-08-29T15:14:16.847Z
15412023-08-29T15:14:16.850Zreal 4:17.256271446
15422023-08-29T15:14:16.853Zuser 22:54.872939531
15432023-08-29T15:14:16.856Zsys 3:18.529336745
15442023-08-29T15:14:16.858Ztrap 1.311382248
15452023-08-29T15:14:16.861Ztflt 0.184863339
15462023-08-29T15:14:16.864Zdflt 0.850669217
15472023-08-29T15:14:16.867Zkflt 0.000488469
15482023-08-29T15:14:16.870Zlock 59:51.819388995
15492023-08-29T15:14:16.873Zslp 1:29:46.630173312
15502023-08-29T15:14:16.876Zlat 1:21.880625886
15512023-08-29T15:14:16.879Zstop 19.025147932
15522023-08-29T15:14:16.881Zprocess exited: duration 510560 ms, exit code 0
 
15532023-08-29T15:14:16.888Zfound 0 output files