01HXTK9WT9A36CDZ9WXWR8WB3B: build-and-test / illumos

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

Buildomat Job: 01HXTKAGR976QGNSFBV85J0VPG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:47:23.047Zjob assigned to worker 01HXTKAH55BAMWFGYG844BN6DH (queued for 1 m 7 s)
 
22024-05-14T03:47:30.669Zstarting task 0: "setup"
32024-05-14T03:47:30.726Z++ uname -s
42024-05-14T03:47:30.731Z+ kern=SunOS
52024-05-14T03:47:30.731Z+ case "$kern" in
62024-05-14T03:47:30.731Z+ groupadd -g 12345 build
72024-05-14T03:47:30.731Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:47:32.755Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:47:32.872Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:47:32.897Z+ home_fs=zfs
112024-05-14T03:47:32.897Z+ [[ zfs == autofs ]]
122024-05-14T03:47:32.897Z+ mkdir -p /home/build
132024-05-14T03:47:32.897Z+ chown build:build /home/build /work
142024-05-14T03:47:34.874Z+ chmod 0700 /home/build /work
152024-05-14T03:47:34.885Zprocess exited: duration 4207 ms, exit code 0
 
162024-05-14T03:47:34.891Zstarting task 1: "rust-toolchain"
172024-05-14T03:47:34.899Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:47:34.902Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-14T03:47:35.014Zinfo: downloading installer
202024-05-14T03:47:36.973Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:47:36.973Zwarning: /opt/ooce/bin
222024-05-14T03:47:36.973Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:47:36.973Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:47:36.973Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:47:36.973Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:47:36.973Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:47:36.973Zerror: cannot install while Rust is installed
282024-05-14T03:47:36.973Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:47:37.075Zinfo: profile set to 'default'
302024-05-14T03:47:37.075Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:47:37.079Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-14T03:47:37.239Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-14T03:47:37.239Zinfo: downloading component 'cargo'
342024-05-14T03:47:38.240Zinfo: downloading component 'clippy'
352024-05-14T03:47:38.574Zinfo: downloading component 'rust-docs'
362024-05-14T03:47:39.890Zinfo: downloading component 'rust-std'
372024-05-14T03:47:42.009Zinfo: downloading component 'rustc'
382024-05-14T03:47:47.565Zinfo: downloading component 'rustfmt'
392024-05-14T03:47:47.856Zinfo: installing component 'cargo'
402024-05-14T03:47:48.734Zinfo: installing component 'clippy'
412024-05-14T03:47:49.116Zinfo: installing component 'rust-docs'
422024-05-14T03:47:50.633Zinfo: installing component 'rust-std'
432024-05-14T03:47:52.454Zinfo: installing component 'rustc'
442024-05-14T03:47:56.934Zinfo: installing component 'rustfmt'
452024-05-14T03:48:01.530Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-14T03:48:01.530Z
472024-05-14T03:48:01.751Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-14T03:48:01.751Z
492024-05-14T03:48:01.752Z
502024-05-14T03:48:01.752ZRust is installed now. Great!
512024-05-14T03:48:01.752Z
522024-05-14T03:48:01.752ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:48:01.752Zenvironment variable. This has not been done automatically.
542024-05-14T03:48:01.752Z
552024-05-14T03:48:01.752ZTo configure your current shell, you need to source
562024-05-14T03:48:01.752Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:48:01.752Z
582024-05-14T03:48:01.752ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:48:01.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:48:01.752Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:48:01.752Z+ rustc --version
622024-05-14T03:48:01.752Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-14T03:48:01.752Zprocess exited: duration 22870 ms, exit code 0
 
642024-05-14T03:48:01.825Zstarting task 2: "authentication"
652024-05-14T03:48:01.852Zprocess exited: duration 37 ms, exit code 0
 
662024-05-14T03:48:01.872Zstarting task 3: "clone repository"
672024-05-14T03:48:01.879Z+ mkdir -p /work/oxidecomputer/dropshot
682024-05-14T03:48:01.879Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
692024-05-14T03:48:02.443ZCloning into '/work/oxidecomputer/dropshot'...
702024-05-14T03:48:04.198Z+ cd /work/oxidecomputer/dropshot
712024-05-14T03:48:04.198Z+ git fetch origin 86503e08afc259e716b273e49d299b96232d87b6
722024-05-14T03:48:04.485ZFrom https://github.com/oxidecomputer/dropshot
732024-05-14T03:48:04.485Z * branch 86503e08afc259e716b273e49d299b96232d87b6 -> FETCH_HEAD
742024-05-14T03:48:04.493Z+ [[ -n '' ]]
752024-05-14T03:48:04.494Z+ git reset --hard 86503e08afc259e716b273e49d299b96232d87b6
762024-05-14T03:48:04.514ZHEAD is now at 86503e0 cargo update -p concurrent-queue
772024-05-14T03:48:04.525Zprocess exited: duration 2642 ms, exit code 0
 
782024-05-14T03:48:04.559Zstarting task 4: "build"
792024-05-14T03:48:04.576Z+ cargo --version
802024-05-14T03:48:04.576Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
812024-05-14T03:48:04.718Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
822024-05-14T03:48:04.719Zinfo: downloading component 'cargo'
832024-05-14T03:48:05.618Zinfo: downloading component 'clippy'
842024-05-14T03:48:05.892Zinfo: downloading component 'rust-docs'
852024-05-14T03:48:07.009Zinfo: downloading component 'rust-std'
862024-05-14T03:48:08.829Zinfo: downloading component 'rustc'
872024-05-14T03:48:13.350Zinfo: downloading component 'rustfmt'
882024-05-14T03:48:13.601Zinfo: installing component 'cargo'
892024-05-14T03:48:14.501Zinfo: installing component 'clippy'
902024-05-14T03:48:14.861Zinfo: installing component 'rust-docs'
912024-05-14T03:48:16.240Zinfo: installing component 'rust-std'
922024-05-14T03:48:18.067Zinfo: installing component 'rustc'
932024-05-14T03:48:22.518Zinfo: installing component 'rustfmt'
942024-05-14T03:48:22.907Zcargo 1.76.0 (c84b36747 2024-01-18)
952024-05-14T03:48:22.928Z+ rustc --version
962024-05-14T03:48:22.975Zrustc 1.76.0 (07dca489a 2024-02-04)
972024-05-14T03:48:22.980Z+ banner build
982024-05-14T03:48:23.046Z
992024-05-14T03:48:23.046Z ##### # # # # #####
1002024-05-14T03:48:23.046Z # # # # # # # #
1012024-05-14T03:48:23.046Z ##### # # # # # #
1022024-05-14T03:48:23.046Z # # # # # # # #
1032024-05-14T03:48:23.046Z # # # # # # # #
1042024-05-14T03:48:23.046Z ##### #### # ###### #####
1052024-05-14T03:48:23.046Z
1062024-05-14T03:48:23.050Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1072024-05-14T03:48:23.239Z Updating crates.io index
1082024-05-14T03:48:23.991Z Downloading crates ...
1092024-05-14T03:48:24.409Z Downloaded autocfg v1.1.0
1102024-05-14T03:48:24.409Z Downloaded atomic-waker v1.1.1
1112024-05-14T03:48:24.410Z Downloaded async-stream-impl v0.3.5
1122024-05-14T03:48:24.410Z Downloaded async-stream v0.3.5
1132024-05-14T03:48:24.410Z Downloaded async-trait v0.1.80
1142024-05-14T03:48:24.410Z Downloaded async-channel v2.3.0
1152024-05-14T03:48:24.410Z Downloaded bitflags v2.4.0
1162024-05-14T03:48:24.410Z Downloaded rand_core v0.6.3
1172024-05-14T03:48:24.410Z Downloaded crypto-common v0.1.6
1182024-05-14T03:48:24.410Z Downloaded base64 v0.22.1
1192024-05-14T03:48:24.411Z Downloaded buf-list v1.0.3
1202024-05-14T03:48:24.411Z Downloaded block-buffer v0.10.2
1212024-05-14T03:48:24.412Z Downloaded dtrace-parser v0.2.0
1222024-05-14T03:48:24.412Z Downloaded debug-ignore v1.0.5
1232024-05-14T03:48:24.412Z Downloaded chrono v0.4.38
1242024-05-14T03:48:24.412Z Downloaded rustls-native-certs v0.7.0
1252024-05-14T03:48:24.412Z Downloaded crossbeam-channel v0.5.1
1262024-05-14T03:48:24.412Z Downloaded rcgen v0.13.1
1272024-05-14T03:48:24.412Z Downloaded bytes v1.6.0
1282024-05-14T03:48:24.412Z Downloaded equivalent v1.0.0
1292024-05-14T03:48:24.413Z Downloaded crossbeam-utils v0.8.15
1302024-05-14T03:48:24.413Z Downloaded dof v0.3.0
1312024-05-14T03:48:24.413Z Downloaded dirs-sys-next v0.1.2
1322024-05-14T03:48:24.413Z Downloaded dyn-clone v1.0.4
1332024-05-14T03:48:24.413Z Downloaded dirs-next v2.0.0
1342024-05-14T03:48:24.413Z Downloaded digest v0.10.7
1352024-05-14T03:48:24.413Z Downloaded camino v1.1.6
1362024-05-14T03:48:24.413Z Downloaded deranged v0.3.11
1372024-05-14T03:48:24.413Z Downloaded data-encoding v2.4.0
1382024-05-14T03:48:24.413Z Downloaded cc v1.0.83
1392024-05-14T03:48:24.414Z Downloaded cpufeatures v0.2.2
1402024-05-14T03:48:24.414Z Downloaded cfg-if v1.0.0
1412024-05-14T03:48:24.414Z Downloaded console v0.15.7
1422024-05-14T03:48:24.414Z Downloaded byteorder v1.4.3
1432024-05-14T03:48:24.414Z Downloaded pin-project-lite v0.2.12
1442024-05-14T03:48:24.414Z Downloaded rustls v0.22.4
1452024-05-14T03:48:24.414Z Downloaded newline-converter v0.3.0
1462024-05-14T03:48:24.414Z Downloaded schema-derive v0.1.0
1472024-05-14T03:48:24.414Z Downloaded scroll v0.12.0
1482024-05-14T03:48:24.415Z Downloaded is-terminal v0.4.12
1492024-05-14T03:48:24.415Z Downloaded openssl-probe v0.1.4
1502024-05-14T03:48:24.415Z Downloaded http-body v0.4.3
1512024-05-14T03:48:24.416Z Downloaded futures-task v0.3.30
1522024-05-14T03:48:24.416Z Downloaded errno v0.3.8
1532024-05-14T03:48:24.416Z Downloaded serde_path_to_error v0.1.16
1542024-05-14T03:48:24.416Z Downloaded memmap v0.7.0
1552024-05-14T03:48:24.416Z Downloaded matches v0.1.9
1562024-05-14T03:48:24.416Z Downloaded iana-time-zone v0.1.47
1572024-05-14T03:48:24.416Z Downloaded futures-sink v0.3.30
1582024-05-14T03:48:24.416Z Downloaded scroll_derive v0.12.0
1592024-05-14T03:48:24.416Z Downloaded slog-bunyan v2.5.0
1602024-05-14T03:48:24.417Z Downloaded serde_urlencoded v0.7.1
1612024-05-14T03:48:24.417Z Downloaded lazy_static v1.4.0
1622024-05-14T03:48:24.417Z Downloaded httpdate v1.0.1
1632024-05-14T03:48:24.417Z Downloaded futures-macro v0.3.30
1642024-05-14T03:48:24.417Z Downloaded futures-io v0.3.30
1652024-05-14T03:48:24.417Z Downloaded futures-executor v0.3.30
1662024-05-14T03:48:24.417Z Downloaded take_mut v0.2.2
1672024-05-14T03:48:24.417Z Downloaded slog-async v2.8.0
1682024-05-14T03:48:24.417Z Downloaded futures-core v0.3.30
1692024-05-14T03:48:24.417Z Downloaded hostname v0.3.1
1702024-05-14T03:48:24.417Z Downloaded event-listener-strategy v0.5.0
1712024-05-14T03:48:24.417Z Downloaded fnv v1.0.7
1722024-05-14T03:48:24.417Z Downloaded fastrand v2.0.1
1732024-05-14T03:48:24.418Z Downloaded serde_derive v1.0.200
1742024-05-14T03:48:24.418Z Downloaded num_cpus v1.13.0
1752024-05-14T03:48:24.418Z Downloaded percent-encoding v2.3.1
1762024-05-14T03:48:24.418Z Downloaded serde_tokenstream v0.2.0
1772024-05-14T03:48:24.418Z Downloaded serde_spanned v0.6.5
1782024-05-14T03:48:24.418Z Downloaded pem v3.0.4
1792024-05-14T03:48:24.418Z Downloaded pest_generator v2.7.6
1802024-05-14T03:48:24.418Z Downloaded tower-service v0.3.1
1812024-05-14T03:48:24.418Z Downloaded time-core v0.1.2
1822024-05-14T03:48:24.418Z Downloaded paste v1.0.14
1832024-05-14T03:48:24.418Z Downloaded slog v2.7.0
1842024-05-14T03:48:24.418Z Downloaded similar v2.2.1
1852024-05-14T03:48:24.419Z Downloaded try-lock v0.2.3
1862024-05-14T03:48:24.419Z Downloaded tinyvec_macros v0.1.0
1872024-05-14T03:48:24.419Z Downloaded lock_api v0.4.6
1882024-05-14T03:48:24.419Z Downloaded event-listener v5.0.0
1892024-05-14T03:48:24.419Z Downloaded sha1 v0.10.6
1902024-05-14T03:48:24.419Z Downloaded pretty-hex v0.4.1
1912024-05-14T03:48:24.419Z Downloaded multer v3.1.0
1922024-05-14T03:48:24.419Z Downloaded futures-channel v0.3.30
1932024-05-14T03:48:24.419Z Downloaded usdt-macro v0.5.0
1942024-05-14T03:48:24.419Z Downloaded rand_chacha v0.3.1
1952024-05-14T03:48:24.419Z Downloaded want v0.3.0
1962024-05-14T03:48:24.419Z Downloaded pest_derive v2.7.6
1972024-05-14T03:48:24.419Z Downloaded mime_guess v2.0.4
1982024-05-14T03:48:24.420Z Downloaded thread-id v4.0.0
1992024-05-14T03:48:24.420Z Downloaded signal-hook-registry v1.4.0
2002024-05-14T03:48:24.420Z Downloaded waitgroup v0.1.2
2012024-05-14T03:48:24.420Z Downloaded thiserror v1.0.56
2022024-05-14T03:48:24.420Z Downloaded slog-json v2.6.1
2032024-05-14T03:48:24.420Z Downloaded thiserror-impl v1.0.56
2042024-05-14T03:48:24.420Z Downloaded termcolor v1.1.2
2052024-05-14T03:48:24.420Z Downloaded subtle v2.5.0
2062024-05-14T03:48:24.420Z Downloaded pest_meta v2.7.6
2072024-05-14T03:48:24.420Z Downloaded parking_lot v0.12.1
2082024-05-14T03:48:24.420Z Downloaded unicode-width v0.1.9
2092024-05-14T03:48:24.433Z Downloaded toml_datetime v0.6.5
2102024-05-14T03:48:24.433Z Downloaded thread_local v1.1.4
2112024-05-14T03:48:24.433Z Downloaded getrandom v0.2.11
2122024-05-14T03:48:24.433Z Downloaded version_check v0.9.4
2132024-05-14T03:48:24.434Z Downloaded untrusted v0.9.0
2142024-05-14T03:48:24.434Z Downloaded once_cell v1.13.1
2152024-05-14T03:48:24.434Z Downloaded num-traits v0.2.14
2162024-05-14T03:48:24.434Z Downloaded zeroize v1.7.0
2172024-05-14T03:48:24.434Z Downloaded sha2 v0.10.8
2182024-05-14T03:48:24.434Z Downloaded usdt-impl v0.5.0
2192024-05-14T03:48:24.435Z Downloaded futures v0.3.30
2202024-05-14T03:48:24.435Z Downloaded ppv-lite86 v0.2.15
2212024-05-14T03:48:24.435Z Downloaded powerfmt v0.2.0
2222024-05-14T03:48:24.435Z Downloaded utf-8 v0.7.6
2232024-05-14T03:48:24.435Z Downloaded time-macros v0.2.16
2242024-05-14T03:48:24.435Z Downloaded slog-term v2.9.1
2252024-05-14T03:48:24.435Z Downloaded expectorate v1.1.0
2262024-05-14T03:48:24.435Z Downloaded term v0.7.0
2272024-05-14T03:48:24.435Z Downloaded unicase v2.6.0
2282024-05-14T03:48:24.435Z Downloaded memchr v2.6.0
2292024-05-14T03:48:24.435Z Downloaded quote v1.0.36
2302024-05-14T03:48:24.436Z Downloaded mio v0.8.11
2312024-05-14T03:48:24.436Z Downloaded yasna v0.5.2
2322024-05-14T03:48:24.436Z Downloaded usdt v0.5.0
2332024-05-14T03:48:24.436Z Downloaded unicode-ident v1.0.0
2342024-05-14T03:48:24.436Z Downloaded http v0.2.9
2352024-05-14T03:48:24.436Z Downloaded trybuild v1.0.93
2362024-05-14T03:48:24.436Z Downloaded pest v2.7.6
2372024-05-14T03:48:24.436Z Downloaded unicode-bidi v0.3.7
2382024-05-14T03:48:24.436Z Downloaded tinyvec v1.5.1
2392024-05-14T03:48:24.436Z Downloaded uuid v1.8.0
2402024-05-14T03:48:24.436Z Downloaded proc-macro2 v1.0.81
2412024-05-14T03:48:24.436Z Downloaded zerocopy-derive v0.7.32
2422024-05-14T03:48:24.436Z Downloaded tracing-core v0.1.32
2432024-05-14T03:48:24.437Z Downloaded tungstenite v0.21.0
2442024-05-14T03:48:24.437Z Downloaded hashbrown v0.14.1
2452024-05-14T03:48:24.437Z Downloaded goblin v0.8.0
2462024-05-14T03:48:24.437Z Downloaded tracing v0.1.40
2472024-05-14T03:48:24.437Z Downloaded hyper v0.14.27
2482024-05-14T03:48:24.437Z Downloaded rand v0.8.4
2492024-05-14T03:48:24.437Z Downloaded url v2.2.2
2502024-05-14T03:48:24.437Z Downloaded unicode-segmentation v1.10.0
2512024-05-14T03:48:24.437Z Downloaded unicode-normalization v0.1.19
2522024-05-14T03:48:24.437Z Downloaded tokio-util v0.7.7
2532024-05-14T03:48:24.437Z Downloaded time v0.3.31
2542024-05-14T03:48:24.437Z Downloaded winnow v0.6.5
2552024-05-14T03:48:24.455Z Downloaded zerocopy v0.7.32
2562024-05-14T03:48:24.460Z Downloaded syn v2.0.60
2572024-05-14T03:48:24.461Z Downloaded openapiv3 v2.0.0
2582024-05-14T03:48:24.479Z Downloaded serde_json v1.0.116
2592024-05-14T03:48:24.484Z Downloaded toml_edit v0.22.9
2602024-05-14T03:48:24.502Z Downloaded libc v0.2.154
2612024-05-14T03:48:24.529Z Downloaded tokio v1.37.0
2622024-05-14T03:48:24.564Z Downloaded encoding_rs v0.8.32
2632024-05-14T03:48:24.583Z Downloaded serde v1.0.200
2642024-05-14T03:48:24.587Z Downloaded idna v0.2.3
2652024-05-14T03:48:24.591Z Downloaded toml v0.8.12
2662024-05-14T03:48:24.597Z Downloaded ucd-trie v0.1.6
2672024-05-14T03:48:24.600Z Downloaded typenum v1.14.0
2682024-05-14T03:48:24.600Z Downloaded h2 v0.3.26
2692024-05-14T03:48:24.603Z Downloaded futures-util v0.3.30
2702024-05-14T03:48:24.628Z Downloaded spin v0.9.8
2712024-05-14T03:48:24.652Z Downloaded subprocess v0.2.9
2722024-05-14T03:48:24.653Z Downloaded socket2 v0.5.5
2732024-05-14T03:48:24.653Z Downloaded socket2 v0.4.9
2742024-05-14T03:48:24.653Z Downloaded tokio-tungstenite v0.21.0
2752024-05-14T03:48:24.653Z Downloaded tokio-rustls v0.25.0
2762024-05-14T03:48:24.653Z Downloaded smallvec v1.7.0
2772024-05-14T03:48:24.653Z Downloaded slab v0.4.5
2782024-05-14T03:48:24.653Z Downloaded http v1.0.0
2792024-05-14T03:48:24.654Z Downloaded tempfile v3.10.1
2802024-05-14T03:48:24.654Z Downloaded indexmap v2.2.6
2812024-05-14T03:48:25.067Z Downloaded serde_derive_internals v0.29.0
2822024-05-14T03:48:25.067Z Downloaded rustls-webpki v0.102.1
2832024-05-14T03:48:25.067Z Downloaded parking_lot_core v0.9.4
2842024-05-14T03:48:25.068Z Downloaded usdt-attr-macro v0.5.0
2852024-05-14T03:48:25.068Z Downloaded tokio-macros v2.2.0
2862024-05-14T03:48:25.068Z Downloaded hyper-rustls v0.25.0
2872024-05-14T03:48:25.068Z Downloaded plain v0.2.3
2882024-05-14T03:48:25.068Z Downloaded pin-utils v0.1.0
2892024-05-14T03:48:25.068Z Downloaded log v0.4.17
2902024-05-14T03:48:25.075Z Downloaded httparse v1.8.0
2912024-05-14T03:48:25.076Z Downloaded generic-array v0.14.5
2922024-05-14T03:48:25.076Z Downloaded parking v2.2.0
2932024-05-14T03:48:25.076Z Downloaded glob v0.3.0
2942024-05-14T03:48:25.076Z Downloaded schemars_derive v0.8.17
2952024-05-14T03:48:25.076Z Downloaded hyper-staticfile v0.9.5
2962024-05-14T03:48:25.076Z Downloaded hostname v0.4.0
2972024-05-14T03:48:25.076Z Downloaded mime v0.3.16
2982024-05-14T03:48:25.076Z Downloaded itoa v1.0.1
2992024-05-14T03:48:25.076Z Downloaded schemars v0.8.17
3002024-05-14T03:48:25.076Z Downloaded form_urlencoded v1.2.1
3012024-05-14T03:48:25.077Z Downloaded scopeguard v1.2.0
3022024-05-14T03:48:25.077Z Downloaded ryu v1.0.5
3032024-05-14T03:48:25.077Z Downloaded rustls-pemfile v2.1.2
3042024-05-14T03:48:25.077Z Downloaded schema v0.1.0
3052024-05-14T03:48:25.077Z Downloaded rustls-pki-types v1.5.0
3062024-05-14T03:48:25.077Z Downloaded rustix v0.38.31
3072024-05-14T03:48:25.077Z Downloaded num_threads v0.1.3
3082024-05-14T03:48:25.077Z Downloaded match_cfg v0.1.0
3092024-05-14T03:48:25.077Z Downloaded http-range v0.1.4
3102024-05-14T03:48:25.077Z Downloaded concurrent-queue v2.5.0
3112024-05-14T03:48:25.077Z Downloaded ring v0.17.7
3122024-05-14T03:48:25.077Z Compiling proc-macro2 v1.0.81
3132024-05-14T03:48:25.078Z Compiling unicode-ident v1.0.0
3142024-05-14T03:48:25.078Z Compiling libc v0.2.154
3152024-05-14T03:48:25.078Z Compiling cfg-if v1.0.0
3162024-05-14T03:48:25.078Z Compiling serde v1.0.200
3172024-05-14T03:48:25.078Z Compiling itoa v1.0.1
3182024-05-14T03:48:25.078Z Compiling version_check v0.9.4
3192024-05-14T03:48:25.078Z Compiling once_cell v1.13.1
3202024-05-14T03:48:25.078Z Running `/home/build/.rustup/toolchains/1.76.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.81/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=08fad06fbc7c1dc3 -C extra-filename=-08fad06fbc7c1dc3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-08fad06fbc7c1dc3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3212024-05-14T03:48:25.078Z Running `/home/build/.rustup/toolchains/1.76.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=56fce10178bafa62 -C extra-filename=-56fce10178bafa62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3222024-05-14T03:48:25.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/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=f8a29f754ca2c968 -C extra-filename=-f8a29f754ca2c968 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-f8a29f754ca2c968 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3232024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3242024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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=3fc6dbabcfde74d7 -C extra-filename=-3fc6dbabcfde74d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3252024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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.200/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=a21e7811abfe2c38 -C extra-filename=-a21e7811abfe2c38 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a21e7811abfe2c38 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3262024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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=cfae8d0f52fc13fb -C extra-filename=-cfae8d0f52fc13fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3272024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3282024-05-14T03:48:25.079Z Compiling memchr v2.6.0
3292024-05-14T03:48:25.079Z Running `/home/build/.rustup/toolchains/1.76.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=77032e53074c29a8 -C extra-filename=-77032e53074c29a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3302024-05-14T03:48:25.162Z Compiling pin-project-lite v0.2.12
3312024-05-14T03:48:25.170Z Running `/home/build/.rustup/toolchains/1.76.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=a5edd0465b89a796 -C extra-filename=-a5edd0465b89a796 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3322024-05-14T03:48:25.188Z Compiling log v0.4.17
3332024-05-14T03:48:25.192Z Running `/home/build/.rustup/toolchains/1.76.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=f6b5837fe02e5d58 -C extra-filename=-f6b5837fe02e5d58 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3342024-05-14T03:48:29.555Z Compiling thiserror v1.0.56
3352024-05-14T03:48:29.728Z Running `/home/build/.rustup/toolchains/1.76.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=532d79ffe4c48532 -C extra-filename=-532d79ffe4c48532 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3362024-05-14T03:48:29.728Z Compiling bytes v1.6.0
3372024-05-14T03:48:29.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="default"' --cfg 'feature="std"' -C metadata=fa4cafb48031ffa1 -C extra-filename=-fa4cafb48031ffa1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3382024-05-14T03:48:29.728Z Compiling ryu v1.0.5
3392024-05-14T03:48:29.728Z Running `/home/build/.rustup/toolchains/1.76.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=0897a7db1a956bc2 -C extra-filename=-0897a7db1a956bc2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3402024-05-14T03:48:29.800Z Compiling futures-core v0.3.30
3412024-05-14T03:48:29.800Z Running `/home/build/.rustup/toolchains/1.76.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=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3422024-05-14T03:48:29.800Z Compiling serde_json v1.0.116
3432024-05-14T03:48:29.800Z Running `/home/build/.rustup/toolchains/1.76.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.116/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=a0e06601a0a6c09a -C extra-filename=-a0e06601a0a6c09a --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-a0e06601a0a6c09a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3442024-05-14T03:48:29.800Z Compiling futures-sink v0.3.30
3452024-05-14T03:48:29.800Z Running `/home/build/.rustup/toolchains/1.76.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=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3462024-05-14T03:48:29.800Z Compiling parking_lot_core v0.9.4
3472024-05-14T03:48:29.800Z Running `/home/build/.rustup/toolchains/1.76.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=b4c007e4d3f48f9e -C extra-filename=-b4c007e4d3f48f9e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3482024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-a0e06601a0a6c09a/build-script-build`
3492024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-08fad06fbc7c1dc3/build-script-build`
3502024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532/build-script-build`
3512024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e/build-script-build`
3522024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2/build-script-build`
3532024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a21e7811abfe2c38/build-script-build`
3542024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58/build-script-build`
3552024-05-14T03:48:29.800Z Compiling smallvec v1.7.0
3562024-05-14T03:48:29.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-f8a29f754ca2c968/build-script-build`
3572024-05-14T03:48:29.800Z Running `/home/build/.rustup/toolchains/1.76.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=e93e8801657baef8 -C extra-filename=-e93e8801657baef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582024-05-14T03:48:29.800Z Compiling scopeguard v1.2.0
3592024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=30603295ccdc3382 -C extra-filename=-30603295ccdc3382 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3602024-05-14T03:48:29.801Z Compiling fnv v1.0.7
3612024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=e142a6edb7fa28be -C extra-filename=-e142a6edb7fa28be --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3622024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=4908f070df07d7d9 -C extra-filename=-4908f070df07d7d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3632024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/src/lib.rs --error-format=json --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=0d273fa728df0bfa -C extra-filename=-0d273fa728df0bfa --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`
3652024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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.81/src/lib.rs --error-format=json --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=64544fa4a2d601ef -C extra-filename=-64544fa4a2d601ef --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-56fce10178bafa62.rmeta --cap-lints allow --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro`
3662024-05-14T03:48:29.801Z Compiling futures-channel v0.3.30
3672024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --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-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow`
3682024-05-14T03:48:29.801Z Compiling lock_api v0.4.6
3692024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=294f2446746790d4 -C extra-filename=-294f2446746790d4 --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-4908f070df07d7d9.rmeta --cap-lints allow`
3702024-05-14T03:48:29.801Z Compiling ucd-trie v0.1.6
3712024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=08e3ac9386bf28d9 -C extra-filename=-08e3ac9386bf28d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722024-05-14T03:48:29.801Z Compiling futures-task v0.3.30
3732024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3742024-05-14T03:48:29.801Z Compiling equivalent v1.0.0
3752024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=a1bc488f9d5eec58 -C extra-filename=-a1bc488f9d5eec58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3762024-05-14T03:48:29.801Z Compiling typenum v1.14.0
3772024-05-14T03:48:29.801Z Running `/home/build/.rustup/toolchains/1.76.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=9afba4c31e7c370b -C extra-filename=-9afba4c31e7c370b --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3782024-05-14T03:48:29.802Z Compiling slab v0.4.5
3792024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=2898d2ffac4c7f4b -C extra-filename=-2898d2ffac4c7f4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3802024-05-14T03:48:29.802Z Compiling pin-utils v0.1.0
3812024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3822024-05-14T03:48:29.802Z Compiling futures-io v0.3.30
3832024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=0115a3acf5fe5b90 -C extra-filename=-0115a3acf5fe5b90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3842024-05-14T03:48:29.802Z Compiling hashbrown v0.14.1
3852024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=000da2c21d6fcbd0 -C extra-filename=-000da2c21d6fcbd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3862024-05-14T03:48:29.802Z Compiling generic-array v0.14.5
3872024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=264cdbc9bb9a8ac9 -C extra-filename=-264cdbc9bb9a8ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
3882024-05-14T03:48:29.802Z Compiling byteorder v1.4.3
3892024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=f17b88842ab57f42 -C extra-filename=-f17b88842ab57f42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3902024-05-14T03:48:29.802Z Compiling quote v1.0.36
3912024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d8b86b339552ec14 -C extra-filename=-d8b86b339552ec14 --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-64544fa4a2d601ef.rmeta --cap-lints allow`
3922024-05-14T03:48:29.802Z Compiling crossbeam-utils v0.8.15
3932024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=b1e1e755864b967d -C extra-filename=-b1e1e755864b967d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3942024-05-14T03:48:29.802Z Compiling httparse v1.8.0
3952024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.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=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3962024-05-14T03:48:29.802Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9/build-script-build`
3972024-05-14T03:48:29.802Z Compiling syn v2.0.60
3982024-05-14T03:48:29.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' -C metadata=22888d008babd03e -C extra-filename=-22888d008babd03e --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-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-56fce10178bafa62.rmeta --cap-lints allow`
3992024-05-14T03:48:29.802Z Compiling getrandom v0.2.11
4002024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=ab49564625c50ea6 -C extra-filename=-ab49564625c50ea6 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow`
4012024-05-14T03:48:29.803Z Compiling cc v1.0.83
4022024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=c9863e216bec0397 -C extra-filename=-c9863e216bec0397 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4032024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=7edc65b952f5f80f -C extra-filename=-7edc65b952f5f80f --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e93e8801657baef8.rmeta --cap-lints allow`
4042024-05-14T03:48:29.803Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b/build-script-main`
4052024-05-14T03:48:29.803Z Compiling signal-hook-registry v1.4.0
4062024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=f50c8a8f9466c34a -C extra-filename=-f50c8a8f9466c34a --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4072024-05-14T03:48:29.803Z Compiling num_cpus v1.13.0
4082024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=43f8b6331243fbf7 -C extra-filename=-43f8b6331243fbf7 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4092024-05-14T03:48:29.803Z Compiling socket2 v0.5.5
4102024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=4ff0ba18ff619bda -C extra-filename=-4ff0ba18ff619bda --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4112024-05-14T03:48:29.803Z Compiling parking_lot v0.12.1
4122024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=b73ca020bf0a13d3 -C extra-filename=-b73ca020bf0a13d3 --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-294f2446746790d4.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-7edc65b952f5f80f.rmeta --cap-lints allow`
4132024-05-14T03:48:29.803Z Compiling mio v0.8.11
4142024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=3387d159862e32fb -C extra-filename=-3387d159862e32fb --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4152024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=dace367fc5f79138 -C extra-filename=-dace367fc5f79138 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162024-05-14T03:48:29.803Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac/build-script-build`
4172024-05-14T03:48:29.803Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d/build-script-build`
4182024-05-14T03:48:29.803Z Compiling powerfmt v0.2.0
4192024-05-14T03:48:29.803Z Running `/home/build/.rustup/toolchains/1.76.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=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202024-05-14T03:48:30.166Z Compiling rustls-pki-types v1.5.0
4212024-05-14T03:48:30.166Z Running `/home/build/.rustup/toolchains/1.76.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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=78982c91b89d288a -C extra-filename=-78982c91b89d288a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222024-05-14T03:48:30.188Z Compiling spin v0.9.8
4232024-05-14T03:48:30.188Z Running `/home/build/.rustup/toolchains/1.76.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=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242024-05-14T03:48:30.350Z Compiling time-core v0.1.2
4252024-05-14T03:48:30.355Z Running `/home/build/.rustup/toolchains/1.76.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=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262024-05-14T03:48:30.400Z Compiling deranged v0.3.11
4272024-05-14T03:48:30.405Z Running `/home/build/.rustup/toolchains/1.76.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=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --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-4c4409d58f4da343.rmeta --cap-lints allow`
4282024-05-14T03:48:30.421Z Running `/home/build/.rustup/toolchains/1.76.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=799c7925be73d78a -C extra-filename=-799c7925be73d78a --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow`
4292024-05-14T03:48:30.517Z Compiling time-macros v0.2.16
4302024-05-14T03:48:30.522Z Running `/home/build/.rustup/toolchains/1.76.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=42fc2ec10cd8c5a3 -C extra-filename=-42fc2ec10cd8c5a3 --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-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow`
4312024-05-14T03:48:30.830Z Running `/home/build/.rustup/toolchains/1.76.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=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4322024-05-14T03:48:31.064Z Running `/home/build/.rustup/toolchains/1.76.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=19e375b6b1c7fae4 -C extra-filename=-19e375b6b1c7fae4 --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-dace367fc5f79138.rmeta --cap-lints allow --cfg relaxed_coherence`
4332024-05-14T03:48:31.104Z Compiling tracing-core v0.1.32
4342024-05-14T03:48:31.107Z Running `/home/build/.rustup/toolchains/1.76.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=0c594d621d365261 -C extra-filename=-0c594d621d365261 --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-cfae8d0f52fc13fb.rmeta --cap-lints allow`
4352024-05-14T03:48:31.374Z Compiling ring v0.17.7
4362024-05-14T03:48:31.436Z Running `/home/build/.rustup/toolchains/1.76.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=ca56ef67354bf20e -C extra-filename=-ca56ef67354bf20e --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-ca56ef67354bf20e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-c9863e216bec0397.rlib --cap-lints allow`
4372024-05-14T03:48:31.560Z Compiling untrusted v0.9.0
4382024-05-14T03:48:31.578Z Running `/home/build/.rustup/toolchains/1.76.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=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392024-05-14T03:48:31.717Z Compiling slog v2.7.0
4402024-05-14T03:48:31.736Z Running `/home/build/.rustup/toolchains/1.76.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=d04fc91dc24cdbdc -C extra-filename=-d04fc91dc24cdbdc --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412024-05-14T03:48:31.746Z Compiling percent-encoding v2.3.1
4422024-05-14T03:48:31.761Z Running `/home/build/.rustup/toolchains/1.76.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=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432024-05-14T03:48:32.118Z Compiling tinyvec_macros v0.1.0
4442024-05-14T03:48:32.126Z Running `/home/build/.rustup/toolchains/1.76.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=429880802c174f52 -C extra-filename=-429880802c174f52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452024-05-14T03:48:32.185Z Compiling num_threads v0.1.3
4462024-05-14T03:48:32.196Z Running `/home/build/.rustup/toolchains/1.76.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=902aad499f3d606c -C extra-filename=-902aad499f3d606c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472024-05-14T03:48:32.200Z Compiling plain v0.2.3
4482024-05-14T03:48:32.207Z Running `/home/build/.rustup/toolchains/1.76.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=1edffcbbce3646fc -C extra-filename=-1edffcbbce3646fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492024-05-14T03:48:32.296Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc/build-script-build`
4502024-05-14T03:48:32.327Z Compiling tinyvec v1.5.1
4512024-05-14T03:48:32.343Z Running `/home/build/.rustup/toolchains/1.76.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=6c22e7862a49badf -C extra-filename=-6c22e7862a49badf --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-429880802c174f52.rmeta --cap-lints allow`
4522024-05-14T03:48:32.344Z Compiling form_urlencoded v1.2.1
4532024-05-14T03:48:32.344Z Running `/home/build/.rustup/toolchains/1.76.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=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --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-8d02a3f55b6b58b9.rmeta --cap-lints allow`
4542024-05-14T03:48:32.762Z Compiling tracing v0.1.40
4552024-05-14T03:48:32.762Z Running `/home/build/.rustup/toolchains/1.76.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=2a2dffc87772b527 -C extra-filename=-2a2dffc87772b527 --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-a5edd0465b89a796.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0c594d621d365261.rmeta --cap-lints allow`
4562024-05-14T03:48:32.774Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ca56ef67354bf20e/build-script-build`
4572024-05-14T03:48:32.774Z Compiling http v0.2.9
4582024-05-14T03:48:32.774Z Running `/home/build/.rustup/toolchains/1.76.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=0c9bac19b41f3ab7 -C extra-filename=-0c9bac19b41f3ab7 --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-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow`
4592024-05-14T03:48:32.775Z Compiling unicase v2.6.0
4602024-05-14T03:48:32.775Z Running `/home/build/.rustup/toolchains/1.76.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=b127cc635fc4ec80 -C extra-filename=-b127cc635fc4ec80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
4612024-05-14T03:48:32.775Z Compiling usdt-impl v0.5.0
4622024-05-14T03:48:32.775Z Running `/home/build/.rustup/toolchains/1.76.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=84f934ebdb6a8d34 -C extra-filename=-84f934ebdb6a8d34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
4632024-05-14T03:48:32.784Z Compiling base64 v0.22.1
4642024-05-14T03:48:32.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d83904e29cde09e -C extra-filename=-5d83904e29cde09e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652024-05-14T03:48:32.986Z Compiling pretty-hex v0.4.1
4662024-05-14T03:48:32.997Z Running `/home/build/.rustup/toolchains/1.76.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=e0a15f522d506f9e -C extra-filename=-e0a15f522d506f9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672024-05-14T03:48:33.084Z Compiling paste v1.0.14
4682024-05-14T03:48:33.504Z Running `/home/build/.rustup/toolchains/1.76.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=0472a60bd609e3c6 -C extra-filename=-0472a60bd609e3c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692024-05-14T03:48:33.511Z Compiling autocfg v1.1.0
4702024-05-14T03:48:33.511Z Running `/home/build/.rustup/toolchains/1.76.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=f716f91425103e14 -C extra-filename=-f716f91425103e14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4712024-05-14T03:48:33.511Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34/build-script-build`
4722024-05-14T03:48:33.531Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6/build-script-build`
4732024-05-14T03:48:33.575Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80/build-script-build`
4742024-05-14T03:48:33.586Z Running `/home/build/.rustup/toolchains/1.76.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=751d22afd9ff62b3 -C extra-filename=-751d22afd9ff62b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4752024-05-14T03:48:33.671Z Compiling unicode-normalization v0.1.19
4762024-05-14T03:48:33.678Z Running `/home/build/.rustup/toolchains/1.76.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=2f4853bf94d7c325 -C extra-filename=-2f4853bf94d7c325 --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-6c22e7862a49badf.rmeta --cap-lints allow`
4772024-05-14T03:48:33.693Z Compiling time v0.3.31
4782024-05-14T03:48:33.693Z Running `/home/build/.rustup/toolchains/1.76.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=559f01270f339aa0 -C extra-filename=-559f01270f339aa0 --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-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-902aad499f3d606c.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-42fc2ec10cd8c5a3.so --cap-lints allow`
4792024-05-14T03:48:33.711Z Compiling crypto-common v0.1.6
4802024-05-14T03:48:33.745Z Running `/home/build/.rustup/toolchains/1.76.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=0c7f8c22c475506e -C extra-filename=-0c7f8c22c475506e --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-19e375b6b1c7fae4.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-dace367fc5f79138.rmeta --cap-lints allow`
4812024-05-14T03:48:33.833Z Compiling num-traits v0.2.14
4822024-05-14T03:48:33.840Z Running `/home/build/.rustup/toolchains/1.76.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=03522dcdd32a13e7 -C extra-filename=-03522dcdd32a13e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
4832024-05-14T03:48:33.863Z Compiling block-buffer v0.10.2
4842024-05-14T03:48:33.868Z Running `/home/build/.rustup/toolchains/1.76.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=7ef22847e3167d4c -C extra-filename=-7ef22847e3167d4c --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-19e375b6b1c7fae4.rmeta --cap-lints allow`
4852024-05-14T03:48:34.038Z Compiling rand_core v0.6.3
4862024-05-14T03:48:34.041Z Running `/home/build/.rustup/toolchains/1.76.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=561bfc445e024809 -C extra-filename=-561bfc445e024809 --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-ab49564625c50ea6.rmeta --cap-lints allow`
4872024-05-14T03:48:34.117Z Compiling thread-id v4.0.0
4882024-05-14T03:48:34.120Z Running `/home/build/.rustup/toolchains/1.76.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=95cfc5b82e5e51a3 -C extra-filename=-95cfc5b82e5e51a3 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
4892024-05-14T03:48:34.209Z Compiling rustls v0.22.4
4902024-05-14T03:48:34.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=93a089c4c6e556c7 -C extra-filename=-93a089c4c6e556c7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-93a089c4c6e556c7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912024-05-14T03:48:34.273Z Compiling unicode-bidi v0.3.7
4922024-05-14T03:48:34.277Z Running `/home/build/.rustup/toolchains/1.76.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=70fad91a8b91d510 -C extra-filename=-70fad91a8b91d510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932024-05-14T03:48:34.430Z Compiling matches v0.1.9
4942024-05-14T03:48:34.436Z Running `/home/build/.rustup/toolchains/1.76.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=baae0ade4159187e -C extra-filename=-baae0ade4159187e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952024-05-14T03:48:34.475Z Compiling try-lock v0.2.3
4962024-05-14T03:48:34.478Z Running `/home/build/.rustup/toolchains/1.76.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=f58e29c72e599063 -C extra-filename=-f58e29c72e599063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972024-05-14T03:48:34.496Z Compiling ppv-lite86 v0.2.15
4982024-05-14T03:48:34.499Z Running `/home/build/.rustup/toolchains/1.76.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=f1999e08b300d163 -C extra-filename=-f1999e08b300d163 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992024-05-14T03:48:34.604Z Compiling want v0.3.0
5002024-05-14T03:48:34.607Z Running `/home/build/.rustup/toolchains/1.76.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=2fd77dd94e2e7df5 -C extra-filename=-2fd77dd94e2e7df5 --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-e142a6edb7fa28be.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f58e29c72e599063.rmeta --cap-lints allow`
5012024-05-14T03:48:34.850Z Compiling idna v0.2.3
5022024-05-14T03:48:34.857Z Running `/home/build/.rustup/toolchains/1.76.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=1a0161488ccb7881 -C extra-filename=-1a0161488ccb7881 --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-baae0ade4159187e.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-70fad91a8b91d510.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2f4853bf94d7c325.rmeta --cap-lints allow`
5032024-05-14T03:48:35.048Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7/build-script-build`
5042024-05-14T03:48:35.058Z Compiling digest v0.10.7
5052024-05-14T03:48:35.059Z Running `/home/build/.rustup/toolchains/1.76.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=ffa1422f398308a4 -C extra-filename=-ffa1422f398308a4 --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-7ef22847e3167d4c.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-0c7f8c22c475506e.rmeta --cap-lints allow`
5062024-05-14T03:48:35.155Z Compiling rand_chacha v0.3.1
5072024-05-14T03:48:35.163Z Running `/home/build/.rustup/toolchains/1.76.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=b907243c52a06c3a -C extra-filename=-b907243c52a06c3a --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-f1999e08b300d163.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-561bfc445e024809.rmeta --cap-lints allow`
5082024-05-14T03:48:35.318Z Compiling http-body v0.4.3
5092024-05-14T03:48:35.321Z Running `/home/build/.rustup/toolchains/1.76.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=899113b26a8b6467 -C extra-filename=-899113b26a8b6467 --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-fa4cafb48031ffa1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
5102024-05-14T03:48:35.384Z Running `/home/build/.rustup/toolchains/1.76.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=fe1444cb7b584442 -C extra-filename=-fe1444cb7b584442 --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`
5112024-05-14T03:48:35.499Z Running `/home/build/.rustup/toolchains/1.76.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=e51cd6ff8f0a0459 -C extra-filename=-e51cd6ff8f0a0459 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5122024-05-14T03:48:35.941Z Compiling socket2 v0.4.9
5132024-05-14T03:48:35.964Z Running `/home/build/.rustup/toolchains/1.76.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=14f4b783aa0bd59d -C extra-filename=-14f4b783aa0bd59d --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-0d273fa728df0bfa.rmeta --cap-lints allow`
5142024-05-14T03:48:35.986Z Compiling dirs-sys-next v0.1.2
5152024-05-14T03:48:35.986Z Running `/home/build/.rustup/toolchains/1.76.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=b6239519c5ac27d6 -C extra-filename=-b6239519c5ac27d6 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
5162024-05-14T03:48:36.343Z Compiling http v1.0.0
5172024-05-14T03:48:36.347Z Running `/home/build/.rustup/toolchains/1.76.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=260104c785be517e -C extra-filename=-260104c785be517e --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-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow`
5182024-05-14T03:48:36.440Z Compiling tower-service v0.3.1
5192024-05-14T03:48:36.464Z Running `/home/build/.rustup/toolchains/1.76.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=46360405330dd5c1 -C extra-filename=-46360405330dd5c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202024-05-14T03:48:36.488Z Compiling subtle v2.5.0
5212024-05-14T03:48:36.497Z Running `/home/build/.rustup/toolchains/1.76.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=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222024-05-14T03:48:36.524Z Compiling winnow v0.6.5
5232024-05-14T03:48:36.524Z Compiling mime v0.3.16
5242024-05-14T03:48:36.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48db51ebcc18399 -C extra-filename=-d48db51ebcc18399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252024-05-14T03:48:36.531Z Running `/home/build/.rustup/toolchains/1.76.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=c3f72c57dc02f399 -C extra-filename=-c3f72c57dc02f399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262024-05-14T03:48:36.548Z Compiling cpufeatures v0.2.2
5272024-05-14T03:48:36.581Z Running `/home/build/.rustup/toolchains/1.76.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=7a6c63826e2cf584 -C extra-filename=-7a6c63826e2cf584 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282024-05-14T03:48:36.623Z Compiling httpdate v1.0.1
5292024-05-14T03:48:36.628Z Running `/home/build/.rustup/toolchains/1.76.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=9868a5c927c23d7d -C extra-filename=-9868a5c927c23d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302024-05-14T03:48:36.689Z Compiling zeroize v1.7.0
5312024-05-14T03:48:36.693Z Running `/home/build/.rustup/toolchains/1.76.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=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322024-05-14T03:48:36.961Z Compiling sha1 v0.10.6
5332024-05-14T03:48:36.964Z Running `/home/build/.rustup/toolchains/1.76.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=f6653d6a18f3f9c5 -C extra-filename=-f6653d6a18f3f9c5 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-7a6c63826e2cf584.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-ffa1422f398308a4.rmeta --cap-lints allow`
5342024-05-14T03:48:37.105Z Compiling dirs-next v2.0.0
5352024-05-14T03:48:37.110Z Running `/home/build/.rustup/toolchains/1.76.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=82f7a84e3790e786 -C extra-filename=-82f7a84e3790e786 --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-b6239519c5ac27d6.rmeta --cap-lints allow`
5362024-05-14T03:48:37.282Z Compiling mime_guess v2.0.4
5372024-05-14T03:48:37.318Z Running `/home/build/.rustup/toolchains/1.76.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=6f9157519bdb1fe1 -C extra-filename=-6f9157519bdb1fe1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rlib --cap-lints allow`
5382024-05-14T03:48:37.332Z Compiling url v2.2.2
5392024-05-14T03:48:37.332Z Running `/home/build/.rustup/toolchains/1.76.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=4dacb58bbbd40f14 -C extra-filename=-4dacb58bbbd40f14 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-1a0161488ccb7881.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-baae0ade4159187e.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow`
5402024-05-14T03:48:38.002Z Compiling rand v0.8.4
5412024-05-14T03:48:38.011Z Running `/home/build/.rustup/toolchains/1.76.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=5f936730d90c1979 -C extra-filename=-5f936730d90c1979 --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-0d273fa728df0bfa.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-b907243c52a06c3a.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-561bfc445e024809.rmeta --cap-lints allow`
5422024-05-14T03:48:38.399Z Running `/home/build/.rustup/toolchains/1.76.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=fe0a6bfdbdb04d93 -C extra-filename=-fe0a6bfdbdb04d93 --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`
5432024-05-14T03:48:38.893Z Compiling serde_derive_internals v0.29.0
5442024-05-14T03:48:38.896Z Running `/home/build/.rustup/toolchains/1.76.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.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0698393b5c65b7d9 -C extra-filename=-0698393b5c65b7d9 --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-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rmeta --cap-lints allow`
5452024-05-14T03:48:38.981Z Compiling rustls-pemfile v2.1.2
5462024-05-14T03:48:38.989Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fcdc1b018877a714 -C extra-filename=-fcdc1b018877a714 --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-5d83904e29cde09e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --cap-lints allow`
5472024-05-14T03:48:39.398Z Compiling concurrent-queue v2.5.0
5482024-05-14T03:48:39.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=4b10992330c4df1a -C extra-filename=-4b10992330c4df1a --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-799c7925be73d78a.rmeta --cap-lints allow`
5492024-05-14T03:48:39.452Z Compiling multer v3.1.0
5502024-05-14T03:48:39.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cc9155425a547cc6 -C extra-filename=-cc9155425a547cc6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-cc9155425a547cc6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
5512024-05-14T03:48:39.707Z Compiling thread_local v1.1.4
5522024-05-14T03:48:39.712Z Running `/home/build/.rustup/toolchains/1.76.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=6801cf54a371cf6b -C extra-filename=-6801cf54a371cf6b --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-cfae8d0f52fc13fb.rmeta --cap-lints allow`
5532024-05-14T03:48:39.744Z Compiling match_cfg v0.1.0
5542024-05-14T03:48:39.750Z Running `/home/build/.rustup/toolchains/1.76.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=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552024-05-14T03:48:39.773Z Compiling iana-time-zone v0.1.47
5562024-05-14T03:48:39.776Z Running `/home/build/.rustup/toolchains/1.76.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=5874d2baa4ab1e82 -C extra-filename=-5874d2baa4ab1e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572024-05-14T03:48:39.806Z Compiling slog-async v2.8.0
5582024-05-14T03:48:40.229Z Running `/home/build/.rustup/toolchains/1.76.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=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592024-05-14T03:48:40.240Z Compiling rustix v0.38.31
5602024-05-14T03:48:40.240Z Running `/home/build/.rustup/toolchains/1.76.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.31/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=fa8448b704c5f1b3 -C extra-filename=-fa8448b704c5f1b3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612024-05-14T03:48:40.240Z Compiling camino v1.1.6
5622024-05-14T03:48:40.240Z Running `/home/build/.rustup/toolchains/1.76.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=491fe6ccf6a88b16 -C extra-filename=-491fe6ccf6a88b16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632024-05-14T03:48:40.280Z Compiling parking v2.2.0
5642024-05-14T03:48:40.284Z Running `/home/build/.rustup/toolchains/1.76.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=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652024-05-14T03:48:40.302Z Compiling schemars v0.8.17
5662024-05-14T03:48:40.305Z Running `/home/build/.rustup/toolchains/1.76.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.17/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=75277077aa5cef38 -C extra-filename=-75277077aa5cef38 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-75277077aa5cef38 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672024-05-14T03:48:40.328Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4/build-script-build`
5682024-05-14T03:48:40.382Z Compiling hostname v0.3.1
5692024-05-14T03:48:40.382Z Running `/home/build/.rustup/toolchains/1.76.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=6719f0b65385ac9d -C extra-filename=-6719f0b65385ac9d --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-0d273fa728df0bfa.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow`
5702024-05-14T03:48:40.406Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16/build-script-build`
5712024-05-14T03:48:40.854Z Compiling event-listener v5.0.0
5722024-05-14T03:48:40.854Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=655bd474b7bddbc4 -C extra-filename=-655bd474b7bddbc4 --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-4b10992330c4df1a.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
5732024-05-14T03:48:40.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3/build-script-build`
5742024-05-14T03:48:40.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-cc9155425a547cc6/build-script-build`
5752024-05-14T03:48:40.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1/build-script-build`
5762024-05-14T03:48:40.854Z Compiling term v0.7.0
5772024-05-14T03:48:40.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-75277077aa5cef38/build-script-build`
5782024-05-14T03:48:40.854Z Running `/home/build/.rustup/toolchains/1.76.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=ec9c85512da142b7 -C extra-filename=-ec9c85512da142b7 --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-82f7a84e3790e786.rmeta --cap-lints allow`
5792024-05-14T03:48:40.855Z Compiling crossbeam-channel v0.5.1
5802024-05-14T03:48:40.855Z Compiling memmap v0.7.0
5812024-05-14T03:48:40.855Z Running `/home/build/.rustup/toolchains/1.76.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=2e5e82678a753d95 -C extra-filename=-2e5e82678a753d95 --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-b3a1e01bc1d1ef78.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-799c7925be73d78a.rmeta --cap-lints allow`
5822024-05-14T03:48:40.855Z Running `/home/build/.rustup/toolchains/1.76.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=40c5f734252d455d -C extra-filename=-40c5f734252d455d --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-0d273fa728df0bfa.rmeta --cap-lints allow`
5832024-05-14T03:48:40.855Z Compiling errno v0.3.8
5842024-05-14T03:48:40.855Z Running `/home/build/.rustup/toolchains/1.76.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=ea692c7a707b4b2c -C extra-filename=-ea692c7a707b4b2c --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-0d273fa728df0bfa.rmeta --cap-lints allow`
5852024-05-14T03:48:40.929Z Compiling is-terminal v0.4.12
5862024-05-14T03:48:40.939Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e3b083a4de365b3 -C extra-filename=-2e3b083a4de365b3 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
5872024-05-14T03:48:41.042Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
5882024-05-14T03:48:41.068Z Running `/home/build/.rustup/toolchains/1.76.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=d93f24e9b999ffc6 -C extra-filename=-d93f24e9b999ffc6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6 -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-1a70fa4d021d4d8a.rlib`
5892024-05-14T03:48:41.075Z Compiling encoding_rs v0.8.32
5902024-05-14T03:48:41.075Z Running `/home/build/.rustup/toolchains/1.76.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=7300f6ada2f98ea6 -C extra-filename=-7300f6ada2f98ea6 --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow`
5912024-05-14T03:48:41.075Z Compiling openssl-probe v0.1.4
5922024-05-14T03:48:41.076Z Running `/home/build/.rustup/toolchains/1.76.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=3abfb0bd8eba8993 -C extra-filename=-3abfb0bd8eba8993 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932024-05-14T03:48:41.095Z Compiling unicode-segmentation v1.10.0
5942024-05-14T03:48:41.098Z Running `/home/build/.rustup/toolchains/1.76.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=b4a860d72eb0379b -C extra-filename=-b4a860d72eb0379b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952024-05-14T03:48:41.361Z Running `/home/build/.rustup/toolchains/1.76.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=7b58efc3ce1e313e -C extra-filename=-7b58efc3ce1e313e --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-ab49564625c50ea6.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5962024-05-14T03:48:41.385Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-93a089c4c6e556c7/build-script-build`
5972024-05-14T03:48:41.421Z Compiling bitflags v2.4.0
5982024-05-14T03:48:41.426Z Running `/home/build/.rustup/toolchains/1.76.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=24a21ddbd5c56d45 -C extra-filename=-24a21ddbd5c56d45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992024-05-14T03:48:41.427Z Compiling data-encoding v2.4.0
6002024-05-14T03:48:41.427Z Running `/home/build/.rustup/toolchains/1.76.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=f7558905c8a1b9e5 -C extra-filename=-f7558905c8a1b9e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012024-05-14T03:48:41.827Z Compiling buf-list v1.0.3
6022024-05-14T03:48:41.843Z Running `/home/build/.rustup/toolchains/1.76.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=e59f12495e4718ae -C extra-filename=-e59f12495e4718ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032024-05-14T03:48:41.861Z Compiling utf-8 v0.7.6
6042024-05-14T03:48:41.861Z Running `/home/build/.rustup/toolchains/1.76.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=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052024-05-14T03:48:41.897Z Compiling unicode-width v0.1.9
6062024-05-14T03:48:41.913Z Running `/home/build/.rustup/toolchains/1.76.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=0afb8f81c2905fbf -C extra-filename=-0afb8f81c2905fbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072024-05-14T03:48:42.034Z Compiling take_mut v0.2.2
6082024-05-14T03:48:42.038Z Running `/home/build/.rustup/toolchains/1.76.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=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092024-05-14T03:48:42.152Z Compiling atomic-waker v1.1.1
6102024-05-14T03:48:42.156Z Running `/home/build/.rustup/toolchains/1.76.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=8a052fa94438e09f -C extra-filename=-8a052fa94438e09f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112024-05-14T03:48:42.178Z Compiling dyn-clone v1.0.4
6122024-05-14T03:48:42.196Z Running `/home/build/.rustup/toolchains/1.76.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=e1bed00953272d25 -C extra-filename=-e1bed00953272d25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6132024-05-14T03:48:42.295Z Compiling lazy_static v1.4.0
6142024-05-14T03:48:42.306Z Running `/home/build/.rustup/toolchains/1.76.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=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152024-05-14T03:48:42.334Z Compiling trybuild v1.0.93
6162024-05-14T03:48:42.363Z Running `/home/build/.rustup/toolchains/1.76.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.93/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=02ef629444a3121c -C extra-filename=-02ef629444a3121c --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-02ef629444a3121c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6172024-05-14T03:48:42.380Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae/build-script-build`
6182024-05-14T03:48:42.409Z Compiling console v0.15.7
6192024-05-14T03:48:42.420Z Running `/home/build/.rustup/toolchains/1.76.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=fadbd9fd5d57ef43 -C extra-filename=-fadbd9fd5d57ef43 --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-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-0afb8f81c2905fbf.rmeta --cap-lints allow`
6202024-05-14T03:48:42.448Z Compiling waitgroup v0.1.2
6212024-05-14T03:48:42.457Z Running `/home/build/.rustup/toolchains/1.76.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=abfcb10096bfb368 -C extra-filename=-abfcb10096bfb368 --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-8a052fa94438e09f.rmeta --cap-lints allow`
6222024-05-14T03:48:42.556Z Running `/home/build/.rustup/toolchains/1.76.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=24b6c431d6d306be -C extra-filename=-24b6c431d6d306be --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-2e5e82678a753d95.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --cap-lints allow --cfg integer128`
6232024-05-14T03:48:42.663Z Compiling newline-converter v0.3.0
6242024-05-14T03:48:42.668Z Running `/home/build/.rustup/toolchains/1.76.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=8596ea1294aad68d -C extra-filename=-8596ea1294aad68d --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-b4a860d72eb0379b.rmeta --cap-lints allow`
6252024-05-14T03:48:42.741Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-02ef629444a3121c/build-script-build`
6262024-05-14T03:48:42.749Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=21b90173e9201d75 -C extra-filename=-21b90173e9201d75 --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-24a21ddbd5c56d45.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-ea692c7a707b4b2c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6272024-05-14T03:48:42.800Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6/build-script-build`
6282024-05-14T03:48:42.854Z Compiling rustls-native-certs v0.7.0
6292024-05-14T03:48:42.858Z Running `/home/build/.rustup/toolchains/1.76.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=86f3feeae61e6315 -C extra-filename=-86f3feeae61e6315 --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-3abfb0bd8eba8993.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --cap-lints allow`
6302024-05-14T03:48:43.302Z Compiling slog-term v2.9.1
6312024-05-14T03:48:43.306Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=33ff6ca7fd39a444 -C extra-filename=-33ff6ca7fd39a444 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-2e3b083a4de365b3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-559f01270f339aa0.rmeta --cap-lints allow`
6322024-05-14T03:48:43.984Z Compiling rustls-webpki v0.102.1
6332024-05-14T03:48:44.002Z Running `/home/build/.rustup/toolchains/1.76.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=37655bae9d32e0fd -C extra-filename=-37655bae9d32e0fd --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-7b58efc3ce1e313e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
6342024-05-14T03:48:44.076Z Compiling event-listener-strategy v0.5.0
6352024-05-14T03:48:44.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.0/src/lib.rs --error-format=json --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=d9d7a8ccf62a16bc -C extra-filename=-d9d7a8ccf62a16bc --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-655bd474b7bddbc4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
6362024-05-14T03:48:44.105Z Running `/home/build/.rustup/toolchains/1.76.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=7ac3f73d86e6ee9c -C extra-filename=-7ac3f73d86e6ee9c --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-c3f72c57dc02f399.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rmeta --cap-lints allow`
6372024-05-14T03:48:44.191Z Compiling serde_derive v1.0.200
6382024-05-14T03:48:44.210Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.200/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=7615bb5c6473024e -C extra-filename=-7615bb5c6473024e --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6392024-05-14T03:48:44.254Z Compiling thiserror-impl v1.0.56
6402024-05-14T03:48:44.264Z Running `/home/build/.rustup/toolchains/1.76.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=231c728c7c952383 -C extra-filename=-231c728c7c952383 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6412024-05-14T03:48:44.602Z Compiling futures-macro v0.3.30
6422024-05-14T03:48:44.606Z Running `/home/build/.rustup/toolchains/1.76.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=6f6f6aed4f5937b9 -C extra-filename=-6f6f6aed4f5937b9 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6432024-05-14T03:48:45.067Z Compiling tokio-macros v2.2.0
6442024-05-14T03:48:45.079Z Running `/home/build/.rustup/toolchains/1.76.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=ad8d7ad6271ecc42 -C extra-filename=-ad8d7ad6271ecc42 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6452024-05-14T03:48:45.079Z Compiling scroll_derive v0.12.0
6462024-05-14T03:48:45.079Z Running `/home/build/.rustup/toolchains/1.76.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=cedd8ebcfad1b982 -C extra-filename=-cedd8ebcfad1b982 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6472024-05-14T03:48:45.698Z Compiling zerocopy-derive v0.7.32
6482024-05-14T03:48:45.708Z Running `/home/build/.rustup/toolchains/1.76.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=593f9a1b8810ad37 -C extra-filename=-593f9a1b8810ad37 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6492024-05-14T03:48:46.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=115eeb909488ce9f -C extra-filename=-115eeb909488ce9f --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-e142a6edb7fa28be.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-7b58efc3ce1e313e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-37655bae9d32e0fd.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
6502024-05-14T03:48:46.421Z Compiling async-stream-impl v0.3.5
6512024-05-14T03:48:46.425Z Running `/home/build/.rustup/toolchains/1.76.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=ace6cf9ec1f256e8 -C extra-filename=-ace6cf9ec1f256e8 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6522024-05-14T03:48:46.967Z Compiling scroll v0.12.0
6532024-05-14T03:48:46.973Z Running `/home/build/.rustup/toolchains/1.76.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=1d77d4188f875866 -C extra-filename=-1d77d4188f875866 --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-cedd8ebcfad1b982.so --cap-lints allow`
6542024-05-14T03:48:47.058Z Compiling futures-util v0.3.30
6552024-05-14T03:48:47.063Z Running `/home/build/.rustup/toolchains/1.76.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=8a195d6c0ec8fdde -C extra-filename=-8a195d6c0ec8fdde --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-6f6f6aed4f5937b9.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --cap-lints allow`
6562024-05-14T03:48:47.073Z Compiling tokio v1.37.0
6572024-05-14T03:48:47.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --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=0fa3213ad81e3dce -C extra-filename=-0fa3213ad81e3dce --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-fa4cafb48031ffa1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-3387d159862e32fb.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-43f8b6331243fbf7.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b73ca020bf0a13d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-f50c8a8f9466c34a.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-4ff0ba18ff619bda.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ad8d7ad6271ecc42.so --cap-lints allow`
6582024-05-14T03:48:47.477Z Running `/home/build/.rustup/toolchains/1.76.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=6d7c12fafe693911 -C extra-filename=-6d7c12fafe693911 --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-231c728c7c952383.so --cap-lints allow`
6592024-05-14T03:48:47.499Z Compiling goblin v0.8.0
6602024-05-14T03:48:47.503Z Running `/home/build/.rustup/toolchains/1.76.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=b8bab37efcfab482 -C extra-filename=-b8bab37efcfab482 --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-e142a6edb7fa28be.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-1edffcbbce3646fc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-1d77d4188f875866.rmeta --cap-lints allow`
6612024-05-14T03:48:47.602Z Compiling pest v2.7.6
6622024-05-14T03:48:47.605Z Running `/home/build/.rustup/toolchains/1.76.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=a81b240913e664a4 -C extra-filename=-a81b240913e664a4 --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-77032e53074c29a8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6d7c12fafe693911.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-08e3ac9386bf28d9.rmeta --cap-lints allow`
6632024-05-14T03:48:48.076Z Compiling schemars_derive v0.8.17
6642024-05-14T03:48:48.095Z Running `/home/build/.rustup/toolchains/1.76.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.17/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=8ca0c9a39b58d97b -C extra-filename=-8ca0c9a39b58d97b --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-0698393b5c65b7d9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6652024-05-14T03:48:48.095Z Compiling zerocopy v0.7.32
6662024-05-14T03:48:48.096Z Running `/home/build/.rustup/toolchains/1.76.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=132422d7259f9644 -C extra-filename=-132422d7259f9644 --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-f17b88842ab57f42.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-593f9a1b8810ad37.so --cap-lints allow`
6672024-05-14T03:48:49.714Z Compiling async-stream v0.3.5
6682024-05-14T03:48:49.723Z Running `/home/build/.rustup/toolchains/1.76.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=b7c16f654d4ea528 -C extra-filename=-b7c16f654d4ea528 --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-ace6cf9ec1f256e8.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
6692024-05-14T03:48:50.477Z Compiling pest_meta v2.7.6
6702024-05-14T03:48:50.485Z Running `/home/build/.rustup/toolchains/1.76.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=f0e8dbc42671cac4 -C extra-filename=-f0e8dbc42671cac4 --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-cfae8d0f52fc13fb.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a81b240913e664a4.rmeta --cap-lints allow`
6712024-05-14T03:48:50.485Z Compiling tungstenite v0.21.0
6722024-05-14T03:48:50.496Z Running `/home/build/.rustup/toolchains/1.76.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=9ec9a8dbd229b8d2 -C extra-filename=-9ec9a8dbd229b8d2 --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-f17b88842ab57f42.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f7558905c8a1b9e5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-260104c785be517e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-5f936730d90c1979.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6d7c12fafe693911.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow`
6732024-05-14T03:48:51.721Z Compiling pest_generator v2.7.6
6742024-05-14T03:48:51.725Z Running `/home/build/.rustup/toolchains/1.76.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=5df52bb8cc53e834 -C extra-filename=-5df52bb8cc53e834 --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-a81b240913e664a4.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-f0e8dbc42671cac4.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rmeta --cap-lints allow`
6752024-05-14T03:48:52.382Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.200/src/lib.rs --error-format=json --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=a750bfdf7ac878ba -C extra-filename=-a750bfdf7ac878ba --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-7615bb5c6473024e.so --cap-lints allow`
6762024-05-14T03:48:52.928Z Compiling async-trait v0.1.80
6772024-05-14T03:48:52.935Z Running `/home/build/.rustup/toolchains/1.76.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.80/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=d2ced4d396f3f4c1 -C extra-filename=-d2ced4d396f3f4c1 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
6782024-05-14T03:48:53.464Z Compiling futures-executor v0.3.30
6792024-05-14T03:48:53.467Z Running `/home/build/.rustup/toolchains/1.76.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=aeae02a18dceb6e9 -C extra-filename=-aeae02a18dceb6e9 --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-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8a195d6c0ec8fdde.rmeta --cap-lints allow`
6802024-05-14T03:48:53.661Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=8f06ab5d6284a5b7 -C extra-filename=-8f06ab5d6284a5b7 --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-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7300f6ada2f98ea6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8a195d6c0ec8fdde.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-260104c785be517e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c3f72c57dc02f399.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow`
6812024-05-14T03:48:54.126Z Compiling futures v0.3.30
6822024-05-14T03:48:54.131Z Running `/home/build/.rustup/toolchains/1.76.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=4edc7502d932f361 -C extra-filename=-4edc7502d932f361 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-aeae02a18dceb6e9.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8a195d6c0ec8fdde.rmeta --cap-lints allow`
6832024-05-14T03:48:54.228Z Compiling yasna v0.5.2
6842024-05-14T03:48:54.239Z Running `/home/build/.rustup/toolchains/1.76.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=dcca35a937680065 -C extra-filename=-dcca35a937680065 --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-559f01270f339aa0.rmeta --cap-lints allow`
6852024-05-14T03:48:54.280Z Compiling pest_derive v2.7.6
6862024-05-14T03:48:54.284Z Running `/home/build/.rustup/toolchains/1.76.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=ba37e2c0b424f18b -C extra-filename=-ba37e2c0b424f18b --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-a81b240913e664a4.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-5df52bb8cc53e834.rlib --extern proc_macro --cap-lints allow`
6872024-05-14T03:48:54.851Z Compiling tokio-util v0.7.7
6882024-05-14T03:48:54.861Z Running `/home/build/.rustup/toolchains/1.76.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=724d5bea7ba9cac5 -C extra-filename=-724d5bea7ba9cac5 --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-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow`
6892024-05-14T03:48:55.553Z Compiling dtrace-parser v0.2.0
6902024-05-14T03:48:55.558Z Running `/home/build/.rustup/toolchains/1.76.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=f27c95257fdc9ffe -C extra-filename=-f27c95257fdc9ffe --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-a81b240913e664a4.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-ba37e2c0b424f18b.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6d7c12fafe693911.rmeta --cap-lints allow`
6912024-05-14T03:48:55.791Z Compiling tokio-rustls v0.25.0
6922024-05-14T03:48:55.801Z Running `/home/build/.rustup/toolchains/1.76.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=29681bfddb2f3552 -C extra-filename=-29681bfddb2f3552 --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-115eeb909488ce9f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
6932024-05-14T03:49:05.981Z Compiling pem v3.0.4
6942024-05-14T03:49:06.585Z Compiling hostname v0.4.0
6952024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c02d8233126ec6c9 -C extra-filename=-c02d8233126ec6c9 --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-5d83904e29cde09e.rmeta --cap-lints allow`
6962024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=547118365c5a3c8d -C extra-filename=-547118365c5a3c8d --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow`
6972024-05-14T03:49:06.586Z Compiling http-range v0.1.4
6982024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.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=07d40bbd84fb71e2 -C extra-filename=-07d40bbd84fb71e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992024-05-14T03:49:06.586Z Compiling debug-ignore v1.0.5
7002024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.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=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012024-05-14T03:49:06.586Z Compiling glob v0.3.0
7022024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.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=f02396bd66382b82 -C extra-filename=-f02396bd66382b82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032024-05-14T03:49:06.586Z Compiling fastrand v2.0.1
7042024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d52cae0eeab46be2 -C extra-filename=-d52cae0eeab46be2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052024-05-14T03:49:06.586Z Compiling termcolor v1.1.2
7062024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.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=89abf70c405e4bf5 -C extra-filename=-89abf70c405e4bf5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7072024-05-14T03:49:06.586Z Compiling similar v2.2.1
7082024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.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=e02c6327390e67a4 -C extra-filename=-e02c6327390e67a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092024-05-14T03:49:06.586Z Compiling tempfile v3.10.1
7102024-05-14T03:49:06.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=39ced3da87786824 -C extra-filename=-39ced3da87786824 --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-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-21b90173e9201d75.rmeta --cap-lints allow`
7112024-05-14T03:49:06.586Z Compiling rcgen v0.13.1
7122024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=062d2b13075952e6 -C extra-filename=-062d2b13075952e6 --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-c02d8233126ec6c9.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-7b58efc3ce1e313e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-559f01270f339aa0.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-dcca35a937680065.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7132024-05-14T03:49:06.587Z Compiling tokio-tungstenite v0.21.0
7142024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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=57de979b6c7232ae -C extra-filename=-57de979b6c7232ae --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-8a195d6c0ec8fdde.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-9ec9a8dbd229b8d2.rmeta --cap-lints allow`
7152024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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.116/src/lib.rs --error-format=json --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=662ec01d5902d658 -C extra-filename=-662ec01d5902d658 --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-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow --cfg limb_width_64`
7162024-05-14T03:49:06.587Z Compiling indexmap v2.2.6
7172024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2399cb20f4106d57 -C extra-filename=-2399cb20f4106d57 --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-a1bc488f9d5eec58.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-000da2c21d6fcbd0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow`
7182024-05-14T03:49:06.587Z Compiling serde_tokenstream v0.2.0
7192024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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=d221ff23df16bba0 -C extra-filename=-d221ff23df16bba0 --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-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rmeta --cap-lints allow`
7202024-05-14T03:49:06.587Z Compiling toml_datetime v0.6.5
7212024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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=2d44856e7f4cf9ae -C extra-filename=-2d44856e7f4cf9ae --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-a750bfdf7ac878ba.rmeta --cap-lints allow`
7222024-05-14T03:49:06.587Z Compiling serde_spanned v0.6.5
7232024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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=a70fb269d96a98cd -C extra-filename=-a70fb269d96a98cd --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-a750bfdf7ac878ba.rmeta --cap-lints allow`
7242024-05-14T03:49:06.587Z Compiling chrono v0.4.38
7252024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=15e21a874b7ad497 -C extra-filename=-15e21a874b7ad497 --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-5874d2baa4ab1e82.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-fe0a6bfdbdb04d93.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow`
7262024-05-14T03:49:06.587Z Compiling uuid v1.8.0
7272024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=4a3020ebac783c46 -C extra-filename=-4a3020ebac783c46 --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-ab49564625c50ea6.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow`
7282024-05-14T03:49:06.587Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
7292024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.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=5fb1077d686536be -C extra-filename=-5fb1077d686536be --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro`
7302024-05-14T03:49:06.587Z Compiling h2 v0.3.26
7312024-05-14T03:49:06.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1910f17efc9e9644 -C extra-filename=-1910f17efc9e9644 --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-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8a195d6c0ec8fdde.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-724d5bea7ba9cac5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow`
7322024-05-14T03:49:06.588Z Compiling toml_edit v0.22.9
7332024-05-14T03:49:06.588Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=ba283aacce614315 -C extra-filename=-ba283aacce614315 --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-2399cb20f4106d57.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-a70fb269d96a98cd.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2d44856e7f4cf9ae.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d48db51ebcc18399.rmeta --cap-lints allow`
7342024-05-14T03:49:06.588Z Compiling dof v0.3.0
7352024-05-14T03:49:06.588Z Running `/home/build/.rustup/toolchains/1.76.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=6b9e0b2b51f73dd8 -C extra-filename=-6b9e0b2b51f73dd8 --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-b8bab37efcfab482.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-e0a15f522d506f9e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6d7c12fafe693911.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-132422d7259f9644.rmeta --cap-lints allow`
7362024-05-14T03:49:06.743Z Running `/home/build/.rustup/toolchains/1.76.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=fc55801886f565ac -C extra-filename=-fc55801886f565ac --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-f17b88842ab57f42.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-6b9e0b2b51f73dd8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f27c95257fdc9ffe.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6d7c12fafe693911.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-95cfc5b82e5e51a3.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7372024-05-14T03:49:06.744Z Compiling slog-json v2.6.1
7382024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.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=1c493e0cb460de68 -C extra-filename=-1c493e0cb460de68 --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-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-559f01270f339aa0.rmeta --cap-lints allow`
7392024-05-14T03:49:06.744Z Compiling slog-bunyan v2.5.0
7402024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.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=f9ede883f9c8335c -C extra-filename=-f9ede883f9c8335c --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-6719f0b65385ac9d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-559f01270f339aa0.rmeta --cap-lints allow`
7412024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=5ec5c506ff29094c -C extra-filename=-5ec5c506ff29094c --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-15e21a874b7ad497.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e1bed00953272d25.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-8ca0c9a39b58d97b.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7422024-05-14T03:49:06.744Z Compiling openapiv3 v2.0.0
7432024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.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=d9d3781c76a11fc2 -C extra-filename=-d9d3781c76a11fc2 --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-2399cb20f4106d57.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --cap-lints allow`
7442024-05-14T03:49:06.744Z Compiling usdt-attr-macro v0.5.0
7452024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.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=e96ad98bfbcac856 -C extra-filename=-e96ad98bfbcac856 --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-f27c95257fdc9ffe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-fc55801886f565ac.rlib --extern proc_macro --cap-lints allow`
7462024-05-14T03:49:06.744Z Compiling usdt-macro v0.5.0
7472024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.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=d16a222f619ee8d2 -C extra-filename=-d16a222f619ee8d2 --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-f27c95257fdc9ffe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-fc55801886f565ac.rlib --extern proc_macro --cap-lints allow`
7482024-05-14T03:49:06.744Z Compiling toml v0.8.12
7492024-05-14T03:49:06.744Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=7595df66c6138f38 -C extra-filename=-7595df66c6138f38 --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-a750bfdf7ac878ba.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-a70fb269d96a98cd.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2d44856e7f4cf9ae.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-ba283aacce614315.rmeta --cap-lints allow`
7502024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.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=42feddfb8590a84c -C extra-filename=-42feddfb8590a84c --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-a750bfdf7ac878ba.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7512024-05-14T03:49:06.745Z Compiling hyper v0.14.27
7522024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.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=7538620becad7452 -C extra-filename=-7538620becad7452 --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-fa4cafb48031ffa1.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-8a195d6c0ec8fdde.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-1910f17efc9e9644.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-899113b26a8b6467.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-14f4b783aa0bd59d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-46360405330dd5c1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-2fd77dd94e2e7df5.rmeta --cap-lints allow`
7532024-05-14T03:49:06.745Z Compiling serde_urlencoded v0.7.1
7542024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.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=9dcf70e68274b463 -C extra-filename=-9dcf70e68274b463 --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-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow`
7552024-05-14T03:49:06.745Z Compiling serde_path_to_error v0.1.16
7562024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1b82fa5bf537e509 -C extra-filename=-1b82fa5bf537e509 --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-3fc6dbabcfde74d7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --cap-lints allow`
7572024-05-14T03:49:06.745Z Compiling usdt v0.5.0
7582024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.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=1195ba5aac708798 -C extra-filename=-1195ba5aac708798 --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-6b9e0b2b51f73dd8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f27c95257fdc9ffe.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-b8bab37efcfab482.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-40c5f734252d455d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-e96ad98bfbcac856.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-fc55801886f565ac.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-d16a222f619ee8d2.so --cap-lints allow`
7592024-05-14T03:49:06.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2c2d7b32cf3005f4 -C extra-filename=-2c2d7b32cf3005f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-f02396bd66382b82.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7615bb5c6473024e.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-89abf70c405e4bf5.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rmeta --cap-lints allow`
7602024-05-14T03:49:06.863Z Compiling expectorate v1.1.0
7612024-05-14T03:49:06.863Z Running `/home/build/.rustup/toolchains/1.76.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=bb0ef859ef556ae5 -C extra-filename=-bb0ef859ef556ae5 --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-fadbd9fd5d57ef43.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-8596ea1294aad68d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-e02c6327390e67a4.rmeta --cap-lints allow`
7622024-05-14T03:49:06.863Z Compiling async-channel v2.3.0
7632024-05-14T03:49:06.863Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.0/src/lib.rs --error-format=json --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=1fe5d683baa699e4 -C extra-filename=-1fe5d683baa699e4 --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-4b10992330c4df1a.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-655bd474b7bddbc4.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-d9d7a8ccf62a16bc.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
7642024-05-14T03:49:06.947Z Running `/home/build/.rustup/toolchains/1.76.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=c78a099ebf3f3af2 -C extra-filename=-c78a099ebf3f3af2 --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-fa4cafb48031ffa1.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7652024-05-14T03:49:07.050Z Compiling subprocess v0.2.9
7662024-05-14T03:49:07.050Z Running `/home/build/.rustup/toolchains/1.76.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=19e9222306e7dd53 -C extra-filename=-19e9222306e7dd53 --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-0d273fa728df0bfa.rmeta --cap-lints allow`
7672024-05-14T03:49:07.113Z Compiling schema-derive v0.1.0
7682024-05-14T03:49:07.131Z Running `/home/build/.rustup/toolchains/1.76.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=7bb3baacbd570019 -C extra-filename=-7bb3baacbd570019 --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-e51cd6ff8f0a0459.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro --cap-lints allow`
7692024-05-14T03:49:09.292Z Compiling schema v0.1.0
7702024-05-14T03:49:09.301Z Running `/home/build/.rustup/toolchains/1.76.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=fd822789ee6a7128 -C extra-filename=-fd822789ee6a7128 --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-64544fa4a2d601ef.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-7bb3baacbd570019.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rmeta --cap-lints allow`
7712024-05-14T03:49:09.401Z Running `/home/build/.rustup/toolchains/1.76.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=14c4174320e3cdd4 -C extra-filename=-14c4174320e3cdd4 --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-fd822789ee6a7128.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro`
7722024-05-14T03:49:10.438Z Compiling hyper-staticfile v0.9.5
7732024-05-14T03:49:10.445Z Compiling hyper-rustls v0.25.0
7742024-05-14T03:49:10.445Z Running `/home/build/.rustup/toolchains/1.76.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=c10d2e23542c8c29 -C extra-filename=-c10d2e23542c8c29 --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-8a195d6c0ec8fdde.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-07d40bbd84fb71e2.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-5f936730d90c1979.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --cap-lints allow`
7752024-05-14T03:49:10.445Z Running `/home/build/.rustup/toolchains/1.76.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=f0d3f74665bf2b8c -C extra-filename=-f0d3f74665bf2b8c --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-8a195d6c0ec8fdde.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-86f3feeae61e6315.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7762024-05-14T03:49:10.552Z Running `/home/build/.rustup/toolchains/1.76.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=8cc9970a628194e4 -C extra-filename=-8cc9970a628194e4 --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-b7c16f654d4ea528.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7772024-05-14T03:49:12.437Z Running `/home/build/.rustup/toolchains/1.76.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=12bed8c0c443b1b6 -C extra-filename=-12bed8c0c443b1b6 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7782024-05-14T03:49:16.863Z Running `/home/build/.rustup/toolchains/1.76.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=f6af71a5dd368742 -C extra-filename=-f6af71a5dd368742 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7792024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=610c2ac5269a1265 -C extra-filename=-610c2ac5269a1265 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7802024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=9566e0fe63512b06 -C extra-filename=-9566e0fe63512b06 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7812024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=7bd367c4d1fcb5d6 -C extra-filename=-7bd367c4d1fcb5d6 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7822024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=76c59b2c67f0d7bc -C extra-filename=-76c59b2c67f0d7bc --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7832024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=cd13e77ac4b8f5de -C extra-filename=-cd13e77ac4b8f5de --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7842024-05-14T03:49:17.356Z Running `/home/build/.rustup/toolchains/1.76.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=95557b8adfaa6b06 -C extra-filename=-95557b8adfaa6b06 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7852024-05-14T03:49:18.552Z Running `/home/build/.rustup/toolchains/1.76.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=0c5c2b5903f3dbbf -C extra-filename=-0c5c2b5903f3dbbf --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7862024-05-14T03:49:36.143Z Running `/home/build/.rustup/toolchains/1.76.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=02581cdec9aa4531 -C extra-filename=-02581cdec9aa4531 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7872024-05-14T03:49:39.984Z Running `/home/build/.rustup/toolchains/1.76.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=fb0cd32c61a4eaaa -C extra-filename=-fb0cd32c61a4eaaa --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7882024-05-14T03:49:40.533Z Running `/home/build/.rustup/toolchains/1.76.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=8aa435e54a0bd199 -C extra-filename=-8aa435e54a0bd199 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7892024-05-14T03:49:40.886Z Running `/home/build/.rustup/toolchains/1.76.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=8870961635c5233d -C extra-filename=-8870961635c5233d --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7902024-05-14T03:49:41.568Z Running `/home/build/.rustup/toolchains/1.76.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=ccf79e2f3c8b4ce1 -C extra-filename=-ccf79e2f3c8b4ce1 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7912024-05-14T03:49:57.474Z Running `/home/build/.rustup/toolchains/1.76.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=716528ea178861f2 -C extra-filename=-716528ea178861f2 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7922024-05-14T03:49:57.474Z Running `/home/build/.rustup/toolchains/1.76.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=827a0d95f3789877 -C extra-filename=-827a0d95f3789877 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7932024-05-14T03:49:57.905Z Running `/home/build/.rustup/toolchains/1.76.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=7a42f3e892ad9d51 -C extra-filename=-7a42f3e892ad9d51 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7942024-05-14T03:50:01.843Z Running `/home/build/.rustup/toolchains/1.76.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=fc05ad567c8351f2 -C extra-filename=-fc05ad567c8351f2 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7952024-05-14T03:50:05.464Z Running `/home/build/.rustup/toolchains/1.76.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=6cca9d7883f37af9 -C extra-filename=-6cca9d7883f37af9 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7962024-05-14T03:50:16.979Z Running `/home/build/.rustup/toolchains/1.76.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=e5804a7dada1e1c4 -C extra-filename=-e5804a7dada1e1c4 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7972024-05-14T03:50:18.497Z Running `/home/build/.rustup/toolchains/1.76.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=df4a6a46acae731b -C extra-filename=-df4a6a46acae731b --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7982024-05-14T03:50:20.531Z Running `/home/build/.rustup/toolchains/1.76.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=d860388dc619dc64 -C extra-filename=-d860388dc619dc64 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
7992024-05-14T03:50:21.675Z Running `/home/build/.rustup/toolchains/1.76.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=570f51cb6388f06e -C extra-filename=-570f51cb6388f06e --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8002024-05-14T03:50:25.874Z Running `/home/build/.rustup/toolchains/1.76.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=e96aa4debbda553a -C extra-filename=-e96aa4debbda553a --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8012024-05-14T03:50:27.138Z Running `/home/build/.rustup/toolchains/1.76.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=78cc7aa62c7d1548 -C extra-filename=-78cc7aa62c7d1548 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8022024-05-14T03:50:33.019Z Running `/home/build/.rustup/toolchains/1.76.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=ad3e76c19a9cfc2e -C extra-filename=-ad3e76c19a9cfc2e --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8032024-05-14T03:50:36.288Z Running `/home/build/.rustup/toolchains/1.76.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=63cba87a812aa103 -C extra-filename=-63cba87a812aa103 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8042024-05-14T03:50:38.056Z Running `/home/build/.rustup/toolchains/1.76.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=a2099a24c166efd7 -C extra-filename=-a2099a24c166efd7 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8052024-05-14T03:50:41.175Z Running `/home/build/.rustup/toolchains/1.76.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=039dc185fdab52ad -C extra-filename=-039dc185fdab52ad --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cc9970a628194e4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5fb1077d686536be.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
8062024-05-14T03:51:02.500Z Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
8072024-05-14T03:51:02.632Z
8082024-05-14T03:51:02.636Zreal 2:39.496028385
8092024-05-14T03:51:02.636Zuser 16:24.039824177
8102024-05-14T03:51:02.636Zsys 2:39.667434191
8112024-05-14T03:51:02.637Ztrap 0.695231706
8122024-05-14T03:51:02.637Ztflt 4.383422878
8132024-05-14T03:51:02.637Zdflt 6.897418813
8142024-05-14T03:51:02.637Zkflt 0.013228021
8152024-05-14T03:51:02.637Zlock 36:11.481910338
8162024-05-14T03:51:02.637Zslp 1:03:56.163885364
8172024-05-14T03:51:02.637Zlat 37.459635678
8182024-05-14T03:51:02.637Zstop 37.071799638
8192024-05-14T03:51:02.637Z+ banner test
8202024-05-14T03:51:02.637Z
8212024-05-14T03:51:02.637Z ##### ###### #### #####
8222024-05-14T03:51:02.637Z # # # #
8232024-05-14T03:51:02.637Z # ##### #### #
8242024-05-14T03:51:02.637Z # # # #
8252024-05-14T03:51:02.637Z # # # # #
8262024-05-14T03:51:02.637Z # ###### #### #
8272024-05-14T03:51:02.637Z
8282024-05-14T03:51:02.637Z+ ptime -m cargo test --all-features --locked --verbose
8292024-05-14T03:51:02.836Z Fresh unicode-ident v1.0.0
8302024-05-14T03:51:02.836Z Fresh cfg-if v1.0.0
8312024-05-14T03:51:02.836Z Fresh version_check v0.9.4
8322024-05-14T03:51:02.836Z Fresh itoa v1.0.1
8332024-05-14T03:51:02.836Z Fresh once_cell v1.13.1
8342024-05-14T03:51:02.841Z Fresh proc-macro2 v1.0.81
8352024-05-14T03:51:02.841Z Fresh memchr v2.6.0
8362024-05-14T03:51:02.842Z Fresh pin-project-lite v0.2.12
8372024-05-14T03:51:02.842Z Fresh bytes v1.6.0
8382024-05-14T03:51:02.842Z Fresh quote v1.0.36
8392024-05-14T03:51:02.842Z Fresh libc v0.2.154
8402024-05-14T03:51:02.842Z Fresh futures-core v0.3.30
8412024-05-14T03:51:02.842Z Fresh futures-sink v0.3.30
8422024-05-14T03:51:02.842Z Fresh syn v2.0.60
8432024-05-14T03:51:02.842Z Fresh getrandom v0.2.11
8442024-05-14T03:51:02.842Z Fresh log v0.4.17
8452024-05-14T03:51:02.842Z Fresh ryu v1.0.5
8462024-05-14T03:51:02.842Z Fresh fnv v1.0.7
8472024-05-14T03:51:02.842Z Fresh serde_derive v1.0.200
8482024-05-14T03:51:02.842Z Fresh thiserror-impl v1.0.56
8492024-05-14T03:51:02.842Z Fresh smallvec v1.7.0
8502024-05-14T03:51:02.842Z Fresh scopeguard v1.2.0
8512024-05-14T03:51:02.842Z Fresh futures-macro v0.3.30
8522024-05-14T03:51:02.842Z Fresh cc v1.0.83
8532024-05-14T03:51:02.842Z Fresh futures-channel v0.3.30
8542024-05-14T03:51:02.842Z Fresh serde v1.0.200
8552024-05-14T03:51:02.842Z Fresh thiserror v1.0.56
8562024-05-14T03:51:02.842Z Fresh parking_lot_core v0.9.4
8572024-05-14T03:51:02.843Z Fresh lock_api v0.4.6
8582024-05-14T03:51:02.843Z Fresh futures-task v0.3.30
8592024-05-14T03:51:02.843Z Fresh slab v0.4.5
8602024-05-14T03:51:02.843Z Fresh pin-utils v0.1.0
8612024-05-14T03:51:02.843Z Fresh serde_json v1.0.116
8622024-05-14T03:51:02.843Z Fresh equivalent v1.0.0
8632024-05-14T03:51:02.843Z Fresh hashbrown v0.14.1
8642024-05-14T03:51:02.843Z Fresh ucd-trie v0.1.6
8652024-05-14T03:51:02.843Z Fresh futures-io v0.3.30
8662024-05-14T03:51:02.843Z Fresh parking_lot v0.12.1
8672024-05-14T03:51:02.843Z Fresh pest v2.7.6
8682024-05-14T03:51:02.843Z Fresh indexmap v2.2.6
8692024-05-14T03:51:02.843Z Fresh futures-util v0.3.30
8702024-05-14T03:51:02.843Z Fresh tokio-macros v2.2.0
8712024-05-14T03:51:02.843Z Fresh mio v0.8.11
8722024-05-14T03:51:02.843Z Fresh signal-hook-registry v1.4.0
8732024-05-14T03:51:02.843Z Fresh num_cpus v1.13.0
8742024-05-14T03:51:02.843Z Fresh socket2 v0.5.5
8752024-05-14T03:51:02.843Z Fresh byteorder v1.4.3
8762024-05-14T03:51:02.843Z Fresh tokio v1.37.0
8772024-05-14T03:51:02.843Z Fresh pest_meta v2.7.6
8782024-05-14T03:51:02.843Z Fresh typenum v1.14.0
8792024-05-14T03:51:02.843Z Fresh scroll_derive v0.12.0
8802024-05-14T03:51:02.844Z Fresh time-core v0.1.2
8812024-05-14T03:51:02.844Z Fresh powerfmt v0.2.0
8822024-05-14T03:51:02.844Z Fresh rustls-pki-types v1.5.0
8832024-05-14T03:51:02.844Z Fresh spin v0.9.8
8842024-05-14T03:51:02.844Z Fresh deranged v0.3.11
8852024-05-14T03:51:02.844Z Fresh scroll v0.12.0
8862024-05-14T03:51:02.844Z Fresh generic-array v0.14.5
8872024-05-14T03:51:02.844Z Fresh httparse v1.8.0
8882024-05-14T03:51:02.844Z Fresh time-macros v0.2.16
8892024-05-14T03:51:02.844Z Fresh crossbeam-utils v0.8.15
8902024-05-14T03:51:02.844Z Fresh pest_generator v2.7.6
8912024-05-14T03:51:02.844Z Fresh serde_tokenstream v0.2.0
8922024-05-14T03:51:02.844Z Fresh zerocopy-derive v0.7.32
8932024-05-14T03:51:02.844Z Fresh tracing-core v0.1.32
8942024-05-14T03:51:02.844Z Fresh num_threads v0.1.3
8952024-05-14T03:51:02.844Z Fresh tinyvec_macros v0.1.0
8962024-05-14T03:51:02.844Z Fresh plain v0.2.3
8972024-05-14T03:51:02.844Z Fresh percent-encoding v2.3.1
8982024-05-14T03:51:02.844Z Fresh untrusted v0.9.0
8992024-05-14T03:51:02.844Z Fresh time v0.3.31
9002024-05-14T03:51:02.844Z Fresh form_urlencoded v1.2.1
9012024-05-14T03:51:02.844Z Fresh tinyvec v1.5.1
9022024-05-14T03:51:02.845Z Fresh goblin v0.8.0
9032024-05-14T03:51:02.845Z Fresh tracing v0.1.40
9042024-05-14T03:51:02.845Z Fresh ring v0.17.7
9052024-05-14T03:51:02.845Z Fresh zerocopy v0.7.32
9062024-05-14T03:51:02.845Z Fresh pest_derive v2.7.6
9072024-05-14T03:51:02.845Z Fresh http v0.2.9
9082024-05-14T03:51:02.845Z Fresh pretty-hex v0.4.1
9092024-05-14T03:51:02.845Z Fresh base64 v0.22.1
9102024-05-14T03:51:02.845Z Fresh autocfg v1.1.0
9112024-05-14T03:51:02.845Z Fresh dof v0.3.0
9122024-05-14T03:51:02.845Z Fresh dtrace-parser v0.2.0
9132024-05-14T03:51:02.845Z Fresh tokio-util v0.7.7
9142024-05-14T03:51:02.845Z Fresh paste v1.0.14
9152024-05-14T03:51:02.845Z Fresh slog v2.7.0
9162024-05-14T03:51:02.845Z Fresh unicode-normalization v0.1.19
9172024-05-14T03:51:02.845Z Fresh crypto-common v0.1.6
9182024-05-14T03:51:02.845Z Fresh block-buffer v0.10.2
9192024-05-14T03:51:02.845Z Fresh rand_core v0.6.3
9202024-05-14T03:51:02.845Z Fresh thread-id v4.0.0
9212024-05-14T03:51:02.845Z Fresh matches v0.1.9
9222024-05-14T03:51:02.845Z Fresh try-lock v0.2.3
9232024-05-14T03:51:02.845Z Fresh unicode-bidi v0.3.7
9242024-05-14T03:51:02.845Z Fresh ppv-lite86 v0.2.15
9252024-05-14T03:51:02.845Z Fresh digest v0.10.7
9262024-05-14T03:51:02.846Z Fresh usdt-impl v0.5.0
9272024-05-14T03:51:02.846Z Fresh want v0.3.0
9282024-05-14T03:51:02.846Z Fresh unicase v2.6.0
9292024-05-14T03:51:02.846Z Fresh idna v0.2.3
9302024-05-14T03:51:02.846Z Fresh rand_chacha v0.3.1
9312024-05-14T03:51:02.846Z Fresh h2 v0.3.26
9322024-05-14T03:51:02.846Z Fresh rustls-webpki v0.102.1
9332024-05-14T03:51:02.846Z Fresh http-body v0.4.3
9342024-05-14T03:51:02.856Z Fresh toml_datetime v0.6.5
9352024-05-14T03:51:02.856Z Fresh serde_spanned v0.6.5
9362024-05-14T03:51:02.856Z Fresh http v1.0.0
9372024-05-14T03:51:02.857Z Fresh dirs-sys-next v0.1.2
9382024-05-14T03:51:02.857Z Fresh socket2 v0.4.9
9392024-05-14T03:51:02.857Z Fresh zeroize v1.7.0
9402024-05-14T03:51:02.857Z Fresh subtle v2.5.0
9412024-05-14T03:51:02.857Z Fresh tower-service v0.3.1
9422024-05-14T03:51:02.857Z Fresh httpdate v1.0.1
9432024-05-14T03:51:02.857Z Fresh winnow v0.6.5
9442024-05-14T03:51:02.857Z Fresh cpufeatures v0.2.2
9452024-05-14T03:51:02.857Z Fresh mime v0.3.16
9462024-05-14T03:51:02.857Z Fresh rustls v0.22.4
9472024-05-14T03:51:02.857Z Fresh hyper v0.14.27
9482024-05-14T03:51:02.857Z Fresh toml_edit v0.22.9
9492024-05-14T03:51:02.858Z Fresh dirs-next v2.0.0
9502024-05-14T03:51:02.858Z Fresh url v2.2.2
9512024-05-14T03:51:02.858Z Fresh rand v0.8.4
9522024-05-14T03:51:02.858Z Fresh sha1 v0.10.6
9532024-05-14T03:51:02.858Z Fresh num-traits v0.2.14
9542024-05-14T03:51:02.858Z Fresh rustls-pemfile v2.1.2
9552024-05-14T03:51:02.858Z Fresh concurrent-queue v2.5.0
9562024-05-14T03:51:02.858Z Fresh serde_derive_internals v0.29.0
9572024-05-14T03:51:02.858Z Fresh thread_local v1.1.4
9582024-05-14T03:51:02.858Z Fresh iana-time-zone v0.1.47
9592024-05-14T03:51:02.858Z Fresh parking v2.2.0
9602024-05-14T03:51:02.858Z Fresh match_cfg v0.1.0
9612024-05-14T03:51:02.859Z Fresh schemars_derive v0.8.17
9622024-05-14T03:51:02.859Z Fresh event-listener v5.0.0
9632024-05-14T03:51:02.859Z Fresh chrono v0.4.38
9642024-05-14T03:51:02.859Z Fresh hostname v0.3.1
9652024-05-14T03:51:02.859Z Fresh toml v0.8.12
9662024-05-14T03:51:02.859Z Fresh tokio-rustls v0.25.0
9672024-05-14T03:51:02.859Z Fresh term v0.7.0
9682024-05-14T03:51:02.859Z Fresh usdt-macro v0.5.0
9692024-05-14T03:51:02.859Z Fresh usdt-attr-macro v0.5.0
9702024-05-14T03:51:02.859Z Fresh slog-json v2.6.1
9712024-05-14T03:51:02.859Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9722024-05-14T03:51:02.859Z Fresh crossbeam-channel v0.5.1
9732024-05-14T03:51:02.860Z Fresh futures-executor v0.3.30
9742024-05-14T03:51:02.860Z Fresh uuid v1.8.0
9752024-05-14T03:51:02.860Z Fresh async-stream-impl v0.3.5
9762024-05-14T03:51:02.860Z Fresh is-terminal v0.4.12
9772024-05-14T03:51:02.860Z Fresh memmap v0.7.0
9782024-05-14T03:51:02.860Z Fresh errno v0.3.8
9792024-05-14T03:51:02.860Z Running `/home/build/.rustup/toolchains/1.76.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=18457f34c1813bee -C extra-filename=-18457f34c1813bee --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-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro`
9802024-05-14T03:51:02.860Z Fresh encoding_rs v0.8.32
9812024-05-14T03:51:02.860Z Fresh data-encoding v2.4.0
9822024-05-14T03:51:02.860Z Fresh utf-8 v0.7.6
9832024-05-14T03:51:02.860Z Fresh dyn-clone v1.0.4
9842024-05-14T03:51:02.860Z Fresh openssl-probe v0.1.4
9852024-05-14T03:51:02.861Z Fresh unicode-width v0.1.9
9862024-05-14T03:51:02.865Z Fresh lazy_static v1.4.0
9872024-05-14T03:51:02.865Z Fresh bitflags v2.4.0
9882024-05-14T03:51:02.866Z Fresh atomic-waker v1.1.1
9892024-05-14T03:51:02.866Z Fresh unicode-segmentation v1.10.0
9902024-05-14T03:51:02.866Z Fresh take_mut v0.2.2
9912024-05-14T03:51:02.866Z Fresh rustix v0.38.31
9922024-05-14T03:51:02.866Z Fresh waitgroup v0.1.2
9932024-05-14T03:51:02.866Z Fresh slog-async v2.8.0
9942024-05-14T03:51:02.866Z Fresh console v0.15.7
9952024-05-14T03:51:02.866Z Fresh newline-converter v0.3.0
9962024-05-14T03:51:02.866Z Fresh rustls-native-certs v0.7.0
9972024-05-14T03:51:02.866Z Fresh multer v3.1.0
9982024-05-14T03:51:02.866Z Fresh tungstenite v0.21.0
9992024-05-14T03:51:02.866Z Fresh schemars v0.8.17
10002024-05-14T03:51:02.867Z Fresh slog-term v2.9.1
10012024-05-14T03:51:02.867Z Fresh async-stream v0.3.5
10022024-05-14T03:51:02.867Z Fresh usdt v0.5.0
10032024-05-14T03:51:02.867Z Fresh futures v0.3.30
10042024-05-14T03:51:02.867Z Fresh slog-bunyan v2.5.0
10052024-05-14T03:51:02.867Z Fresh mime_guess v2.0.4
10062024-05-14T03:51:02.867Z Fresh camino v1.1.6
10072024-05-14T03:51:02.867Z Fresh event-listener-strategy v0.5.0
10082024-05-14T03:51:02.867Z Fresh pem v3.0.4
10092024-05-14T03:51:02.867Z Fresh serde_urlencoded v0.7.1
10102024-05-14T03:51:02.867Z Fresh yasna v0.5.2
10112024-05-14T03:51:02.867Z Fresh openapiv3 v2.0.0
10122024-05-14T03:51:02.867Z Fresh serde_path_to_error v0.1.16
10132024-05-14T03:51:02.868Z Fresh async-trait v0.1.80
10142024-05-14T03:51:02.868Z Fresh hostname v0.4.0
10152024-05-14T03:51:02.868Z Fresh termcolor v1.1.2
10162024-05-14T03:51:02.868Z Fresh debug-ignore v1.0.5
10172024-05-14T03:51:02.868Z Fresh fastrand v2.0.1
10182024-05-14T03:51:02.868Z Fresh http-range v0.1.4
10192024-05-14T03:51:02.868Z Fresh similar v2.2.1
10202024-05-14T03:51:02.868Z Fresh glob v0.3.0
10212024-05-14T03:51:02.868Z Fresh rcgen v0.13.1
10222024-05-14T03:51:02.868Z Fresh async-channel v2.3.0
10232024-05-14T03:51:02.868Z Fresh hyper-staticfile v0.9.5
10242024-05-14T03:51:02.868Z Fresh tempfile v3.10.1
10252024-05-14T03:51:02.868Z Fresh expectorate v1.1.0
10262024-05-14T03:51:02.868Z Fresh trybuild v1.0.93
10272024-05-14T03:51:02.869Z Fresh hyper-rustls v0.25.0
10282024-05-14T03:51:02.869Z Fresh tokio-tungstenite v0.21.0
10292024-05-14T03:51:02.869Z Fresh buf-list v1.0.3
10302024-05-14T03:51:02.869Z Fresh subprocess v0.2.9
10312024-05-14T03:51:02.869Z Fresh schema-derive v0.1.0
10322024-05-14T03:51:02.869Z Fresh schema v0.1.0
10332024-05-14T03:51:04.539Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
10342024-05-14T03:51:04.558Z Running `/home/build/.rustup/toolchains/1.76.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=1123bd69d340eceb -C extra-filename=-1123bd69d340eceb --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-b7c16f654d4ea528.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10352024-05-14T03:51:04.559Z Running `/home/build/.rustup/toolchains/1.76.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=f8b7ffcbf7499fb9 -C extra-filename=-f8b7ffcbf7499fb9 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10362024-05-14T03:51:10.057Z Running `/home/build/.rustup/toolchains/1.76.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=df3602b47e7fce89 -C extra-filename=-df3602b47e7fce89 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10372024-05-14T03:51:10.616Z Running `/home/build/.rustup/toolchains/1.76.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=19d809b67b19ed31 -C extra-filename=-19d809b67b19ed31 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10382024-05-14T03:51:10.616Z Running `/home/build/.rustup/toolchains/1.76.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=023f07a001e7a7df -C extra-filename=-023f07a001e7a7df --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10392024-05-14T03:51:10.616Z Running `/home/build/.rustup/toolchains/1.76.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=b82d574ed7c149ce -C extra-filename=-b82d574ed7c149ce --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10402024-05-14T03:51:10.616Z Running `/home/build/.rustup/toolchains/1.76.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=4ca6ea336b27098e -C extra-filename=-4ca6ea336b27098e --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10412024-05-14T03:51:10.616Z Running `/home/build/.rustup/toolchains/1.76.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=9e9c76b1385229a4 -C extra-filename=-9e9c76b1385229a4 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10422024-05-14T03:51:10.630Z Running `/home/build/.rustup/toolchains/1.76.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=27a6b3ae9da48463 -C extra-filename=-27a6b3ae9da48463 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10432024-05-14T03:51:27.923Z Running `/home/build/.rustup/toolchains/1.76.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=da0145b4ba59aa21 -C extra-filename=-da0145b4ba59aa21 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10442024-05-14T03:51:34.356Z Running `/home/build/.rustup/toolchains/1.76.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=342c47967a82ced7 -C extra-filename=-342c47967a82ced7 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10452024-05-14T03:51:37.819Z Running `/home/build/.rustup/toolchains/1.76.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=355a3b95d568cf23 -C extra-filename=-355a3b95d568cf23 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10462024-05-14T03:51:38.639Z Running `/home/build/.rustup/toolchains/1.76.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=2ef0ff7dedeab94b -C extra-filename=-2ef0ff7dedeab94b --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10472024-05-14T03:51:44.815Z Running `/home/build/.rustup/toolchains/1.76.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=6641b9a6f07b14fd -C extra-filename=-6641b9a6f07b14fd --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10482024-05-14T03:51:46.346Z Running `/home/build/.rustup/toolchains/1.76.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=0f3550d64b2d56c3 -C extra-filename=-0f3550d64b2d56c3 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10492024-05-14T03:51:55.818Z Running `/home/build/.rustup/toolchains/1.76.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=a7d3aac230cc9505 -C extra-filename=-a7d3aac230cc9505 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10502024-05-14T03:51:58.139Z Running `/home/build/.rustup/toolchains/1.76.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=f9c41ce1bf752b37 -C extra-filename=-f9c41ce1bf752b37 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10512024-05-14T03:51:58.965Z Running `/home/build/.rustup/toolchains/1.76.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=7f550c91df3e56c2 -C extra-filename=-7f550c91df3e56c2 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10522024-05-14T03:52:03.191Z Running `/home/build/.rustup/toolchains/1.76.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=b64e3ecfa50d75f9 -C extra-filename=-b64e3ecfa50d75f9 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10532024-05-14T03:52:07.593Z Running `/home/build/.rustup/toolchains/1.76.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=75494312a0dd2dc1 -C extra-filename=-75494312a0dd2dc1 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10542024-05-14T03:52:10.228Z Running `/home/build/.rustup/toolchains/1.76.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=d5cf518b50284b21 -C extra-filename=-d5cf518b50284b21 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10552024-05-14T03:52:11.471Z Running `/home/build/.rustup/toolchains/1.76.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=c65e88d8107e1935 -C extra-filename=-c65e88d8107e1935 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10562024-05-14T03:52:12.058Z Running `/home/build/.rustup/toolchains/1.76.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=5324f777fa1fcbbe -C extra-filename=-5324f777fa1fcbbe --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10572024-05-14T03:52:15.532Z Running `/home/build/.rustup/toolchains/1.76.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=bc27792d32828477 -C extra-filename=-bc27792d32828477 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10582024-05-14T03:52:24.400Z Running `/home/build/.rustup/toolchains/1.76.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=ec3c551f59665aa0 -C extra-filename=-ec3c551f59665aa0 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10592024-05-14T03:52:25.358Z Running `/home/build/.rustup/toolchains/1.76.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=299458303ca4c8ea -C extra-filename=-299458303ca4c8ea --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10602024-05-14T03:52:29.575Z Running `/home/build/.rustup/toolchains/1.76.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=75052af15d057e98 -C extra-filename=-75052af15d057e98 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10612024-05-14T03:52:30.933Z Running `/home/build/.rustup/toolchains/1.76.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=731e89783660b155 -C extra-filename=-731e89783660b155 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10622024-05-14T03:52:32.425Z Running `/home/build/.rustup/toolchains/1.76.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=21832a99d6ddb658 -C extra-filename=-21832a99d6ddb658 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10632024-05-14T03:52:33.557Z Running `/home/build/.rustup/toolchains/1.76.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=252affc8df6c8b73 -C extra-filename=-252affc8df6c8b73 --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-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2c0ebbea0099e5c4/out`
10642024-05-14T03:52:58.765Z Finished test [unoptimized + debuginfo] target(s) in 1m 56s
10652024-05-14T03:52:58.789Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-f8b7ffcbf7499fb9`
10662024-05-14T03:52:58.799Z
10672024-05-14T03:52:58.799Zrunning 96 tests
10682024-05-14T03:52:58.799Ztest api_description::test::test_badpath4 - should panic ... ok
10692024-05-14T03:52:58.799Ztest api_description::test::test_tags_need_one ... ok
10702024-05-14T03:52:58.799Ztest api_description::test::test_badpath2 ... ok
10712024-05-14T03:52:58.799Ztest api_description::test::test_badpath3 ... ok
10722024-05-14T03:52:58.800Ztest api_description::test::test_badpath1 ... ok
10732024-05-14T03:52:58.800Ztest api_description::test::test_dup_names ... ok
10742024-05-14T03:52:58.800Ztest api_description::test::test_tags_just_right ... ok
10752024-05-14T03:52:58.800Ztest api_description::test::test_tags_too_many ... ok
10762024-05-14T03:52:58.800Ztest error::test::test_serialize_error_response_body ... ok
10772024-05-14T03:52:58.800Ztest extractor::metadata::test::test_metadata_simple ... ok
10782024-05-14T03:52:58.800Ztest from_map::test::test_lone_literal ... ok
10792024-05-14T03:52:58.801Ztest extractor::metadata::test::test_metadata_flattened ... ok
10802024-05-14T03:52:58.837Ztest from_map::test::test_missing_data1 ... ok
10812024-05-14T03:52:58.837Ztest from_map::test::test_deep ... ok
10822024-05-14T03:52:58.837Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10832024-05-14T03:52:58.838Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10842024-05-14T03:52:58.838Ztest from_map::test::test_missing_data2 ... ok
10852024-05-14T03:52:58.838Ztest from_map::test::test_types ... ok
10862024-05-14T03:52:58.838Ztest extractor::metadata::test::test_metadata_pagination ... ok
10872024-05-14T03:52:58.838Ztest logging::test::test_config_bad_terminal_no_level ... ok
10882024-05-14T03:52:58.838Ztest logging::test::test_config_bad_terminal_bad_level ... ok
10892024-05-14T03:52:58.838Ztest logging::test::test_config_bad_file_no_level ... ok
10902024-05-14T03:52:58.838Ztest logging::test::test_config_bad_file_no_file ... ok
10912024-05-14T03:52:58.839Ztest logging::test::test_config_bad_log_mode ... ok
10922024-05-14T03:52:58.839Ztest logging::test::test_config_bad_file_bad_path_type ... ok
10932024-05-14T03:52:58.839Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
10942024-05-14T03:52:58.839Ztest pagination::test::test_pagination_schema ... ok
10952024-05-14T03:52:58.839Ztest pagination::test::test_results_page ... ok
10962024-05-14T03:52:58.839Ztest router::test::test_bad_path_segment1 - should panic ... ok
10972024-05-14T03:52:58.839Ztest router::test::test_bad_path_segment2 - should panic ... ok
10982024-05-14T03:52:58.839Ztest pagination::test::test_pagparams_parsing ... ok
10992024-05-14T03:52:58.839Ztest router::test::test_bad_path_segment3 - should panic ... ok
11002024-05-14T03:52:58.839Ztest router::test::test_bad_path_segment4 - should panic ... ok
11012024-05-14T03:52:58.839Ztest pagination::test::test_page_token_serialization ... ok
11022024-05-14T03:52:58.839Znote: configured to log to "/tmp/dropshot-f8b7ffcbf7499fb9.1957.file_dir/log.out"
11032024-05-14T03:52:58.839Ztest router::test::test_duplicate_varname - should panic ... ok
11042024-05-14T03:52:58.839Ztest router::test::test_duplicate_route2 - should panic ... ok
11052024-05-14T03:52:58.839Ztest router::test::test_duplicate_route1 - should panic ... ok
11062024-05-14T03:52:58.840Ztest router::test::test_duplicate_route3 - should panic ... ok
11072024-05-14T03:52:58.840Ztest router::test::test_bogus_regex - should panic ... ok
11082024-05-14T03:52:58.840Ztest logging::test::test_config_stderr_terminal ... ok
11092024-05-14T03:52:58.840Ztest router::test::test_embedded_non_variable ... ok
11102024-05-14T03:52:58.840Ztest router::test::test_empty_variable ... ok
11112024-05-14T03:52:58.840Ztest router::test::test_iter_null ... ok
11122024-05-14T03:52:58.840Ztest router::test::test_inconsistent_varname - should panic ... ok
11132024-05-14T03:52:58.840Ztest router::test::test_error_cases ... ok
11142024-05-14T03:52:58.841Ztest router::test::test_literal_after_regex - should panic ... ok
11152024-05-14T03:52:58.841Ztest router::test::test_iter ... ok
11162024-05-14T03:52:58.841Ztest router::test::test_iter2 ... ok
11172024-05-14T03:52:58.841Ztest router::test::test_literal_after_variable - should panic ... ok
11182024-05-14T03:52:58.841Ztest router::test::test_map ... ok
11192024-05-14T03:52:58.841Znote: configured to log to "/tmp/dropshot-f8b7ffcbf7499fb9.1957.file_dir/log.out"
11202024-05-14T03:52:58.841Ztest router::test::test_map_bad_seq ... ok
11212024-05-14T03:52:58.841Ztest router::test::test_more_after_regex - should panic ... ok
11222024-05-14T03:52:58.842Ztest router::test::test_router_basic ... ok
11232024-05-14T03:52:58.842Ztest router::test::test_segments ... ok
11242024-05-14T03:52:58.842Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11252024-05-14T03:52:58.842Ztest router::test::test_variable_after_literal - should panic ... ok
11262024-05-14T03:52:58.842Ztest api_description::test::test_tags_set ... ok
11272024-05-14T03:52:58.842Ztest router::test::test_path_segment ... ok
11282024-05-14T03:52:58.842Ztest router::test::test_map_bad_value ... ok
11292024-05-14T03:52:58.842Ztest router::test::test_variable_name_bad_end - should panic ... ok
11302024-05-14T03:52:58.842Ztest router::test::test_variable_name_bad_start - should panic ... ok
11312024-05-14T03:52:58.842Ztest router::test::test_variable_name_empty - should panic ... ok
11322024-05-14T03:52:58.843Ztest router::test::test_variable_rename ... ok
11332024-05-14T03:52:58.843Ztest router::test::test_variables_basic ... ok
11342024-05-14T03:52:58.843Ztest router::test::test_variables_multi ... ok
11352024-05-14T03:52:58.843Ztest router::test::test_variables_glob ... ok
11362024-05-14T03:52:58.843Ztest schema_util::test::test_additional_properties ... ok
11372024-05-14T03:52:58.843Ztest schema_util::test::test_empty_struct ... ok
11382024-05-14T03:52:58.843Znote: configured to log to "/tmp/dropshot-f8b7ffcbf7499fb9.1957.file_dir/log.out"
11392024-05-14T03:52:58.843Ztest schema_util::test::test_nullable ... ok
11402024-05-14T03:52:58.844Ztest schema_util::test::test_bad_schema - should panic ... ok
11412024-05-14T03:52:58.844Ztest schema_util::test::test_extension_conversion ... ok
11422024-05-14T03:52:58.844Ztest logging::test::test_config_file ... ok
11432024-05-14T03:52:58.844Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11442024-05-14T03:52:58.844Ztest schema_util::test::test_two_types - should panic ... ok
11452024-05-14T03:52:58.844Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11462024-05-14T03:52:58.844Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11472024-05-14T03:52:58.844Ztest test_util::test::test_bunyan_easy_cases ... ok
11482024-05-14T03:52:58.845Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11492024-05-14T03:52:58.845Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11502024-05-14T03:52:58.845Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11512024-05-14T03:52:58.845Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11522024-05-14T03:52:58.845Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
11532024-05-14T03:52:58.845Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11542024-05-14T03:52:58.845Ztest to_map::test::test_to_map_seq ... ok
11552024-05-14T03:52:58.846Ztest to_map::test::test_to_map_enum ... ok
11562024-05-14T03:52:58.846Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11572024-05-14T03:52:58.846Ztest to_map::test::test_to_map_num ... ok
11582024-05-14T03:52:58.846Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11592024-05-14T03:52:58.846Ztest type_util::tests::test_commented_ref ... ok
11602024-05-14T03:52:58.846Ztest to_map::test::test_to_map_vec ... ok
11612024-05-14T03:52:58.846Ztest to_map::test::test_to_map_valid ... ok
11622024-05-14T03:52:58.847Ztest type_util::tests::test_recursive_type - should panic ... ok
11632024-05-14T03:52:58.847Ztest type_util::tests::test_reflexive_type - should panic ... ok
11642024-05-14T03:52:58.847Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11652024-05-14T03:52:58.847Ztest server::test::test_drop_server_without_close_okay ... ok
11662024-05-14T03:52:58.860Ztest server::test::test_server_run_then_close ... ok
11672024-05-14T03:52:58.860Z
11682024-05-14T03:52:58.860Ztest result: ok. 96 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
11692024-05-14T03:52:58.860Z
11702024-05-14T03:52:58.860Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-d5cf518b50284b21`
11712024-05-14T03:52:58.860Z
11722024-05-14T03:52:58.860Zrunning 1 test
11732024-05-14T03:52:59.132Z Compiling proc-macro2 v1.0.81
11742024-05-14T03:52:59.132Z Compiling unicode-ident v1.0.0
11752024-05-14T03:52:59.135Z Compiling libc v0.2.154
11762024-05-14T03:52:59.135Z Checking cfg-if v1.0.0
11772024-05-14T03:52:59.135Z Compiling serde v1.0.200
11782024-05-14T03:52:59.135Z Compiling version_check v0.9.4
11792024-05-14T03:52:59.135Z Checking itoa v1.0.1
11802024-05-14T03:52:59.135Z Compiling log v0.4.17
11812024-05-14T03:52:59.210Z Compiling thiserror v1.0.56
11822024-05-14T03:52:59.621Z Checking pin-project-lite v0.2.12
11832024-05-14T03:52:59.621Z Compiling ryu v1.0.5
11842024-05-14T03:52:59.621Z Compiling serde_json v1.0.116
11852024-05-14T03:52:59.621Z Checking bytes v1.6.0
11862024-05-14T03:52:59.796Z Checking memchr v2.6.0
11872024-05-14T03:52:59.815Z Checking futures-core v0.3.30
11882024-05-14T03:52:59.979Z Compiling parking_lot_core v0.9.4
11892024-05-14T03:53:00.180Z Checking futures-sink v0.3.30
11902024-05-14T03:53:00.241Z Compiling ucd-trie v0.1.6
11912024-05-14T03:53:00.356Z Checking scopeguard v1.2.0
11922024-05-14T03:53:00.965Z Compiling once_cell v1.13.1
11932024-05-14T03:53:00.968Z Checking fnv v1.0.7
11942024-05-14T03:53:00.968Z Checking smallvec v1.7.0
11952024-05-14T03:53:00.968Z Compiling quote v1.0.36
11962024-05-14T03:53:00.971Z Checking lock_api v0.4.6
11972024-05-14T03:53:01.074Z Checking futures-channel v0.3.30
11982024-05-14T03:53:01.283Z Checking getrandom v0.2.11
11992024-05-14T03:53:01.293Z Compiling syn v2.0.60
12002024-05-14T03:53:01.433Z Compiling cc v1.0.83
12012024-05-14T03:53:01.512Z Checking futures-task v0.3.30
12022024-05-14T03:53:01.675Z Checking futures-io v0.3.30
12032024-05-14T03:53:01.748Z Compiling typenum v1.14.0
12042024-05-14T03:53:01.754Z Checking slab v0.4.5
12052024-05-14T03:53:01.841Z Checking pin-utils v0.1.0
12062024-05-14T03:53:01.849Z Checking parking_lot v0.12.1
12072024-05-14T03:53:01.916Z Checking signal-hook-registry v1.4.0
12082024-05-14T03:53:01.980Z Checking num_cpus v1.13.0
12092024-05-14T03:53:02.006Z Checking mio v0.8.11
12102024-05-14T03:53:02.074Z Checking socket2 v0.5.5
12112024-05-14T03:53:02.082Z Compiling generic-array v0.14.5
12122024-05-14T03:53:02.191Z Checking equivalent v1.0.0
12132024-05-14T03:53:02.252Z Compiling httparse v1.8.0
12142024-05-14T03:53:02.290Z Checking hashbrown v0.14.1
12152024-05-14T03:53:02.457Z Compiling crossbeam-utils v0.8.15
12162024-05-14T03:53:02.581Z Compiling unicase v2.6.0
12172024-05-14T03:53:02.613Z Compiling usdt-impl v0.5.0
12182024-05-14T03:53:02.911Z Checking rustls-pki-types v1.5.0
12192024-05-14T03:53:02.971Z Checking spin v0.9.8
12202024-05-14T03:53:03.021Z Compiling time-core v0.1.2
12212024-05-14T03:53:03.060Z Checking powerfmt v0.2.0
12222024-05-14T03:53:03.180Z Compiling time-macros v0.2.16
12232024-05-14T03:53:03.724Z Checking deranged v0.3.11
12242024-05-14T03:53:03.728Z Checking tracing-core v0.1.32
12252024-05-14T03:53:03.738Z Compiling slog v2.7.0
12262024-05-14T03:53:04.082Z Checking tinyvec_macros v0.1.0
12272024-05-14T03:53:04.361Z Compiling byteorder v1.4.3
12282024-05-14T03:53:04.492Z Checking untrusted v0.9.0
12292024-05-14T03:53:04.644Z Compiling plain v0.2.3
12302024-05-14T03:53:04.764Z Checking percent-encoding v2.3.1
12312024-05-14T03:53:04.789Z Checking num_threads v0.1.3
12322024-05-14T03:53:04.890Z Checking tracing v0.1.40
12332024-05-14T03:53:04.901Z Checking tinyvec v1.5.1
12342024-05-14T03:53:04.957Z Checking form_urlencoded v1.2.1
12352024-05-14T03:53:05.135Z Checking http v0.2.9
12362024-05-14T03:53:05.156Z Compiling ring v0.17.7
12372024-05-14T03:53:05.201Z Checking base64 v0.22.1
12382024-05-14T03:53:05.486Z Compiling autocfg v1.1.0
12392024-05-14T03:53:05.651Z Compiling pretty-hex v0.4.1
12402024-05-14T03:53:05.725Z Checking crypto-common v0.1.6
12412024-05-14T03:53:05.865Z Checking block-buffer v0.10.2
12422024-05-14T03:53:06.188Z Checking unicode-normalization v0.1.19
12432024-05-14T03:53:06.531Z Checking rand_core v0.6.3
12442024-05-14T03:53:06.547Z Compiling num-traits v0.2.14
12452024-05-14T03:53:06.573Z Compiling thread-id v4.0.0
12462024-05-14T03:53:06.671Z Compiling rustls v0.22.4
12472024-05-14T03:53:06.783Z Checking ppv-lite86 v0.2.15
12482024-05-14T03:53:06.805Z Checking try-lock v0.2.3
12492024-05-14T03:53:06.910Z Checking unicode-bidi v0.3.7
12502024-05-14T03:53:06.983Z Checking matches v0.1.9
12512024-05-14T03:53:07.057Z Checking want v0.3.0
12522024-05-14T03:53:07.379Z Checking http-body v0.4.3
12532024-05-14T03:53:07.406Z Checking time v0.3.31
12542024-05-14T03:53:07.431Z Checking idna v0.2.3
12552024-05-14T03:53:07.438Z Checking rand_chacha v0.3.1
12562024-05-14T03:53:07.572Z Checking digest v0.10.7
12572024-05-14T03:53:07.587Z Checking dirs-sys-next v0.1.2
12582024-05-14T03:53:07.656Z Checking socket2 v0.4.9
12592024-05-14T03:53:07.748Z Checking http v1.0.0
12602024-05-14T03:53:07.766Z Checking httpdate v1.0.1
12612024-05-14T03:53:08.018Z Checking tower-service v0.3.1
12622024-05-14T03:53:08.171Z Checking cpufeatures v0.2.2
12632024-05-14T03:53:08.210Z Checking zeroize v1.7.0
12642024-05-14T03:53:08.664Z Checking mime v0.3.16
12652024-05-14T03:53:08.678Z Checking subtle v2.5.0
12662024-05-14T03:53:08.678Z Checking sha1 v0.10.6
12672024-05-14T03:53:08.678Z Checking url v2.2.2
12682024-05-14T03:53:08.678Z Checking rand v0.8.4
12692024-05-14T03:53:08.678Z Checking dirs-next v2.0.0
12702024-05-14T03:53:08.678Z Compiling serde_derive_internals v0.29.0
12712024-05-14T03:53:08.678Z Compiling mime_guess v2.0.4
12722024-05-14T03:53:09.484Z Checking rustls-pemfile v2.1.2
12732024-05-14T03:53:09.705Z Checking concurrent-queue v2.5.0
12742024-05-14T03:53:10.092Z Checking thread_local v1.1.4
12752024-05-14T03:53:10.108Z Compiling multer v3.1.0
12762024-05-14T03:53:10.349Z Compiling rustix v0.38.31
12772024-05-14T03:53:10.381Z Compiling paste v1.0.14
12782024-05-14T03:53:10.485Z Checking winnow v0.6.5
12792024-05-14T03:53:10.737Z Compiling slog-async v2.8.0
12802024-05-14T03:53:11.004Z Checking iana-time-zone v0.1.47
12812024-05-14T03:53:11.139Z Checking match_cfg v0.1.0
12822024-05-14T03:53:11.217Z Compiling camino v1.1.6
12832024-05-14T03:53:11.342Z Checking parking v2.2.0
12842024-05-14T03:53:11.376Z Compiling schemars v0.8.17
12852024-05-14T03:53:11.473Z Checking event-listener v5.0.0
12862024-05-14T03:53:11.664Z Checking rustls-webpki v0.102.1
12872024-05-14T03:53:11.886Z Checking hostname v0.3.1
12882024-05-14T03:53:12.041Z Checking term v0.7.0
12892024-05-14T03:53:12.059Z Checking crossbeam-channel v0.5.1
12902024-05-14T03:53:12.270Z Checking memmap v0.7.0
12912024-05-14T03:53:12.453Z Checking errno v0.3.8
12922024-05-14T03:53:12.478Z Checking is-terminal v0.4.12
12932024-05-14T03:53:12.509Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
12942024-05-14T03:53:12.555Z Checking encoding_rs v0.8.32
12952024-05-14T03:53:13.016Z Checking unicode-width v0.1.9
12962024-05-14T03:53:13.019Z Checking utf-8 v0.7.6
12972024-05-14T03:53:13.019Z Checking atomic-waker v1.1.1
12982024-05-14T03:53:13.019Z Checking lazy_static v1.4.0
12992024-05-14T03:53:13.020Z Checking take_mut v0.2.2
13002024-05-14T03:53:13.020Z Checking openssl-probe v0.1.4
13012024-05-14T03:53:13.020Z Checking dyn-clone v1.0.4
13022024-05-14T03:53:13.053Z Checking bitflags v2.4.0
13032024-05-14T03:53:13.061Z Checking data-encoding v2.4.0
13042024-05-14T03:53:13.123Z Compiling buf-list v1.0.3
13052024-05-14T03:53:13.298Z Checking unicode-segmentation v1.10.0
13062024-05-14T03:53:13.858Z Checking rustls-native-certs v0.7.0
13072024-05-14T03:53:13.894Z Checking newline-converter v0.3.0
13082024-05-14T03:53:13.938Z Checking console v0.15.7
13092024-05-14T03:53:13.975Z Checking waitgroup v0.1.2
13102024-05-14T03:53:14.074Z Checking slog-term v2.9.1
13112024-05-14T03:53:14.549Z Checking event-listener-strategy v0.5.0
13122024-05-14T03:53:14.743Z Checking yasna v0.5.2
13132024-05-14T03:53:14.750Z Checking pem v3.0.4
13142024-05-14T03:53:14.771Z Checking hostname v0.4.0
13152024-05-14T03:53:14.819Z Checking debug-ignore v1.0.5
13162024-05-14T03:53:14.888Z Checking similar v2.2.1
13172024-05-14T03:53:14.940Z Checking http-range v0.1.4
13182024-05-14T03:53:14.961Z Checking fastrand v2.0.1
13192024-05-14T03:53:14.982Z Checking async-channel v2.3.0
13202024-05-14T03:53:15.278Z Checking tempfile v3.10.1
13212024-05-14T03:53:15.288Z Checking subprocess v0.2.9
13222024-05-14T03:53:15.616Z Checking expectorate v1.1.0
13232024-05-14T03:53:15.688Z Checking rcgen v0.13.1
13242024-05-14T03:53:16.295Z Compiling serde_derive v1.0.200
13252024-05-14T03:53:16.295Z Compiling thiserror-impl v1.0.56
13262024-05-14T03:53:16.299Z Compiling scroll_derive v0.12.0
13272024-05-14T03:53:16.299Z Compiling zerocopy-derive v0.7.32
13282024-05-14T03:53:16.299Z Compiling futures-macro v0.3.30
13292024-05-14T03:53:16.299Z Compiling tokio-macros v2.2.0
13302024-05-14T03:53:16.299Z Compiling schemars_derive v0.8.17
13312024-05-14T03:53:16.380Z Compiling async-stream-impl v0.3.5
13322024-05-14T03:53:19.054Z Checking async-stream v0.3.5
13332024-05-14T03:53:19.061Z Compiling scroll v0.12.0
13342024-05-14T03:53:19.061Z Checking tokio v1.37.0
13352024-05-14T03:53:19.217Z Compiling goblin v0.8.0
13362024-05-14T03:53:19.526Z Checking futures-util v0.3.30
13372024-05-14T03:53:20.414Z Compiling zerocopy v0.7.32
13382024-05-14T03:53:21.508Z Compiling pest v2.7.6
13392024-05-14T03:53:23.063Z Checking tungstenite v0.21.0
13402024-05-14T03:53:23.896Z Compiling pest_meta v2.7.6
13412024-05-14T03:53:23.919Z Compiling async-trait v0.1.80
13422024-05-14T03:53:24.758Z Checking futures-executor v0.3.30
13432024-05-14T03:53:24.999Z Checking futures v0.3.30
13442024-05-14T03:53:25.087Z Compiling pest_generator v2.7.6
13452024-05-14T03:53:25.937Z Checking tokio-util v0.7.7
13462024-05-14T03:53:26.074Z Checking tokio-rustls v0.25.0
13472024-05-14T03:53:26.405Z Checking tokio-tungstenite v0.21.0
13482024-05-14T03:53:28.328Z Compiling pest_derive v2.7.6
13492024-05-14T03:53:29.413Z Compiling dtrace-parser v0.2.0
13502024-05-14T03:53:30.729Z Checking indexmap v2.2.6
13512024-05-14T03:53:30.729Z Checking toml_datetime v0.6.5
13522024-05-14T03:53:30.732Z Checking serde_spanned v0.6.5
13532024-05-14T03:53:30.732Z Checking chrono v0.4.38
13542024-05-14T03:53:30.732Z Checking uuid v1.8.0
13552024-05-14T03:53:30.733Z Checking serde_path_to_error v0.1.16
13562024-05-14T03:53:30.906Z Checking serde_urlencoded v0.7.1
13572024-05-14T03:53:31.699Z Compiling serde_tokenstream v0.2.0
13582024-05-14T03:53:31.734Z Checking h2 v0.3.26
13592024-05-14T03:53:31.735Z Checking toml_edit v0.22.9
13602024-05-14T03:53:32.061Z Checking dof v0.3.0
13612024-05-14T03:53:32.065Z Checking slog-json v2.6.1
13622024-05-14T03:53:32.065Z Checking openapiv3 v2.0.0
13632024-05-14T03:53:32.256Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13642024-05-14T03:53:32.297Z Checking slog-bunyan v2.5.0
13652024-05-14T03:53:34.261Z Checking toml v0.8.12
13662024-05-14T03:53:35.554Z Compiling usdt-attr-macro v0.5.0
13672024-05-14T03:53:35.554Z Compiling usdt-macro v0.5.0
13682024-05-14T03:53:35.588Z Checking hyper v0.14.27
13692024-05-14T03:53:37.456Z Checking usdt v0.5.0
13702024-05-14T03:53:38.513Z Checking hyper-rustls v0.25.0
13712024-05-14T03:53:38.532Z Checking hyper-staticfile v0.9.5
13722024-05-14T03:53:40.669Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13732024-05-14T03:53:40.719Z Finished dev [unoptimized + debuginfo] target(s) in 41.87s
13742024-05-14T03:53:40.911Z
13752024-05-14T03:53:40.911Z
13762024-05-14T03:53:42.261Ztest tests/fail/bad_endpoint1.rs ... ok
13772024-05-14T03:53:42.261Ztest tests/fail/bad_endpoint10.rs ... ok
13782024-05-14T03:53:42.261Ztest tests/fail/bad_endpoint11.rs ... ok
13792024-05-14T03:53:42.286Ztest tests/fail/bad_endpoint12.rs ... ok
13802024-05-14T03:53:42.286Ztest tests/fail/bad_endpoint13.rs ... ok
13812024-05-14T03:53:42.286Ztest tests/fail/bad_endpoint14.rs ... ok
13822024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint15.rs ... ok
13832024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint16.rs ... ok
13842024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint17.rs ... ok
13852024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint18.rs ... ok
13862024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint19.rs ... ok
13872024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint2.rs ... ok
13882024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint3.rs ... ok
13892024-05-14T03:53:42.287Ztest tests/fail/bad_endpoint4.rs ... ok
13902024-05-14T03:53:42.288Ztest tests/fail/bad_endpoint5.rs ... ok
13912024-05-14T03:53:42.288Ztest tests/fail/bad_endpoint6.rs ... ok
13922024-05-14T03:53:42.288Ztest tests/fail/bad_endpoint7.rs ... ok
13932024-05-14T03:53:42.288Ztest tests/fail/bad_endpoint8.rs ... ok
13942024-05-14T03:53:42.288Ztest tests/fail/bad_endpoint9.rs ... ok
13952024-05-14T03:53:42.288Ztest tests/fail/unused_endpoint.rs ... ok
13962024-05-14T03:53:42.288Z
13972024-05-14T03:53:42.288Z
13982024-05-14T03:53:42.288Ztest fail ... ok
13992024-05-14T03:53:42.288Z
14002024-05-14T03:53:42.288Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 43.44s
14012024-05-14T03:53:42.288Z
14022024-05-14T03:53:42.288Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-023f07a001e7a7df`
14032024-05-14T03:53:42.289Z
14042024-05-14T03:53:42.289Zrunning 10 tests
14052024-05-14T03:53:42.289Ztest test_config_bad_request_body_max_bytes_too_large ... ok
14062024-05-14T03:53:42.289Ztest test_config_bad_bind_address_port_too_large ... ok
14072024-05-14T03:53:42.289Ztest test_config_bad_request_body_max_bytes_negative ... ok
14082024-05-14T03:53:42.289Ztest test_config_bad_bind_address_garbage ... ok
14092024-05-14T03:53:42.289Ztest test_config_bad_bind_address_port_too_small ... ok
14102024-05-14T03:53:42.289Znote: configured to log to "/tmp/test_config-023f07a001e7a7df-config_bind_address_http.2543.2.log"
14112024-05-14T03:53:42.289Znote: configured to log to "/tmp/test_config-023f07a001e7a7df-config_bind_address_https.2543.0.log"
14122024-05-14T03:53:42.289Znote: configured to log to "/tmp/test_config-023f07a001e7a7df-config_bind_address_https_buffer.2543.1.log"
14132024-05-14T03:53:42.290Znote: configured to log to "/tmp/test_config-023f07a001e7a7df-config_handler_task_mode_cancel.2543.3.log"
14142024-05-14T03:53:42.290Znote: configured to log to "/tmp/test_config-023f07a001e7a7df-config_handler_task_mode_detached.2543.4.log"
14152024-05-14T03:53:42.290Ztest test_config_handler_task_mode_cancel ... ok
14162024-05-14T03:53:42.290Ztest test_config_handler_task_mode_detached ... ok
14172024-05-14T03:53:42.290Ztest test_config_bind_address_http ... ok
14182024-05-14T03:53:42.306Ztest test_config_bind_address_https_buffer ... ok
14192024-05-14T03:53:42.306Ztest test_config_bind_address_https ... ok
14202024-05-14T03:53:42.306Z
14212024-05-14T03:53:42.306Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14222024-05-14T03:53:42.306Z
14232024-05-14T03:53:42.306Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-21832a99d6ddb658`
14242024-05-14T03:53:42.316Z
14252024-05-14T03:53:42.316Zrunning 21 tests
14262024-05-14T03:53:42.316Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_delete_request.2544.7.log"
14272024-05-14T03:53:42.316Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo2json.2544.4.log"
14282024-05-14T03:53:42.316Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_302_found.2544.6.log"
14292024-05-14T03:53:42.316Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo2query.2544.3.log"
14302024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_303_see_other.2544.5.log"
14312024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_302_bogus.2544.0.log"
14322024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_307_temporary_redirect.2544.1.log"
14332024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo1.2544.2.log"
14342024-05-14T03:53:42.317Ztest test_303_see_other ... ok
14352024-05-14T03:53:42.317Ztest test_307_temporary_redirect ... ok
14362024-05-14T03:53:42.317Ztest test_302_found ... ok
14372024-05-14T03:53:42.317Ztest test_302_bogus ... ok
14382024-05-14T03:53:42.317Ztest test_demo1 ... ok
14392024-05-14T03:53:42.317Ztest test_delete_request ... ok
14402024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo2urlencoded.2544.8.log"
14412024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo_path_param_u32.2544.10.log"
14422024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo_path_param_string.2544.9.log"
14432024-05-14T03:53:42.317Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo_path_param_uuid.2544.11.log"
14442024-05-14T03:53:42.328Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo_websocket.2544.12.log"
14452024-05-14T03:53:42.328Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-demo3json.2544.13.log"
14462024-05-14T03:53:42.328Ztest test_demo2query ... ok
14472024-05-14T03:53:42.328Ztest test_demo_path_param_u32 ... ok
14482024-05-14T03:53:42.329Ztest test_demo_path_param_uuid ... ok
14492024-05-14T03:53:42.329Ztest test_demo_websocket ... ok
14502024-05-14T03:53:42.329Ztest test_demo2urlencoded ... ok
14512024-05-14T03:53:42.329Ztest test_demo3json ... ok
14522024-05-14T03:53:42.329Ztest test_demo2json ... ok
14532024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_head_request.2544.14.log"
14542024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-tet_raw_request.2544.16.log"
14552024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_request_remote_addr.2544.17.log"
14562024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_header_request.2544.15.log"
14572024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_request_compat.2544.18.log"
14582024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_streaming_body.2544.19.log"
14592024-05-14T03:53:42.329Znote: configured to log to "/tmp/test_demo-21832a99d6ddb658-test_untyped_body.2544.20.log"
14602024-05-14T03:53:42.329Ztest test_request_remote_addr ... ok
14612024-05-14T03:53:42.329Ztest test_demo_path_param_string ... ok
14622024-05-14T03:53:42.330Ztest test_request_compat ... ok
14632024-05-14T03:53:42.330Ztest test_head_request ... ok
14642024-05-14T03:53:42.330Ztest test_header_request ... ok
14652024-05-14T03:53:42.330Ztest test_raw_request ... ok
14662024-05-14T03:53:42.330Ztest test_streaming_body ... ok
14672024-05-14T03:53:42.330Ztest test_untyped_body ... ok
14682024-05-14T03:53:42.330Z
14692024-05-14T03:53:42.334Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14702024-05-14T03:53:42.334Z
14712024-05-14T03:53:42.334Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-b82d574ed7c149ce`
14722024-05-14T03:53:42.334Z
14732024-05-14T03:53:42.334Zrunning 1 test
14742024-05-14T03:53:42.334Znote: configured to log to "/tmp/test_detached_shutdown-b82d574ed7c149ce-graceful_shutdown_with_detached_handler.2545.0.log"
14752024-05-14T03:53:44.338Ztest test_graceful_shutdown_with_detached_handler ... ok
14762024-05-14T03:53:44.338Z
14772024-05-14T03:53:44.339Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14782024-05-14T03:53:44.339Z
14792024-05-14T03:53:44.359Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-f9c41ce1bf752b37`
14802024-05-14T03:53:44.359Z
14812024-05-14T03:53:44.360Zrunning 4 tests
14822024-05-14T03:53:44.372Znote: configured to log to "/tmp/test_multipart-f9c41ce1bf752b37-multipart_client.2546.2.log"
14832024-05-14T03:53:44.372Znote: configured to log to "/tmp/test_multipart-f9c41ce1bf752b37-multipart_client.2546.0.log"
14842024-05-14T03:53:44.372Znote: configured to log to "/tmp/test_multipart-f9c41ce1bf752b37-multipart_client.2546.3.log"
14852024-05-14T03:53:44.373Znote: configured to log to "/tmp/test_multipart-f9c41ce1bf752b37-multipart_client.2546.1.log"
14862024-05-14T03:53:44.373Ztest no_content_type ... ok
14872024-05-14T03:53:44.373Ztest missing_boundary ... ok
14882024-05-14T03:53:44.374Ztest test_multipart_client ... ok
14892024-05-14T03:53:44.374Ztest weird_content_type ... ok
14902024-05-14T03:53:44.374Z
14912024-05-14T03:53:44.374Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14922024-05-14T03:53:44.374Z
14932024-05-14T03:53:44.374Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-7f550c91df3e56c2`
14942024-05-14T03:53:44.375Z
14952024-05-14T03:53:44.375Zrunning 2 tests
14962024-05-14T03:53:44.406Ztest test_openapi ... ok
14972024-05-14T03:53:44.406Ztest test_openapi_fuller ... ok
14982024-05-14T03:53:44.406Z
14992024-05-14T03:53:44.406Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15002024-05-14T03:53:44.406Z
15012024-05-14T03:53:44.406Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-6641b9a6f07b14fd`
15022024-05-14T03:53:44.406Z
15032024-05-14T03:53:44.407Zrunning 9 tests
15042024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-pagination-basic.2548.1.log"
15052024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-pagination-multiple-sorts.2548.0.log"
15062024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-pagination-multiple-resources.2548.2.log"
15072024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-extra_params.2548.3.log"
15082024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-empty.2548.5.log"
15092024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-basic.2548.6.log"
15102024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-errors.2548.7.log"
15112024-05-14T03:53:44.407Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-dictionary.2548.4.log"
15122024-05-14T03:53:44.415Ztest test_paginate_extra_params ... ok
15132024-05-14T03:53:44.415Znote: configured to log to "/tmp/test_pagination-6641b9a6f07b14fd-required_params.2548.8.log"
15142024-05-14T03:53:44.419Ztest test_paginate_empty ... ok
15152024-05-14T03:53:44.423Ztest test_paginate_errors ... ok
15162024-05-14T03:53:44.438Ztest test_paginate_with_required_params ... ok
15172024-05-14T03:53:44.509Ztest test_paginate_basic ... ok
15182024-05-14T03:53:46.507Ztest test_example_basic ... ok
15192024-05-14T03:53:47.241Ztest test_paginate_dictionary ... ok
15202024-05-14T03:53:53.981Ztest test_example_multiple_sorts ... ok
15212024-05-14T03:53:53.981Ztest test_example_multiple_resources ... ok
15222024-05-14T03:53:53.981Z
15232024-05-14T03:53:53.981Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.96s
15242024-05-14T03:53:53.981Z
15252024-05-14T03:53:53.982Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-df3602b47e7fce89`
15262024-05-14T03:53:53.982Z
15272024-05-14T03:53:53.982Zrunning 1 test
15282024-05-14T03:53:53.982Ztest test_pagination_schema ... ok
15292024-05-14T03:53:53.982Z
15302024-05-14T03:53:53.982Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15312024-05-14T03:53:53.982Z
15322024-05-14T03:53:53.982Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-da0145b4ba59aa21`
15332024-05-14T03:53:53.982Z
15342024-05-14T03:53:53.982Zrunning 1 test
15352024-05-14T03:53:53.982Ztest test_path_names ... ok
15362024-05-14T03:53:53.982Z
15372024-05-14T03:53:53.982Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15382024-05-14T03:53:53.982Z
15392024-05-14T03:53:53.982Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-9e9c76b1385229a4`
15402024-05-14T03:53:53.982Z
15412024-05-14T03:53:53.982Zrunning 3 tests
15422024-05-14T03:53:53.982Znote: configured to log to "/tmp/test_streaming-9e9c76b1385229a4-streaming_server_buffered_client.2554.2.log"
15432024-05-14T03:53:53.982Znote: configured to log to "/tmp/test_streaming-9e9c76b1385229a4-non_streaming_servers_do_not_use_transfer_encoding.2554.0.log"
15442024-05-14T03:53:53.982Znote: configured to log to "/tmp/test_streaming-9e9c76b1385229a4-streaming_server_streaming_client.2554.1.log"
15452024-05-14T03:53:53.982Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
15462024-05-14T03:53:53.983Ztest test_streaming_server_streaming_client ... ok
15472024-05-14T03:53:53.983Ztest test_streaming_server_buffered_client ... ok
15482024-05-14T03:53:53.983Z
15492024-05-14T03:53:53.983Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
15502024-05-14T03:53:53.983Z
15512024-05-14T03:53:53.983Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-4ca6ea336b27098e`
15522024-05-14T03:53:53.983Z
15532024-05-14T03:53:53.983Zrunning 6 tests
15542024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_tls_aborted_negotiation.2555.1.log"
15552024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_tls_refresh_certificates.2555.3.log"
15562024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_tls_certificate_loading.2555.0.log"
15572024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_server_is_https.2555.2.log"
15582024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_tls_only.2555.4.log"
15592024-05-14T03:53:53.983Znote: configured to log to "/tmp/test_tls-4ca6ea336b27098e-test_server_is_http.2555.5.log"
15602024-05-14T03:53:53.983Ztest test_server_is_http ... ok
15612024-05-14T03:53:53.983Ztest test_tls_certificate_loading ... ok
15622024-05-14T03:53:53.983Ztest test_server_is_https ... ok
15632024-05-14T03:53:53.983Ztest test_tls_only ... ok
15642024-05-14T03:53:53.983Ztest test_tls_aborted_negotiation ... ok
15652024-05-14T03:53:53.983Ztest test_tls_refresh_certificates ... ok
15662024-05-14T03:53:53.984Z
15672024-05-14T03:53:53.984Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
15682024-05-14T03:53:53.984Z
15692024-05-14T03:53:53.984Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-14c4174320e3cdd4`
15702024-05-14T03:53:53.984Z
15712024-05-14T03:53:53.984Zrunning 15 tests
15722024-05-14T03:53:53.984Ztest tests::test_endpoint_bad_string ... ok
15732024-05-14T03:53:53.984Ztest tests::test_endpoint_invalid_item ... ok
15742024-05-14T03:53:53.984Ztest tests::test_endpoint_bad_metadata ... ok
15752024-05-14T03:53:53.984Ztest syn_parsing::tests::test_busted_function ... ok
15762024-05-14T03:53:53.984Ztest tests::test_endpoint_bad_context_receiver ... ok
15772024-05-14T03:53:53.984Ztest tests::test_endpoint_not_async ... ok
15782024-05-14T03:53:53.984Ztest tests::test_endpoint_no_arguments ... ok
15792024-05-14T03:53:53.984Ztest tests::test_endpoint_content_type ... ok
15802024-05-14T03:53:53.984Ztest tests::test_extract_summary_description ... ok
15812024-05-14T03:53:53.984Ztest tests::test_endpoint_basic ... ok
15822024-05-14T03:53:53.984Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15832024-05-14T03:53:53.984Ztest tests::test_endpoint_with_doc ... ok
15842024-05-14T03:53:53.984Ztest tests::test_endpoint_with_tags ... ok
15852024-05-14T03:53:53.984Ztest tests::test_endpoint_with_query ... ok
15862024-05-14T03:53:53.984Ztest tests::test_endpoint_pub_crate ... ok
15872024-05-14T03:53:53.985Z
15882024-05-14T03:53:53.985Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15892024-05-14T03:53:53.985Z
15902024-05-14T03:53:53.985Z Doc-tests dropshot
15912024-05-14T03:53:53.985Z Running `/home/build/.rustup/toolchains/1.76.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-2c0ebbea0099e5c4/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1fe5d683baa699e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b7c16f654d4ea528.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d2ced4d396f3f4c1.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c78a099ebf3f3af2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-fa4cafb48031ffa1.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42feddfb8590a84c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-15e21a874b7ad497.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1123bd69d340eceb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bb0ef859ef556ae5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4edc7502d932f361.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-547118365c5a3c8d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0c9bac19b41f3ab7.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-7538620becad7452.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-f0d3f74665bf2b8c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c10d2e23542c8c29.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2399cb20f4106d57.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-0d273fa728df0bfa.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-8f06ab5d6284a5b7.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d9d3781c76a11fc2.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-c02d8233126ec6c9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-062d2b13075952e6.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-115eeb909488ce9f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-fcdc1b018877a714.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-78982c91b89d288a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-5ec5c506ff29094c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4908f070df07d7d9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662ec01d5902d658.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-1b82fa5bf537e509.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9dcf70e68274b463.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9ede883f9c8335c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1c493e0cb460de68.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-33ff6ca7fd39a444.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-19e9222306e7dd53.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-39ced3da87786824.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-0fa3213ad81e3dce.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-29681bfddb2f3552.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-57de979b6c7232ae.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7595df66c6138f38.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2c2d7b32cf3005f4.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1195ba5aac708798.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4a3020ebac783c46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
15922024-05-14T03:53:53.985Z
15932024-05-14T03:53:54.013Zrunning 13 tests
15942024-05-14T03:53:54.014Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
15952024-05-14T03:53:54.014Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
15962024-05-14T03:53:54.014Ztest dropshot/src/lib.rs - (line 188) ... ignored
15972024-05-14T03:53:54.014Ztest dropshot/src/lib.rs - (line 211) ... ignored
15982024-05-14T03:53:54.014Ztest dropshot/src/lib.rs - (line 45) - compile ... ok
15992024-05-14T03:53:54.202Ztest dropshot/src/lib.rs - (line 261) ... ok
16002024-05-14T03:53:54.328Ztest dropshot/src/lib.rs - (line 471) ... ok
16012024-05-14T03:53:54.495Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
16022024-05-14T03:53:58.101Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok
16032024-05-14T03:53:58.583Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
16042024-05-14T03:53:58.583Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
16052024-05-14T03:53:58.583Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok
16062024-05-14T03:53:58.648Ztest dropshot/src/lib.rs - (line 119) ... ok
16072024-05-14T03:53:58.684Z
16082024-05-14T03:53:58.685Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 6.57s
16092024-05-14T03:53:58.685Z
16102024-05-14T03:53:58.702Z Doc-tests dropshot_endpoint
16112024-05-14T03:53:58.702Z Running `/home/build/.rustup/toolchains/1.76.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-2c0ebbea0099e5c4/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-18457f34c1813bee.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-64544fa4a2d601ef.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d8b86b339552ec14.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-fd822789ee6a7128.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a750bfdf7ac878ba.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d221ff23df16bba0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-22888d008babd03e.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
16122024-05-14T03:53:58.783Z
16132024-05-14T03:53:58.783Zrunning 2 tests
16142024-05-14T03:53:58.788Ztest dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored
16152024-05-14T03:53:58.788Ztest dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored
16162024-05-14T03:53:58.788Z
16172024-05-14T03:53:58.788Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
16182024-05-14T03:53:58.788Z
16192024-05-14T03:53:58.793Z
16202024-05-14T03:53:58.797Zreal 2:56.143057665
16212024-05-14T03:53:58.797Zuser 16:08.998737880
16222024-05-14T03:53:58.798Zsys 3:03.420836056
16232024-05-14T03:53:58.798Ztrap 0.698357301
16242024-05-14T03:53:58.798Ztflt 0.358038657
16252024-05-14T03:53:58.798Zdflt 0.596093293
16262024-05-14T03:53:58.798Zkflt 0.000116808
16272024-05-14T03:53:58.798Zlock 40:47.458469477
16282024-05-14T03:53:58.798Zslp 1:05:09.049221491
16292024-05-14T03:53:58.798Zlat 42.446160174
16302024-05-14T03:53:58.798Zstop 29.419764191
16312024-05-14T03:53:58.798Zprocess exited: duration 354233 ms, exit code 0
 
16322024-05-14T03:53:58.809Zfound 0 output files