01HPMTZDJ4S5P5FHMS2D0AVAQX: build-and-test / illumos

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

Buildomat Job: 01HPMTZT3KNCS6Z8DJXT5PPPY8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-14T22:15:43.311Zjob assigned to worker 01HPMTZT7A0B8J95J5R37NFXHA (queued for 48 s)
 
22024-02-14T22:15:44.208Zstarting task 0: "setup"
32024-02-14T22:15:44.286Z++ uname -s
42024-02-14T22:15:44.295Z+ kern=SunOS
52024-02-14T22:15:44.295Z+ case "$kern" in
62024-02-14T22:15:44.296Z+ groupadd -g 12345 build
72024-02-14T22:15:44.296Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-14T22:15:46.296Z+ zfs create -o mountpoint=/work rpool/work
92024-02-14T22:15:46.377Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-14T22:15:46.381Z+ home_fs=zfs
112024-02-14T22:15:46.381Z+ [[ zfs == autofs ]]
122024-02-14T22:15:46.381Z+ mkdir -p /home/build
132024-02-14T22:15:46.386Z+ chown build:build /home/build /work
142024-02-14T22:15:48.408Z+ chmod 0700 /home/build /work
152024-02-14T22:15:48.415Zprocess exited: duration 4185 ms, exit code 0
 
162024-02-14T22:15:48.439Zstarting task 1: "rust-toolchain"
172024-02-14T22:15:48.445Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-14T22:15:48.450Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-02-14T22:15:48.558Zinfo: downloading installer
202024-02-14T22:15:50.195Zwarning: it looks like you have an existing installation of Rust at:
212024-02-14T22:15:50.195Zwarning: /opt/ooce/bin
222024-02-14T22:15:50.195Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-14T22:15:50.195Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-14T22:15:50.195Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-14T22:15:50.195Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-14T22:15:50.195Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-14T22:15:50.195Zerror: cannot install while Rust is installed
282024-02-14T22:15:50.196Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-14T22:15:50.273Zinfo: profile set to 'default'
302024-02-14T22:15:50.273Zinfo: default host triple is x86_64-unknown-illumos
312024-02-14T22:15:50.280Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-02-14T22:15:50.421Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
332024-02-14T22:15:50.421Zinfo: downloading component 'cargo'
342024-02-14T22:15:51.216Zinfo: downloading component 'clippy'
352024-02-14T22:15:51.455Zinfo: downloading component 'rust-docs'
362024-02-14T22:15:52.440Zinfo: downloading component 'rust-std'
372024-02-14T22:15:54.461Zinfo: downloading component 'rustc'
382024-02-14T22:15:57.846Zinfo: downloading component 'rustfmt'
392024-02-14T22:15:58.197Zinfo: installing component 'cargo'
402024-02-14T22:15:59.109Zinfo: installing component 'clippy'
412024-02-14T22:15:59.464Zinfo: installing component 'rust-docs'
422024-02-14T22:16:01.074Zinfo: installing component 'rust-std'
432024-02-14T22:16:02.982Zinfo: installing component 'rustc'
442024-02-14T22:16:07.259Zinfo: installing component 'rustfmt'
452024-02-14T22:16:07.579Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-02-14T22:16:07.580Z
472024-02-14T22:16:07.836Z stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04)
482024-02-14T22:16:07.836Z
492024-02-14T22:16:07.841Z
502024-02-14T22:16:07.842ZRust is installed now. Great!
512024-02-14T22:16:07.842Z
522024-02-14T22:16:07.842ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-14T22:16:07.842Zenvironment variable. This has not been done automatically.
542024-02-14T22:16:07.842Z
552024-02-14T22:16:07.842ZTo configure your current shell, run:
562024-02-14T22:16:07.842Zsource "$HOME/.cargo/env"
572024-02-14T22:16:07.890Z+ rustc --version
582024-02-14T22:16:07.974Zrustc 1.76.0 (07dca489a 2024-02-04)
592024-02-14T22:16:07.981Zprocess exited: duration 19517 ms, exit code 0
 
602024-02-14T22:16:07.992Zstarting task 2: "authentication"
612024-02-14T22:16:08.017Zprocess exited: duration 23 ms, exit code 0
 
622024-02-14T22:16:08.033Zstarting task 3: "clone repository"
632024-02-14T22:16:08.038Z+ mkdir -p /work/oxidecomputer/dropshot
642024-02-14T22:16:08.044Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
652024-02-14T22:16:08.274ZCloning into '/work/oxidecomputer/dropshot'...
662024-02-14T22:16:09.330Z+ cd /work/oxidecomputer/dropshot
672024-02-14T22:16:09.330Z+ git fetch origin 7da42530da0aea939995d552132b1e706f508bad
682024-02-14T22:16:09.760ZFrom https://github.com/oxidecomputer/dropshot
692024-02-14T22:16:09.760Z * branch 7da42530da0aea939995d552132b1e706f508bad -> FETCH_HEAD
702024-02-14T22:16:09.776Z+ [[ -n '' ]]
712024-02-14T22:16:09.776Z+ git reset --hard 7da42530da0aea939995d552132b1e706f508bad
722024-02-14T22:16:09.779ZHEAD is now at 7da4253 Fix for lint
732024-02-14T22:16:09.779Zprocess exited: duration 1748 ms, exit code 0
 
742024-02-14T22:16:09.788Zstarting task 4: "build"
752024-02-14T22:16:09.791Z+ cargo --version
762024-02-14T22:16:09.795Zinfo: syncing channel updates for '1.75.0-x86_64-unknown-illumos'
772024-02-14T22:16:09.967Zinfo: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
782024-02-14T22:16:09.970Zinfo: downloading component 'cargo'
792024-02-14T22:16:10.911Zinfo: downloading component 'clippy'
802024-02-14T22:16:11.181Zinfo: downloading component 'rust-docs'
812024-02-14T22:16:12.282Zinfo: downloading component 'rust-std'
822024-02-14T22:16:13.934Zinfo: downloading component 'rustc'
832024-02-14T22:16:18.122Zinfo: downloading component 'rustfmt'
842024-02-14T22:16:18.360Zinfo: installing component 'cargo'
852024-02-14T22:16:19.177Zinfo: installing component 'clippy'
862024-02-14T22:16:19.505Zinfo: installing component 'rust-docs'
872024-02-14T22:16:21.041Zinfo: installing component 'rust-std'
882024-02-14T22:16:22.794Zinfo: installing component 'rustc'
892024-02-14T22:16:26.716Zinfo: installing component 'rustfmt'
902024-02-14T22:16:27.105Zcargo 1.75.0 (1d8b05cdd 2023-11-20)
912024-02-14T22:16:27.108Z+ rustc --version
922024-02-14T22:16:27.189Zrustc 1.75.0 (82e1608df 2023-12-21)
932024-02-14T22:16:27.195Z+ banner build
942024-02-14T22:16:27.237Z
952024-02-14T22:16:27.237Z ##### # # # # #####
962024-02-14T22:16:27.237Z # # # # # # # #
972024-02-14T22:16:27.237Z ##### # # # # # #
982024-02-14T22:16:27.237Z # # # # # # # #
992024-02-14T22:16:27.237Z # # # # # # # #
1002024-02-14T22:16:27.237Z ##### #### # ###### #####
1012024-02-14T22:16:27.237Z
1022024-02-14T22:16:27.244Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1032024-02-14T22:16:27.472Z Updating crates.io index
1042024-02-14T22:16:28.327Z Downloading crates ...
1052024-02-14T22:16:28.607Z Downloaded serde_derive v1.0.196
1062024-02-14T22:16:28.613Z Downloaded httparse v1.8.0
1072024-02-14T22:16:28.625Z Downloaded thiserror v1.0.56
1082024-02-14T22:16:28.626Z Downloaded crypto-common v0.1.6
1092024-02-14T22:16:28.626Z Downloaded base64 v0.21.7
1102024-02-14T22:16:28.661Z Downloaded schemars v0.8.16
1112024-02-14T22:16:28.661Z Downloaded pest_generator v2.7.6
1122024-02-14T22:16:28.661Z Downloaded tower-service v0.3.1
1132024-02-14T22:16:28.661Z Downloaded socket2 v0.4.9
1142024-02-14T22:16:28.661Z Downloaded errno v0.3.8
1152024-02-14T22:16:28.662Z Downloaded camino v1.1.6
1162024-02-14T22:16:28.679Z Downloaded scroll_derive v0.12.0
1172024-02-14T22:16:28.679Z Downloaded plain v0.2.3
1182024-02-14T22:16:28.679Z Downloaded event-listener v4.0.0
1192024-02-14T22:16:28.679Z Downloaded toml_datetime v0.6.5
1202024-02-14T22:16:28.679Z Downloaded slog-bunyan v2.5.0
1212024-02-14T22:16:28.679Z Downloaded parking_lot_core v0.9.4
1222024-02-14T22:16:28.680Z Downloaded pest_meta v2.7.6
1232024-02-14T22:16:28.680Z Downloaded schema v0.1.0
1242024-02-14T22:16:28.680Z Downloaded futures-channel v0.3.30
1252024-02-14T22:16:28.680Z Downloaded try-lock v0.2.3
1262024-02-14T22:16:28.680Z Downloaded newline-converter v0.3.0
1272024-02-14T22:16:28.680Z Downloaded serde_json v1.0.113
1282024-02-14T22:16:28.680Z Downloaded pin-utils v0.1.0
1292024-02-14T22:16:28.680Z Downloaded http-range v0.1.4
1302024-02-14T22:16:28.691Z Downloaded tokio-rustls v0.25.0
1312024-02-14T22:16:28.691Z Downloaded thread_local v1.1.4
1322024-02-14T22:16:28.691Z Downloaded schema-derive v0.1.0
1332024-02-14T22:16:28.692Z Downloaded lock_api v0.4.6
1342024-02-14T22:16:28.692Z Downloaded atty v0.2.14
1352024-02-14T22:16:28.692Z Downloaded futures-task v0.3.30
1362024-02-14T22:16:28.692Z Downloaded toml_edit v0.21.1
1372024-02-14T22:16:28.709Z Downloaded fnv v1.0.7
1382024-02-14T22:16:28.709Z Downloaded log v0.4.17
1392024-02-14T22:16:28.710Z Downloaded iana-time-zone v0.1.47
1402024-02-14T22:16:28.717Z Downloaded dyn-clone v1.0.4
1412024-02-14T22:16:28.717Z Downloaded async-stream-impl v0.3.5
1422024-02-14T22:16:28.717Z Downloaded dtrace-parser v0.2.0
1432024-02-14T22:16:28.718Z Downloaded match_cfg v0.1.0
1442024-02-14T22:16:28.718Z Downloaded once_cell v1.13.1
1452024-02-14T22:16:28.718Z Downloaded itoa v1.0.1
1462024-02-14T22:16:28.727Z Downloaded bitflags v2.4.0
1472024-02-14T22:16:28.727Z Downloaded take_mut v0.2.2
1482024-02-14T22:16:28.727Z Downloaded pretty-hex v0.4.1
1492024-02-14T22:16:28.727Z Downloaded rustls-pemfile v2.0.0
1502024-02-14T22:16:28.728Z Downloaded time-core v0.1.2
1512024-02-14T22:16:28.741Z Downloaded thread-id v4.0.0
1522024-02-14T22:16:28.741Z Downloaded matches v0.1.9
1532024-02-14T22:16:28.742Z Downloaded equivalent v1.0.0
1542024-02-14T22:16:28.742Z Downloaded tokio-tungstenite v0.21.0
1552024-02-14T22:16:28.742Z Downloaded term v0.7.0
1562024-02-14T22:16:28.742Z Downloaded waitgroup v0.1.2
1572024-02-14T22:16:28.743Z Downloaded usdt-attr-macro v0.5.0
1582024-02-14T22:16:28.743Z Downloaded paste v1.0.14
1592024-02-14T22:16:28.743Z Downloaded mime v0.3.16
1602024-02-14T22:16:28.758Z Downloaded num_threads v0.1.3
1612024-02-14T22:16:28.759Z Downloaded dirs-sys-next v0.1.2
1622024-02-14T22:16:28.759Z Downloaded proc-macro2 v1.0.78
1632024-02-14T22:16:28.759Z Downloaded tinyvec_macros v0.1.0
1642024-02-14T22:16:28.759Z Downloaded want v0.3.0
1652024-02-14T22:16:28.759Z Downloaded usdt-macro v0.5.0
1662024-02-14T22:16:28.759Z Downloaded openssl-probe v0.1.4
1672024-02-14T22:16:28.759Z Downloaded rand_chacha v0.3.1
1682024-02-14T22:16:28.760Z Downloaded dof v0.3.0
1692024-02-14T22:16:28.760Z Downloaded futures-macro v0.3.30
1702024-02-14T22:16:28.760Z Downloaded hyper-staticfile v0.9.5
1712024-02-14T22:16:28.760Z Downloaded rand_core v0.6.3
1722024-02-14T22:16:28.760Z Downloaded usdt-impl v0.5.0
1732024-02-14T22:16:28.760Z Downloaded tungstenite v0.21.0
1742024-02-14T22:16:28.760Z Downloaded unicode-bidi v0.3.7
1752024-02-14T22:16:28.771Z Downloaded block-buffer v0.10.2
1762024-02-14T22:16:28.771Z Downloaded cpufeatures v0.2.2
1772024-02-14T22:16:28.771Z Downloaded http-body v0.4.3
1782024-02-14T22:16:28.771Z Downloaded futures-sink v0.3.30
1792024-02-14T22:16:28.771Z Downloaded cfg-if v1.0.0
1802024-02-14T22:16:28.772Z Downloaded signal-hook-registry v1.4.0
1812024-02-14T22:16:28.772Z Downloaded lazy_static v1.4.0
1822024-02-14T22:16:28.772Z Downloaded debug-ignore v1.0.5
1832024-02-14T22:16:28.792Z Downloaded subtle v2.5.0
1842024-02-14T22:16:28.792Z Downloaded fastrand v2.0.0
1852024-02-14T22:16:28.792Z Downloaded data-encoding v2.4.0
1862024-02-14T22:16:28.792Z Downloaded scopeguard v1.1.0
1872024-02-14T22:16:28.792Z Downloaded multer v3.0.0
1882024-02-14T22:16:28.792Z Downloaded rustls-pki-types v1.2.0
1892024-02-14T22:16:28.793Z Downloaded slog-json v2.6.1
1902024-02-14T22:16:28.793Z Downloaded dirs-next v2.0.0
1912024-02-14T22:16:28.793Z Downloaded version_check v0.9.4
1922024-02-14T22:16:28.793Z Downloaded buf-list v1.0.3
1932024-02-14T22:16:28.793Z Downloaded autocfg v1.1.0
1942024-02-14T22:16:28.793Z Downloaded serde_urlencoded v0.7.1
1952024-02-14T22:16:28.793Z Downloaded serde_tokenstream v0.2.0
1962024-02-14T22:16:28.806Z Downloaded concurrent-queue v2.2.0
1972024-02-14T22:16:28.806Z Downloaded event-listener-strategy v0.4.0
1982024-02-14T22:16:28.806Z Downloaded termcolor v1.1.2
1992024-02-14T22:16:28.806Z Downloaded futures-core v0.3.30
2002024-02-14T22:16:28.807Z Downloaded usdt v0.5.0
2012024-02-14T22:16:28.807Z Downloaded tokio-macros v2.2.0
2022024-02-14T22:16:28.807Z Downloaded form_urlencoded v1.2.1
2032024-02-14T22:16:28.821Z Downloaded slog-async v2.8.0
2042024-02-14T22:16:28.822Z Downloaded hostname v0.3.1
2052024-02-14T22:16:28.822Z Downloaded pem v3.0.3
2062024-02-14T22:16:28.822Z Downloaded slab v0.4.5
2072024-02-14T22:16:28.822Z Downloaded console v0.15.7
2082024-02-14T22:16:28.822Z Downloaded async-stream v0.3.5
2092024-02-14T22:16:28.822Z Downloaded tempfile v3.9.0
2102024-02-14T22:16:28.831Z Downloaded tinyvec v1.5.1
2112024-02-14T22:16:28.831Z Downloaded percent-encoding v2.3.1
2122024-02-14T22:16:28.831Z Downloaded pest_derive v2.7.6
2132024-02-14T22:16:28.831Z Downloaded rustls-native-certs v0.7.0
2142024-02-14T22:16:28.831Z Downloaded unicase v2.6.0
2152024-02-14T22:16:28.832Z Downloaded quote v1.0.35
2162024-02-14T22:16:28.832Z Downloaded async-trait v0.1.77
2172024-02-14T22:16:28.842Z Downloaded spin v0.9.8
2182024-02-14T22:16:28.842Z Downloaded sha2 v0.10.8
2192024-02-14T22:16:28.842Z Downloaded pin-project-lite v0.2.12
2202024-02-14T22:16:28.842Z Downloaded scroll v0.12.0
2212024-02-14T22:16:28.842Z Downloaded time-macros v0.2.16
2222024-02-14T22:16:28.848Z Downloaded hyper-rustls v0.25.0
2232024-02-14T22:16:28.848Z Downloaded utf-8 v0.7.6
2242024-02-14T22:16:28.849Z Downloaded getrandom v0.2.11
2252024-02-14T22:16:28.867Z Downloaded unicode-segmentation v1.10.0
2262024-02-14T22:16:28.867Z Downloaded subprocess v0.2.9
2272024-02-14T22:16:28.872Z Downloaded socket2 v0.5.5
2282024-02-14T22:16:28.872Z Downloaded tracing v0.1.40
2292024-02-14T22:16:28.872Z Downloaded parking_lot v0.12.1
2302024-02-14T22:16:28.872Z Downloaded unicode-ident v1.0.0
2312024-02-14T22:16:28.872Z Downloaded byteorder v1.4.3
2322024-02-14T22:16:28.872Z Downloaded http v0.2.9
2332024-02-14T22:16:28.881Z Downloaded ucd-trie v0.1.6
2342024-02-14T22:16:28.881Z Downloaded trybuild v1.0.89
2352024-02-14T22:16:28.899Z Downloaded bytes v1.5.0
2362024-02-14T22:16:28.899Z Downloaded uuid v1.7.0
2372024-02-14T22:16:28.899Z Downloaded url v2.2.2
2382024-02-14T22:16:28.900Z Downloaded rcgen v0.12.1
2392024-02-14T22:16:28.900Z Downloaded toml v0.8.9
2402024-02-14T22:16:28.910Z Downloaded indexmap v2.2.2
2412024-02-14T22:16:28.910Z Downloaded crossbeam-channel v0.5.1
2422024-02-14T22:16:28.910Z Downloaded futures v0.3.30
2432024-02-14T22:16:28.910Z Downloaded basic-toml v0.1.8
2442024-02-14T22:16:28.917Z Downloaded rand v0.8.4
2452024-02-14T22:16:28.922Z Downloaded tokio-util v0.7.7
2462024-02-14T22:16:28.927Z Downloaded mio v0.8.9
2472024-02-14T22:16:28.932Z Downloaded memchr v2.6.0
2482024-02-14T22:16:28.938Z Downloaded pest v2.7.6
2492024-02-14T22:16:28.952Z Downloaded unicode-normalization v0.1.19
2502024-02-14T22:16:28.952Z Downloaded zerocopy v0.7.32
2512024-02-14T22:16:28.967Z Downloaded rustls-webpki v0.102.1
2522024-02-14T22:16:28.990Z Downloaded winnow v0.5.15
2532024-02-14T22:16:29.004Z Downloaded syn v2.0.48
2542024-02-14T22:16:29.023Z Downloaded hyper v0.14.27
2552024-02-14T22:16:29.023Z Downloaded rustls v0.22.2
2562024-02-14T22:16:29.033Z Downloaded chrono v0.4.33
2572024-02-14T22:16:29.033Z Downloaded idna v0.2.3
2582024-02-14T22:16:29.040Z Downloaded syn v1.0.109
2592024-02-14T22:16:29.046Z Downloaded h2 v0.3.24
2602024-02-14T22:16:29.053Z Downloaded futures-util v0.3.30
2612024-02-14T22:16:29.064Z Downloaded rustix v0.38.28
2622024-02-14T22:16:29.087Z Downloaded openapiv3 v2.0.0
2632024-02-14T22:16:29.118Z Downloaded libc v0.2.153
2642024-02-14T22:16:29.125Z Downloaded goblin v0.8.0
2652024-02-14T22:16:29.160Z Downloaded time v0.3.31
2662024-02-14T22:16:29.161Z Downloaded tokio v1.36.0
2672024-02-14T22:16:29.192Z Downloaded serde v1.0.196
2682024-02-14T22:16:29.247Z Downloaded expectorate v1.1.0
2692024-02-14T22:16:29.247Z Downloaded hashbrown v0.14.1
2702024-02-14T22:16:29.247Z Downloaded cc v1.0.83
2712024-02-14T22:16:29.248Z Downloaded slog v2.7.0
2722024-02-14T22:16:29.248Z Downloaded num-traits v0.2.14
2732024-02-14T22:16:29.248Z Downloaded ryu v1.0.5
2742024-02-14T22:16:29.248Z Downloaded zerocopy-derive v0.7.32
2752024-02-14T22:16:29.248Z Downloaded similar v2.2.1
2762024-02-14T22:16:29.248Z Downloaded crossbeam-utils v0.8.15
2772024-02-14T22:16:29.248Z Downloaded encoding_rs v0.8.32
2782024-02-14T22:16:29.268Z Downloaded typenum v1.14.0
2792024-02-14T22:16:29.268Z Downloaded ppv-lite86 v0.2.15
2802024-02-14T22:16:29.268Z Downloaded yasna v0.5.2
2812024-02-14T22:16:29.269Z Downloaded thiserror-impl v1.0.56
2822024-02-14T22:16:29.269Z Downloaded generic-array v0.14.5
2832024-02-14T22:16:29.269Z Downloaded smallvec v1.7.0
2842024-02-14T22:16:29.269Z Downloaded slog-term v2.9.0
2852024-02-14T22:16:29.269Z Downloaded atomic-waker v1.1.1
2862024-02-14T22:16:29.269Z Downloaded http v1.0.0
2872024-02-14T22:16:29.269Z Downloaded tracing-core v0.1.32
2882024-02-14T22:16:29.269Z Downloaded futures-executor v0.3.30
2892024-02-14T22:16:29.269Z Downloaded mime_guess v2.0.4
2902024-02-14T22:16:29.269Z Downloaded memmap v0.7.0
2912024-02-14T22:16:29.269Z Downloaded serde_derive_internals v0.26.0
2922024-02-14T22:16:29.269Z Downloaded unicode-width v0.1.9
2932024-02-14T22:16:29.270Z Downloaded untrusted v0.9.0
2942024-02-14T22:16:29.270Z Downloaded serde_spanned v0.6.5
2952024-02-14T22:16:29.270Z Downloaded futures-io v0.3.30
2962024-02-14T22:16:29.270Z Downloaded sha1 v0.10.6
2972024-02-14T22:16:29.270Z Downloaded httpdate v1.0.1
2982024-02-14T22:16:29.270Z Downloaded zeroize v1.7.0
2992024-02-14T22:16:29.270Z Downloaded deranged v0.3.11
3002024-02-14T22:16:29.270Z Downloaded serde_path_to_error v0.1.15
3012024-02-14T22:16:29.270Z Downloaded schemars_derive v0.8.16
3022024-02-14T22:16:29.270Z Downloaded parking v2.2.0
3032024-02-14T22:16:29.277Z Downloaded num_cpus v1.13.0
3042024-02-14T22:16:29.277Z Downloaded glob v0.3.0
3052024-02-14T22:16:29.277Z Downloaded powerfmt v0.2.0
3062024-02-14T22:16:29.278Z Downloaded digest v0.10.7
3072024-02-14T22:16:29.278Z Downloaded async-channel v2.1.1
3082024-02-14T22:16:29.774Z Downloaded ring v0.17.7
3092024-02-14T22:16:29.787Z Compiling proc-macro2 v1.0.78
3102024-02-14T22:16:29.787Z Compiling unicode-ident v1.0.0
3112024-02-14T22:16:29.787Z Compiling libc v0.2.153
3122024-02-14T22:16:29.787Z Compiling cfg-if v1.0.0
3132024-02-14T22:16:29.788Z Compiling serde v1.0.196
3142024-02-14T22:16:29.788Z Compiling version_check v0.9.4
3152024-02-14T22:16:29.788Z Compiling itoa v1.0.1
3162024-02-14T22:16:29.788Z Compiling once_cell v1.13.1
3172024-02-14T22:16:29.788Z Running `/home/build/.rustup/toolchains/1.75.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=f6351184651a803a -C extra-filename=-f6351184651a803a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3182024-02-14T22:16:29.789Z Running `/home/build/.rustup/toolchains/1.75.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.78/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=d6da6e426a6da224 -C extra-filename=-d6da6e426a6da224 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d6da6e426a6da224 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3192024-02-14T22:16:29.789Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/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=bcfb06d30084687b -C extra-filename=-bcfb06d30084687b --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-bcfb06d30084687b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3202024-02-14T22:16:29.789Z Running `/home/build/.rustup/toolchains/1.75.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=cd3f2772b8aa5c1b -C extra-filename=-cd3f2772b8aa5c1b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3212024-02-14T22:16:29.790Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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=db7fbc5f0c88e353 -C extra-filename=-db7fbc5f0c88e353 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-db7fbc5f0c88e353 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3222024-02-14T22:16:29.790Z Running `/home/build/.rustup/toolchains/1.75.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=65779e31bb2ca288 -C extra-filename=-65779e31bb2ca288 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3232024-02-14T22:16:29.790Z Running `/home/build/.rustup/toolchains/1.75.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=a3982f9f0d2c08dc -C extra-filename=-a3982f9f0d2c08dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3242024-02-14T22:16:29.790Z Running `/home/build/.rustup/toolchains/1.75.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=d65dce78978d8112 -C extra-filename=-d65dce78978d8112 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3252024-02-14T22:16:29.790Z Compiling pin-project-lite v0.2.12
3262024-02-14T22:16:29.790Z Running `/home/build/.rustup/toolchains/1.75.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=1be6c62c4c377c3d -C extra-filename=-1be6c62c4c377c3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3272024-02-14T22:16:29.790Z Compiling memchr v2.6.0
3282024-02-14T22:16:29.791Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e19a3263908c2ce1 -C extra-filename=-e19a3263908c2ce1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3292024-02-14T22:16:29.795Z Compiling log v0.4.17
3302024-02-14T22:16:29.795Z Running `/home/build/.rustup/toolchains/1.75.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=6e22b8ac5ec5b051 -C extra-filename=-6e22b8ac5ec5b051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-6e22b8ac5ec5b051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3312024-02-14T22:16:29.798Z Compiling thiserror v1.0.56
3322024-02-14T22:16:29.799Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/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=fd0b92f7c33c01bd -C extra-filename=-fd0b92f7c33c01bd --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-fd0b92f7c33c01bd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3332024-02-14T22:16:29.989Z Compiling ryu v1.0.5
3342024-02-14T22:16:29.993Z Running `/home/build/.rustup/toolchains/1.75.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=67681f80408dd000 -C extra-filename=-67681f80408dd000 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-67681f80408dd000 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3352024-02-14T22:16:30.146Z Compiling bytes v1.5.0
3362024-02-14T22:16:30.149Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=280e8a31f1601c39 -C extra-filename=-280e8a31f1601c39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3372024-02-14T22:16:31.070Z Compiling futures-core v0.3.30
3382024-02-14T22:16:31.075Z Running `/home/build/.rustup/toolchains/1.75.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=987a95328493040a -C extra-filename=-987a95328493040a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3392024-02-14T22:16:31.159Z Compiling serde_json v1.0.113
3402024-02-14T22:16:31.162Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.113/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=aab35d3adf569c72 -C extra-filename=-aab35d3adf569c72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-aab35d3adf569c72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3412024-02-14T22:16:31.241Z Compiling futures-sink v0.3.30
3422024-02-14T22:16:31.245Z Running `/home/build/.rustup/toolchains/1.75.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=51df5c928ee42e07 -C extra-filename=-51df5c928ee42e07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3432024-02-14T22:16:31.347Z Compiling parking_lot_core v0.9.4
3442024-02-14T22:16:31.375Z Running `/home/build/.rustup/toolchains/1.75.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=a28723919499c23c -C extra-filename=-a28723919499c23c --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a28723919499c23c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3452024-02-14T22:16:31.885Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-aab35d3adf569c72/build-script-build`
3462024-02-14T22:16:31.885Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-6e22b8ac5ec5b051/build-script-build`
3472024-02-14T22:16:31.891Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a28723919499c23c/build-script-build`
3482024-02-14T22:16:31.905Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-67681f80408dd000/build-script-build`
3492024-02-14T22:16:31.910Z Compiling smallvec v1.7.0
3502024-02-14T22:16:31.914Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d6da6e426a6da224/build-script-build`
3512024-02-14T22:16:31.914Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-fd0b92f7c33c01bd/build-script-build`
3522024-02-14T22:16:31.914Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-bcfb06d30084687b/build-script-build`
3532024-02-14T22:16:31.914Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-db7fbc5f0c88e353/build-script-build`
3542024-02-14T22:16:31.917Z Compiling scopeguard v1.1.0
3552024-02-14T22:16:31.917Z Running `/home/build/.rustup/toolchains/1.75.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=ca260933aa8b91ca -C extra-filename=-ca260933aa8b91ca --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3562024-02-14T22:16:31.921Z Running `/home/build/.rustup/toolchains/1.75.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=3aaf073763f02764 -C extra-filename=-3aaf073763f02764 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-02-14T22:16:31.924Z Running `/home/build/.rustup/toolchains/1.75.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=bd10bf2d47ffe058 -C extra-filename=-bd10bf2d47ffe058 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582024-02-14T22:16:31.954Z Running `/home/build/.rustup/toolchains/1.75.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=d8fac759df196510 -C extra-filename=-d8fac759df196510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3592024-02-14T22:16:31.972Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --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=42df0961eeaea99c -C extra-filename=-42df0961eeaea99c --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`
3602024-02-14T22:16:31.977Z Compiling fnv v1.0.7
3612024-02-14T22:16:31.978Z Running `/home/build/.rustup/toolchains/1.75.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=738e0c63d2b3c6de -C extra-filename=-738e0c63d2b3c6de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3622024-02-14T22:16:31.996Z Compiling lock_api v0.4.6
3632024-02-14T22:16:32.002Z Running `/home/build/.rustup/toolchains/1.75.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=04e1ecf3663e4d50 -C extra-filename=-04e1ecf3663e4d50 --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-bd10bf2d47ffe058.rmeta --cap-lints allow`
3642024-02-14T22:16:32.021Z Compiling futures-channel v0.3.30
3652024-02-14T22:16:32.031Z Running `/home/build/.rustup/toolchains/1.75.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=03f65ceffbf17ae0 -C extra-filename=-03f65ceffbf17ae0 --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-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --cap-lints allow`
3662024-02-14T22:16:32.071Z Running `/home/build/.rustup/toolchains/1.75.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.78/src/lib.rs --error-format=json --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=eabdca66f4958eaa -C extra-filename=-eabdca66f4958eaa --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-f6351184651a803a.rmeta --cap-lints allow --cfg wrap_proc_macro`
3672024-02-14T22:16:32.087Z Compiling slab v0.4.5
3682024-02-14T22:16:32.087Z Running `/home/build/.rustup/toolchains/1.75.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=d28582c2c4e87732 -C extra-filename=-d28582c2c4e87732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3692024-02-14T22:16:32.269Z Compiling typenum v1.14.0
3702024-02-14T22:16:32.285Z Running `/home/build/.rustup/toolchains/1.75.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=f893bc55a23620d4 -C extra-filename=-f893bc55a23620d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-f893bc55a23620d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3712024-02-14T22:16:32.295Z Compiling ucd-trie v0.1.6
3722024-02-14T22:16:32.300Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=d0130cc9a68310d4 -C extra-filename=-d0130cc9a68310d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3732024-02-14T22:16:32.300Z Compiling futures-task v0.3.30
3742024-02-14T22:16:32.300Z Running `/home/build/.rustup/toolchains/1.75.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.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="alloc"' --cfg 'feature="std"' -C metadata=c5b180c416aea71d -C extra-filename=-c5b180c416aea71d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3752024-02-14T22:16:32.347Z Compiling futures-io v0.3.30
3762024-02-14T22:16:32.382Z Running `/home/build/.rustup/toolchains/1.75.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.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="std"' -C metadata=2fcd04eb9bd4c1da -C extra-filename=-2fcd04eb9bd4c1da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3772024-02-14T22:16:32.412Z Compiling pin-utils v0.1.0
3782024-02-14T22:16:32.412Z Compiling generic-array v0.14.5
3792024-02-14T22:16:32.418Z Running `/home/build/.rustup/toolchains/1.75.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=336aa480aae3208b -C extra-filename=-336aa480aae3208b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3802024-02-14T22:16:32.418Z Running `/home/build/.rustup/toolchains/1.75.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=3d50a5c2117c315c -C extra-filename=-3d50a5c2117c315c --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-3d50a5c2117c315c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow`
3812024-02-14T22:16:32.490Z Compiling crossbeam-utils v0.8.15
3822024-02-14T22:16:32.494Z Running `/home/build/.rustup/toolchains/1.75.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=4f9a6f7393290f46 -C extra-filename=-4f9a6f7393290f46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-4f9a6f7393290f46 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832024-02-14T22:16:32.599Z Compiling byteorder v1.4.3
3842024-02-14T22:16:32.603Z Running `/home/build/.rustup/toolchains/1.75.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=89546a559f489be4 -C extra-filename=-89546a559f489be4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3852024-02-14T22:16:32.651Z Compiling equivalent v1.0.0
3862024-02-14T22:16:32.658Z Running `/home/build/.rustup/toolchains/1.75.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=9b8f3be9c4fe793e -C extra-filename=-9b8f3be9c4fe793e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3872024-02-14T22:16:32.731Z Compiling httparse v1.8.0
3882024-02-14T22:16:32.735Z Running `/home/build/.rustup/toolchains/1.75.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=4e6bf32b8218ff72 -C extra-filename=-4e6bf32b8218ff72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-4e6bf32b8218ff72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3892024-02-14T22:16:32.741Z Compiling hashbrown v0.14.1
3902024-02-14T22:16:32.748Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=acf18acec50e1593 -C extra-filename=-acf18acec50e1593 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3912024-02-14T22:16:32.951Z Compiling quote v1.0.35
3922024-02-14T22:16:32.958Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --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=15d1c463caedc7c9 -C extra-filename=-15d1c463caedc7c9 --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-eabdca66f4958eaa.rmeta --cap-lints allow`
3932024-02-14T22:16:32.999Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-4f9a6f7393290f46/build-script-build`
3942024-02-14T22:16:33.031Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-3d50a5c2117c315c/build-script-build`
3952024-02-14T22:16:33.031Z Compiling spin v0.9.8
3962024-02-14T22:16:33.031Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' -C metadata=69da9086cd46fc13 -C extra-filename=-69da9086cd46fc13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3972024-02-14T22:16:33.487Z Compiling time-core v0.1.2
3982024-02-14T22:16:33.487Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c999e011b10efefa -C extra-filename=-c999e011b10efefa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3992024-02-14T22:16:33.488Z Compiling getrandom v0.2.11
4002024-02-14T22:16:33.488Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=33f9a957a930a3d8 -C extra-filename=-33f9a957a930a3d8 --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-cd3f2772b8aa5c1b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --cap-lints allow`
4012024-02-14T22:16:33.488Z Compiling cc v1.0.83
4022024-02-14T22:16:33.488Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=645b21c76e4a41db -C extra-filename=-645b21c76e4a41db --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-42df0961eeaea99c.rmeta --cap-lints allow`
4032024-02-14T22:16:33.488Z Running `/home/build/.rustup/toolchains/1.75.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=321e5524d521b329 -C extra-filename=-321e5524d521b329 --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-cd3f2772b8aa5c1b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-3aaf073763f02764.rmeta --cap-lints allow`
4042024-02-14T22:16:33.488Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-f893bc55a23620d4/build-script-main`
4052024-02-14T22:16:33.488Z Compiling syn v2.0.48
4062024-02-14T22:16:33.488Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --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-mut"' -C metadata=5f978e1914a4378f -C extra-filename=-5f978e1914a4378f --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f6351184651a803a.rmeta --cap-lints allow`
4072024-02-14T22:16:33.510Z Compiling num_cpus v1.13.0
4082024-02-14T22:16:33.514Z Running `/home/build/.rustup/toolchains/1.75.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=9ea4acd1afe32f28 -C extra-filename=-9ea4acd1afe32f28 --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-42df0961eeaea99c.rmeta --cap-lints allow`
4092024-02-14T22:16:33.532Z Compiling mio v0.8.9
4102024-02-14T22:16:33.536Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=e3ec798826e4a79e -C extra-filename=-e3ec798826e4a79e --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-42df0961eeaea99c.rmeta --cap-lints allow`
4112024-02-14T22:16:33.618Z Compiling parking_lot v0.12.1
4122024-02-14T22:16:33.622Z Running `/home/build/.rustup/toolchains/1.75.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=3a02842783f9bcd7 -C extra-filename=-3a02842783f9bcd7 --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-04e1ecf3663e4d50.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-321e5524d521b329.rmeta --cap-lints allow`
4132024-02-14T22:16:33.722Z Compiling socket2 v0.5.5
4142024-02-14T22:16:33.729Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=76d688924c29a20c -C extra-filename=-76d688924c29a20c --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-42df0961eeaea99c.rmeta --cap-lints allow`
4152024-02-14T22:16:33.905Z Compiling signal-hook-registry v1.4.0
4162024-02-14T22:16:33.913Z Running `/home/build/.rustup/toolchains/1.75.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=88dc79c71e4b5e54 -C extra-filename=-88dc79c71e4b5e54 --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-42df0961eeaea99c.rmeta --cap-lints allow`
4172024-02-14T22:16:33.952Z Running `/home/build/.rustup/toolchains/1.75.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=24d49a888740b111 -C extra-filename=-24d49a888740b111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182024-02-14T22:16:34.003Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4e6bf32b8218ff72/build-script-build`
4192024-02-14T22:16:34.024Z Compiling powerfmt v0.2.0
4202024-02-14T22:16:34.028Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b0a482721c408671 -C extra-filename=-b0a482721c408671 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212024-02-14T22:16:34.436Z Compiling deranged v0.3.11
4222024-02-14T22:16:34.440Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=69dedaa9cf46065e -C extra-filename=-69dedaa9cf46065e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-b0a482721c408671.rmeta --cap-lints allow`
4232024-02-14T22:16:34.650Z Running `/home/build/.rustup/toolchains/1.75.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=34e3d1b1a989b226 -C extra-filename=-34e3d1b1a989b226 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4242024-02-14T22:16:34.759Z Compiling time-macros v0.2.16
4252024-02-14T22:16:34.767Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' -C metadata=b9df0b438dd6fcd4 -C extra-filename=-b9df0b438dd6fcd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-c999e011b10efefa.rlib --extern proc_macro --cap-lints allow`
4262024-02-14T22:16:34.928Z Compiling tracing-core v0.1.32
4272024-02-14T22:16:34.933Z Running `/home/build/.rustup/toolchains/1.75.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=5a5103c2674bde2d -C extra-filename=-5a5103c2674bde2d --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow`
4282024-02-14T22:16:34.933Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=5f9fdd543e903e52 -C extra-filename=-5f9fdd543e903e52 --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-d65dce78978d8112.rmeta --cap-lints allow`
4292024-02-14T22:16:35.363Z Running `/home/build/.rustup/toolchains/1.75.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=702823a2cc2385d8 -C extra-filename=-702823a2cc2385d8 --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-24d49a888740b111.rmeta --cap-lints allow --cfg relaxed_coherence`
4302024-02-14T22:16:35.413Z Compiling num_threads v0.1.3
4312024-02-14T22:16:35.416Z Running `/home/build/.rustup/toolchains/1.75.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=a40e629fc077e3e1 -C extra-filename=-a40e629fc077e3e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322024-02-14T22:16:35.525Z Compiling plain v0.2.3
4332024-02-14T22:16:35.528Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=47d2082e00c29b41 -C extra-filename=-47d2082e00c29b41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342024-02-14T22:16:35.599Z Compiling ring v0.17.7
4352024-02-14T22:16:35.601Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=e17e719adbd1495f -C extra-filename=-e17e719adbd1495f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-e17e719adbd1495f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-645b21c76e4a41db.rlib --cap-lints allow`
4362024-02-14T22:16:35.658Z Compiling tinyvec_macros v0.1.0
4372024-02-14T22:16:35.661Z Running `/home/build/.rustup/toolchains/1.75.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=952c354dd4e05127 -C extra-filename=-952c354dd4e05127 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382024-02-14T22:16:35.733Z Compiling untrusted v0.9.0
4392024-02-14T22:16:35.737Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f5169a7b7a364bf7 -C extra-filename=-f5169a7b7a364bf7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402024-02-14T22:16:35.894Z Compiling rustls-pki-types v1.2.0
4412024-02-14T22:16:35.898Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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=f0772574358f9726 -C extra-filename=-f0772574358f9726 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422024-02-14T22:16:36.336Z Compiling slog v2.7.0
4432024-02-14T22:16:36.342Z Running `/home/build/.rustup/toolchains/1.75.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=11d537c3b7155c5e -C extra-filename=-11d537c3b7155c5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-11d537c3b7155c5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442024-02-14T22:16:36.587Z Compiling percent-encoding v2.3.1
4452024-02-14T22:16:37.046Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1dc8ebb7bdcd9fa -C extra-filename=-c1dc8ebb7bdcd9fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462024-02-14T22:16:37.047Z Compiling tinyvec v1.5.1
4472024-02-14T22:16:37.047Z Running `/home/build/.rustup/toolchains/1.75.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=f1da95060662c751 -C extra-filename=-f1da95060662c751 --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-952c354dd4e05127.rmeta --cap-lints allow`
4482024-02-14T22:16:37.047Z Compiling tracing v0.1.40
4492024-02-14T22:16:37.047Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=fa29d5aa9dcfb103 -C extra-filename=-fa29d5aa9dcfb103 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-5f9fdd543e903e52.rmeta --cap-lints allow`
4502024-02-14T22:16:37.047Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-e17e719adbd1495f/build-script-build`
4512024-02-14T22:16:37.047Z Compiling http v0.2.9
4522024-02-14T22:16:37.047Z Running `/home/build/.rustup/toolchains/1.75.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=c447adcdb4bc52bb -C extra-filename=-c447adcdb4bc52bb --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --cap-lints allow`
4532024-02-14T22:16:37.048Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-11d537c3b7155c5e/build-script-build`
4542024-02-14T22:16:37.048Z Compiling form_urlencoded v1.2.1
4552024-02-14T22:16:37.048Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aae5a414e62436ac -C extra-filename=-aae5a414e62436ac --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-c1dc8ebb7bdcd9fa.rmeta --cap-lints allow`
4562024-02-14T22:16:37.048Z Compiling usdt-impl v0.5.0
4572024-02-14T22:16:37.048Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=ef053120d4e61b5f -C extra-filename=-ef053120d4e61b5f --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ef053120d4e61b5f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow`
4582024-02-14T22:16:37.065Z Compiling unicase v2.6.0
4592024-02-14T22:16:37.069Z Running `/home/build/.rustup/toolchains/1.75.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=ba7ad701ffdf39cb -C extra-filename=-ba7ad701ffdf39cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-ba7ad701ffdf39cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow`
4602024-02-14T22:16:37.125Z Compiling pretty-hex v0.4.1
4612024-02-14T22:16:37.129Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=a73f187dc339f9b5 -C extra-filename=-a73f187dc339f9b5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622024-02-14T22:16:37.264Z Compiling base64 v0.21.7
4632024-02-14T22:16:37.269Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de258b843ba737aa -C extra-filename=-de258b843ba737aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642024-02-14T22:16:37.303Z Compiling autocfg v1.1.0
4652024-02-14T22:16:37.307Z Running `/home/build/.rustup/toolchains/1.75.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=10738865a70468a9 -C extra-filename=-10738865a70468a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662024-02-14T22:16:37.379Z Compiling syn v1.0.109
4672024-02-14T22:16:37.386Z Running `/home/build/.rustup/toolchains/1.75.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=eb9d1582321472bb -C extra-filename=-eb9d1582321472bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-eb9d1582321472bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4682024-02-14T22:16:37.910Z Compiling paste v1.0.14
4692024-02-14T22:16:37.914Z Running `/home/build/.rustup/toolchains/1.75.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=3a9b74c2c2674217 -C extra-filename=-3a9b74c2c2674217 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-3a9b74c2c2674217 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702024-02-14T22:16:37.919Z Compiling num-traits v0.2.14
4712024-02-14T22:16:37.922Z Running `/home/build/.rustup/toolchains/1.75.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=da34f9582f206a68 -C extra-filename=-da34f9582f206a68 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-da34f9582f206a68 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-10738865a70468a9.rlib --cap-lints allow`
4722024-02-14T22:16:37.927Z Compiling time v0.3.31
4732024-02-14T22:16:37.930Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=68285237bc127da5 -C extra-filename=-68285237bc127da5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-69dedaa9cf46065e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a40e629fc077e3e1.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-b0a482721c408671.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-c999e011b10efefa.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-b9df0b438dd6fcd4.so --cap-lints allow`
4742024-02-14T22:16:37.960Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-eb9d1582321472bb/build-script-build`
4752024-02-14T22:16:38.001Z Compiling unicode-normalization v0.1.19
4762024-02-14T22:16:38.016Z Running `/home/build/.rustup/toolchains/1.75.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=78dd0308e6e60977 -C extra-filename=-78dd0308e6e60977 --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-f1da95060662c751.rmeta --cap-lints allow`
4772024-02-14T22:16:38.022Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-ba7ad701ffdf39cb/build-script-build`
4782024-02-14T22:16:38.163Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ef053120d4e61b5f/build-script-build`
4792024-02-14T22:16:38.204Z Running `/home/build/.rustup/toolchains/1.75.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=c4045080587429f2 -C extra-filename=-c4045080587429f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4802024-02-14T22:16:38.284Z Compiling crypto-common v0.1.6
4812024-02-14T22:16:38.294Z Running `/home/build/.rustup/toolchains/1.75.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=3e2aaf657efe5563 -C extra-filename=-3e2aaf657efe5563 --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-702823a2cc2385d8.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-24d49a888740b111.rmeta --cap-lints allow`
4822024-02-14T22:16:38.305Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-3a9b74c2c2674217/build-script-build`
4832024-02-14T22:16:38.357Z Compiling block-buffer v0.10.2
4842024-02-14T22:16:38.361Z Running `/home/build/.rustup/toolchains/1.75.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=a8d28e9d07a476e5 -C extra-filename=-a8d28e9d07a476e5 --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-702823a2cc2385d8.rmeta --cap-lints allow`
4852024-02-14T22:16:38.418Z Compiling rand_core v0.6.3
4862024-02-14T22:16:38.422Z Running `/home/build/.rustup/toolchains/1.75.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=536766103cde3b9a -C extra-filename=-536766103cde3b9a --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-33f9a957a930a3d8.rmeta --cap-lints allow`
4872024-02-14T22:16:38.553Z Compiling thread-id v4.0.0
4882024-02-14T22:16:38.561Z Running `/home/build/.rustup/toolchains/1.75.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=1bc362f368c2bcdd -C extra-filename=-1bc362f368c2bcdd --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-42df0961eeaea99c.rmeta --cap-lints allow`
4892024-02-14T22:16:38.635Z Compiling matches v0.1.9
4902024-02-14T22:16:38.638Z Running `/home/build/.rustup/toolchains/1.75.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=1eeebbc7117147be -C extra-filename=-1eeebbc7117147be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912024-02-14T22:16:38.712Z Compiling rustls v0.22.2
4922024-02-14T22:16:38.721Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=c587cd58c22f8d84 -C extra-filename=-c587cd58c22f8d84 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c587cd58c22f8d84 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932024-02-14T22:16:38.772Z Compiling ppv-lite86 v0.2.15
4942024-02-14T22:16:38.780Z Running `/home/build/.rustup/toolchains/1.75.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=71f4694f225e8b9c -C extra-filename=-71f4694f225e8b9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952024-02-14T22:16:38.856Z Compiling unicode-bidi v0.3.7
4962024-02-14T22:16:38.860Z Running `/home/build/.rustup/toolchains/1.75.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=ffdcac3213e47aab -C extra-filename=-ffdcac3213e47aab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972024-02-14T22:16:38.998Z Compiling try-lock v0.2.3
4982024-02-14T22:16:39.005Z Running `/home/build/.rustup/toolchains/1.75.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=bbac5781ee0b7205 -C extra-filename=-bbac5781ee0b7205 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992024-02-14T22:16:39.119Z Compiling want v0.3.0
5002024-02-14T22:16:39.123Z Running `/home/build/.rustup/toolchains/1.75.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=e7e448593ea48f2a -C extra-filename=-e7e448593ea48f2a --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-ca260933aa8b91ca.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-bbac5781ee0b7205.rmeta --cap-lints allow`
5012024-02-14T22:16:39.337Z Compiling idna v0.2.3
5022024-02-14T22:16:39.353Z Running `/home/build/.rustup/toolchains/1.75.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=39a5564770753328 -C extra-filename=-39a5564770753328 --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-1eeebbc7117147be.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-ffdcac3213e47aab.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-78dd0308e6e60977.rmeta --cap-lints allow`
5032024-02-14T22:16:39.364Z Compiling digest v0.10.7
5042024-02-14T22:16:39.368Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=373ba9e7a3d4bed0 -C extra-filename=-373ba9e7a3d4bed0 --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-a8d28e9d07a476e5.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-3e2aaf657efe5563.rmeta --cap-lints allow`
5052024-02-14T22:16:39.409Z Running `/home/build/.rustup/toolchains/1.75.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=d0d0b09eb443c48c -C extra-filename=-d0d0b09eb443c48c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5062024-02-14T22:16:39.494Z Compiling rand_chacha v0.3.1
5072024-02-14T22:16:39.507Z Running `/home/build/.rustup/toolchains/1.75.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=bd03a8da1bf975ae -C extra-filename=-bd03a8da1bf975ae --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-71f4694f225e8b9c.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-536766103cde3b9a.rmeta --cap-lints allow`
5082024-02-14T22:16:39.666Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-da34f9582f206a68/build-script-build`
5092024-02-14T22:16:39.916Z Running `/home/build/.rustup/toolchains/1.75.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=b139f7a86029edb0 -C extra-filename=-b139f7a86029edb0 --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`
5102024-02-14T22:16:39.924Z Compiling http-body v0.4.3
5112024-02-14T22:16:39.924Z Running `/home/build/.rustup/toolchains/1.75.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=b7f901cc76004901 -C extra-filename=-b7f901cc76004901 --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-280e8a31f1601c39.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow`
5122024-02-14T22:16:40.200Z Running `/home/build/.rustup/toolchains/1.75.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 --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=7d2316a60bf8ef6c -C extra-filename=-7d2316a60bf8ef6c --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f6351184651a803a.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
5132024-02-14T22:16:40.261Z Compiling dirs-sys-next v0.1.2
5142024-02-14T22:16:40.264Z Running `/home/build/.rustup/toolchains/1.75.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=45750fde7653a93c -C extra-filename=-45750fde7653a93c --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-42df0961eeaea99c.rmeta --cap-lints allow`
5152024-02-14T22:16:40.529Z Compiling socket2 v0.4.9
5162024-02-14T22:16:40.534Z Running `/home/build/.rustup/toolchains/1.75.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=2d7b4959b5503897 -C extra-filename=-2d7b4959b5503897 --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-42df0961eeaea99c.rmeta --cap-lints allow`
5172024-02-14T22:16:40.638Z Compiling http v1.0.0
5182024-02-14T22:16:40.642Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d2fa8668dc3e7314 -C extra-filename=-d2fa8668dc3e7314 --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --cap-lints allow`
5192024-02-14T22:16:40.971Z Compiling tower-service v0.3.1
5202024-02-14T22:16:40.975Z Running `/home/build/.rustup/toolchains/1.75.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=a03cbd4bcaab8d96 -C extra-filename=-a03cbd4bcaab8d96 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212024-02-14T22:16:41.073Z Compiling zeroize v1.7.0
5222024-02-14T22:16:41.080Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=fe9327b7037fe8b7 -C extra-filename=-fe9327b7037fe8b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232024-02-14T22:16:41.080Z Compiling mime v0.3.16
5242024-02-14T22:16:41.080Z Running `/home/build/.rustup/toolchains/1.75.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=fe20eb796d7fb01e -C extra-filename=-fe20eb796d7fb01e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252024-02-14T22:16:41.370Z Compiling httpdate v1.0.1
5262024-02-14T22:16:41.378Z Running `/home/build/.rustup/toolchains/1.75.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=76dec81a53b902e8 -C extra-filename=-76dec81a53b902e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272024-02-14T22:16:41.449Z Compiling subtle v2.5.0
5282024-02-14T22:16:41.459Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0e8b265f271c1a25 -C extra-filename=-0e8b265f271c1a25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292024-02-14T22:16:41.655Z Compiling cpufeatures v0.2.2
5302024-02-14T22:16:41.659Z Running `/home/build/.rustup/toolchains/1.75.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=49db338619c81828 -C extra-filename=-49db338619c81828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312024-02-14T22:16:41.679Z Compiling dirs-next v2.0.0
5322024-02-14T22:16:41.683Z Running `/home/build/.rustup/toolchains/1.75.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=7e69397c53f4137b -C extra-filename=-7e69397c53f4137b --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-cd3f2772b8aa5c1b.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-45750fde7653a93c.rmeta --cap-lints allow`
5332024-02-14T22:16:41.734Z Compiling sha1 v0.10.6
5342024-02-14T22:16:41.737Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4de148d70aa6e0c4 -C extra-filename=-4de148d70aa6e0c4 --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-cd3f2772b8aa5c1b.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-49db338619c81828.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-373ba9e7a3d4bed0.rmeta --cap-lints allow`
5352024-02-14T22:16:41.836Z Compiling mime_guess v2.0.4
5362024-02-14T22:16:41.840Z Running `/home/build/.rustup/toolchains/1.75.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=3293bc83cc3d8318 -C extra-filename=-3293bc83cc3d8318 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3293bc83cc3d8318 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b139f7a86029edb0.rlib --cap-lints allow`
5372024-02-14T22:16:41.853Z Compiling url v2.2.2
5382024-02-14T22:16:41.857Z Running `/home/build/.rustup/toolchains/1.75.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=e82e55d0a3570b03 -C extra-filename=-e82e55d0a3570b03 --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-aae5a414e62436ac.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-39a5564770753328.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-1eeebbc7117147be.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --cap-lints allow`
5392024-02-14T22:16:42.133Z Running `/home/build/.rustup/toolchains/1.75.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=e74014e1f8a31eb7 -C extra-filename=-e74014e1f8a31eb7 --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`
5402024-02-14T22:16:42.278Z Compiling rand v0.8.4
5412024-02-14T22:16:42.284Z Running `/home/build/.rustup/toolchains/1.75.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=a7019c9c4bc660f8 -C extra-filename=-a7019c9c4bc660f8 --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-42df0961eeaea99c.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-bd03a8da1bf975ae.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-536766103cde3b9a.rmeta --cap-lints allow`
5422024-02-14T22:16:42.942Z Compiling rustls-pemfile v2.0.0
5432024-02-14T22:16:42.947Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.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=388613045ad6e60a -C extra-filename=-388613045ad6e60a --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-de258b843ba737aa.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --cap-lints allow`
5442024-02-14T22:16:43.268Z Compiling concurrent-queue v2.2.0
5452024-02-14T22:16:43.271Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=d77d2603d19b9e10 -C extra-filename=-d77d2603d19b9e10 --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-5a5103c2674bde2d.rmeta --cap-lints allow`
5462024-02-14T22:16:43.403Z Compiling multer v3.0.0
5472024-02-14T22:16:43.408Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.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=f98486ca65efe178 -C extra-filename=-f98486ca65efe178 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-f98486ca65efe178 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow`
5482024-02-14T22:16:43.570Z Compiling thread_local v1.1.4
5492024-02-14T22:16:43.580Z Running `/home/build/.rustup/toolchains/1.75.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=81a2f95901e76cda -C extra-filename=-81a2f95901e76cda --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-d65dce78978d8112.rmeta --cap-lints allow`
5502024-02-14T22:16:43.723Z Compiling iana-time-zone v0.1.47
5512024-02-14T22:16:43.727Z Running `/home/build/.rustup/toolchains/1.75.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=d4528020d07f82f6 -C extra-filename=-d4528020d07f82f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522024-02-14T22:16:43.735Z Compiling slog-async v2.8.0
5532024-02-14T22:16:43.738Z Running `/home/build/.rustup/toolchains/1.75.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=646b0e2a88c2a8ab -C extra-filename=-646b0e2a88c2a8ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-646b0e2a88c2a8ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542024-02-14T22:16:43.780Z Compiling winnow v0.5.15
5552024-02-14T22:16:43.783Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0923a6bf66153430 -C extra-filename=-0923a6bf66153430 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5562024-02-14T22:16:43.867Z Compiling parking v2.2.0
5572024-02-14T22:16:43.871Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8f8ed88da5495842 -C extra-filename=-8f8ed88da5495842 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582024-02-14T22:16:44.139Z Compiling camino v1.1.6
5592024-02-14T22:16:44.154Z Running `/home/build/.rustup/toolchains/1.75.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=87937910796615d1 -C extra-filename=-87937910796615d1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-87937910796615d1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602024-02-14T22:16:44.164Z Compiling schemars v0.8.16
5612024-02-14T22:16:44.165Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/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=2f10d1457a002cc0 -C extra-filename=-2f10d1457a002cc0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-2f10d1457a002cc0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622024-02-14T22:16:44.186Z Compiling match_cfg v0.1.0
5632024-02-14T22:16:44.193Z Running `/home/build/.rustup/toolchains/1.75.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=003046ce67c2a8cb -C extra-filename=-003046ce67c2a8cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642024-02-14T22:16:44.625Z Compiling rustix v0.38.28
5652024-02-14T22:16:44.625Z Running `/home/build/.rustup/toolchains/1.75.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.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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=4dc97762cb35dfed -C extra-filename=-4dc97762cb35dfed --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-4dc97762cb35dfed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662024-02-14T22:16:44.625Z Compiling async-trait v0.1.77
5672024-02-14T22:16:44.625Z Running `/home/build/.rustup/toolchains/1.75.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.77/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=ac7b310aed2a46ec -C extra-filename=-ac7b310aed2a46ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-ac7b310aed2a46ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-02-14T22:16:44.625Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-2f10d1457a002cc0/build-script-build`
5692024-02-14T22:16:44.625Z Compiling hostname v0.3.1
5702024-02-14T22:16:44.626Z Running `/home/build/.rustup/toolchains/1.75.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=2f50696b84b4ed02 -C extra-filename=-2f50696b84b4ed02 --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-42df0961eeaea99c.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-003046ce67c2a8cb.rmeta --cap-lints allow`
5712024-02-14T22:16:44.659Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-87937910796615d1/build-script-build`
5722024-02-14T22:16:44.698Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-ac7b310aed2a46ec/build-script-build`
5732024-02-14T22:16:44.702Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-646b0e2a88c2a8ab/build-script-build`
5742024-02-14T22:16:44.739Z Compiling event-listener v4.0.0
5752024-02-14T22:16:44.744Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-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 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=5eb2e7b605382382 -C extra-filename=-5eb2e7b605382382 --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-d77d2603d19b9e10.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-8f8ed88da5495842.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow`
5762024-02-14T22:16:44.749Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-f98486ca65efe178/build-script-build`
5772024-02-14T22:16:44.749Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3293bc83cc3d8318/build-script-build`
5782024-02-14T22:16:44.784Z Compiling term v0.7.0
5792024-02-14T22:16:44.795Z Running `/home/build/.rustup/toolchains/1.75.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=e8e38ec46148d3d6 -C extra-filename=-e8e38ec46148d3d6 --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-7e69397c53f4137b.rmeta --cap-lints allow`
5802024-02-14T22:16:44.800Z Compiling crossbeam-channel v0.5.1
5812024-02-14T22:16:44.804Z Running `/home/build/.rustup/toolchains/1.75.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=52418d090664b064 -C extra-filename=-52418d090664b064 --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-cd3f2772b8aa5c1b.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-5a5103c2674bde2d.rmeta --cap-lints allow`
5822024-02-14T22:16:44.868Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-4dc97762cb35dfed/build-script-build`
5832024-02-14T22:16:44.971Z Compiling memmap v0.7.0
5842024-02-14T22:16:44.988Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8313e5e22242100f -C extra-filename=-8313e5e22242100f --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-42df0961eeaea99c.rmeta --cap-lints allow`
5852024-02-14T22:16:45.297Z Compiling atty v0.2.14
5862024-02-14T22:16:45.302Z Running `/home/build/.rustup/toolchains/1.75.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=8fad9555dce7b2f9 -C extra-filename=-8fad9555dce7b2f9 --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-42df0961eeaea99c.rmeta --cap-lints allow`
5872024-02-14T22:16:45.329Z Compiling errno v0.3.8
5882024-02-14T22:16:45.333Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=1557448f72eb98bd -C extra-filename=-1557448f72eb98bd --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-42df0961eeaea99c.rmeta --cap-lints allow`
5892024-02-14T22:16:45.408Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
5902024-02-14T22:16:45.413Z Running `/home/build/.rustup/toolchains/1.75.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=4c1ac51ac224a1d5 -C extra-filename=-4c1ac51ac224a1d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-4c1ac51ac224a1d5 -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-65779e31bb2ca288.rlib`
5912024-02-14T22:16:45.540Z Compiling encoding_rs v0.8.32
5922024-02-14T22:16:45.544Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9f8cbd9924b8dfb5 -C extra-filename=-9f8cbd9924b8dfb5 --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow`
5932024-02-14T22:16:45.788Z Compiling bitflags v2.4.0
5942024-02-14T22:16:45.792Z Running `/home/build/.rustup/toolchains/1.75.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=f6f59ff289b64c68 -C extra-filename=-f6f59ff289b64c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952024-02-14T22:16:45.952Z Compiling unicode-width v0.1.9
5962024-02-14T22:16:45.961Z Running `/home/build/.rustup/toolchains/1.75.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=7474bf0a2e71f601 -C extra-filename=-7474bf0a2e71f601 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972024-02-14T22:16:46.083Z Compiling trybuild v1.0.89
5982024-02-14T22:16:46.089Z Running `/home/build/.rustup/toolchains/1.75.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.89/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=aeb1d48fe1958f00 -C extra-filename=-aeb1d48fe1958f00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-aeb1d48fe1958f00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992024-02-14T22:16:46.189Z Compiling buf-list v1.0.3
6002024-02-14T22:16:46.237Z Running `/home/build/.rustup/toolchains/1.75.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=f1d934a93fb13558 -C extra-filename=-f1d934a93fb13558 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f1d934a93fb13558 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012024-02-14T22:16:46.452Z Compiling serde_derive_internals v0.26.0
6022024-02-14T22:16:46.455Z Running `/home/build/.rustup/toolchains/1.75.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=7b77f536b9e56392 -C extra-filename=-7b77f536b9e56392 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-7d2316a60bf8ef6c.rmeta --cap-lints allow`
6032024-02-14T22:16:46.585Z Compiling dyn-clone v1.0.4
6042024-02-14T22:16:46.592Z Running `/home/build/.rustup/toolchains/1.75.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=01cc2c7f0572338f -C extra-filename=-01cc2c7f0572338f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052024-02-14T22:16:46.689Z Compiling data-encoding v2.4.0
6062024-02-14T22:16:46.692Z Running `/home/build/.rustup/toolchains/1.75.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=cdf911c57e8b0909 -C extra-filename=-cdf911c57e8b0909 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072024-02-14T22:16:46.699Z Compiling atomic-waker v1.1.1
6082024-02-14T22:16:46.702Z Running `/home/build/.rustup/toolchains/1.75.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=26cda50c94c04e95 -C extra-filename=-26cda50c94c04e95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092024-02-14T22:16:46.874Z Compiling unicode-segmentation v1.10.0
6102024-02-14T22:16:46.881Z Running `/home/build/.rustup/toolchains/1.75.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=2bce5408023680db -C extra-filename=-2bce5408023680db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112024-02-14T22:16:47.346Z Compiling take_mut v0.2.2
6122024-02-14T22:16:47.350Z Running `/home/build/.rustup/toolchains/1.75.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=ba8e4e48667a2dc4 -C extra-filename=-ba8e4e48667a2dc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6132024-02-14T22:16:47.475Z Compiling lazy_static v1.4.0
6142024-02-14T22:16:47.481Z Running `/home/build/.rustup/toolchains/1.75.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=6aefe3907a386ec9 -C extra-filename=-6aefe3907a386ec9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152024-02-14T22:16:47.579Z Compiling utf-8 v0.7.6
6162024-02-14T22:16:47.584Z Running `/home/build/.rustup/toolchains/1.75.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=8db342b9970d918f -C extra-filename=-8db342b9970d918f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6172024-02-14T22:16:47.588Z Compiling openssl-probe v0.1.4
6182024-02-14T22:16:47.588Z Running `/home/build/.rustup/toolchains/1.75.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=a5b678a10f812613 -C extra-filename=-a5b678a10f812613 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6192024-02-14T22:16:47.809Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=c9cd90fd316ad990 -C extra-filename=-c9cd90fd316ad990 --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-33f9a957a930a3d8.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-69da9086cd46fc13.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f5169a7b7a364bf7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6202024-02-14T22:16:47.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587cd58c22f8d84/build-script-build`
6212024-02-14T22:16:47.908Z Compiling rustls-native-certs v0.7.0
6222024-02-14T22:16:47.912Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=84f2b1f6ef24a41e -C extra-filename=-84f2b1f6ef24a41e --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-a5b678a10f812613.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --cap-lints allow`
6232024-02-14T22:16:47.950Z Compiling console v0.15.7
6242024-02-14T22:16:47.958Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=1c607737546ca32a -C extra-filename=-1c607737546ca32a --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-6aefe3907a386ec9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-7474bf0a2e71f601.rmeta --cap-lints allow`
6252024-02-14T22:16:48.357Z Running `/home/build/.rustup/toolchains/1.75.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=e54c95886cc53eac -C extra-filename=-e54c95886cc53eac --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-52418d090664b064.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-ba8e4e48667a2dc4.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81a2f95901e76cda.rmeta --cap-lints allow --cfg integer128`
6262024-02-14T22:16:48.704Z Compiling newline-converter v0.3.0
6272024-02-14T22:16:48.708Z Running `/home/build/.rustup/toolchains/1.75.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=8849d27d51388416 -C extra-filename=-8849d27d51388416 --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-2bce5408023680db.rmeta --cap-lints allow`
6282024-02-14T22:16:48.847Z Compiling waitgroup v0.1.2
6292024-02-14T22:16:48.852Z Running `/home/build/.rustup/toolchains/1.75.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=7044b42cc64c2783 -C extra-filename=-7044b42cc64c2783 --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-26cda50c94c04e95.rmeta --cap-lints allow`
6302024-02-14T22:16:49.343Z Compiling serde_derive v1.0.196
6312024-02-14T22:16:49.347Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.196/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=c4934f6c5de36f74 -C extra-filename=-c4934f6c5de36f74 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6322024-02-14T22:16:49.347Z Compiling thiserror-impl v1.0.56
6332024-02-14T22:16:49.347Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.56/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=b22d4218ccdcaee6 -C extra-filename=-b22d4218ccdcaee6 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6342024-02-14T22:16:49.348Z Compiling futures-macro v0.3.30
6352024-02-14T22:16:49.348Z Running `/home/build/.rustup/toolchains/1.75.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.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=5ea4deaf202de52a -C extra-filename=-5ea4deaf202de52a --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6362024-02-14T22:16:49.637Z Compiling tokio-macros v2.2.0
6372024-02-14T22:16:51.034Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=52e459ea0a177f47 -C extra-filename=-52e459ea0a177f47 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6382024-02-14T22:16:51.034Z Compiling scroll_derive v0.12.0
6392024-02-14T22:16:51.035Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d2e1edca72903c4f -C extra-filename=-d2e1edca72903c4f --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6402024-02-14T22:16:51.035Z Compiling zerocopy-derive v0.7.32
6412024-02-14T22:16:51.035Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2fbc205edb92d4b1 -C extra-filename=-2fbc205edb92d4b1 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6422024-02-14T22:16:51.767Z Compiling tokio v1.36.0
6432024-02-14T22:16:51.795Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --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=665a3bef3650495e -C extra-filename=-665a3bef3650495e --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-280e8a31f1601c39.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-e3ec798826e4a79e.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-9ea4acd1afe32f28.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-3a02842783f9bcd7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-88dc79c71e4b5e54.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-76d688924c29a20c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-52e459ea0a177f47.so --cap-lints allow`
6442024-02-14T22:16:51.795Z Compiling scroll v0.12.0
6452024-02-14T22:16:51.795Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=a138cabc41f196a7 -C extra-filename=-a138cabc41f196a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-d2e1edca72903c4f.so --cap-lints allow`
6462024-02-14T22:16:51.819Z Compiling futures-util v0.3.30
6472024-02-14T22:16:51.823Z Running `/home/build/.rustup/toolchains/1.75.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.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="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=bd4f927c21904c5c -C extra-filename=-bd4f927c21904c5c --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-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2fcd04eb9bd4c1da.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-5ea4deaf202de52a.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e19a3263908c2ce1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-336aa480aae3208b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-d28582c2c4e87732.rmeta --cap-lints allow`
6482024-02-14T22:16:53.979Z Compiling rustls-webpki v0.102.1
6492024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' -C metadata=c896507cf714fe51 -C extra-filename=-c896507cf714fe51 --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-c9cd90fd316ad990.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f5169a7b7a364bf7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
6502024-02-14T22:16:54.164Z Compiling goblin v0.8.0
6512024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=1e4dfafcb2f4f9b8 -C extra-filename=-1e4dfafcb2f4f9b8 --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-ca260933aa8b91ca.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-47d2082e00c29b41.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a138cabc41f196a7.rmeta --cap-lints allow`
6522024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/src/lib.rs --error-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=ecf4bb1d0be38e27 -C extra-filename=-ecf4bb1d0be38e27 --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-b22d4218ccdcaee6.so --cap-lints allow`
6532024-02-14T22:16:54.164Z Compiling pest v2.7.6
6542024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=1a6744465da6cf0a -C extra-filename=-1a6744465da6cf0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e19a3263908c2ce1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d0130cc9a68310d4.rmeta --cap-lints allow`
6552024-02-14T22:16:54.164Z Compiling schemars_derive v0.8.16
6562024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/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=8026b71b1c60378e -C extra-filename=-8026b71b1c60378e --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-7b77f536b9e56392.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-7d2316a60bf8ef6c.rlib --extern proc_macro --cap-lints allow`
6572024-02-14T22:16:54.164Z Compiling zerocopy v0.7.32
6582024-02-14T22:16:54.164Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=079462383d540d58 -C extra-filename=-079462383d540d58 --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-89546a559f489be4.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-2fbc205edb92d4b1.so --cap-lints allow`
6592024-02-14T22:16:54.585Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=382f8bd5694303b9 -C extra-filename=-382f8bd5694303b9 --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-ca260933aa8b91ca.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c9cd90fd316ad990.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-c896507cf714fe51.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-0e8b265f271c1a25.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-fe9327b7037fe8b7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
6602024-02-14T22:16:54.842Z Compiling pest_meta v2.7.6
6612024-02-14T22:16:54.858Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=9df531269f081d06 -C extra-filename=-9df531269f081d06 --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-d65dce78978d8112.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-1a6744465da6cf0a.rmeta --cap-lints allow`
6622024-02-14T22:16:55.273Z Compiling async-stream-impl v0.3.5
6632024-02-14T22:16:55.282Z Running `/home/build/.rustup/toolchains/1.75.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=c5e41c99f3cd0305 -C extra-filename=-c5e41c99f3cd0305 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6642024-02-14T22:16:55.833Z Compiling tungstenite v0.21.0
6652024-02-14T22:16:55.853Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --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=5b29e0dfbaca71af -C extra-filename=-5b29e0dfbaca71af --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-89546a559f489be4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-cdf911c57e8b0909.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d2fa8668dc3e7314.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-a7019c9c4bc660f8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e82e55d0a3570b03.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-8db342b9970d918f.rmeta --cap-lints allow`
6662024-02-14T22:16:56.998Z Compiling pest_generator v2.7.6
6672024-02-14T22:16:57.003Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=fc170dbc60ddf439 -C extra-filename=-fc170dbc60ddf439 --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-1a6744465da6cf0a.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-9df531269f081d06.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow`
6682024-02-14T22:16:57.068Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs --error-format=json --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=e8dd1466afb42828 -C extra-filename=-e8dd1466afb42828 --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-c4934f6c5de36f74.so --cap-lints allow`
6692024-02-14T22:16:58.156Z Compiling futures-executor v0.3.30
6702024-02-14T22:16:58.159Z Running `/home/build/.rustup/toolchains/1.75.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.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="std"' -C metadata=6f8ab276f0f71a2c -C extra-filename=-6f8ab276f0f71a2c --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-987a95328493040a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --cap-lints allow`
6712024-02-14T22:16:58.233Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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"' -C metadata=a67d1195a3f0d543 -C extra-filename=-a67d1195a3f0d543 --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-280e8a31f1601c39.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-9f8cbd9924b8dfb5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d2fa8668dc3e7314.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e19a3263908c2ce1.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-fe20eb796d7fb01e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-69da9086cd46fc13.rmeta --cap-lints allow`
6722024-02-14T22:16:58.737Z Compiling futures v0.3.30
6732024-02-14T22:16:58.741Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2c95163297eb43ba -C extra-filename=-2c95163297eb43ba --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-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-6f8ab276f0f71a2c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2fcd04eb9bd4c1da.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --cap-lints allow`
6742024-02-14T22:16:58.807Z Compiling async-stream v0.3.5
6752024-02-14T22:16:58.815Z Running `/home/build/.rustup/toolchains/1.75.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=b63310ad76567715 -C extra-filename=-b63310ad76567715 --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-c5e41c99f3cd0305.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow`
6762024-02-14T22:16:58.861Z Running `/home/build/.rustup/toolchains/1.75.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.77/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=e995a22be0ef9bce -C extra-filename=-e995a22be0ef9bce --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
6772024-02-14T22:16:59.046Z Compiling pest_derive v2.7.6
6782024-02-14T22:16:59.052Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=287d79c9c791087d -C extra-filename=-287d79c9c791087d --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-1a6744465da6cf0a.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-fc170dbc60ddf439.rlib --extern proc_macro --cap-lints allow`
6792024-02-14T22:16:59.153Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f1d934a93fb13558/build-script-build`
6802024-02-14T22:16:59.207Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-aeb1d48fe1958f00/build-script-build`
6812024-02-14T22:16:59.222Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=d22e3112fda08078 -C extra-filename=-d22e3112fda08078 --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-f6f59ff289b64c68.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-1557448f72eb98bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6822024-02-14T22:16:59.456Z Compiling tokio-util v0.7.7
6832024-02-14T22:16:59.460Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=84a00afad52e7590 -C extra-filename=-84a00afad52e7590 --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-280e8a31f1601c39.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --cap-lints allow`
6842024-02-14T22:17:00.346Z Compiling dtrace-parser v0.2.0
6852024-02-14T22:17:00.353Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2698a4580abdccd8 -C extra-filename=-2698a4580abdccd8 --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-1a6744465da6cf0a.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-287d79c9c791087d.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --cap-lints allow`
6862024-02-14T22:17:00.857Z Compiling tokio-rustls v0.25.0
6872024-02-14T22:17:00.861Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=caf35c74e53b60da -C extra-filename=-caf35c74e53b60da --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-382f8bd5694303b9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
6882024-02-14T22:17:01.290Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-4c1ac51ac224a1d5/build-script-build`
6892024-02-14T22:17:01.344Z Compiling slog-term v2.9.0
6902024-02-14T22:17:01.352Z Running `/home/build/.rustup/toolchains/1.75.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=d16e460c2908d0b4 -C extra-filename=-d16e460c2908d0b4 --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-8fad9555dce7b2f9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e8e38ec46148d3d6.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81a2f95901e76cda.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow`
6912024-02-14T22:17:01.551Z Compiling event-listener-strategy v0.4.0
6922024-02-14T22:17:01.555Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.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=60b1db016c059369 -C extra-filename=-60b1db016c059369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-5eb2e7b605382382.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow`
6932024-02-14T22:17:01.713Z Running `/home/build/.rustup/toolchains/1.75.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=60b5f61074d11149 -C extra-filename=-60b5f61074d11149 --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-fe20eb796d7fb01e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b139f7a86029edb0.rmeta --cap-lints allow`
6942024-02-14T22:17:01.739Z Compiling yasna v0.5.2
6952024-02-14T22:17:01.747Z Running `/home/build/.rustup/toolchains/1.75.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=db97ea639d172041 -C extra-filename=-db97ea639d172041 --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-68285237bc127da5.rmeta --cap-lints allow`
6962024-02-14T22:17:02.633Z Compiling pem v3.0.3
6972024-02-14T22:17:02.637Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4f7fe35836775fa4 -C extra-filename=-4f7fe35836775fa4 --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-de258b843ba737aa.rmeta --cap-lints allow`
6982024-02-14T22:17:02.682Z Compiling termcolor v1.1.2
6992024-02-14T22:17:02.692Z Running `/home/build/.rustup/toolchains/1.75.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=1c097332aeea9c66 -C extra-filename=-1c097332aeea9c66 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002024-02-14T22:17:02.724Z Compiling glob v0.3.0
7012024-02-14T22:17:02.731Z Running `/home/build/.rustup/toolchains/1.75.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=aa3ee8ada17d64d6 -C extra-filename=-aa3ee8ada17d64d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022024-02-14T22:17:03.503Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.113/src/lib.rs --error-format=json --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=9d6ec5bd46423fc7 -C extra-filename=-9d6ec5bd46423fc7 --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-a3982f9f0d2c08dc.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d8fac759df196510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow --cfg limb_width_64`
7032024-02-14T22:17:03.555Z Compiling indexmap v2.2.2
7042024-02-14T22:17:03.560Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=587dd9828ee9d6ed -C extra-filename=-587dd9828ee9d6ed --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-9b8f3be9c4fe793e.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-acf18acec50e1593.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow`
7052024-02-14T22:17:03.644Z Compiling serde_tokenstream v0.2.0
7062024-02-14T22:17:03.648Z Running `/home/build/.rustup/toolchains/1.75.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=6b2d5f544dbfb258 -C extra-filename=-6b2d5f544dbfb258 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow`
7072024-02-14T22:17:03.748Z Compiling toml_datetime v0.6.5
7082024-02-14T22:17:03.752Z Running `/home/build/.rustup/toolchains/1.75.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.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="serde"' -C metadata=f92ea76f922f751d -C extra-filename=-f92ea76f922f751d --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-e8dd1466afb42828.rmeta --cap-lints allow`
7092024-02-14T22:17:03.864Z Compiling serde_spanned v0.6.5
7102024-02-14T22:17:03.868Z Running `/home/build/.rustup/toolchains/1.75.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.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="serde"' -C metadata=54eb810448c7c77b -C extra-filename=-54eb810448c7c77b --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-e8dd1466afb42828.rmeta --cap-lints allow`
7112024-02-14T22:17:04.100Z Compiling uuid v1.7.0
7122024-02-14T22:17:04.104Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a97a6219a5655744 -C extra-filename=-a97a6219a5655744 --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-33f9a957a930a3d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow`
7132024-02-14T22:17:04.141Z Compiling chrono v0.4.33
7142024-02-14T22:17:04.149Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=78c6d0a4db53433e -C extra-filename=-78c6d0a4db53433e --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-d4528020d07f82f6.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e74014e1f8a31eb7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow`
7152024-02-14T22:17:04.246Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
7162024-02-14T22:17:04.247Z Running `/home/build/.rustup/toolchains/1.75.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=66a4b5312b077538 -C extra-filename=-66a4b5312b077538 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro`
7172024-02-14T22:17:04.500Z Compiling serde_path_to_error v0.1.15
7182024-02-14T22:17:04.505Z Running `/home/build/.rustup/toolchains/1.75.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.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 -C metadata=b240a0033b107fb3 -C extra-filename=-b240a0033b107fb3 --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-a3982f9f0d2c08dc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow`
7192024-02-14T22:17:04.930Z Compiling h2 v0.3.24
7202024-02-14T22:17:04.939Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=64ee8dd4471a545e -C extra-filename=-64ee8dd4471a545e --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-d28582c2c4e87732.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-84a00afad52e7590.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --cap-lints allow`
7212024-02-14T22:17:05.010Z Compiling toml_edit v0.21.1
7222024-02-14T22:17:05.038Z Running `/home/build/.rustup/toolchains/1.75.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.21.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=685f1df89a0c8321 -C extra-filename=-685f1df89a0c8321 --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-587dd9828ee9d6ed.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-54eb810448c7c77b.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-f92ea76f922f751d.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0923a6bf66153430.rmeta --cap-lints allow`
7232024-02-14T22:17:05.446Z Compiling dof v0.3.0
7242024-02-14T22:17:05.446Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=1fdd6e465ba9ac8e -C extra-filename=-1fdd6e465ba9ac8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1e4dfafcb2f4f9b8.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-a73f187dc339f9b5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-079462383d540d58.rmeta --cap-lints allow`
7252024-02-14T22:17:06.758Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=ba99e4c21dc9e4f2 -C extra-filename=-ba99e4c21dc9e4f2 --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-89546a559f489be4.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1fdd6e465ba9ac8e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2698a4580abdccd8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-1bc362f368c2bcdd.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7262024-02-14T22:17:07.630Z Compiling slog-json v2.6.1
7272024-02-14T22:17:07.633Z Running `/home/build/.rustup/toolchains/1.75.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=b73f39971358d345 -C extra-filename=-b73f39971358d345 --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-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow`
7282024-02-14T22:17:08.024Z Compiling toml v0.8.9
7292024-02-14T22:17:08.028Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=7665a954d89d549d -C extra-filename=-7665a954d89d549d --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-e8dd1466afb42828.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-54eb810448c7c77b.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-f92ea76f922f751d.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-685f1df89a0c8321.rmeta --cap-lints allow`
7302024-02-14T22:17:08.122Z Compiling slog-bunyan v2.5.0
7312024-02-14T22:17:08.130Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0cb7a13bac58cd23 -C extra-filename=-0cb7a13bac58cd23 --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-2f50696b84b4ed02.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow`
7322024-02-14T22:17:08.316Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=83a229b348e8b41e -C extra-filename=-83a229b348e8b41e --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-78c6d0a4db53433e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-01cc2c7f0572338f.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-8026b71b1c60378e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7332024-02-14T22:17:08.347Z Compiling openapiv3 v2.0.0
7342024-02-14T22:17:08.352Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=44d96af6fa24512f -C extra-filename=-44d96af6fa24512f --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-587dd9828ee9d6ed.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --cap-lints allow`
7352024-02-14T22:17:08.599Z Compiling basic-toml v0.1.8
7362024-02-14T22:17:08.603Z Running `/home/build/.rustup/toolchains/1.75.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.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 -C metadata=abae88d1d37efac8 -C extra-filename=-abae88d1d37efac8 --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-e8dd1466afb42828.rmeta --cap-lints allow`
7372024-02-14T22:17:08.832Z Compiling usdt-macro v0.5.0
7382024-02-14T22:17:09.251Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=18d7431506ac11c8 -C extra-filename=-18d7431506ac11c8 --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-2698a4580abdccd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rlib --extern proc_macro --cap-lints allow`
7392024-02-14T22:17:09.254Z Compiling usdt-attr-macro v0.5.0
7402024-02-14T22:17:09.254Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=5c6359eb77cbb764 -C extra-filename=-5c6359eb77cbb764 --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-2698a4580abdccd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rlib --extern proc_macro --cap-lints allow`
7412024-02-14T22:17:09.927Z Compiling hyper v0.14.27
7422024-02-14T22:17:09.931Z Running `/home/build/.rustup/toolchains/1.75.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=13c7df8ea21ee146 -C extra-filename=-13c7df8ea21ee146 --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-280e8a31f1601c39.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-64ee8dd4471a545e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7f901cc76004901.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-76dec81a53b902e8.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2d7b4959b5503897.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-a03cbd4bcaab8d96.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-e7e448593ea48f2a.rmeta --cap-lints allow`
7432024-02-14T22:17:10.852Z Compiling serde_urlencoded v0.7.1
7442024-02-14T22:17:10.856Z Running `/home/build/.rustup/toolchains/1.75.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=3068bae42f1c2801 -C extra-filename=-3068bae42f1c2801 --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-aae5a414e62436ac.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d8fac759df196510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow`
7452024-02-14T22:17:11.383Z Running `/home/build/.rustup/toolchains/1.75.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=22c6d39c6c9f4b1f -C extra-filename=-22c6d39c6c9f4b1f --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-e8dd1466afb42828.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7462024-02-14T22:17:11.415Z Compiling http-range v0.1.4
7472024-02-14T22:17:11.419Z Running `/home/build/.rustup/toolchains/1.75.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=23b18ddbbf2b1d61 -C extra-filename=-23b18ddbbf2b1d61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7482024-02-14T22:17:11.799Z Compiling debug-ignore v1.0.5
7492024-02-14T22:17:11.800Z Running `/home/build/.rustup/toolchains/1.75.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=4bdff3fdfbff61fc -C extra-filename=-4bdff3fdfbff61fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7502024-02-14T22:17:11.908Z Compiling usdt v0.5.0
7512024-02-14T22:17:11.913Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' -C metadata=477192bdc4c7540d -C extra-filename=-477192bdc4c7540d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1fdd6e465ba9ac8e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2698a4580abdccd8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1e4dfafcb2f4f9b8.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-8313e5e22242100f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-5c6359eb77cbb764.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-18d7431506ac11c8.so --cap-lints allow`
7522024-02-14T22:17:11.924Z Compiling fastrand v2.0.0
7532024-02-14T22:17:11.928Z Running `/home/build/.rustup/toolchains/1.75.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=3419b40a9d642091 -C extra-filename=-3419b40a9d642091 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7542024-02-14T22:17:12.452Z Compiling similar v2.2.1
7552024-02-14T22:17:12.456Z Running `/home/build/.rustup/toolchains/1.75.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=bf543af4d3052823 -C extra-filename=-bf543af4d3052823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7562024-02-14T22:17:12.534Z Compiling tempfile v3.9.0
7572024-02-14T22:17:12.538Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=39e473d4b7628b53 -C extra-filename=-39e473d4b7628b53 --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-abae88d1d37efac8.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-aa3ee8ada17d64d6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d65dce78978d8112.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-c4934f6c5de36f74.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-1c097332aeea9c66.rmeta --cap-lints allow`
7582024-02-14T22:17:12.546Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=ceb054248ca5ab71 -C extra-filename=-ceb054248ca5ab71 --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-cd3f2772b8aa5c1b.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-3419b40a9d642091.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d22e3112fda08078.rmeta --cap-lints allow`
7592024-02-14T22:17:12.911Z Compiling rcgen v0.12.1
7602024-02-14T22:17:12.919Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b58805fef0e9e31f -C extra-filename=-b58805fef0e9e31f --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-4f7fe35836775fa4.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c9cd90fd316ad990.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-db97ea639d172041.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7612024-02-14T22:17:13.513Z Compiling async-channel v2.1.1
7622024-02-14T22:17:13.516Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=97a8b24261f873ff -C extra-filename=-97a8b24261f873ff --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-d77d2603d19b9e10.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-5eb2e7b605382382.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-60b1db016c059369.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow`
7632024-02-14T22:17:13.516Z Compiling expectorate v1.1.0
7642024-02-14T22:17:13.517Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=342fe2f1e75832aa -C extra-filename=-342fe2f1e75832aa --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-1c607737546ca32a.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-8849d27d51388416.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bf543af4d3052823.rmeta --cap-lints allow`
7652024-02-14T22:17:13.523Z Compiling tokio-tungstenite v0.21.0
7662024-02-14T22:17:13.526Z Running `/home/build/.rustup/toolchains/1.75.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.21.0/src/lib.rs --error-format=json --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=640348c231c11c1c -C extra-filename=-640348c231c11c1c --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-bd4f927c21904c5c.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-5b29e0dfbaca71af.rmeta --cap-lints allow`
7672024-02-14T22:17:13.582Z Running `/home/build/.rustup/toolchains/1.75.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=5d2690599bb4d3d2 -C extra-filename=-5d2690599bb4d3d2 --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-280e8a31f1601c39.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7682024-02-14T22:17:13.591Z Compiling subprocess v0.2.9
7692024-02-14T22:17:13.600Z Running `/home/build/.rustup/toolchains/1.75.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=5356785de38cf794 -C extra-filename=-5356785de38cf794 --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-42df0961eeaea99c.rmeta --cap-lints allow`
7702024-02-14T22:17:14.060Z Compiling schema-derive v0.1.0
7712024-02-14T22:17:14.066Z Running `/home/build/.rustup/toolchains/1.75.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=3f6db7114c890728 -C extra-filename=-3f6db7114c890728 --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-d0d0b09eb443c48c.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow`
7722024-02-14T22:17:15.283Z Compiling hyper-rustls v0.25.0
7732024-02-14T22:17:15.287Z Running `/home/build/.rustup/toolchains/1.75.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.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=0859e5c2f2576efa -C extra-filename=-0859e5c2f2576efa --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-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-84f2b1f6ef24a41e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7742024-02-14T22:17:15.531Z Compiling hyper-staticfile v0.9.5
7752024-02-14T22:17:15.537Z Running `/home/build/.rustup/toolchains/1.75.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=91ee2ac3817ab95f -C extra-filename=-91ee2ac3817ab95f --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-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-23b18ddbbf2b1d61.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-76dec81a53b902e8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-a7019c9c4bc660f8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e82e55d0a3570b03.rmeta --cap-lints allow`
7762024-02-14T22:17:15.609Z Running `/home/build/.rustup/toolchains/1.75.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=2e15c6f9d23007aa -C extra-filename=-2e15c6f9d23007aa --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-b63310ad76567715.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7772024-02-14T22:17:16.552Z Compiling schema v0.1.0
7782024-02-14T22:17:16.556Z Running `/home/build/.rustup/toolchains/1.75.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=f0dd01fffbbb9ca3 -C extra-filename=-f0dd01fffbbb9ca3 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-3f6db7114c890728.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow`
7792024-02-14T22:17:16.641Z Running `/home/build/.rustup/toolchains/1.75.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=56abc7dfd7f630fb -C extra-filename=-56abc7dfd7f630fb --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f0dd01fffbbb9ca3.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro`
7802024-02-14T22:17:18.895Z Running `/home/build/.rustup/toolchains/1.75.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=c992498012fa0170 -C extra-filename=-c992498012fa0170 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7812024-02-14T22:17:22.375Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8638b371f2205095 -C extra-filename=-8638b371f2205095 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7822024-02-14T22:17:22.375Z Running `/home/build/.rustup/toolchains/1.75.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=725b6bad27eaaa5f -C extra-filename=-725b6bad27eaaa5f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7832024-02-14T22:17:22.375Z Running `/home/build/.rustup/toolchains/1.75.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=05ec5f477fef1bf1 -C extra-filename=-05ec5f477fef1bf1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7842024-02-14T22:17:22.382Z Running `/home/build/.rustup/toolchains/1.75.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=e1adb743b8fd89d8 -C extra-filename=-e1adb743b8fd89d8 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7852024-02-14T22:17:22.383Z Running `/home/build/.rustup/toolchains/1.75.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=19d7605908c616f1 -C extra-filename=-19d7605908c616f1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7862024-02-14T22:17:22.383Z Running `/home/build/.rustup/toolchains/1.75.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=5141797d23100bba -C extra-filename=-5141797d23100bba --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7872024-02-14T22:17:22.393Z Running `/home/build/.rustup/toolchains/1.75.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=5409f309128097a3 -C extra-filename=-5409f309128097a3 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7882024-02-14T22:17:23.687Z Running `/home/build/.rustup/toolchains/1.75.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=e9a953df5edc89a2 -C extra-filename=-e9a953df5edc89a2 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7892024-02-14T22:17:47.030Z Running `/home/build/.rustup/toolchains/1.75.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=9b8ff2c92899bfa0 -C extra-filename=-9b8ff2c92899bfa0 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7902024-02-14T22:17:47.305Z Running `/home/build/.rustup/toolchains/1.75.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=9ec6baf07a750fed -C extra-filename=-9ec6baf07a750fed --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7912024-02-14T22:17:47.838Z Running `/home/build/.rustup/toolchains/1.75.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=2766edd71376ccac -C extra-filename=-2766edd71376ccac --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7922024-02-14T22:17:49.321Z Running `/home/build/.rustup/toolchains/1.75.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=b067c878fd9d1126 -C extra-filename=-b067c878fd9d1126 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7932024-02-14T22:17:50.195Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c5e7614e2466b986 -C extra-filename=-c5e7614e2466b986 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7942024-02-14T22:17:58.895Z Running `/home/build/.rustup/toolchains/1.75.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=771ca1117ed6502d -C extra-filename=-771ca1117ed6502d --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7952024-02-14T22:18:11.415Z Running `/home/build/.rustup/toolchains/1.75.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=b4f1c97a6ff50e7c -C extra-filename=-b4f1c97a6ff50e7c --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7962024-02-14T22:18:14.039Z Running `/home/build/.rustup/toolchains/1.75.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=c8004d3326211fde -C extra-filename=-c8004d3326211fde --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7972024-02-14T22:18:15.433Z Running `/home/build/.rustup/toolchains/1.75.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=d6de89e3913b6cfb -C extra-filename=-d6de89e3913b6cfb --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7982024-02-14T22:18:26.997Z Running `/home/build/.rustup/toolchains/1.75.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=ec90a37bc3b5c6ba -C extra-filename=-ec90a37bc3b5c6ba --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
7992024-02-14T22:18:28.806Z Running `/home/build/.rustup/toolchains/1.75.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=bdcb02e4b364607a -C extra-filename=-bdcb02e4b364607a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8002024-02-14T22:18:31.938Z Running `/home/build/.rustup/toolchains/1.75.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=c1cc17436c75ead4 -C extra-filename=-c1cc17436c75ead4 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8012024-02-14T22:18:34.264Z Running `/home/build/.rustup/toolchains/1.75.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=9d41ee76fc7dfd4a -C extra-filename=-9d41ee76fc7dfd4a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8022024-02-14T22:18:34.960Z Running `/home/build/.rustup/toolchains/1.75.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=79768b8c2efdf371 -C extra-filename=-79768b8c2efdf371 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8032024-02-14T22:18:35.301Z Running `/home/build/.rustup/toolchains/1.75.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=9fa453995a144511 -C extra-filename=-9fa453995a144511 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8042024-02-14T22:18:38.397Z Running `/home/build/.rustup/toolchains/1.75.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=af9b2094fc1a76cc -C extra-filename=-af9b2094fc1a76cc --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8052024-02-14T22:18:41.625Z Running `/home/build/.rustup/toolchains/1.75.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=c2474200ae2b9bac -C extra-filename=-c2474200ae2b9bac --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8062024-02-14T22:18:52.079Z Running `/home/build/.rustup/toolchains/1.75.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=75679bb96e79b204 -C extra-filename=-75679bb96e79b204 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8072024-02-14T22:18:52.080Z Running `/home/build/.rustup/toolchains/1.75.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=a3949a4ee6e8943f -C extra-filename=-a3949a4ee6e8943f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8082024-02-14T22:18:52.933Z Running `/home/build/.rustup/toolchains/1.75.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=6bebe5c2fa3f5ed9 -C extra-filename=-6bebe5c2fa3f5ed9 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
8092024-02-14T22:19:13.558Z Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
8102024-02-14T22:19:13.659Z
8112024-02-14T22:19:13.663Zreal 2:46.278886372
8122024-02-14T22:19:13.663Zuser 17:12.567652926
8132024-02-14T22:19:13.663Zsys 2:47.524513510
8142024-02-14T22:19:13.663Ztrap 0.749899006
8152024-02-14T22:19:13.663Ztflt 5.205079428
8162024-02-14T22:19:13.664Zdflt 4.653692327
8172024-02-14T22:19:13.664Zkflt 0.083727781
8182024-02-14T22:19:13.664Zlock 37:51.882550272
8192024-02-14T22:19:13.664Zslp 1:08:18.357066744
8202024-02-14T22:19:13.664Zlat 42.575393687
8212024-02-14T22:19:13.664Zstop 32.570874701
8222024-02-14T22:19:13.664Z+ banner test
8232024-02-14T22:19:13.664Z
8242024-02-14T22:19:13.664Z ##### ###### #### #####
8252024-02-14T22:19:13.665Z # # # #
8262024-02-14T22:19:13.665Z # ##### #### #
8272024-02-14T22:19:13.665Z # # # #
8282024-02-14T22:19:13.665Z # # # # #
8292024-02-14T22:19:13.665Z # ###### #### #
8302024-02-14T22:19:13.665Z
8312024-02-14T22:19:13.665Z+ ptime -m cargo test --all-features --locked --verbose
8322024-02-14T22:19:13.868Z Fresh unicode-ident v1.0.0
8332024-02-14T22:19:13.868Z Fresh cfg-if v1.0.0
8342024-02-14T22:19:13.869Z Fresh version_check v0.9.4
8352024-02-14T22:19:13.869Z Fresh itoa v1.0.1
8362024-02-14T22:19:13.869Z Fresh once_cell v1.13.1
8372024-02-14T22:19:13.875Z Fresh proc-macro2 v1.0.78
8382024-02-14T22:19:13.875Z Fresh memchr v2.6.0
8392024-02-14T22:19:13.876Z Fresh pin-project-lite v0.2.12
8402024-02-14T22:19:13.876Z Fresh quote v1.0.35
8412024-02-14T22:19:13.876Z Fresh libc v0.2.153
8422024-02-14T22:19:13.876Z Fresh bytes v1.5.0
8432024-02-14T22:19:13.876Z Fresh futures-core v0.3.30
8442024-02-14T22:19:13.876Z Fresh syn v2.0.48
8452024-02-14T22:19:13.876Z Fresh log v0.4.17
8462024-02-14T22:19:13.876Z Fresh getrandom v0.2.11
8472024-02-14T22:19:13.877Z Fresh ryu v1.0.5
8482024-02-14T22:19:13.877Z Fresh futures-sink v0.3.30
8492024-02-14T22:19:13.877Z Fresh smallvec v1.7.0
8502024-02-14T22:19:13.877Z Fresh serde_derive v1.0.196
8512024-02-14T22:19:13.877Z Fresh thiserror-impl v1.0.56
8522024-02-14T22:19:13.877Z Fresh scopeguard v1.1.0
8532024-02-14T22:19:13.878Z Fresh fnv v1.0.7
8542024-02-14T22:19:13.878Z Fresh futures-macro v0.3.30
8552024-02-14T22:19:13.878Z Fresh futures-channel v0.3.30
8562024-02-14T22:19:13.878Z Fresh cc v1.0.83
8572024-02-14T22:19:13.878Z Fresh serde v1.0.196
8582024-02-14T22:19:13.878Z Fresh thiserror v1.0.56
8592024-02-14T22:19:13.879Z Fresh lock_api v0.4.6
8602024-02-14T22:19:13.879Z Fresh parking_lot_core v0.9.4
8612024-02-14T22:19:13.879Z Fresh ucd-trie v0.1.6
8622024-02-14T22:19:13.879Z Fresh futures-task v0.3.30
8632024-02-14T22:19:13.879Z Fresh futures-io v0.3.30
8642024-02-14T22:19:13.879Z Fresh pin-utils v0.1.0
8652024-02-14T22:19:13.879Z Fresh serde_json v1.0.113
8662024-02-14T22:19:13.879Z Fresh slab v0.4.5
8672024-02-14T22:19:13.879Z Fresh pest v2.7.6
8682024-02-14T22:19:13.880Z Fresh parking_lot v0.12.1
8692024-02-14T22:19:13.880Z Fresh tokio-macros v2.2.0
8702024-02-14T22:19:13.880Z Fresh num_cpus v1.13.0
8712024-02-14T22:19:13.880Z Fresh futures-util v0.3.30
8722024-02-14T22:19:13.880Z Fresh signal-hook-registry v1.4.0
8732024-02-14T22:19:13.881Z Fresh mio v0.8.9
8742024-02-14T22:19:13.881Z Fresh socket2 v0.5.5
8752024-02-14T22:19:13.881Z Fresh byteorder v1.4.3
8762024-02-14T22:19:13.882Z Fresh hashbrown v0.14.1
8772024-02-14T22:19:13.882Z Fresh equivalent v1.0.0
8782024-02-14T22:19:13.882Z Fresh tokio v1.36.0
8792024-02-14T22:19:13.882Z Fresh typenum v1.14.0
8802024-02-14T22:19:13.882Z Fresh pest_meta v2.7.6
8812024-02-14T22:19:13.883Z Fresh indexmap v2.2.2
8822024-02-14T22:19:13.883Z Fresh scroll_derive v0.12.0
8832024-02-14T22:19:13.883Z Fresh time-core v0.1.2
8842024-02-14T22:19:13.883Z Fresh powerfmt v0.2.0
8852024-02-14T22:19:13.884Z Fresh spin v0.9.8
8862024-02-14T22:19:13.884Z Fresh httparse v1.8.0
8872024-02-14T22:19:13.884Z Fresh deranged v0.3.11
8882024-02-14T22:19:13.884Z Fresh crossbeam-utils v0.8.15
8892024-02-14T22:19:13.885Z Fresh scroll v0.12.0
8902024-02-14T22:19:13.885Z Fresh time-macros v0.2.16
8912024-02-14T22:19:13.885Z Fresh generic-array v0.14.5
8922024-02-14T22:19:13.885Z Fresh pest_generator v2.7.6
8932024-02-14T22:19:13.885Z Fresh serde_tokenstream v0.2.0
8942024-02-14T22:19:13.885Z Fresh zerocopy-derive v0.7.32
8952024-02-14T22:19:13.885Z Fresh tracing-core v0.1.32
8962024-02-14T22:19:13.885Z Fresh num_threads v0.1.3
8972024-02-14T22:19:13.886Z Fresh plain v0.2.3
8982024-02-14T22:19:13.886Z Fresh tinyvec_macros v0.1.0
8992024-02-14T22:19:13.886Z Fresh untrusted v0.9.0
9002024-02-14T22:19:13.886Z Fresh percent-encoding v2.3.1
9012024-02-14T22:19:13.886Z Fresh rustls-pki-types v1.2.0
9022024-02-14T22:19:13.886Z Fresh goblin v0.8.0
9032024-02-14T22:19:13.886Z Fresh tinyvec v1.5.1
9042024-02-14T22:19:13.886Z Fresh tracing v0.1.40
9052024-02-14T22:19:13.886Z Fresh time v0.3.31
9062024-02-14T22:19:13.886Z Fresh form_urlencoded v1.2.1
9072024-02-14T22:19:13.886Z Fresh ring v0.17.7
9082024-02-14T22:19:13.887Z Fresh pest_derive v2.7.6
9092024-02-14T22:19:13.887Z Fresh zerocopy v0.7.32
9102024-02-14T22:19:13.887Z Fresh http v0.2.9
9112024-02-14T22:19:13.887Z Fresh base64 v0.21.7
9122024-02-14T22:19:13.887Z Fresh pretty-hex v0.4.1
9132024-02-14T22:19:13.887Z Fresh autocfg v1.1.0
9142024-02-14T22:19:13.887Z Fresh dtrace-parser v0.2.0
9152024-02-14T22:19:13.887Z Fresh dof v0.3.0
9162024-02-14T22:19:13.888Z Fresh unicode-normalization v0.1.19
9172024-02-14T22:19:13.888Z Fresh slog v2.7.0
9182024-02-14T22:19:13.888Z Fresh paste v1.0.14
9192024-02-14T22:19:13.888Z Fresh tokio-util v0.7.7
9202024-02-14T22:19:13.888Z Fresh block-buffer v0.10.2
9212024-02-14T22:19:13.888Z Fresh crypto-common v0.1.6
9222024-02-14T22:19:13.888Z Fresh rand_core v0.6.3
9232024-02-14T22:19:13.888Z Fresh thread-id v4.0.0
9242024-02-14T22:19:13.888Z Fresh ppv-lite86 v0.2.15
9252024-02-14T22:19:13.888Z Fresh unicode-bidi v0.3.7
9262024-02-14T22:19:13.888Z Fresh try-lock v0.2.3
9272024-02-14T22:19:13.888Z Fresh matches v0.1.9
9282024-02-14T22:19:13.889Z Fresh syn v1.0.109
9292024-02-14T22:19:13.889Z Fresh usdt-impl v0.5.0
9302024-02-14T22:19:13.889Z Fresh idna v0.2.3
9312024-02-14T22:19:13.889Z Fresh want v0.3.0
9322024-02-14T22:19:13.889Z Fresh rand_chacha v0.3.1
9332024-02-14T22:19:13.889Z Fresh h2 v0.3.24
9342024-02-14T22:19:13.889Z Fresh digest v0.10.7
9352024-02-14T22:19:13.889Z Fresh unicase v2.6.0
9362024-02-14T22:19:13.889Z Fresh rustls-webpki v0.102.1
9372024-02-14T22:19:13.898Z Fresh http-body v0.4.3
9382024-02-14T22:19:13.898Z Fresh http v1.0.0
9392024-02-14T22:19:13.898Z Fresh dirs-sys-next v0.1.2
9402024-02-14T22:19:13.898Z Fresh socket2 v0.4.9
9412024-02-14T22:19:13.898Z Fresh httpdate v1.0.1
9422024-02-14T22:19:13.898Z Fresh cpufeatures v0.2.2
9432024-02-14T22:19:13.898Z Fresh zeroize v1.7.0
9442024-02-14T22:19:13.898Z Fresh mime v0.3.16
9452024-02-14T22:19:13.898Z Fresh tower-service v0.3.1
9462024-02-14T22:19:13.899Z Fresh subtle v2.5.0
9472024-02-14T22:19:13.899Z Fresh dirs-next v2.0.0
9482024-02-14T22:19:13.899Z Fresh sha1 v0.10.6
9492024-02-14T22:19:13.899Z Fresh url v2.2.2
9502024-02-14T22:19:13.899Z Fresh rand v0.8.4
9512024-02-14T22:19:13.899Z Fresh serde_derive_internals v0.26.0
9522024-02-14T22:19:13.899Z Fresh hyper v0.14.27
9532024-02-14T22:19:13.899Z Fresh rustls v0.22.2
9542024-02-14T22:19:13.899Z Fresh num-traits v0.2.14
9552024-02-14T22:19:13.899Z Fresh rustls-pemfile v2.0.0
9562024-02-14T22:19:13.899Z Fresh concurrent-queue v2.2.0
9572024-02-14T22:19:13.899Z Fresh toml_datetime v0.6.5
9582024-02-14T22:19:13.899Z Fresh serde_spanned v0.6.5
9592024-02-14T22:19:13.899Z Fresh thread_local v1.1.4
9602024-02-14T22:19:13.900Z Fresh parking v2.2.0
9612024-02-14T22:19:13.900Z Fresh winnow v0.5.15
9622024-02-14T22:19:13.900Z Fresh match_cfg v0.1.0
9632024-02-14T22:19:13.900Z Fresh iana-time-zone v0.1.47
9642024-02-14T22:19:13.900Z Fresh event-listener v4.0.0
9652024-02-14T22:19:13.900Z Fresh toml_edit v0.21.1
9662024-02-14T22:19:13.900Z Fresh chrono v0.4.33
9672024-02-14T22:19:13.900Z Fresh hostname v0.3.1
9682024-02-14T22:19:13.900Z Fresh tokio-rustls v0.25.0
9692024-02-14T22:19:13.900Z Fresh schemars_derive v0.8.16
9702024-02-14T22:19:13.900Z Fresh term v0.7.0
9712024-02-14T22:19:13.900Z Fresh usdt-attr-macro v0.5.0
9722024-02-14T22:19:13.900Z Fresh usdt-macro v0.5.0
9732024-02-14T22:19:13.900Z Fresh slog-json v2.6.1
9742024-02-14T22:19:13.901Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9752024-02-14T22:19:13.901Z Fresh crossbeam-channel v0.5.1
9762024-02-14T22:19:13.901Z Fresh futures-executor v0.3.30
9772024-02-14T22:19:13.901Z Fresh uuid v1.7.0
9782024-02-14T22:19:13.901Z Fresh async-stream-impl v0.3.5
9792024-02-14T22:19:13.901Z Fresh atty v0.2.14
9802024-02-14T22:19:13.901Z Fresh memmap v0.7.0
9812024-02-14T22:19:13.901Z Fresh errno v0.3.8
9822024-02-14T22:19:13.901Z Fresh encoding_rs v0.8.32
9832024-02-14T22:19:13.901Z Fresh unicode-width v0.1.9
9842024-02-14T22:19:13.901Z Fresh unicode-segmentation v1.10.0
9852024-02-14T22:19:13.901Z Running `/home/build/.rustup/toolchains/1.75.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=d5fd13189b0a6c21 -C extra-filename=-d5fd13189b0a6c21 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro`
9862024-02-14T22:19:13.901Z Fresh atomic-waker v1.1.1
9872024-02-14T22:19:13.901Z Fresh bitflags v2.4.0
9882024-02-14T22:19:13.902Z Fresh take_mut v0.2.2
9892024-02-14T22:19:13.902Z Fresh dyn-clone v1.0.4
9902024-02-14T22:19:13.902Z Fresh utf-8 v0.7.6
9912024-02-14T22:19:13.902Z Fresh lazy_static v1.4.0
9922024-02-14T22:19:13.902Z Fresh data-encoding v2.4.0
9932024-02-14T22:19:13.902Z Fresh openssl-probe v0.1.4
9942024-02-14T22:19:13.902Z Fresh rustix v0.38.28
9952024-02-14T22:19:13.902Z Fresh schemars v0.8.16
9962024-02-14T22:19:13.902Z Fresh console v0.15.7
9972024-02-14T22:19:13.902Z Fresh waitgroup v0.1.2
9982024-02-14T22:19:13.902Z Fresh tungstenite v0.21.0
9992024-02-14T22:19:13.902Z Fresh rustls-native-certs v0.7.0
10002024-02-14T22:19:13.902Z Fresh slog-async v2.8.0
10012024-02-14T22:19:13.902Z Fresh usdt v0.5.0
10022024-02-14T22:19:13.903Z Fresh multer v3.0.0
10032024-02-14T22:19:13.903Z Fresh newline-converter v0.3.0
10042024-02-14T22:19:13.903Z Fresh slog-term v2.9.0
10052024-02-14T22:19:13.903Z Fresh slog-bunyan v2.5.0
10062024-02-14T22:19:13.903Z Fresh async-stream v0.3.5
10072024-02-14T22:19:13.903Z Fresh futures v0.3.30
10082024-02-14T22:19:13.903Z Fresh mime_guess v2.0.4
10092024-02-14T22:19:13.903Z Fresh camino v1.1.6
10102024-02-14T22:19:13.903Z Fresh event-listener-strategy v0.4.0
10112024-02-14T22:19:13.904Z Fresh async-trait v0.1.77
10122024-02-14T22:19:13.904Z Fresh toml v0.8.9
10132024-02-14T22:19:13.904Z Fresh pem v3.0.3
10142024-02-14T22:19:13.904Z Fresh serde_urlencoded v0.7.1
10152024-02-14T22:19:13.904Z Fresh yasna v0.5.2
10162024-02-14T22:19:13.904Z Fresh openapiv3 v2.0.0
10172024-02-14T22:19:13.904Z Fresh basic-toml v0.1.8
10182024-02-14T22:19:13.904Z Fresh serde_path_to_error v0.1.15
10192024-02-14T22:19:13.904Z Fresh termcolor v1.1.2
10202024-02-14T22:19:13.904Z Fresh glob v0.3.0
10212024-02-14T22:19:13.904Z Fresh fastrand v2.0.0
10222024-02-14T22:19:13.904Z Fresh similar v2.2.1
10232024-02-14T22:19:13.904Z Fresh http-range v0.1.4
10242024-02-14T22:19:13.904Z Fresh debug-ignore v1.0.5
10252024-02-14T22:19:13.904Z Fresh expectorate v1.1.0
10262024-02-14T22:19:13.904Z Fresh trybuild v1.0.89
10272024-02-14T22:19:13.905Z Fresh tempfile v3.9.0
10282024-02-14T22:19:13.905Z Fresh rcgen v0.12.1
10292024-02-14T22:19:13.905Z Fresh async-channel v2.1.1
10302024-02-14T22:19:13.905Z Fresh hyper-staticfile v0.9.5
10312024-02-14T22:19:13.905Z Fresh hyper-rustls v0.25.0
10322024-02-14T22:19:13.905Z Fresh buf-list v1.0.3
10332024-02-14T22:19:13.905Z Fresh tokio-tungstenite v0.21.0
10342024-02-14T22:19:13.905Z Fresh subprocess v0.2.9
10352024-02-14T22:19:13.905Z Fresh schema-derive v0.1.0
10362024-02-14T22:19:13.905Z Fresh schema v0.1.0
10372024-02-14T22:19:15.295Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
10382024-02-14T22:19:15.304Z Running `/home/build/.rustup/toolchains/1.75.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=fbae80e849c74908 -C extra-filename=-fbae80e849c74908 --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-b63310ad76567715.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10392024-02-14T22:19:15.304Z Running `/home/build/.rustup/toolchains/1.75.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=2304b094dd92d389 -C extra-filename=-2304b094dd92d389 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10402024-02-14T22:19:21.017Z Running `/home/build/.rustup/toolchains/1.75.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=e2a7ebf59cb453ec -C extra-filename=-e2a7ebf59cb453ec --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10412024-02-14T22:19:21.017Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5249d707ad750b4f -C extra-filename=-5249d707ad750b4f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10422024-02-14T22:19:21.018Z Running `/home/build/.rustup/toolchains/1.75.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=172b2476d1fc3c63 -C extra-filename=-172b2476d1fc3c63 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10432024-02-14T22:19:21.029Z Running `/home/build/.rustup/toolchains/1.75.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=60dd2cdabcaae87a -C extra-filename=-60dd2cdabcaae87a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10442024-02-14T22:19:21.030Z Running `/home/build/.rustup/toolchains/1.75.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=4d6d7a579443615d -C extra-filename=-4d6d7a579443615d --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10452024-02-14T22:19:21.030Z Running `/home/build/.rustup/toolchains/1.75.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=dc2c70b44132cf22 -C extra-filename=-dc2c70b44132cf22 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10462024-02-14T22:19:21.045Z Running `/home/build/.rustup/toolchains/1.75.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=c7f94e1abce5b77b -C extra-filename=-c7f94e1abce5b77b --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10472024-02-14T22:19:46.014Z Running `/home/build/.rustup/toolchains/1.75.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=19bd9ff86bda71df -C extra-filename=-19bd9ff86bda71df --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10482024-02-14T22:19:46.343Z Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b9f6a5f835e958c1 -C extra-filename=-b9f6a5f835e958c1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10492024-02-14T22:19:46.403Z Running `/home/build/.rustup/toolchains/1.75.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=ae453e162199f1d0 -C extra-filename=-ae453e162199f1d0 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10502024-02-14T22:19:49.183Z Running `/home/build/.rustup/toolchains/1.75.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=492407bcfe842c0b -C extra-filename=-492407bcfe842c0b --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10512024-02-14T22:19:49.878Z Running `/home/build/.rustup/toolchains/1.75.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=f3ddfaf11562a181 -C extra-filename=-f3ddfaf11562a181 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10522024-02-14T22:19:51.185Z Running `/home/build/.rustup/toolchains/1.75.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=5b9b51c350170842 -C extra-filename=-5b9b51c350170842 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10532024-02-14T22:20:04.562Z Running `/home/build/.rustup/toolchains/1.75.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=211d64a73b54a096 -C extra-filename=-211d64a73b54a096 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10542024-02-14T22:20:07.810Z Running `/home/build/.rustup/toolchains/1.75.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=a1d36b525627ed99 -C extra-filename=-a1d36b525627ed99 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10552024-02-14T22:20:09.110Z Running `/home/build/.rustup/toolchains/1.75.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=40d5fbcd587f3b21 -C extra-filename=-40d5fbcd587f3b21 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10562024-02-14T22:20:13.815Z Running `/home/build/.rustup/toolchains/1.75.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=0f386ae815bcaf93 -C extra-filename=-0f386ae815bcaf93 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10572024-02-14T22:20:13.871Z Running `/home/build/.rustup/toolchains/1.75.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=ece34caeb29bcafa -C extra-filename=-ece34caeb29bcafa --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10582024-02-14T22:20:15.384Z Running `/home/build/.rustup/toolchains/1.75.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=fb79a463370c0243 -C extra-filename=-fb79a463370c0243 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10592024-02-14T22:20:16.528Z Running `/home/build/.rustup/toolchains/1.75.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=67c5be5814141313 -C extra-filename=-67c5be5814141313 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10602024-02-14T22:20:22.993Z Running `/home/build/.rustup/toolchains/1.75.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=aa2fcf9c239c7a97 -C extra-filename=-aa2fcf9c239c7a97 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10612024-02-14T22:20:24.639Z Running `/home/build/.rustup/toolchains/1.75.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=42417e69c35b70cc -C extra-filename=-42417e69c35b70cc --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10622024-02-14T22:20:36.274Z Running `/home/build/.rustup/toolchains/1.75.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=84f6022d23250822 -C extra-filename=-84f6022d23250822 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10632024-02-14T22:20:40.392Z Running `/home/build/.rustup/toolchains/1.75.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=08981f0cf2f5fd93 -C extra-filename=-08981f0cf2f5fd93 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10642024-02-14T22:20:40.426Z Running `/home/build/.rustup/toolchains/1.75.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=6e7c67a41b3617f8 -C extra-filename=-6e7c67a41b3617f8 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10652024-02-14T22:20:40.820Z Running `/home/build/.rustup/toolchains/1.75.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=0c5753315eefa702 -C extra-filename=-0c5753315eefa702 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10662024-02-14T22:20:42.663Z Running `/home/build/.rustup/toolchains/1.75.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=6c1b6794157a5392 -C extra-filename=-6c1b6794157a5392 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10672024-02-14T22:20:46.768Z Running `/home/build/.rustup/toolchains/1.75.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=96ea5839411ab9e2 -C extra-filename=-96ea5839411ab9e2 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out`
10682024-02-14T22:21:14.986Z Finished test [unoptimized + debuginfo] target(s) in 2m 01s
10692024-02-14T22:21:14.986Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-2304b094dd92d389`
10702024-02-14T22:21:14.986Z
10712024-02-14T22:21:14.986Zrunning 95 tests
10722024-02-14T22:21:14.986Ztest api_description::test::test_badpath4 - should panic ... ok
10732024-02-14T22:21:14.986Ztest api_description::test::test_badpath1 ... ok
10742024-02-14T22:21:14.986Ztest api_description::test::test_badpath3 ... ok
10752024-02-14T22:21:14.987Ztest api_description::test::test_badpath2 ... ok
10762024-02-14T22:21:15.087Ztest api_description::test::test_tags_need_one ... ok
10772024-02-14T22:21:15.087Ztest api_description::test::test_dup_names ... ok
10782024-02-14T22:21:15.087Ztest api_description::test::test_tags_just_right ... ok
10792024-02-14T22:21:15.087Ztest api_description::test::test_tags_too_many ... ok
10802024-02-14T22:21:15.087Ztest error::test::test_serialize_error_response_body ... ok
10812024-02-14T22:21:15.088Ztest from_map::test::test_lone_literal ... ok
10822024-02-14T22:21:15.088Ztest extractor::metadata::test::test_metadata_flattened ... ok
10832024-02-14T22:21:15.088Ztest extractor::metadata::test::test_metadata_simple ... ok
10842024-02-14T22:21:15.088Ztest from_map::test::test_deep ... ok
10852024-02-14T22:21:15.088Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10862024-02-14T22:21:15.088Ztest extractor::metadata::test::test_metadata_pagination ... ok
10872024-02-14T22:21:15.089Ztest from_map::test::test_missing_data2 ... ok
10882024-02-14T22:21:15.089Ztest from_map::test::test_missing_data1 ... ok
10892024-02-14T22:21:15.089Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10902024-02-14T22:21:15.089Ztest from_map::test::test_types ... ok
10912024-02-14T22:21:15.089Ztest logging::test::test_config_bad_file_no_file ... ok
10922024-02-14T22:21:15.089Ztest logging::test::test_config_bad_file_no_level ... ok
10932024-02-14T22:21:15.089Ztest logging::test::test_config_bad_terminal_bad_level ... ok
10942024-02-14T22:21:15.089Ztest logging::test::test_config_bad_terminal_no_level ... ok
10952024-02-14T22:21:15.089Ztest logging::test::test_config_bad_log_mode ... ok
10962024-02-14T22:21:15.089Ztest logging::test::test_config_bad_file_bad_path_type ... ok
10972024-02-14T22:21:15.089Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
10982024-02-14T22:21:15.090Ztest pagination::test::test_pagination_schema ... ok
10992024-02-14T22:21:15.090Ztest router::test::test_bad_path_segment1 - should panic ... ok
11002024-02-14T22:21:15.090Ztest router::test::test_bad_path_segment2 - should panic ... ok
11012024-02-14T22:21:15.090Ztest pagination::test::test_results_page ... ok
11022024-02-14T22:21:15.090Ztest pagination::test::test_page_token_serialization ... ok
11032024-02-14T22:21:15.090Ztest pagination::test::test_pagparams_parsing ... ok
11042024-02-14T22:21:15.090Ztest router::test::test_bad_path_segment4 - should panic ... ok
11052024-02-14T22:21:15.090Ztest router::test::test_bad_path_segment3 - should panic ... ok
11062024-02-14T22:21:15.090Ztest router::test::test_bogus_regex - should panic ... ok
11072024-02-14T22:21:15.091Ztest router::test::test_duplicate_route1 - should panic ... ok
11082024-02-14T22:21:15.091Ztest router::test::test_duplicate_route2 - should panic ... ok
11092024-02-14T22:21:15.091Ztest router::test::test_duplicate_route3 - should panic ... ok
11102024-02-14T22:21:15.091Ztest router::test::test_duplicate_varname - should panic ... ok
11112024-02-14T22:21:15.091Ztest logging::test::test_config_stderr_terminal ... ok
11122024-02-14T22:21:15.094Ztest router::test::test_empty_variable ... ok
11132024-02-14T22:21:15.094Ztest router::test::test_embedded_non_variable ... ok
11142024-02-14T22:21:15.094Ztest router::test::test_error_cases ... ok
11152024-02-14T22:21:15.094Ztest router::test::test_inconsistent_varname - should panic ... ok
11162024-02-14T22:21:15.094Ztest router::test::test_iter_null ... ok
11172024-02-14T22:21:15.095Ztest router::test::test_iter ... ok
11182024-02-14T22:21:15.095Ztest router::test::test_iter2 ... ok
11192024-02-14T22:21:15.095Ztest router::test::test_literal_after_variable - should panic ... ok
11202024-02-14T22:21:15.095Ztest router::test::test_literal_after_regex - should panic ... ok
11212024-02-14T22:21:15.095Ztest router::test::test_more_after_regex - should panic ... ok
11222024-02-14T22:21:15.095Ztest router::test::test_map_bad_value ... ok
11232024-02-14T22:21:15.095Ztest router::test::test_path_segment ... ok
11242024-02-14T22:21:15.095Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11252024-02-14T22:21:15.095Ztest router::test::test_segments ... ok
11262024-02-14T22:21:15.095Ztest router::test::test_map_bad_seq ... ok
11272024-02-14T22:21:15.095Ztest router::test::test_variable_after_literal - should panic ... ok
11282024-02-14T22:21:15.095Ztest router::test::test_variable_name_bad_end - should panic ... ok
11292024-02-14T22:21:15.095Ztest router::test::test_router_basic ... ok
11302024-02-14T22:21:15.095Ztest router::test::test_variable_name_bad_start - should panic ... ok
11312024-02-14T22:21:15.095Ztest router::test::test_map ... ok
11322024-02-14T22:21:15.096Ztest router::test::test_variable_name_empty - should panic ... ok
11332024-02-14T22:21:15.096Ztest router::test::test_variables_glob ... ok
11342024-02-14T22:21:15.096Ztest router::test::test_variable_rename ... ok
11352024-02-14T22:21:15.096Ztest router::test::test_variables_basic ... ok
11362024-02-14T22:21:15.096Ztest router::test::test_variables_multi ... ok
11372024-02-14T22:21:15.096Ztest schema_util::test::test_additional_properties ... ok
11382024-02-14T22:21:15.096Ztest schema_util::test::test_nullable ... ok
11392024-02-14T22:21:15.096Ztest schema_util::test::test_empty_struct ... ok
11402024-02-14T22:21:15.096Ztest schema_util::test::test_bad_schema - should panic ... ok
11412024-02-14T22:21:15.096Ztest api_description::test::test_tags_set ... ok
11422024-02-14T22:21:15.096Ztest schema_util::test::test_two_types - should panic ... ok
11432024-02-14T22:21:15.096Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11442024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11452024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11462024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11472024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11482024-02-14T22:21:15.096Ztest logging::test::test_config_file ... ok
11492024-02-14T22:21:15.096Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
11502024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_easy_cases ... ok
11512024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11522024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11532024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11542024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11552024-02-14T22:21:15.096Ztest to_map::test::test_to_map_enum ... ok
11562024-02-14T22:21:15.096Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11572024-02-14T22:21:15.097Ztest to_map::test::test_to_map_seq ... ok
11582024-02-14T22:21:15.097Ztest to_map::test::test_to_map_num ... ok
11592024-02-14T22:21:15.097Ztest to_map::test::test_to_map_vec ... ok
11602024-02-14T22:21:15.097Ztest type_util::tests::test_commented_ref ... ok
11612024-02-14T22:21:15.097Ztest type_util::tests::test_reflexive_type - should panic ... ok
11622024-02-14T22:21:15.097Ztest to_map::test::test_to_map_valid ... ok
11632024-02-14T22:21:15.097Ztest type_util::tests::test_recursive_type - should panic ... ok
11642024-02-14T22:21:15.097Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11652024-02-14T22:21:15.097Ztest server::test::test_drop_server_without_close_okay ... ok
11662024-02-14T22:21:15.097Ztest server::test::test_server_run_then_close ... ok
11672024-02-14T22:21:15.097Z
11682024-02-14T22:21:15.097Ztest result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
11692024-02-14T22:21:15.097Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-f3ddfaf11562a181`
11702024-02-14T22:21:15.097Z
11712024-02-14T22:21:15.097Z
11722024-02-14T22:21:15.097Zrunning 1 test
11732024-02-14T22:21:15.127Z Compiling proc-macro2 v1.0.78
11742024-02-14T22:21:15.127Z Compiling unicode-ident v1.0.0
11752024-02-14T22:21:15.145Z Compiling libc v0.2.153
11762024-02-14T22:21:15.145Z Checking cfg-if v1.0.0
11772024-02-14T22:21:15.145Z Compiling serde v1.0.196
11782024-02-14T22:21:15.145Z Compiling version_check v0.9.4
11792024-02-14T22:21:15.145Z Checking itoa v1.0.1
11802024-02-14T22:21:15.145Z Compiling log v0.4.17
11812024-02-14T22:21:15.184Z Compiling thiserror v1.0.56
11822024-02-14T22:21:15.283Z Checking pin-project-lite v0.2.12
11832024-02-14T22:21:15.306Z Compiling ryu v1.0.5
11842024-02-14T22:21:15.374Z Compiling serde_json v1.0.113
11852024-02-14T22:21:15.516Z Checking bytes v1.5.0
11862024-02-14T22:21:15.871Z Checking memchr v2.6.0
11872024-02-14T22:21:16.058Z Checking futures-core v0.3.30
11882024-02-14T22:21:16.096Z Checking futures-sink v0.3.30
11892024-02-14T22:21:16.122Z Compiling ucd-trie v0.1.6
11902024-02-14T22:21:16.231Z Compiling parking_lot_core v0.9.4
11912024-02-14T22:21:16.405Z Checking fnv v1.0.7
11922024-02-14T22:21:16.528Z Checking once_cell v1.13.1
11932024-02-14T22:21:16.775Z Compiling quote v1.0.35
11942024-02-14T22:21:16.800Z Checking smallvec v1.7.0
11952024-02-14T22:21:16.845Z Checking scopeguard v1.1.0
11962024-02-14T22:21:16.956Z Checking lock_api v0.4.6
11972024-02-14T22:21:17.185Z Compiling syn v2.0.48
11982024-02-14T22:21:17.335Z Checking futures-channel v0.3.30
11992024-02-14T22:21:17.375Z Checking getrandom v0.2.11
12002024-02-14T22:21:17.605Z Compiling cc v1.0.83
12012024-02-14T22:21:17.610Z Checking slab v0.4.5
12022024-02-14T22:21:17.689Z Checking futures-io v0.3.30
12032024-02-14T22:21:17.744Z Checking futures-task v0.3.30
12042024-02-14T22:21:17.842Z Checking pin-utils v0.1.0
12052024-02-14T22:21:17.867Z Compiling typenum v1.14.0
12062024-02-14T22:21:17.881Z Checking parking_lot v0.12.1
12072024-02-14T22:21:17.935Z Checking num_cpus v1.13.0
12082024-02-14T22:21:17.956Z Checking mio v0.8.9
12092024-02-14T22:21:18.030Z Checking signal-hook-registry v1.4.0
12102024-02-14T22:21:18.043Z Checking socket2 v0.5.5
12112024-02-14T22:21:18.205Z Compiling generic-array v0.14.5
12122024-02-14T22:21:18.249Z Compiling httparse v1.8.0
12132024-02-14T22:21:18.382Z Checking equivalent v1.0.0
12142024-02-14T22:21:18.410Z Compiling crossbeam-utils v0.8.15
12152024-02-14T22:21:18.503Z Checking hashbrown v0.14.1
12162024-02-14T22:21:18.555Z Compiling usdt-impl v0.5.0
12172024-02-14T22:21:18.608Z Compiling unicase v2.6.0
12182024-02-14T22:21:18.824Z Checking spin v0.9.8
12192024-02-14T22:21:18.960Z Checking powerfmt v0.2.0
12202024-02-14T22:21:19.008Z Compiling time-core v0.1.2
12212024-02-14T22:21:19.132Z Compiling time-macros v0.2.16
12222024-02-14T22:21:19.206Z Checking deranged v0.3.11
12232024-02-14T22:21:19.620Z Checking tracing-core v0.1.32
12242024-02-14T22:21:19.863Z Compiling byteorder v1.4.3
12252024-02-14T22:21:19.906Z Compiling plain v0.2.3
12262024-02-14T22:21:20.051Z Checking num_threads v0.1.3
12272024-02-14T22:21:20.150Z Checking rustls-pki-types v1.2.0
12282024-02-14T22:21:20.294Z Checking tinyvec_macros v0.1.0
12292024-02-14T22:21:20.335Z Compiling slog v2.7.0
12302024-02-14T22:21:20.366Z Checking percent-encoding v2.3.1
12312024-02-14T22:21:20.541Z Checking untrusted v0.9.0
12322024-02-14T22:21:20.988Z Checking form_urlencoded v1.2.1
12332024-02-14T22:21:21.067Z Checking tinyvec v1.5.1
12342024-02-14T22:21:21.099Z Checking tracing v0.1.40
12352024-02-14T22:21:21.112Z Checking http v0.2.9
12362024-02-14T22:21:21.245Z Compiling syn v1.0.109
12372024-02-14T22:21:21.362Z Compiling ring v0.17.7
12382024-02-14T22:21:21.393Z Compiling autocfg v1.1.0
12392024-02-14T22:21:21.905Z Compiling pretty-hex v0.4.1
12402024-02-14T22:21:22.020Z Checking base64 v0.21.7
12412024-02-14T22:21:22.313Z Checking unicode-normalization v0.1.19
12422024-02-14T22:21:22.459Z Compiling num-traits v0.2.14
12432024-02-14T22:21:22.485Z Checking block-buffer v0.10.2
12442024-02-14T22:21:22.534Z Checking crypto-common v0.1.6
12452024-02-14T22:21:22.850Z Checking rand_core v0.6.3
12462024-02-14T22:21:22.914Z Compiling thread-id v4.0.0
12472024-02-14T22:21:22.975Z Checking matches v0.1.9
12482024-02-14T22:21:23.007Z Compiling rustls v0.22.2
12492024-02-14T22:21:23.051Z Checking ppv-lite86 v0.2.15
12502024-02-14T22:21:23.114Z Checking try-lock v0.2.3
12512024-02-14T22:21:23.216Z Checking unicode-bidi v0.3.7
12522024-02-14T22:21:23.326Z Checking want v0.3.0
12532024-02-14T22:21:23.404Z Checking time v0.3.31
12542024-02-14T22:21:23.570Z Checking idna v0.2.3
12552024-02-14T22:21:23.654Z Checking digest v0.10.7
12562024-02-14T22:21:23.723Z Checking rand_chacha v0.3.1
12572024-02-14T22:21:24.270Z Checking http-body v0.4.3
12582024-02-14T22:21:24.277Z Checking dirs-sys-next v0.1.2
12592024-02-14T22:21:24.277Z Checking socket2 v0.4.9
12602024-02-14T22:21:24.277Z Checking http v1.0.0
12612024-02-14T22:21:24.277Z Checking cpufeatures v0.2.2
12622024-02-14T22:21:24.277Z Checking subtle v2.5.0
12632024-02-14T22:21:24.395Z Checking tower-service v0.3.1
12642024-02-14T22:21:24.538Z Checking zeroize v1.7.0
12652024-02-14T22:21:24.626Z Checking httpdate v1.0.1
12662024-02-14T22:21:24.626Z Checking mime v0.3.16
12672024-02-14T22:21:24.683Z Checking url v2.2.2
12682024-02-14T22:21:24.758Z Checking sha1 v0.10.6
12692024-02-14T22:21:24.824Z Checking dirs-next v2.0.0
12702024-02-14T22:21:24.940Z Checking rand v0.8.4
12712024-02-14T22:21:24.995Z Compiling mime_guess v2.0.4
12722024-02-14T22:21:25.462Z Checking rustls-pemfile v2.0.0
12732024-02-14T22:21:25.662Z Checking concurrent-queue v2.2.0
12742024-02-14T22:21:26.301Z Checking thread_local v1.1.4
12752024-02-14T22:21:26.307Z Compiling multer v3.0.0
12762024-02-14T22:21:26.546Z Checking match_cfg v0.1.0
12772024-02-14T22:21:26.619Z Checking winnow v0.5.15
12782024-02-14T22:21:27.089Z Compiling rustix v0.38.28
12792024-02-14T22:21:27.097Z Compiling paste v1.0.14
12802024-02-14T22:21:27.097Z Compiling slog-async v2.8.0
12812024-02-14T22:21:27.369Z Compiling async-trait v0.1.77
12822024-02-14T22:21:27.401Z Checking iana-time-zone v0.1.47
12832024-02-14T22:21:27.536Z Checking parking v2.2.0
12842024-02-14T22:21:27.582Z Compiling camino v1.1.6
12852024-02-14T22:21:27.698Z Compiling schemars v0.8.16
12862024-02-14T22:21:27.709Z Checking rustls-webpki v0.102.1
12872024-02-14T22:21:28.069Z Checking event-listener v4.0.0
12882024-02-14T22:21:28.373Z Checking hostname v0.3.1
12892024-02-14T22:21:28.467Z Checking term v0.7.0
12902024-02-14T22:21:28.485Z Checking crossbeam-channel v0.5.1
12912024-02-14T22:21:28.681Z Checking memmap v0.7.0
12922024-02-14T22:21:28.859Z Checking errno v0.3.8
12932024-02-14T22:21:28.898Z Checking atty v0.2.14
12942024-02-14T22:21:28.986Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
12952024-02-14T22:21:29.007Z Checking encoding_rs v0.8.32
12962024-02-14T22:21:29.222Z Checking take_mut v0.2.2
12972024-02-14T22:21:29.331Z Compiling buf-list v1.0.3
12982024-02-14T22:21:29.347Z Checking utf-8 v0.7.6
12992024-02-14T22:21:29.538Z Checking bitflags v2.4.0
13002024-02-14T22:21:29.651Z Checking openssl-probe v0.1.4
13012024-02-14T22:21:29.752Z Checking dyn-clone v1.0.4
13022024-02-14T22:21:29.782Z Checking unicode-segmentation v1.10.0
13032024-02-14T22:21:29.824Z Checking data-encoding v2.4.0
13042024-02-14T22:21:30.118Z Checking unicode-width v0.1.9
13052024-02-14T22:21:30.212Z Checking lazy_static v1.4.0
13062024-02-14T22:21:30.362Z Checking atomic-waker v1.1.1
13072024-02-14T22:21:30.380Z Checking console v0.15.7
13082024-02-14T22:21:30.389Z Compiling serde_derive_internals v0.26.0
13092024-02-14T22:21:30.428Z Checking waitgroup v0.1.2
13102024-02-14T22:21:30.547Z Checking newline-converter v0.3.0
13112024-02-14T22:21:30.889Z Checking rustls-native-certs v0.7.0
13122024-02-14T22:21:31.081Z Checking slog-term v2.9.0
13132024-02-14T22:21:31.282Z Checking event-listener-strategy v0.4.0
13142024-02-14T22:21:31.574Z Checking yasna v0.5.2
13152024-02-14T22:21:31.935Z Checking pem v3.0.3
13162024-02-14T22:21:32.164Z Checking similar v2.2.1
13172024-02-14T22:21:32.671Z Checking debug-ignore v1.0.5
13182024-02-14T22:21:32.671Z Checking fastrand v2.0.0
13192024-02-14T22:21:32.671Z Checking http-range v0.1.4
13202024-02-14T22:21:32.671Z Checking rcgen v0.12.1
13212024-02-14T22:21:32.672Z Checking async-channel v2.1.1
13222024-02-14T22:21:32.672Z Checking tempfile v3.9.0
13232024-02-14T22:21:32.878Z Checking expectorate v1.1.0
13242024-02-14T22:21:32.957Z Checking subprocess v0.2.9
13252024-02-14T22:21:33.325Z Compiling serde_derive v1.0.196
13262024-02-14T22:21:33.355Z Compiling thiserror-impl v1.0.56
13272024-02-14T22:21:33.457Z Compiling scroll_derive v0.12.0
13282024-02-14T22:21:33.499Z Compiling futures-macro v0.3.30
13292024-02-14T22:21:33.660Z Compiling zerocopy-derive v0.7.32
13302024-02-14T22:21:33.799Z Compiling tokio-macros v2.2.0
13312024-02-14T22:21:33.846Z Compiling async-stream-impl v0.3.5
13322024-02-14T22:21:35.787Z Compiling scroll v0.12.0
13332024-02-14T22:21:36.336Z Compiling goblin v0.8.0
13342024-02-14T22:21:36.552Z Checking tokio v1.36.0
13352024-02-14T22:21:36.776Z Checking futures-util v0.3.30
13362024-02-14T22:21:37.421Z Compiling zerocopy v0.7.32
13372024-02-14T22:21:38.700Z Compiling pest v2.7.6
13382024-02-14T22:21:41.312Z Compiling pest_meta v2.7.6
13392024-02-14T22:21:41.531Z Compiling schemars_derive v0.8.16
13402024-02-14T22:21:41.594Z Checking tungstenite v0.21.0
13412024-02-14T22:21:41.674Z Checking async-stream v0.3.5
13422024-02-14T22:21:42.310Z Checking futures-executor v0.3.30
13432024-02-14T22:21:42.530Z Compiling pest_generator v2.7.6
13442024-02-14T22:21:42.849Z Checking futures v0.3.30
13452024-02-14T22:21:43.575Z Checking tokio-util v0.7.7
13462024-02-14T22:21:44.010Z Checking tokio-rustls v0.25.0
13472024-02-14T22:21:44.354Z Checking tokio-tungstenite v0.21.0
13482024-02-14T22:21:48.675Z Compiling pest_derive v2.7.6
13492024-02-14T22:21:48.865Z Compiling dtrace-parser v0.2.0
13502024-02-14T22:21:48.992Z Checking indexmap v2.2.2
13512024-02-14T22:21:48.992Z Checking serde_spanned v0.6.5
13522024-02-14T22:21:48.992Z Checking toml_datetime v0.6.5
13532024-02-14T22:21:48.992Z Checking chrono v0.4.33
13542024-02-14T22:21:48.993Z Checking uuid v1.7.0
13552024-02-14T22:21:49.033Z Checking serde_path_to_error v0.1.15
13562024-02-14T22:21:49.062Z Checking serde_urlencoded v0.7.1
13572024-02-14T22:21:49.893Z Compiling serde_tokenstream v0.2.0
13582024-02-14T22:21:49.907Z Checking h2 v0.3.24
13592024-02-14T22:21:49.907Z Checking toml_edit v0.21.1
13602024-02-14T22:21:50.022Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13612024-02-14T22:21:50.090Z Checking dof v0.3.0
13622024-02-14T22:21:50.091Z Checking slog-json v2.6.1
13632024-02-14T22:21:50.091Z Checking openapiv3 v2.0.0
13642024-02-14T22:21:51.628Z Checking slog-bunyan v2.5.0
13652024-02-14T22:21:52.286Z Checking toml v0.8.9
13662024-02-14T22:21:53.337Z Compiling usdt-attr-macro v0.5.0
13672024-02-14T22:21:53.337Z Compiling usdt-macro v0.5.0
13682024-02-14T22:21:53.869Z Checking hyper v0.14.27
13692024-02-14T22:21:55.322Z Checking usdt v0.5.0
13702024-02-14T22:21:56.766Z Checking hyper-staticfile v0.9.5
13712024-02-14T22:21:56.774Z Checking hyper-rustls v0.25.0
13722024-02-14T22:21:58.947Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13732024-02-14T22:21:59.000Z Finished dev [unoptimized + debuginfo] target(s) in 44.16s
13742024-02-14T22:21:59.174Z
13752024-02-14T22:21:59.174Z
13762024-02-14T22:22:00.518Ztest tests/fail/bad_endpoint1.rs ... ok
13772024-02-14T22:22:00.519Ztest tests/fail/bad_endpoint10.rs ... ok
13782024-02-14T22:22:00.519Ztest tests/fail/bad_endpoint11.rs ... ok
13792024-02-14T22:22:00.548Ztest tests/fail/bad_endpoint12.rs ... ok
13802024-02-14T22:22:00.548Ztest tests/fail/bad_endpoint13.rs ... ok
13812024-02-14T22:22:00.548Ztest tests/fail/bad_endpoint14.rs ... ok
13822024-02-14T22:22:00.548Ztest tests/fail/bad_endpoint15.rs ... ok
13832024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint16.rs ... ok
13842024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint17.rs ... ok
13852024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint18.rs ... ok
13862024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint19.rs ... ok
13872024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint2.rs ... ok
13882024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint3.rs ... ok
13892024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint4.rs ... ok
13902024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint5.rs ... ok
13912024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint6.rs ... ok
13922024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint7.rs ... ok
13932024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint8.rs ... ok
13942024-02-14T22:22:00.549Ztest tests/fail/bad_endpoint9.rs ... ok
13952024-02-14T22:22:00.550Ztest tests/fail/unused_endpoint.rs ... ok
13962024-02-14T22:22:00.550Z
13972024-02-14T22:22:00.550Z
13982024-02-14T22:22:00.550Ztest fail ... ok
13992024-02-14T22:22:00.550Z
14002024-02-14T22:22:00.550Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 45.71s
14012024-02-14T22:22:00.550Z
14022024-02-14T22:22:00.550Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-6c1b6794157a5392`
14032024-02-14T22:22:00.550Z
14042024-02-14T22:22:00.550Zrunning 10 tests
14052024-02-14T22:22:00.550Ztest test_config_bad_bind_address_port_too_large ... ok
14062024-02-14T22:22:00.551Ztest test_config_bad_bind_address_garbage ... ok
14072024-02-14T22:22:00.551Ztest test_config_bad_bind_address_port_too_small ... ok
14082024-02-14T22:22:00.551Ztest test_config_bad_request_body_max_bytes_negative ... ok
14092024-02-14T22:22:00.551Ztest test_config_bad_request_body_max_bytes_too_large ... ok
14102024-02-14T22:22:00.559Ztest test_config_handler_task_mode_detached ... ok
14112024-02-14T22:22:00.559Ztest test_config_handler_task_mode_cancel ... ok
14122024-02-14T22:22:00.560Ztest test_config_bind_address_http ... ok
14132024-02-14T22:22:00.560Ztest test_config_bind_address_https_buffer ... ok
14142024-02-14T22:22:00.561Ztest test_config_bind_address_https ... ok
14152024-02-14T22:22:00.561Z
14162024-02-14T22:22:00.561Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14172024-02-14T22:22:00.561Z
14182024-02-14T22:22:00.562Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-e2a7ebf59cb453ec`
14192024-02-14T22:22:00.562Z
14202024-02-14T22:22:00.562Zrunning 21 tests
14212024-02-14T22:22:00.573Ztest test_302_found ... ok
14222024-02-14T22:22:00.573Ztest test_demo1 ... ok
14232024-02-14T22:22:00.573Ztest test_302_bogus ... ok
14242024-02-14T22:22:00.573Ztest test_307_temporary_redirect ... ok
14252024-02-14T22:22:00.573Ztest test_303_see_other ... ok
14262024-02-14T22:22:00.574Ztest test_delete_request ... ok
14272024-02-14T22:22:00.574Ztest test_demo2query ... ok
14282024-02-14T22:22:00.574Ztest test_demo_path_param_u32 ... ok
14292024-02-14T22:22:00.574Ztest test_demo_path_param_uuid ... ok
14302024-02-14T22:22:00.574Ztest test_demo_websocket ... ok
14312024-02-14T22:22:00.586Ztest test_demo2urlencoded ... ok
14322024-02-14T22:22:00.586Ztest test_demo3json ... ok
14332024-02-14T22:22:00.586Ztest test_header_request ... ok
14342024-02-14T22:22:00.586Ztest test_raw_request ... ok
14352024-02-14T22:22:00.586Ztest test_head_request ... ok
14362024-02-14T22:22:00.587Ztest test_request_compat ... ok
14372024-02-14T22:22:00.587Ztest test_demo2json ... ok
14382024-02-14T22:22:00.587Ztest test_request_remote_addr ... ok
14392024-02-14T22:22:00.587Ztest test_demo_path_param_string ... ok
14402024-02-14T22:22:00.587Ztest test_streaming_body ... ok
14412024-02-14T22:22:00.588Ztest test_untyped_body ... ok
14422024-02-14T22:22:00.588Z
14432024-02-14T22:22:00.588Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14442024-02-14T22:22:00.588Z
14452024-02-14T22:22:00.588Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-40d5fbcd587f3b21`
14462024-02-14T22:22:00.601Z
14472024-02-14T22:22:00.601Zrunning 1 test
14482024-02-14T22:22:02.596Ztest test_graceful_shutdown_with_detached_handler ... ok
14492024-02-14T22:22:02.596Z
14502024-02-14T22:22:02.596Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14512024-02-14T22:22:02.596Z
14522024-02-14T22:22:02.602Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-b9f6a5f835e958c1`
14532024-02-14T22:22:02.607Z
14542024-02-14T22:22:02.607Zrunning 4 tests
14552024-02-14T22:22:02.615Ztest no_content_type ... ok
14562024-02-14T22:22:02.615Ztest missing_boundary ... ok
14572024-02-14T22:22:02.615Ztest weird_content_type ... ok
14582024-02-14T22:22:02.616Ztest test_multipart_client ... ok
14592024-02-14T22:22:02.616Z
14602024-02-14T22:22:02.616Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14612024-02-14T22:22:02.616Z
14622024-02-14T22:22:02.616Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-67c5be5814141313`
14632024-02-14T22:22:02.620Z
14642024-02-14T22:22:02.620Zrunning 2 tests
14652024-02-14T22:22:02.626Ztest test_openapi ... ok
14662024-02-14T22:22:02.626Ztest test_openapi_fuller ... ok
14672024-02-14T22:22:02.626Z
14682024-02-14T22:22:02.626Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14692024-02-14T22:22:02.627Z
14702024-02-14T22:22:02.639Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-c7f94e1abce5b77b`
14712024-02-14T22:22:02.639Z
14722024-02-14T22:22:02.640Zrunning 9 tests
14732024-02-14T22:22:02.658Ztest test_paginate_empty ... ok
14742024-02-14T22:22:02.668Ztest test_paginate_extra_params ... ok
14752024-02-14T22:22:02.668Ztest test_paginate_errors ... ok
14762024-02-14T22:22:02.674Ztest test_paginate_with_required_params ... ok
14772024-02-14T22:22:02.738Ztest test_paginate_basic ... ok
14782024-02-14T22:22:04.745Ztest test_example_basic ... ok
14792024-02-14T22:22:05.219Ztest test_paginate_dictionary ... ok
14802024-02-14T22:22:09.040Ztest test_example_multiple_sorts ... ok
14812024-02-14T22:22:09.499Ztest test_example_multiple_resources ... ok
14822024-02-14T22:22:09.500Z
14832024-02-14T22:22:09.500Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.87s
14842024-02-14T22:22:09.500Z
14852024-02-14T22:22:09.507Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-08981f0cf2f5fd93`
14862024-02-14T22:22:09.511Z
14872024-02-14T22:22:09.512Zrunning 1 test
14882024-02-14T22:22:09.516Ztest test_pagination_schema ... ok
14892024-02-14T22:22:09.516Z
14902024-02-14T22:22:09.516Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14912024-02-14T22:22:09.517Z
14922024-02-14T22:22:09.517Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-211d64a73b54a096`
14932024-02-14T22:22:09.532Z
14942024-02-14T22:22:09.532Zrunning 1 test
14952024-02-14T22:22:09.533Ztest test_path_names ... ok
14962024-02-14T22:22:09.533Z
14972024-02-14T22:22:09.533Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14982024-02-14T22:22:09.533Z
14992024-02-14T22:22:09.533Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-0c5753315eefa702`
15002024-02-14T22:22:09.549Z
15012024-02-14T22:22:09.550Zrunning 3 tests
15022024-02-14T22:22:09.550Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
15032024-02-14T22:22:09.557Ztest test_streaming_server_streaming_client ... ok
15042024-02-14T22:22:09.557Ztest test_streaming_server_buffered_client ... ok
15052024-02-14T22:22:09.557Z
15062024-02-14T22:22:09.557Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
15072024-02-14T22:22:09.558Z
15082024-02-14T22:22:09.558Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-aa2fcf9c239c7a97`
15092024-02-14T22:22:09.561Z
15102024-02-14T22:22:09.562Zrunning 6 tests
15112024-02-14T22:22:09.580Ztest test_server_is_http ... ok
15122024-02-14T22:22:09.726Ztest test_tls_certificate_loading ... ok
15132024-02-14T22:22:09.739Ztest test_tls_only ... ok
15142024-02-14T22:22:09.739Ztest test_tls_aborted_negotiation ... ok
15152024-02-14T22:22:09.752Ztest test_server_is_https ... ok
15162024-02-14T22:22:09.760Ztest test_tls_refresh_certificates ... ok
15172024-02-14T22:22:09.761Z
15182024-02-14T22:22:09.761Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
15192024-02-14T22:22:09.761Z
15202024-02-14T22:22:09.761Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-56abc7dfd7f630fb`
15212024-02-14T22:22:09.765Z
15222024-02-14T22:22:09.765Zrunning 15 tests
15232024-02-14T22:22:09.770Ztest tests::test_endpoint_bad_metadata ... ok
15242024-02-14T22:22:09.770Ztest tests::test_endpoint_bad_string ... ok
15252024-02-14T22:22:09.770Ztest syn_parsing::tests::test_busted_function ... ok
15262024-02-14T22:22:09.770Ztest tests::test_endpoint_bad_context_receiver ... ok
15272024-02-14T22:22:09.770Ztest tests::test_endpoint_invalid_item ... ok
15282024-02-14T22:22:09.771Ztest tests::test_endpoint_not_async ... ok
15292024-02-14T22:22:09.771Ztest tests::test_endpoint_no_arguments ... ok
15302024-02-14T22:22:09.771Ztest tests::test_endpoint_basic ... ok
15312024-02-14T22:22:09.776Ztest tests::test_endpoint_with_doc ... ok
15322024-02-14T22:22:09.776Ztest tests::test_extract_summary_description ... ok
15332024-02-14T22:22:09.777Ztest tests::test_endpoint_pub_crate ... ok
15342024-02-14T22:22:09.777Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15352024-02-14T22:22:09.777Ztest tests::test_endpoint_content_type ... ok
15362024-02-14T22:22:09.777Ztest tests::test_endpoint_with_query ... ok
15372024-02-14T22:22:09.777Ztest tests::test_endpoint_with_tags ... ok
15382024-02-14T22:22:09.778Z
15392024-02-14T22:22:09.778Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15402024-02-14T22:22:09.778Z
15412024-02-14T22:22:09.778Z Doc-tests dropshot
15422024-02-14T22:22:09.778Z Running `/home/build/.rustup/toolchains/1.75.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-3c254a54691a8dba/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
15432024-02-14T22:22:10.648Z
15442024-02-14T22:22:10.648Zrunning 13 tests
15452024-02-14T22:22:10.662Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
15462024-02-14T22:22:10.662Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
15472024-02-14T22:22:10.662Ztest dropshot/src/lib.rs - (line 188) ... ignored
15482024-02-14T22:22:10.662Ztest dropshot/src/lib.rs - (line 211) ... ignored
15492024-02-14T22:22:10.663Ztest dropshot/src/lib.rs - (line 45) - compile ... ok
15502024-02-14T22:22:12.574Ztest dropshot/src/lib.rs - (line 261) ... ok
15512024-02-14T22:22:12.641Ztest dropshot/src/lib.rs - (line 471) ... ok
15522024-02-14T22:22:12.829Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
15532024-02-14T22:22:16.667Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok
15542024-02-14T22:22:17.128Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
15552024-02-14T22:22:17.290Ztest dropshot/src/lib.rs - (line 119) ... ok
15562024-02-14T22:22:17.727Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
15572024-02-14T22:22:17.748Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok
15582024-02-14T22:22:17.749Z
15592024-02-14T22:22:17.749Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 7.30s
15602024-02-14T22:22:17.749Z
15612024-02-14T22:22:17.749Z Doc-tests dropshot_endpoint
15622024-02-14T22:22:17.749Z Running `/home/build/.rustup/toolchains/1.75.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-3c254a54691a8dba/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f0dd01fffbbb9ca3.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
15632024-02-14T22:22:17.749Z
15642024-02-14T22:22:17.749Zrunning 2 tests
15652024-02-14T22:22:17.750Ztest dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored
15662024-02-14T22:22:17.750Ztest dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored
15672024-02-14T22:22:17.750Z
15682024-02-14T22:22:17.750Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
15692024-02-14T22:22:17.750Z
15702024-02-14T22:22:17.750Z
15712024-02-14T22:22:17.751Zreal 3:03.999547101
15722024-02-14T22:22:17.751Zuser 16:56.623165689
15732024-02-14T22:22:17.751Zsys 3:10.940030512
15742024-02-14T22:22:17.751Ztrap 0.739357095
15752024-02-14T22:22:17.751Ztflt 0.366007515
15762024-02-14T22:22:17.751Zdflt 0.495286878
15772024-02-14T22:22:17.751Zkflt 0.000143083
15782024-02-14T22:22:17.751Zlock 42:45.138265384
15792024-02-14T22:22:17.751Zslp 1:09:44.233799816
15802024-02-14T22:22:17.752Zlat 44.399019138
15812024-02-14T22:22:17.752Zstop 27.790460474
15822024-02-14T22:22:17.752Zprocess exited: duration 367868 ms, exit code 0
 
15832024-02-14T22:22:17.788Zfound 0 output files