01JBWVVGD91CER5V4PH6B6KQSF: build-and-test / illumos

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

Buildomat Job: 01JBWVVW54NBJCW2286F8DSG4Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-05T00:34:52.934Zjob assigned to worker 01JBWVW0EAS0E9ZGDRMQ476JFB (queued for 1 m 5 s)
 
22024-11-05T00:35:01.052Zstarting task 0: "setup"
32024-11-05T00:35:01.064Z++ uname -s
42024-11-05T00:35:01.069Z+ kern=SunOS
52024-11-05T00:35:01.069Z+ case "$kern" in
62024-11-05T00:35:01.069Z+ [[ 0 == 12345 ]]
72024-11-05T00:35:01.069Z+ groupadd -g 12345 build
82024-11-05T00:35:01.069Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-05T00:35:03.075Z+ zfs create -o mountpoint=/work rpool/work
102024-11-05T00:35:03.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-05T00:35:03.182Z+ home_fs=zfs
122024-11-05T00:35:03.182Z+ [[ zfs == autofs ]]
132024-11-05T00:35:03.182Z+ mkdir -p /home/build
142024-11-05T00:35:03.185Z+ chown build:build /home/build /work
152024-11-05T00:35:05.187Z+ chmod 0700 /home/build /work
162024-11-05T00:35:05.189Zprocess exited: duration 4137 ms, exit code 0
 
172024-11-05T00:35:05.195Zstarting task 1: "rust-toolchain"
182024-11-05T00:35:05.200Z+ printf ' * toolchain channel = "%s"
192024-11-05T00:35:05.200Z' stable
202024-11-05T00:35:05.203Z * toolchain channel = "stable"
212024-11-05T00:35:05.203Z+ printf ' * toolchain profile = "%s"
222024-11-05T00:35:05.203Z' default
232024-11-05T00:35:05.203Z * toolchain profile = "default"
242024-11-05T00:35:05.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-05T00:35:05.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
262024-11-05T00:35:05.310Zinfo: downloading installer
272024-11-05T00:35:06.814Zinfo: profile set to 'default'
282024-11-05T00:35:06.814Zinfo: default host triple is x86_64-unknown-illumos
292024-11-05T00:35:06.817Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
302024-11-05T00:35:06.996Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-05T00:35:06.996Zinfo: downloading component 'cargo'
322024-11-05T00:35:08.007Zinfo: downloading component 'clippy'
332024-11-05T00:35:08.390Zinfo: downloading component 'rust-docs'
342024-11-05T00:35:09.813Zinfo: downloading component 'rust-std'
352024-11-05T00:35:12.184Zinfo: downloading component 'rustc'
362024-11-05T00:35:20.137Zinfo: downloading component 'rustfmt'
372024-11-05T00:35:20.533Zinfo: installing component 'cargo'
382024-11-05T00:35:21.393Zinfo: installing component 'clippy'
392024-11-05T00:35:21.828Zinfo: installing component 'rust-docs'
402024-11-05T00:35:23.545Zinfo: installing component 'rust-std'
412024-11-05T00:35:25.486Zinfo: installing component 'rustc'
422024-11-05T00:35:32.223Zinfo: installing component 'rustfmt'
432024-11-05T00:35:32.593Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-11-05T00:35:32.593Z
452024-11-05T00:35:32.973Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-05T00:35:32.974Z
472024-11-05T00:35:32.976Z
482024-11-05T00:35:32.976ZRust is installed now. Great!
492024-11-05T00:35:32.976Z
502024-11-05T00:35:32.976ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-05T00:35:32.976Zenvironment variable. This has not been done automatically.
522024-11-05T00:35:32.976Z
532024-11-05T00:35:32.976ZTo configure your current shell, you need to source
542024-11-05T00:35:32.976Zthe corresponding env file under $HOME/.cargo.
552024-11-05T00:35:32.976Z
562024-11-05T00:35:32.976ZThis is usually done by running one of the following (note the leading DOT):
572024-11-05T00:35:32.976Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-05T00:35:32.976Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-05T00:35:33.050Z+ rustc --version
602024-11-05T00:35:33.115Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-05T00:35:33.118Zprocess exited: duration 27924 ms, exit code 0
 
622024-11-05T00:35:33.124Zstarting task 2: "authentication"
632024-11-05T00:35:33.146Zprocess exited: duration 21 ms, exit code 0
 
642024-11-05T00:35:33.152Zstarting task 3: "clone repository"
652024-11-05T00:35:33.157Z+ mkdir -p /work/oxidecomputer/dropshot
662024-11-05T00:35:33.160Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
672024-11-05T00:35:34.720ZCloning into '/work/oxidecomputer/dropshot'...
682024-11-05T00:35:50.496Z+ cd /work/oxidecomputer/dropshot
692024-11-05T00:35:50.496Z+ git fetch origin 4236ccf69795807f07e62a338f93316b768a03a0
702024-11-05T00:35:50.785ZFrom https://github.com/oxidecomputer/dropshot
712024-11-05T00:35:50.786Z * branch 4236ccf69795807f07e62a338f93316b768a03a0 -> FETCH_HEAD
722024-11-05T00:35:50.792Z+ [[ -n dependabot/cargo/rustls-0.23.13 ]]
732024-11-05T00:35:50.795Z++ git branch --show-current
742024-11-05T00:35:50.797Z+ current=main
752024-11-05T00:35:50.798Z+ [[ main != dependabot/cargo/rustls-0.23.13 ]]
762024-11-05T00:35:50.798Z+ git branch -f dependabot/cargo/rustls-0.23.13 4236ccf69795807f07e62a338f93316b768a03a0
772024-11-05T00:35:50.800Z+ git checkout -f dependabot/cargo/rustls-0.23.13
782024-11-05T00:35:50.818ZSwitched to branch 'dependabot/cargo/rustls-0.23.13'
792024-11-05T00:35:50.820Z+ git reset --hard 4236ccf69795807f07e62a338f93316b768a03a0
802024-11-05T00:35:50.836ZHEAD is now at 4236ccf Bump rustls from 0.22.4 to 0.23.13
812024-11-05T00:35:50.838Zprocess exited: duration 17684 ms, exit code 0
 
822024-11-05T00:35:50.845Zstarting task 4: "build"
832024-11-05T00:35:50.849Z+ cargo --version
842024-11-05T00:35:50.853Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
852024-11-05T00:35:51.019Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
862024-11-05T00:35:51.019Zinfo: downloading component 'cargo'
872024-11-05T00:35:51.930Zinfo: downloading component 'clippy'
882024-11-05T00:35:52.362Zinfo: downloading component 'rust-docs'
892024-11-05T00:35:53.584Zinfo: downloading component 'rust-std'
902024-11-05T00:35:55.481Zinfo: downloading component 'rustc'
912024-11-05T00:36:02.117Zinfo: downloading component 'rustfmt'
922024-11-05T00:36:02.373Zinfo: installing component 'cargo'
932024-11-05T00:36:03.258Zinfo: installing component 'clippy'
942024-11-05T00:36:03.669Zinfo: installing component 'rust-docs'
952024-11-05T00:36:05.257Zinfo: installing component 'rust-std'
962024-11-05T00:36:07.104Zinfo: installing component 'rustc'
972024-11-05T00:36:13.092Zinfo: installing component 'rustfmt'
982024-11-05T00:36:13.512Zcargo 1.81.0 (2dbb1af80 2024-08-20)
992024-11-05T00:36:13.515Z+ rustc --version
1002024-11-05T00:36:13.582Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1012024-11-05T00:36:13.586Z+ banner build
1022024-11-05T00:36:13.662Z
1032024-11-05T00:36:13.662Z ##### # # # # #####
1042024-11-05T00:36:13.662Z # # # # # # # #
1052024-11-05T00:36:13.662Z ##### # # # # # #
1062024-11-05T00:36:13.662Z # # # # # # # #
1072024-11-05T00:36:13.662Z # # # # # # # #
1082024-11-05T00:36:13.662Z ##### #### # ###### #####
1092024-11-05T00:36:13.662Z
1102024-11-05T00:36:13.665Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1112024-11-05T00:36:13.820Z Updating crates.io index
1122024-11-05T00:36:14.737Z Downloading crates ...
1132024-11-05T00:36:14.813Z Downloaded async-stream-impl v0.3.6
1142024-11-05T00:36:14.829Z Downloaded bitflags v2.4.0
1152024-11-05T00:36:14.836Z Downloaded memmap v0.7.0
1162024-11-05T00:36:14.840Z Downloaded equivalent v1.0.0
1172024-11-05T00:36:14.842Z Downloaded is-terminal v0.4.12
1182024-11-05T00:36:14.847Z Downloaded hostname v0.3.1
1192024-11-05T00:36:14.850Z Downloaded event-listener-strategy v0.5.2
1202024-11-05T00:36:14.853Z Downloaded match_cfg v0.1.0
1212024-11-05T00:36:14.856Z Downloaded futures-sink v0.3.31
1222024-11-05T00:36:14.856Z Downloaded try-lock v0.2.3
1232024-11-05T00:36:14.856Z Downloaded dunce v1.0.5
1242024-11-05T00:36:14.859Z Downloaded glob v0.3.0
1252024-11-05T00:36:14.859Z Downloaded form_urlencoded v1.2.1
1262024-11-05T00:36:14.862Z Downloaded newline-converter v0.3.0
1272024-11-05T00:36:14.862Z Downloaded autocfg v1.1.0
1282024-11-05T00:36:14.865Z Downloaded toml_datetime v0.6.8
1292024-11-05T00:36:14.867Z Downloaded dof v0.3.0
1302024-11-05T00:36:14.867Z Downloaded mirai-annotations v1.12.0
1312024-11-05T00:36:14.870Z Downloaded num_threads v0.1.3
1322024-11-05T00:36:14.870Z Downloaded itoa v1.0.1
1332024-11-05T00:36:14.874Z Downloaded version_check v0.9.5
1342024-11-05T00:36:14.874Z Downloaded untrusted v0.9.0
1352024-11-05T00:36:14.876Z Downloaded pem v3.0.4
1362024-11-05T00:36:14.876Z Downloaded data-encoding v2.4.0
1372024-11-05T00:36:14.879Z Downloaded camino v1.1.9
1382024-11-05T00:36:14.882Z Downloaded tokio-native-tls v0.3.1
1392024-11-05T00:36:14.882Z Downloaded thread_local v1.1.4
1402024-11-05T00:36:14.885Z Downloaded mime v0.3.16
1412024-11-05T00:36:14.885Z Downloaded ppv-lite86 v0.2.15
1422024-11-05T00:36:14.887Z Downloaded plain v0.2.3
1432024-11-05T00:36:14.890Z Downloaded rand_chacha v0.3.1
1442024-11-05T00:36:14.892Z Downloaded tokio-tungstenite v0.24.0
1452024-11-05T00:36:14.895Z Downloaded time-macros v0.2.18
1462024-11-05T00:36:14.897Z Downloaded quinn-udp v0.5.5
1472024-11-05T00:36:14.897Z Downloaded mime_guess v2.0.5
1482024-11-05T00:36:14.900Z Downloaded indexmap v2.6.0
1492024-11-05T00:36:14.904Z Downloaded scroll_derive v0.12.0
1502024-11-05T00:36:14.907Z Downloaded pest_derive v2.7.6
1512024-11-05T00:36:14.910Z Downloaded num-traits v0.2.14
1522024-11-05T00:36:14.912Z Downloaded pest_meta v2.7.6
1532024-11-05T00:36:14.915Z Downloaded parking_lot v0.12.1
1542024-11-05T00:36:14.917Z Downloaded yasna v0.5.2
1552024-11-05T00:36:14.919Z Downloaded openssl-sys v0.9.103
1562024-11-05T00:36:14.925Z Downloaded unicode-bidi v0.3.15
1572024-11-05T00:36:14.928Z Downloaded tinyvec_macros v0.1.0
1582024-11-05T00:36:14.931Z Downloaded proc-macro2 v1.0.89
1592024-11-05T00:36:14.934Z Downloaded tokio-macros v2.3.0
1602024-11-05T00:36:14.934Z Downloaded foreign-types-shared v0.1.1
1612024-11-05T00:36:14.937Z Downloaded time-core v0.1.2
1622024-11-05T00:36:14.937Z Downloaded dtrace-parser v0.2.0
1632024-11-05T00:36:14.937Z Downloaded serde_path_to_error v0.1.16
1642024-11-05T00:36:14.939Z Downloaded thiserror-impl v1.0.67
1652024-11-05T00:36:14.941Z Downloaded digest v0.10.7
1662024-11-05T00:36:14.944Z Downloaded slog-async v2.8.0
1672024-11-05T00:36:14.946Z Downloaded crypto-common v0.1.6
1682024-11-05T00:36:14.946Z Downloaded serde_spanned v0.6.7
1692024-11-05T00:36:14.948Z Downloaded hyper-util v0.1.10
1702024-11-05T00:36:14.952Z Downloaded zerocopy-derive v0.7.32
1712024-11-05T00:36:14.956Z Downloaded http-body v1.0.1
1722024-11-05T00:36:14.959Z Downloaded cpufeatures v0.2.2
1732024-11-05T00:36:14.962Z Downloaded tokio-rustls v0.26.0
1742024-11-05T00:36:14.962Z Downloaded tokio-rustls v0.25.0
1752024-11-05T00:36:14.965Z Downloaded thiserror v1.0.67
1762024-11-05T00:36:14.971Z Downloaded sync_wrapper v1.0.1
1772024-11-05T00:36:14.974Z Downloaded futures-task v0.3.31
1782024-11-05T00:36:14.974Z Downloaded waitgroup v0.1.2
1792024-11-05T00:36:14.976Z Downloaded futures-macro v0.3.31
1802024-11-05T00:36:14.976Z Downloaded num-conv v0.1.0
1812024-11-05T00:36:14.979Z Downloaded futures-io v0.3.31
1822024-11-05T00:36:14.979Z Downloaded dirs-next v2.0.0
1832024-11-05T00:36:14.982Z Downloaded usdt-macro v0.5.0
1842024-11-05T00:36:14.982Z Downloaded aws-lc-rs v1.10.0
1852024-11-05T00:36:14.990Z Downloaded slog-json v2.6.1
1862024-11-05T00:36:14.993Z Downloaded openssl-macros v0.1.1
1872024-11-05T00:36:14.996Z Downloaded usdt-attr-macro v0.5.0
1882024-11-05T00:36:14.996Z Downloaded heck v0.5.0
1892024-11-05T00:36:14.999Z Downloaded take_mut v0.2.2
1902024-11-05T00:36:14.999Z Downloaded schema-derive v0.1.0
1912024-11-05T00:36:14.999Z Downloaded unicode-normalization v0.1.24
1922024-11-05T00:36:15.002Z Downloaded schema v0.1.0
1932024-11-05T00:36:15.004Z Downloaded pretty-hex v0.4.1
1942024-11-05T00:36:15.007Z Downloaded openssl-probe v0.1.4
1952024-11-05T00:36:15.007Z Downloaded http-body-util v0.1.2
1962024-11-05T00:36:15.007Z Downloaded home v0.5.9
1972024-11-05T00:36:15.010Z Downloaded iana-time-zone v0.1.47
1982024-11-05T00:36:15.012Z Downloaded rand_core v0.6.3
1992024-11-05T00:36:15.015Z Downloaded unicode-width v0.1.9
2002024-11-05T00:36:15.015Z Downloaded pkg-config v0.3.31
2012024-11-05T00:36:15.018Z Downloaded hyper-tls v0.6.0
2022024-11-05T00:36:15.018Z Downloaded hyper-staticfile v0.10.1
2032024-11-05T00:36:15.021Z Downloaded hashbrown v0.15.0
2042024-11-05T00:36:15.026Z Downloaded rustc-hash v2.0.0
2052024-11-05T00:36:15.029Z Downloaded zeroize v1.7.0
2062024-11-05T00:36:15.029Z Downloaded want v0.3.0
2072024-11-05T00:36:15.032Z Downloaded hostname v0.4.0
2082024-11-05T00:36:15.032Z Downloaded fs_extra v1.3.0
2092024-11-05T00:36:15.034Z Downloaded slab v0.4.9
2102024-11-05T00:36:15.036Z Downloaded target-triple v0.1.3
2112024-11-05T00:36:15.036Z Downloaded event-listener v5.0.0
2122024-11-05T00:36:15.039Z Downloaded simple-mermaid v0.1.1
2132024-11-05T00:36:15.042Z Downloaded pin-utils v0.1.0
2142024-11-05T00:36:15.042Z Downloaded which v4.4.2
2152024-11-05T00:36:15.044Z Downloaded sha2 v0.10.8
2162024-11-05T00:36:15.048Z Downloaded serde_urlencoded v0.7.1
2172024-11-05T00:36:15.050Z Downloaded rustc-hash v1.1.0
2182024-11-05T00:36:15.050Z Downloaded shlex v1.3.0
2192024-11-05T00:36:15.050Z Downloaded pest_generator v2.7.6
2202024-11-05T00:36:15.053Z Downloaded signal-hook-registry v1.4.0
2212024-11-05T00:36:15.053Z Downloaded serde_tokenstream v0.2.2
2222024-11-05T00:36:15.056Z Downloaded paste v1.0.15
2232024-11-05T00:36:15.059Z Downloaded once_cell v1.20.1
2242024-11-05T00:36:15.061Z Downloaded crossbeam-utils v0.8.15
2252024-11-05T00:36:15.064Z Downloaded log v0.4.17
2262024-11-05T00:36:15.067Z Downloaded libloading v0.8.5
2272024-11-05T00:36:15.070Z Downloaded serde_derive_internals v0.29.0
2282024-11-05T00:36:15.082Z Downloaded native-tls v0.2.12
2292024-11-05T00:36:15.086Z Downloaded bytes v1.8.0
2302024-11-05T00:36:15.086Z Downloaded socket2 v0.5.5
2312024-11-05T00:36:15.086Z Downloaded schemars_derive v0.8.21
2322024-11-05T00:36:15.086Z Downloaded termcolor v1.1.2
2332024-11-05T00:36:15.086Z Downloaded term v0.7.0
2342024-11-05T00:36:15.088Z Downloaded rustls-pki-types v1.8.0
2352024-11-05T00:36:15.091Z Downloaded subtle v2.5.0
2362024-11-05T00:36:15.091Z Downloaded scroll v0.12.0
2372024-11-05T00:36:15.094Z Downloaded tokio-util v0.7.7
2382024-11-05T00:36:15.097Z Downloaded smallvec v1.13.2
2392024-11-05T00:36:15.100Z Downloaded quote v1.0.37
2402024-11-05T00:36:15.103Z Downloaded pin-project-lite v0.2.12
2412024-11-05T00:36:15.108Z Downloaded ucd-trie v0.1.6
2422024-11-05T00:36:15.110Z Downloaded aho-corasick v1.1.3
2432024-11-05T00:36:15.116Z Downloaded subprocess v0.2.9
2442024-11-05T00:36:15.118Z Downloaded serde_derive v1.0.214
2452024-11-05T00:36:15.121Z Downloaded futures v0.3.31
2462024-11-05T00:36:15.127Z Downloaded tempfile v3.13.0
2472024-11-05T00:36:15.130Z Downloaded spin v0.9.8
2482024-11-05T00:36:15.132Z Downloaded slog-term v2.9.1
2492024-11-05T00:36:15.135Z Downloaded cc v1.1.34
2502024-11-05T00:36:15.138Z Downloaded crossbeam-channel v0.5.1
2512024-11-05T00:36:15.142Z Downloaded rustls-pemfile v2.1.3
2522024-11-05T00:36:15.145Z Downloaded schemars v0.8.21
2532024-11-05T00:36:15.157Z Downloaded ryu v1.0.5
2542024-11-05T00:36:15.160Z Downloaded similar v2.2.1
2552024-11-05T00:36:15.165Z Downloaded memchr v2.6.0
2562024-11-05T00:36:15.170Z Downloaded prettyplease v0.2.25
2572024-11-05T00:36:15.174Z Downloaded url v2.5.2
2582024-11-05T00:36:15.177Z Downloaded rand v0.8.4
2592024-11-05T00:36:15.180Z Downloaded tracing v0.1.40
2602024-11-05T00:36:15.185Z Downloaded rcgen v0.13.1
2612024-11-05T00:36:15.188Z Downloaded time v0.3.36
2622024-11-05T00:36:15.197Z Downloaded quinn v0.11.4
2632024-11-05T00:36:15.199Z Downloaded tracing-core v0.1.32
2642024-11-05T00:36:15.202Z Downloaded serde v1.0.214
2652024-11-05T00:36:15.205Z Downloaded itertools v0.12.1
2662024-11-05T00:36:15.216Z Downloaded unicode-segmentation v1.10.0
2672024-11-05T00:36:15.219Z Downloaded minimal-lexical v0.2.1
2682024-11-05T00:36:15.221Z Downloaded mio v0.8.11
2692024-11-05T00:36:15.227Z Downloaded toml_edit v0.22.20
2702024-11-05T00:36:15.250Z Downloaded pest v2.7.6
2712024-11-05T00:36:15.254Z Downloaded nom v7.1.3
2722024-11-05T00:36:15.259Z Downloaded futures-util v0.3.31
2732024-11-05T00:36:15.271Z Downloaded serde_json v1.0.132
2742024-11-05T00:36:15.279Z Downloaded zerocopy v0.7.32
2752024-11-05T00:36:15.296Z Downloaded rustls-webpki v0.102.8
2762024-11-05T00:36:15.313Z Downloaded reqwest v0.12.9
2772024-11-05T00:36:15.321Z Downloaded quinn-proto v0.11.8
2782024-11-05T00:36:15.327Z Downloaded portable-atomic v1.9.0
2792024-11-05T00:36:15.336Z Downloaded bindgen v0.69.5
2802024-11-05T00:36:15.341Z Downloaded vcpkg v0.2.15
2812024-11-05T00:36:15.379Z Downloaded winnow v0.6.18
2822024-11-05T00:36:15.387Z Downloaded chrono v0.4.38
2832024-11-05T00:36:15.393Z Downloaded syn v2.0.87
2842024-11-05T00:36:15.404Z Downloaded idna v0.5.0
2852024-11-05T00:36:15.410Z Downloaded regex v1.11.1
2862024-11-05T00:36:15.423Z Downloaded rustls v0.22.4
2872024-11-05T00:36:15.435Z Downloaded webpki-roots v0.26.5
2882024-11-05T00:36:15.439Z Downloaded openapiv3 v2.0.0
2892024-11-05T00:36:15.450Z Downloaded rustls v0.23.13
2902024-11-05T00:36:15.461Z Downloaded regex-syntax v0.8.5
2912024-11-05T00:36:15.469Z Downloaded rustix v0.38.37
2922024-11-05T00:36:15.490Z Downloaded hyper v1.5.0
2932024-11-05T00:36:15.496Z Downloaded h2 v0.4.6
2942024-11-05T00:36:15.502Z Downloaded openssl v0.10.66
2952024-11-05T00:36:15.512Z Downloaded goblin v0.8.0
2962024-11-05T00:36:15.516Z Downloaded tungstenite v0.24.0
2972024-11-05T00:36:15.519Z Downloaded http v1.1.0
2982024-11-05T00:36:15.523Z Downloaded expectorate v1.1.0
2992024-11-05T00:36:15.527Z Downloaded tokio v1.38.1
3002024-11-05T00:36:15.560Z Downloaded slog v2.7.0
3012024-11-05T00:36:15.563Z Downloaded unicode-ident v1.0.12
3022024-11-05T00:36:15.565Z Downloaded trybuild v1.0.101
3032024-11-05T00:36:15.570Z Downloaded parking_lot_core v0.9.4
3042024-11-05T00:36:15.575Z Downloaded multer v3.1.0
3052024-11-05T00:36:15.575Z Downloaded unicase v2.6.0
3062024-11-05T00:36:15.577Z Downloaded scopeguard v1.2.0
3072024-11-05T00:36:15.577Z Downloaded rustls-native-certs v0.7.0
3082024-11-05T00:36:15.578Z Downloaded sha1 v0.10.6
3092024-11-05T00:36:15.580Z Downloaded getrandom v0.2.11
3102024-11-05T00:36:15.583Z Downloaded jobserver v0.1.32
3112024-11-05T00:36:15.585Z Downloaded ipnet v2.10.0
3122024-11-05T00:36:15.585Z Downloaded hyper-rustls v0.26.0
3132024-11-05T00:36:15.588Z Downloaded parking v2.2.0
3142024-11-05T00:36:15.588Z Downloaded slog-bunyan v2.5.0
3152024-11-05T00:36:15.590Z Downloaded powerfmt v0.2.0
3162024-11-05T00:36:15.590Z Downloaded percent-encoding v2.3.1
3172024-11-05T00:36:15.590Z Downloaded num_cpus v1.13.0
3182024-11-05T00:36:15.593Z Downloaded lazy_static v1.5.0
3192024-11-05T00:36:15.595Z Downloaded httparse v1.8.0
3202024-11-05T00:36:15.596Z Downloaded utf-8 v0.7.6
3212024-11-05T00:36:15.598Z Downloaded clang-sys v1.8.1
3222024-11-05T00:36:15.600Z Downloaded regex-automata v0.4.8
3232024-11-05T00:36:15.614Z Downloaded deranged v0.3.11
3242024-11-05T00:36:15.617Z Downloaded futures-core v0.3.31
3252024-11-05T00:36:15.619Z Downloaded dyn-clone v1.0.4
3262024-11-05T00:36:15.620Z Downloaded debug-ignore v1.0.5
3272024-11-05T00:36:15.623Z Downloaded concurrent-queue v2.5.0
3282024-11-05T00:36:15.623Z Downloaded toml v0.8.19
3292024-11-05T00:36:15.625Z Downloaded tinyvec v1.5.1
3302024-11-05T00:36:15.628Z Downloaded cexpr v0.6.0
3312024-11-05T00:36:15.631Z Downloaded typenum v1.14.0
3322024-11-05T00:36:15.631Z Downloaded fastrand v2.1.1
3332024-11-05T00:36:15.634Z Downloaded errno v0.3.8
3342024-11-05T00:36:15.634Z Downloaded dirs-sys-next v0.1.2
3352024-11-05T00:36:15.636Z Downloaded foreign-types v0.3.2
3362024-11-05T00:36:15.636Z Downloaded cfg-if v1.0.0
3372024-11-05T00:36:15.636Z Downloaded byteorder v1.4.3
3382024-11-05T00:36:15.639Z Downloaded uuid v1.11.0
3392024-11-05T00:36:15.641Z Downloaded usdt-impl v0.5.0
3402024-11-05T00:36:15.641Z Downloaded thread-id v4.0.0
3412024-11-05T00:36:15.644Z Downloaded base64 v0.22.1
3422024-11-05T00:36:15.647Z Downloaded libc v0.2.161
3432024-11-05T00:36:15.671Z Downloaded usdt v0.5.0
3442024-11-05T00:36:15.673Z Downloaded generic-array v0.14.5
3452024-11-05T00:36:15.677Z Downloaded lock_api v0.4.6
3462024-11-05T00:36:15.678Z Downloaded console v0.15.7
3472024-11-05T00:36:15.680Z Downloaded async-trait v0.1.83
3482024-11-05T00:36:15.680Z Downloaded hyper-rustls v0.27.3
3492024-11-05T00:36:15.684Z Downloaded futures-executor v0.3.31
3502024-11-05T00:36:15.686Z Downloaded futures-channel v0.3.31
3512024-11-05T00:36:15.686Z Downloaded anyhow v1.0.91
3522024-11-05T00:36:15.689Z Downloaded buf-list v1.0.3
3532024-11-05T00:36:15.692Z Downloaded lazycell v1.3.0
3542024-11-05T00:36:15.692Z Downloaded httpdate v1.0.1
3552024-11-05T00:36:15.693Z Downloaded block-buffer v0.10.2
3562024-11-05T00:36:15.696Z Downloaded tower-service v0.3.1
3572024-11-05T00:36:15.696Z Downloaded fnv v1.0.7
3582024-11-05T00:36:15.696Z Downloaded either v1.13.0
3592024-11-05T00:36:15.701Z Downloaded cmake v0.1.51
3602024-11-05T00:36:15.701Z Downloaded async-channel v2.3.1
3612024-11-05T00:36:15.701Z Downloaded http-range v0.1.4
3622024-11-05T00:36:15.703Z Downloaded atomic-waker v1.1.1
3632024-11-05T00:36:15.703Z Downloaded async-stream v0.3.6
3642024-11-05T00:36:15.771Z Downloaded encoding_rs v0.8.32
3652024-11-05T00:36:16.155Z Downloaded ring v0.17.7
3662024-11-05T00:36:16.450Z Downloaded aws-lc-sys v0.22.0
3672024-11-05T00:36:16.882Z Compiling proc-macro2 v1.0.89
3682024-11-05T00:36:16.882Z Compiling unicode-ident v1.0.12
3692024-11-05T00:36:16.882Z Compiling libc v0.2.161
3702024-11-05T00:36:16.885Z Compiling cfg-if v1.0.0
3712024-11-05T00:36:16.885Z Compiling memchr v2.6.0
3722024-11-05T00:36:16.885Z Compiling serde v1.0.214
3732024-11-05T00:36:16.906Z Compiling itoa v1.0.1
3742024-11-05T00:36:16.909Z Compiling shlex v1.3.0
3752024-11-05T00:36:16.923Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d77fa8c953dbe580 -C extra-filename=-d77fa8c953dbe580 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3762024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d592258ebcf7c237 -C extra-filename=-d592258ebcf7c237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3772024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a1d81b6f1f9d3669 -C extra-filename=-a1d81b6f1f9d3669 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3782024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=10fb9dc3f074cb65 -C extra-filename=-10fb9dc3f074cb65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3792024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8e2c2bc259d34136 -C extra-filename=-8e2c2bc259d34136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3802024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=40f6e2d5ce8fcc00 -C extra-filename=-40f6e2d5ce8fcc00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=742f3ff0f8260524 -C extra-filename=-742f3ff0f8260524 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3822024-11-05T00:36:16.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea00d5cb32738c9f -C extra-filename=-ea00d5cb32738c9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832024-11-05T00:36:16.987Z Compiling version_check v0.9.5
3842024-11-05T00:36:17.012Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f3f0c5e860299ef -C extra-filename=-9f3f0c5e860299ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3852024-11-05T00:36:17.090Z Compiling log v0.4.17
3862024-11-05T00:36:17.125Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=3098963cfac5c8fc -C extra-filename=-3098963cfac5c8fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3872024-11-05T00:36:17.145Z Compiling once_cell v1.20.1
3882024-11-05T00:36:17.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d7ac4481582c0a9f -C extra-filename=-d7ac4481582c0a9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3892024-11-05T00:36:17.285Z Compiling pin-project-lite v0.2.12
3902024-11-05T00:36:17.287Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd29b7cb1c9afaae -C extra-filename=-cd29b7cb1c9afaae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3912024-11-05T00:36:17.389Z Compiling bitflags v2.4.0
3922024-11-05T00:36:17.392Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=51bfd2bc27ffb933 -C extra-filename=-51bfd2bc27ffb933 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3932024-11-05T00:36:17.527Z Compiling autocfg v1.1.0
3942024-11-05T00:36:17.530Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd5f01342e792914 -C extra-filename=-fd5f01342e792914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3952024-11-05T00:36:17.567Z Compiling bytes v1.8.0
3962024-11-05T00:36:17.570Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2b3f54863545c90 -C extra-filename=-f2b3f54863545c90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3972024-11-05T00:36:17.728Z Compiling glob v0.3.0
3982024-11-05T00:36:17.731Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20ad84b14bb5f485 -C extra-filename=-20ad84b14bb5f485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3992024-11-05T00:36:18.083Z Compiling futures-core v0.3.31
4002024-11-05T00:36:18.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a0a2bff85b2c71f0 -C extra-filename=-a0a2bff85b2c71f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012024-11-05T00:36:18.273Z Compiling prettyplease v0.2.25
4022024-11-05T00:36:18.276Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=32ebc20d66965b8c -C extra-filename=-32ebc20d66965b8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-32ebc20d66965b8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032024-11-05T00:36:18.390Z Compiling lazy_static v1.5.0
4042024-11-05T00:36:18.392Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=e347a48c6c373223 -C extra-filename=-e347a48c6c373223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052024-11-05T00:36:18.507Z Compiling rustix v0.38.37
4062024-11-05T00:36:18.510Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=d9201c78f801ac55 -C extra-filename=-d9201c78f801ac55 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-d9201c78f801ac55 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072024-11-05T00:36:18.521Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580/build-script-build`
4082024-11-05T00:36:18.522Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00/build-script-build`
4092024-11-05T00:36:18.522Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build`
4102024-11-05T00:36:18.524Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669/build-script-build`
4112024-11-05T00:36:18.572Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=31376c1d09ce4e9e -C extra-filename=-31376c1d09ce4e9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4122024-11-05T00:36:18.585Z Compiling parking_lot_core v0.9.4
4132024-11-05T00:36:18.588Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6f166d9ac5501971 -C extra-filename=-6f166d9ac5501971 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142024-11-05T00:36:18.599Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-32ebc20d66965b8c/build-script-build`
4152024-11-05T00:36:18.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ca874094c6118f1f -C extra-filename=-ca874094c6118f1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4162024-11-05T00:36:18.626Z Compiling ryu v1.0.5
4172024-11-05T00:36:18.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cde4168d92f0a2c0 -C extra-filename=-cde4168d92f0a2c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182024-11-05T00:36:18.646Z Compiling minimal-lexical v0.2.1
4192024-11-05T00:36:18.652Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=27efb9c92465c864 -C extra-filename=-27efb9c92465c864 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202024-11-05T00:36:18.685Z Compiling clang-sys v1.8.1
4212024-11-05T00:36:18.687Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=a7bdef1a315b8861 -C extra-filename=-a7bdef1a315b8861 --out-dir /work/oxidecomputer/dropshot/target/debug/build/clang-sys-a7bdef1a315b8861 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-20ad84b14bb5f485.rlib --cap-lints allow`
4222024-11-05T00:36:18.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1aebac1d143003a7 -C extra-filename=-1aebac1d143003a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4232024-11-05T00:36:18.962Z Compiling either v1.13.0
4242024-11-05T00:36:18.964Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=970e4fb0c815332d -C extra-filename=-970e4fb0c815332d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252024-11-05T00:36:19.016Z Compiling regex-syntax v0.8.5
4262024-11-05T00:36:19.018Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d60a500ffa148200 -C extra-filename=-d60a500ffa148200 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272024-11-05T00:36:19.102Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build`
4282024-11-05T00:36:19.125Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build`
4292024-11-05T00:36:19.144Z Compiling nom v7.1.3
4302024-11-05T00:36:19.156Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=619f421af1388b81 -C extra-filename=-619f421af1388b81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern minimal_lexical=/work/oxidecomputer/dropshot/target/debug/deps/libminimal_lexical-27efb9c92465c864.rmeta --cap-lints allow`
4312024-11-05T00:36:19.159Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-d9201c78f801ac55/build-script-build`
4322024-11-05T00:36:19.173Z Compiling slab v0.4.9
4332024-11-05T00:36:19.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=600b0e5d850152ec -C extra-filename=-600b0e5d850152ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
4342024-11-05T00:36:19.367Z Compiling libloading v0.8.5
4352024-11-05T00:36:19.371Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee2cfc6128ee6b7 -C extra-filename=-9ee2cfc6128ee6b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow`
4362024-11-05T00:36:19.425Z Compiling home v0.5.9
4372024-11-05T00:36:19.427Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7adb0d549a56fc4e -C extra-filename=-7adb0d549a56fc4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382024-11-05T00:36:19.458Z Running `/work/oxidecomputer/dropshot/target/debug/build/clang-sys-a7bdef1a315b8861/build-script-build`
4392024-11-05T00:36:19.479Z Compiling scopeguard v1.2.0
4402024-11-05T00:36:19.481Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e95e5544793ebeaa -C extra-filename=-e95e5544793ebeaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412024-11-05T00:36:19.621Z Compiling futures-sink v0.3.31
4422024-11-05T00:36:19.625Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=06ca36b4bf42871e -C extra-filename=-06ca36b4bf42871e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432024-11-05T00:36:19.639Z Compiling smallvec v1.13.2
4442024-11-05T00:36:19.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=8d0122e48b5f9f17 -C extra-filename=-8d0122e48b5f9f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452024-11-05T00:36:19.658Z Compiling bindgen v0.69.5
4462024-11-05T00:36:19.661Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=2900e6e1c59c5691 -C extra-filename=-2900e6e1c59c5691 --out-dir /work/oxidecomputer/dropshot/target/debug/build/bindgen-2900e6e1c59c5691 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472024-11-05T00:36:19.748Z Compiling quote v1.0.37
4482024-11-05T00:36:19.752Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=30226bfb34090ffa -C extra-filename=-30226bfb34090ffa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --cap-lints allow`
4492024-11-05T00:36:19.771Z Compiling thiserror v1.0.67
4502024-11-05T00:36:19.775Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3efa22e1258f464 -C extra-filename=-f3efa22e1258f464 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512024-11-05T00:36:20.081Z Compiling jobserver v0.1.32
4522024-11-05T00:36:20.083Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153b2d3121d2050e -C extra-filename=-153b2d3121d2050e --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-ca874094c6118f1f.rmeta --cap-lints allow`
4532024-11-05T00:36:20.164Z Compiling syn v2.0.87
4542024-11-05T00:36:20.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0ce93571f1bf7dd8 -C extra-filename=-0ce93571f1bf7dd8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow`
4552024-11-05T00:36:20.368Z Compiling errno v0.3.8
4562024-11-05T00:36:20.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ef72ee92fe4f22fd -C extra-filename=-ef72ee92fe4f22fd --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-ca874094c6118f1f.rmeta --cap-lints allow`
4572024-11-05T00:36:20.392Z Compiling getrandom v0.2.11
4582024-11-05T00:36:20.394Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=c055ad56e078b2bf -C extra-filename=-c055ad56e078b2bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow`
4592024-11-05T00:36:20.605Z Compiling cc v1.1.34
4602024-11-05T00:36:20.619Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.34/src/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="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=6774f00b02ea343f -C extra-filename=-6774f00b02ea343f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-153b2d3121d2050e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-ea00d5cb32738c9f.rmeta --cap-lints allow`
4612024-11-05T00:36:20.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=dd15545c28591859 -C extra-filename=-dd15545c28591859 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-ef72ee92fe4f22fd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
4622024-11-05T00:36:20.822Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464/build-script-build`
4632024-11-05T00:36:20.929Z Running `/work/oxidecomputer/dropshot/target/debug/build/bindgen-2900e6e1c59c5691/build-script-build`
4642024-11-05T00:36:20.952Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=47a296f3e2408ec3 -C extra-filename=-47a296f3e2408ec3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow`
4652024-11-05T00:36:20.996Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.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 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=58889843b7a9d668 -C extra-filename=-58889843b7a9d668 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-20ad84b14bb5f485.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern libloading=/work/oxidecomputer/dropshot/target/debug/deps/liblibloading-9ee2cfc6128ee6b7.rmeta --cap-lints allow`
4662024-11-05T00:36:21.131Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build`
4672024-11-05T00:36:21.266Z Compiling lock_api v0.4.6
4682024-11-05T00:36:21.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=3978900608dbb478 -C extra-filename=-3978900608dbb478 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --cap-lints allow`
4692024-11-05T00:36:21.652Z Compiling regex-automata v0.4.8
4702024-11-05T00:36:21.655Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=1b3e337d10792855 -C extra-filename=-1b3e337d10792855 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern regex_syntax=/work/oxidecomputer/dropshot/target/debug/deps/libregex_syntax-d60a500ffa148200.rmeta --cap-lints allow`
4712024-11-05T00:36:21.701Z Compiling itertools v0.12.1
4722024-11-05T00:36:21.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5043ec8284f51f0c -C extra-filename=-5043ec8284f51f0c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern either=/work/oxidecomputer/dropshot/target/debug/deps/libeither-970e4fb0c815332d.rmeta --cap-lints allow`
4732024-11-05T00:36:22.668Z Compiling cexpr v0.6.0
4742024-11-05T00:36:22.670Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12cacc95eb7fbfca -C extra-filename=-12cacc95eb7fbfca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern nom=/work/oxidecomputer/dropshot/target/debug/deps/libnom-619f421af1388b81.rmeta --cap-lints allow`
4752024-11-05T00:36:22.847Z Compiling which v4.4.2
4762024-11-05T00:36:22.851Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=4878f260321fd371 -C extra-filename=-4878f260321fd371 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern either=/work/oxidecomputer/dropshot/target/debug/deps/libeither-970e4fb0c815332d.rmeta --extern home=/work/oxidecomputer/dropshot/target/debug/deps/libhome-7adb0d549a56fc4e.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dd15545c28591859.rmeta --cap-lints allow`
4772024-11-05T00:36:23.365Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b8f88142944b046a -C extra-filename=-b8f88142944b046a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4782024-11-05T00:36:23.714Z Compiling lazycell v1.3.0
4792024-11-05T00:36:23.720Z Compiling paste v1.0.15
4802024-11-05T00:36:23.720Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=0f4313603298a7ab -C extra-filename=-0f4313603298a7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812024-11-05T00:36:23.720Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df432ca69b43752f -C extra-filename=-df432ca69b43752f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822024-11-05T00:36:23.881Z Compiling rustc-hash v1.1.0
4832024-11-05T00:36:23.883Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6eea7efb22bac5a3 -C extra-filename=-6eea7efb22bac5a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842024-11-05T00:36:24.017Z Compiling serde_json v1.0.132
4852024-11-05T00:36:24.017Z Compiling cmake v0.1.51
4862024-11-05T00:36:24.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=8cc29e2bfb4a4448 -C extra-filename=-8cc29e2bfb4a4448 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872024-11-05T00:36:24.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f719089dc0c6683 -C extra-filename=-8f719089dc0c6683 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rmeta --cap-lints allow`
4882024-11-05T00:36:24.295Z Compiling parking_lot v0.12.1
4892024-11-05T00:36:24.298Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=9e633496c747d984 -C extra-filename=-9e633496c747d984 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-3978900608dbb478.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-47a296f3e2408ec3.rmeta --cap-lints allow`
4902024-11-05T00:36:24.298Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build`
4912024-11-05T00:36:24.298Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a501e22f7eccc2a1 -C extra-filename=-a501e22f7eccc2a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922024-11-05T00:36:24.310Z Compiling mio v0.8.11
4932024-11-05T00:36:24.313Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ef534fbc7263eded -C extra-filename=-ef534fbc7263eded --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-ca874094c6118f1f.rmeta --cap-lints allow`
4942024-11-05T00:36:24.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448/build-script-build`
4952024-11-05T00:36:24.414Z Compiling signal-hook-registry v1.4.0
4962024-11-05T00:36:24.417Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13ed113a032c516c -C extra-filename=-13ed113a032c516c --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-ca874094c6118f1f.rmeta --cap-lints allow`
4972024-11-05T00:36:24.593Z Compiling regex v1.11.1
4982024-11-05T00:36:24.596Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=de7c049ab4cfee52 -C extra-filename=-de7c049ab4cfee52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern regex_automata=/work/oxidecomputer/dropshot/target/debug/deps/libregex_automata-1b3e337d10792855.rmeta --extern regex_syntax=/work/oxidecomputer/dropshot/target/debug/deps/libregex_syntax-d60a500ffa148200.rmeta --cap-lints allow`
4992024-11-05T00:36:24.885Z Compiling socket2 v0.5.5
5002024-11-05T00:36:24.888Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c48d7082ea039fbe -C extra-filename=-c48d7082ea039fbe --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-ca874094c6118f1f.rmeta --cap-lints allow`
5012024-11-05T00:36:25.272Z Compiling num_cpus v1.13.0
5022024-11-05T00:36:25.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04cd0766ccd27b2b -C extra-filename=-04cd0766ccd27b2b --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-ca874094c6118f1f.rmeta --cap-lints allow`
5032024-11-05T00:36:25.398Z Compiling dunce v1.0.5
5042024-11-05T00:36:25.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31a0e63c8e4a94cf -C extra-filename=-31a0e63c8e4a94cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052024-11-05T00:36:25.436Z Compiling fnv v1.0.7
5062024-11-05T00:36:25.439Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2bd24fb3df166c6c -C extra-filename=-2bd24fb3df166c6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072024-11-05T00:36:25.525Z Compiling fs_extra v1.3.0
5082024-11-05T00:36:25.528Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=509dd76925ed8f9f -C extra-filename=-509dd76925ed8f9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092024-11-05T00:36:25.564Z Compiling http v1.1.0
5102024-11-05T00:36:25.566Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e96a4e16ea84585e -C extra-filename=-e96a4e16ea84585e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --cap-lints allow`
5112024-11-05T00:36:25.591Z Compiling ring v0.17.7
5122024-11-05T00:36:25.594Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=642f0eb77bea6413 -C extra-filename=-642f0eb77bea6413 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-642f0eb77bea6413 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --cap-lints allow`
5132024-11-05T00:36:25.752Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3b9ce85cb7f52b1 -C extra-filename=-f3b9ce85cb7f52b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
5142024-11-05T00:36:25.997Z Compiling futures-channel v0.3.31
5152024-11-05T00:36:26.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82ca570e4520d2e1 -C extra-filename=-82ca570e4520d2e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --cap-lints allow`
5162024-11-05T00:36:26.056Z Compiling pin-utils v0.1.0
5172024-11-05T00:36:26.058Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=841cd30071337bce -C extra-filename=-841cd30071337bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182024-11-05T00:36:26.144Z Compiling futures-task v0.3.31
5192024-11-05T00:36:26.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9291dca7b9bcdf87 -C extra-filename=-9291dca7b9bcdf87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202024-11-05T00:36:26.427Z Compiling futures-io v0.3.31
5212024-11-05T00:36:26.429Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=84ebde06aaab058c -C extra-filename=-84ebde06aaab058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222024-11-05T00:36:26.457Z Compiling equivalent v1.0.0
5232024-11-05T00:36:26.460Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26cd1883cd3a3190 -C extra-filename=-26cd1883cd3a3190 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242024-11-05T00:36:26.558Z Compiling hashbrown v0.15.0
5252024-11-05T00:36:26.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ece8df7fce8a126f -C extra-filename=-ece8df7fce8a126f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262024-11-05T00:36:26.641Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-642f0eb77bea6413/build-script-build`
5272024-11-05T00:36:26.755Z Compiling rustls-pki-types v1.8.0
5282024-11-05T00:36:26.758Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=35337c6705e281ea -C extra-filename=-35337c6705e281ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292024-11-05T00:36:26.884Z Compiling httparse v1.8.0
5302024-11-05T00:36:26.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dc1b216898c51762 -C extra-filename=-dc1b216898c51762 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312024-11-05T00:36:27.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build`
5322024-11-05T00:36:27.236Z Compiling spin v0.9.8
5332024-11-05T00:36:27.238Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=069da3410e3c132f -C extra-filename=-069da3410e3c132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342024-11-05T00:36:27.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=07956e1ee2e83bc1 -C extra-filename=-07956e1ee2e83bc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
5352024-11-05T00:36:27.462Z Compiling aws-lc-rs v1.10.0
5362024-11-05T00:36:27.464Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=df87b6251188d563 -C extra-filename=-df87b6251188d563 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-df87b6251188d563 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372024-11-05T00:36:27.521Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=21a13ad74cc5c7c6 -C extra-filename=-21a13ad74cc5c7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
5382024-11-05T00:36:27.697Z Compiling tracing-core v0.1.32
5392024-11-05T00:36:27.700Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=558686ac403bb3f5 -C extra-filename=-558686ac403bb3f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --cap-lints allow`
5402024-11-05T00:36:27.875Z Compiling untrusted v0.9.0
5412024-11-05T00:36:27.877Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b41e9fb8926b435 -C extra-filename=-5b41e9fb8926b435 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422024-11-05T00:36:28.054Z Compiling byteorder v1.4.3
5432024-11-05T00:36:28.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c621ca04176e8253 -C extra-filename=-c621ca04176e8253 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442024-11-05T00:36:28.211Z Compiling ucd-trie v0.1.6
5452024-11-05T00:36:28.213Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3746a03a1ec9fda -C extra-filename=-d3746a03a1ec9fda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462024-11-05T00:36:28.254Z Compiling typenum v1.14.0
5472024-11-05T00:36:28.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=1c4a279d732f1fa0 -C extra-filename=-1c4a279d732f1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482024-11-05T00:36:28.502Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=94624464deede8bb -C extra-filename=-94624464deede8bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern cexpr=/work/oxidecomputer/dropshot/target/debug/deps/libcexpr-12cacc95eb7fbfca.rmeta --extern clang_sys=/work/oxidecomputer/dropshot/target/debug/deps/libclang_sys-58889843b7a9d668.rmeta --extern itertools=/work/oxidecomputer/dropshot/target/debug/deps/libitertools-5043ec8284f51f0c.rmeta --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rmeta --extern lazycell=/work/oxidecomputer/dropshot/target/debug/deps/liblazycell-0f4313603298a7ab.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-07956e1ee2e83bc1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern regex=/work/oxidecomputer/dropshot/target/debug/deps/libregex-de7c049ab4cfee52.rmeta --extern rustc_hash=/work/oxidecomputer/dropshot/target/debug/deps/librustc_hash-6eea7efb22bac5a3.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-ea00d5cb32738c9f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern which=/work/oxidecomputer/dropshot/target/debug/deps/libwhich-4878f260321fd371.rmeta --cap-lints allow`
5492024-11-05T00:36:28.891Z Compiling tracing v0.1.40
5502024-11-05T00:36:28.894Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=010fd3ac9d9d5716 -C extra-filename=-010fd3ac9d9d5716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-558686ac403bb3f5.rmeta --cap-lints allow`
5512024-11-05T00:36:29.179Z Compiling pkg-config v0.3.31
5522024-11-05T00:36:29.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a629b4764ab89dc -C extra-filename=-9a629b4764ab89dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532024-11-05T00:36:29.203Z Compiling zeroize v1.7.0
5542024-11-05T00:36:29.203Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=8e6474ef58ffc2ce -C extra-filename=-8e6474ef58ffc2ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552024-11-05T00:36:29.334Z Compiling atomic-waker v1.1.1
5562024-11-05T00:36:29.336Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=ebb90767da02de40 -C extra-filename=-ebb90767da02de40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572024-11-05T00:36:29.519Z Compiling vcpkg v0.2.15
5582024-11-05T00:36:29.521Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52b6766bfbb6e521 -C extra-filename=-52b6766bfbb6e521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592024-11-05T00:36:29.533Z Compiling mirai-annotations v1.12.0
5602024-11-05T00:36:29.537Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=000e54e89f8a95a0 -C extra-filename=-000e54e89f8a95a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612024-11-05T00:36:29.717Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main`
5622024-11-05T00:36:29.831Z Compiling http-body v1.0.1
5632024-11-05T00:36:29.833Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7ab71ef414804f8 -C extra-filename=-f7ab71ef414804f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --cap-lints allow`
5642024-11-05T00:36:29.918Z Compiling generic-array v0.14.5
5652024-11-05T00:36:29.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=299a563514fbfa52 -C extra-filename=-299a563514fbfa52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5662024-11-05T00:36:30.046Z Compiling crossbeam-utils v0.8.15
5672024-11-05T00:36:30.048Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=439bf7cf0b71f291 -C extra-filename=-439bf7cf0b71f291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-11-05T00:36:30.242Z Compiling try-lock v0.2.3
5692024-11-05T00:36:30.245Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a889aadfcff4b159 -C extra-filename=-a889aadfcff4b159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702024-11-05T00:36:30.382Z Compiling want v0.3.0
5712024-11-05T00:36:30.385Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca787da9a6952171 -C extra-filename=-ca787da9a6952171 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a889aadfcff4b159.rmeta --cap-lints allow`
5722024-11-05T00:36:30.385Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build`
5732024-11-05T00:36:30.446Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=466998a3bae240f6 -C extra-filename=-466998a3bae240f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742024-11-05T00:36:30.481Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build`
5752024-11-05T00:36:30.501Z Compiling num-conv v0.1.0
5762024-11-05T00:36:30.504Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4e311a2ece97e7c -C extra-filename=-a4e311a2ece97e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772024-11-05T00:36:30.655Z Compiling powerfmt v0.2.0
5782024-11-05T00:36:30.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=79a4c9960552dc37 -C extra-filename=-79a4c9960552dc37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792024-11-05T00:36:30.788Z Compiling time-core v0.1.2
5802024-11-05T00:36:30.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b86199d291ebaea -C extra-filename=-1b86199d291ebaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812024-11-05T00:36:30.962Z Compiling httpdate v1.0.1
5822024-11-05T00:36:30.965Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3710a5097de34c68 -C extra-filename=-3710a5097de34c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832024-11-05T00:36:31.006Z Compiling subtle v2.5.0
5842024-11-05T00:36:31.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c47f07b88d3eacd6 -C extra-filename=-c47f07b88d3eacd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852024-11-05T00:36:31.021Z Compiling time-macros v0.2.18
5862024-11-05T00:36:31.026Z Compiling openssl-sys v0.9.103
5872024-11-05T00:36:31.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=f584f758ed4531cd -C extra-filename=-f584f758ed4531cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rlib --extern proc_macro --cap-lints allow`
5882024-11-05T00:36:31.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=5d14d56055067564 -C extra-filename=-5d14d56055067564 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5d14d56055067564 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-9a629b4764ab89dc.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-52b6766bfbb6e521.rlib --cap-lints allow`
5892024-11-05T00:36:31.270Z Compiling deranged v0.3.11
5902024-11-05T00:36:31.272Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=a8bb5173d15b53e0 -C extra-filename=-a8bb5173d15b53e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --cap-lints allow`
5912024-11-05T00:36:31.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=eb6361ac66ca6ff3 -C extra-filename=-eb6361ac66ca6ff3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --cap-lints allow`
5922024-11-05T00:36:31.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=322ed2f0e912b7cf -C extra-filename=-322ed2f0e912b7cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow --cfg relaxed_coherence`
5932024-11-05T00:36:32.040Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-5d14d56055067564/build-script-main`
5942024-11-05T00:36:32.273Z Compiling num_threads v0.1.3
5952024-11-05T00:36:32.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2e6b58fe65205cb -C extra-filename=-a2e6b58fe65205cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962024-11-05T00:36:32.399Z Compiling slog v2.7.0
5972024-11-05T00:36:32.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c06fe7155cc4b3f8 -C extra-filename=-c06fe7155cc4b3f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982024-11-05T00:36:32.487Z Compiling serde_derive v1.0.214
5992024-11-05T00:36:32.489Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=59a97fe3b8ae5440 -C extra-filename=-59a97fe3b8ae5440 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6002024-11-05T00:36:32.596Z Compiling thiserror-impl v1.0.67
6012024-11-05T00:36:32.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ea36a7f1d75489b -C extra-filename=-0ea36a7f1d75489b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6022024-11-05T00:36:32.888Z Compiling tokio-macros v2.3.0
6032024-11-05T00:36:32.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac6acb7b23dcb8c5 -C extra-filename=-ac6acb7b23dcb8c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6042024-11-05T00:36:33.005Z Compiling futures-macro v0.3.31
6052024-11-05T00:36:33.010Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33427da0771a88e4 -C extra-filename=-33427da0771a88e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6062024-11-05T00:36:33.216Z Compiling zerocopy-derive v0.7.32
6072024-11-05T00:36:33.220Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50f663da3d369feb -C extra-filename=-50f663da3d369feb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6082024-11-05T00:36:33.754Z Compiling base64 v0.22.1
6092024-11-05T00:36:33.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d2813238a13a4e3d -C extra-filename=-d2813238a13a4e3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6102024-11-05T00:36:34.414Z Compiling tokio v1.38.1
6112024-11-05T00:36:34.417Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=cc04e4a561731354 -C extra-filename=-cc04e4a561731354 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ef534fbc7263eded.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-04cd0766ccd27b2b.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-9e633496c747d984.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-13ed113a032c516c.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c48d7082ea039fbe.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ac6acb7b23dcb8c5.so --cap-lints allow`
6122024-11-05T00:36:34.561Z Compiling time v0.3.36
6132024-11-05T00:36:34.564Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=7b5dadbc485090a9 -C extra-filename=-7b5dadbc485090a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-a8bb5173d15b53e0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a2e6b58fe65205cb.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f584f758ed4531cd.so --cap-lints allow`
6142024-11-05T00:36:34.860Z Compiling futures-util v0.3.31
6152024-11-05T00:36:34.862Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33f8bee5b6233595 -C extra-filename=-33f8bee5b6233595 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-33427da0771a88e4.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-841cd30071337bce.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --cap-lints allow`
6162024-11-05T00:36:35.264Z Compiling zerocopy v0.7.32
6172024-11-05T00:36:35.267Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=cfc391119453d12a -C extra-filename=-cfc391119453d12a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-c621ca04176e8253.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-50f663da3d369feb.so --cap-lints allow`
6182024-11-05T00:36:35.339Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fea0e5a5cab7755 -C extra-filename=-6fea0e5a5cab7755 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-0ea36a7f1d75489b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6192024-11-05T00:36:35.478Z Compiling pest v2.7.6
6202024-11-05T00:36:35.481Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=a86ac4d8ba8146fd -C extra-filename=-a86ac4d8ba8146fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d3746a03a1ec9fda.rmeta --cap-lints allow`
6212024-11-05T00:36:36.766Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build`
6222024-11-05T00:36:36.825Z Compiling scroll_derive v0.12.0
6232024-11-05T00:36:36.828Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6717533838172126 -C extra-filename=-6717533838172126 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6242024-11-05T00:36:38.166Z Compiling pest_meta v2.7.6
6252024-11-05T00:36:38.169Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=2ca99550ce223985 -C extra-filename=-2ca99550ce223985 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --cap-lints allow`
6262024-11-05T00:36:38.265Z Compiling thread-id v4.0.0
6272024-11-05T00:36:38.268Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bfcb34d419b213b -C extra-filename=-7bfcb34d419b213b --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-ca874094c6118f1f.rmeta --cap-lints allow`
6282024-11-05T00:36:38.364Z Compiling usdt-impl v0.5.0
6292024-11-05T00:36:38.367Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=aaea62d936c84ae6 -C extra-filename=-aaea62d936c84ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
6302024-11-05T00:36:38.719Z Compiling unicase v2.6.0
6312024-11-05T00:36:38.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=70918463facf3828 -C extra-filename=-70918463facf3828 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
6322024-11-05T00:36:38.809Z Compiling tinyvec_macros v0.1.0
6332024-11-05T00:36:38.812Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10d0ec1ac640557d -C extra-filename=-10d0ec1ac640557d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342024-11-05T00:36:38.889Z Compiling openssl v0.10.66
6352024-11-05T00:36:38.892Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=26b884f4547cf128 -C extra-filename=-26b884f4547cf128 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362024-11-05T00:36:39.036Z Compiling rustls v0.23.13
6372024-11-05T00:36:39.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1ff0c10e64ba5f0c -C extra-filename=-1ff0c10e64ba5f0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1ff0c10e64ba5f0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382024-11-05T00:36:39.321Z Compiling pest_generator v2.7.6
6392024-11-05T00:36:39.326Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b18ff40a7e90e36b -C extra-filename=-b18ff40a7e90e36b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2ca99550ce223985.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
6402024-11-05T00:36:39.370Z Compiling openssl-probe v0.1.4
6412024-11-05T00:36:39.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccb254a8c8a5a664 -C extra-filename=-ccb254a8c8a5a664 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422024-11-05T00:36:39.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=54bd3971f832ef61 -C extra-filename=-54bd3971f832ef61 --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-c055ad56e078b2bf.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b74a8073b33bc767/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6432024-11-05T00:36:39.747Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b894757e4bbb2d8f -C extra-filename=-b894757e4bbb2d8f --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-59a97fe3b8ae5440.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
6442024-11-05T00:36:39.802Z Compiling tower-service v0.3.1
6452024-11-05T00:36:39.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1ab31e38443a730 -C extra-filename=-e1ab31e38443a730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462024-11-05T00:36:39.938Z Compiling percent-encoding v2.3.1
6472024-11-05T00:36:39.941Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2a227dfef3facbb6 -C extra-filename=-2a227dfef3facbb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6482024-11-05T00:36:40.339Z Compiling foreign-types-shared v0.1.1
6492024-11-05T00:36:40.341Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96392c29a5a90b25 -C extra-filename=-96392c29a5a90b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502024-11-05T00:36:40.450Z Compiling foreign-types v0.3.2
6512024-11-05T00:36:40.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a65327a67759dbf6 -C extra-filename=-a65327a67759dbf6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-96392c29a5a90b25.rmeta --cap-lints allow`
6522024-11-05T00:36:40.539Z Compiling form_urlencoded v1.2.1
6532024-11-05T00:36:40.542Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6034213675609ae9 -C extra-filename=-6034213675609ae9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --cap-lints allow`
6542024-11-05T00:36:40.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build`
6552024-11-05T00:36:40.924Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build`
6562024-11-05T00:36:40.985Z Compiling tinyvec v1.5.1
6572024-11-05T00:36:40.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=1bab1612e8c89308 -C extra-filename=-1bab1612e8c89308 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-10d0ec1ac640557d.rmeta --cap-lints allow`
6582024-11-05T00:36:41.014Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build`
6592024-11-05T00:36:41.037Z Compiling aws-lc-sys v0.22.0
6602024-11-05T00:36:41.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=2883f96686d434fd -C extra-filename=-2883f96686d434fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bindgen=/work/oxidecomputer/dropshot/target/debug/deps/libbindgen-94624464deede8bb.rlib --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6774f00b02ea343f.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-8f719089dc0c6683.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-31a0e63c8e4a94cf.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-509dd76925ed8f9f.rlib --cap-lints allow`
6612024-11-05T00:36:41.093Z Compiling scroll v0.12.0
6622024-11-05T00:36:41.095Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=061eb752c8b1ddca -C extra-filename=-061eb752c8b1ddca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-6717533838172126.so --cap-lints allow`
6632024-11-05T00:36:41.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=623b7fd74a090828 -C extra-filename=-623b7fd74a090828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6642024-11-05T00:36:41.664Z Compiling block-buffer v0.10.2
6652024-11-05T00:36:41.666Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b87da4e74dd8a8b8 -C extra-filename=-b87da4e74dd8a8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-322ed2f0e912b7cf.rmeta --cap-lints allow`
6662024-11-05T00:36:41.872Z Compiling crypto-common v0.1.6
6672024-11-05T00:36:41.875Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7d4adb005fe15275 -C extra-filename=-7d4adb005fe15275 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-322ed2f0e912b7cf.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow`
6682024-11-05T00:36:42.036Z Compiling pest_derive v2.7.6
6692024-11-05T00:36:42.039Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7ab723e941b27af1 -C extra-filename=-7ab723e941b27af1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-b18ff40a7e90e36b.rlib --extern proc_macro --cap-lints allow`
6702024-11-05T00:36:42.059Z Compiling openssl-macros v0.1.1
6712024-11-05T00:36:42.063Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a54f0e0fede78147 -C extra-filename=-a54f0e0fede78147 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6722024-11-05T00:36:42.131Z Compiling tokio-util v0.7.7
6732024-11-05T00:36:42.134Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=2aa975dae4a002bf -C extra-filename=-2aa975dae4a002bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6742024-11-05T00:36:42.489Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=068a76d4b44d3e6b -C extra-filename=-068a76d4b44d3e6b --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-ca874094c6118f1f.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
6752024-11-05T00:36:42.895Z Compiling rand_core v0.6.3
6762024-11-05T00:36:42.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ae94a90411442bec -C extra-filename=-ae94a90411442bec --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-c055ad56e078b2bf.rmeta --cap-lints allow`
6772024-11-05T00:36:42.956Z Compiling dtrace-parser v0.2.0
6782024-11-05T00:36:42.958Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d029f76f2070d533 -C extra-filename=-d029f76f2070d533 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-7ab723e941b27af1.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --cap-lints allow`
6792024-11-05T00:36:43.346Z Compiling num-traits v0.2.14
6802024-11-05T00:36:43.348Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=25d1f796f5ffb973 -C extra-filename=-25d1f796f5ffb973 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
6812024-11-05T00:36:43.535Z Compiling ppv-lite86 v0.2.15
6822024-11-05T00:36:43.537Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=074a345acd155266 -C extra-filename=-074a345acd155266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6832024-11-05T00:36:43.686Z Compiling rustls v0.22.4
6842024-11-05T00:36:43.688Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=116dac941148aace -C extra-filename=-116dac941148aace --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-116dac941148aace -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6852024-11-05T00:36:43.706Z Compiling native-tls v0.2.12
6862024-11-05T00:36:43.719Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=9fc3009cc773601b -C extra-filename=-9fc3009cc773601b --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6872024-11-05T00:36:43.842Z Compiling plain v0.2.3
6882024-11-05T00:36:43.845Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06bf14483863a4cc -C extra-filename=-06bf14483863a4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892024-11-05T00:36:43.880Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd/build-script-main`
6902024-11-05T00:36:43.996Z Compiling mime v0.3.16
6912024-11-05T00:36:43.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=407c4e666a8d0b2a -C extra-filename=-407c4e666a8d0b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922024-11-05T00:36:43.999Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-116dac941148aace/build-script-build`
6932024-11-05T00:36:44.076Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build`
6942024-11-05T00:36:44.096Z Compiling goblin v0.8.0
6952024-11-05T00:36:44.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=1d10f0cbe2772d2c -C extra-filename=-1d10f0cbe2772d2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-06bf14483863a4cc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-061eb752c8b1ddca.rmeta --cap-lints allow`
6962024-11-05T00:36:44.301Z Compiling rand_chacha v0.3.1
6972024-11-05T00:36:44.303Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=a8fc308e63cab52a -C extra-filename=-a8fc308e63cab52a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-074a345acd155266.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-ae94a90411442bec.rmeta --cap-lints allow`
6982024-11-05T00:36:44.589Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build`
6992024-11-05T00:36:44.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=43020e91761fbaca -C extra-filename=-43020e91761fbaca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-51bfd2bc27ffb933.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a65327a67759dbf6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-a54f0e0fede78147.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-068a76d4b44d3e6b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7002024-11-05T00:36:44.865Z Compiling unicode-normalization v0.1.24
7012024-11-05T00:36:44.868Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2656c349509caf9a -C extra-filename=-2656c349509caf9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-1bab1612e8c89308.rmeta --cap-lints allow`
7022024-11-05T00:36:45.071Z Compiling digest v0.10.7
7032024-11-05T00:36:45.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=0d6220f30712722c -C extra-filename=-0d6220f30712722c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-b87da4e74dd8a8b8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-7d4adb005fe15275.rmeta --cap-lints allow`
7042024-11-05T00:36:45.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=da4001afbcea7b86 -C extra-filename=-da4001afbcea7b86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7052024-11-05T00:36:45.562Z Compiling indexmap v2.6.0
7062024-11-05T00:36:45.565Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=3ea7e3523b53acdc -C extra-filename=-3ea7e3523b53acdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-26cd1883cd3a3190.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ece8df7fce8a126f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
7072024-11-05T00:36:45.864Z Compiling serde_tokenstream v0.2.2
7082024-11-05T00:36:45.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fb28d2646fe96f9 -C extra-filename=-7fb28d2646fe96f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
7092024-11-05T00:36:45.933Z Compiling toml_datetime v0.6.8
7102024-11-05T00:36:45.935Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2563f087d732dc26 -C extra-filename=-2563f087d732dc26 --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-b894757e4bbb2d8f.rmeta --cap-lints allow`
7112024-11-05T00:36:46.395Z Compiling serde_spanned v0.6.7
7122024-11-05T00:36:46.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e081415c54c2c6f1 -C extra-filename=-e081415c54c2c6f1 --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-b894757e4bbb2d8f.rmeta --cap-lints allow`
7132024-11-05T00:36:46.488Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=cc7bef60130e4d67 -C extra-filename=-cc7bef60130e4d67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
7142024-11-05T00:36:46.633Z Compiling rustls-pemfile v2.1.3
7152024-11-05T00:36:46.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6dfccbc6e21a7d1 -C extra-filename=-e6dfccbc6e21a7d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --cap-lints allow`
7162024-11-05T00:36:46.832Z Compiling h2 v0.4.6
7172024-11-05T00:36:46.835Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=67c5bab9a018a81d -C extra-filename=-67c5bab9a018a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-ebb90767da02de40.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-2aa975dae4a002bf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
7182024-11-05T00:36:46.851Z Compiling dirs-sys-next v0.1.2
7192024-11-05T00:36:46.854Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37d565d9ed934cb6 -C extra-filename=-37d565d9ed934cb6 --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-ca874094c6118f1f.rmeta --cap-lints allow`
7202024-11-05T00:36:47.165Z Compiling dof v0.3.0
7212024-11-05T00:36:47.168Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=7e7418e65cbcc4b1 -C extra-filename=-7e7418e65cbcc4b1 --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-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow`
7222024-11-05T00:36:47.659Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9c9d8043d14f6018 -C extra-filename=-9c9d8043d14f6018 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7e7418e65cbcc4b1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-7bfcb34d419b213b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7232024-11-05T00:36:48.021Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=79e0ca589ca36422 -C extra-filename=-79e0ca589ca36422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
7242024-11-05T00:36:48.402Z Compiling unicode-bidi v0.3.15
7252024-11-05T00:36:48.406Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=fe4489388b786375 -C extra-filename=-fe4489388b786375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7262024-11-05T00:36:48.642Z Compiling pretty-hex v0.4.1
7272024-11-05T00:36:48.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=81da656db6704c19 -C extra-filename=-81da656db6704c19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7282024-11-05T00:36:48.840Z Compiling winnow v0.6.18
7292024-11-05T00:36:48.842Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=928300a19a06ba7e -C extra-filename=-928300a19a06ba7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7302024-11-05T00:36:48.958Z Compiling cpufeatures v0.2.2
7312024-11-05T00:36:48.971Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a449e1214a22e7ab -C extra-filename=-a449e1214a22e7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7322024-11-05T00:36:49.051Z Compiling sha1 v0.10.6
7332024-11-05T00:36:49.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=8bcb558f7ff41031 -C extra-filename=-8bcb558f7ff41031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a449e1214a22e7ab.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0d6220f30712722c.rmeta --cap-lints allow`
7342024-11-05T00:36:49.467Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f5b0996199b811bd -C extra-filename=-f5b0996199b811bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1d10f0cbe2772d2c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-81da656db6704c19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow`
7352024-11-05T00:36:49.940Z Compiling idna v0.5.0
7362024-11-05T00:36:49.942Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a3fccb11a7fb733a -C extra-filename=-a3fccb11a7fb733a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-fe4489388b786375.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2656c349509caf9a.rmeta --cap-lints allow`
7372024-11-05T00:36:50.928Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7480dacb01a8a605 -C extra-filename=-7480dacb01a8a605 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-43020e91761fbaca.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-ccb254a8c8a5a664.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-068a76d4b44d3e6b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7382024-11-05T00:36:51.587Z Compiling hyper v1.5.0
7392024-11-05T00:36:51.590Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=50a8854526f3b276 -C extra-filename=-50a8854526f3b276 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-67c5bab9a018a81d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow`
7402024-11-05T00:36:51.641ZThe following warnings were emitted during compilation:
7412024-11-05T00:36:51.641Z
7422024-11-05T00:36:51.643Zwarning: aws-lc-sys@0.22.0: Building with: CMake
7432024-11-05T00:36:51.643Zwarning: aws-lc-sys@0.22.0: Symbol Prefix: Some("aws_lc_0_22_0")
7442024-11-05T00:36:51.643Zwarning: aws-lc-sys@0.22.0: CMAKE environment variable set: cmake
7452024-11-05T00:36:51.644Zwarning: aws-lc-sys@0.22.0: Generating bindings - internal bindgen. Platform: x86_64-unknown-illumos
7462024-11-05T00:36:51.644Z
7472024-11-05T00:36:51.644Zerror: failed to run custom build command for `aws-lc-sys v0.22.0`
7482024-11-05T00:36:51.644Z
7492024-11-05T00:36:51.644ZCaused by:
7502024-11-05T00:36:51.644Z process didn't exit successfully: `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-2883f96686d434fd/build-script-main` (exit status: 101)
7512024-11-05T00:36:51.644Z --- stdout
7522024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX
7532024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS
7542024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN
7552024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM
7562024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS
7572024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM
7582024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD
7592024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER
7602024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC
7612024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=CMAKE
7622024-11-05T00:36:51.644Z cargo:warning=Building with: CMake
7632024-11-05T00:36:51.644Z cargo:warning=Symbol Prefix: Some("aws_lc_0_22_0")
7642024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=CMAKE
7652024-11-05T00:36:51.644Z cargo:warning=CMAKE environment variable set: cmake
7662024-11-05T00:36:51.644Z cargo:warning=Generating bindings - internal bindgen. Platform: x86_64-unknown-illumos
7672024-11-05T00:36:51.644Z cargo:rerun-if-env-changed=AWS_LC_SYS_INCLUDES
7682024-11-05T00:36:51.644Z
7692024-11-05T00:36:51.644Z --- stderr
7702024-11-05T00:36:51.644Z thread 'main' panicked at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs:622:31:
7712024-11-05T00:36:51.644Z Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
7722024-11-05T00:36:51.644Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
7732024-11-05T00:36:51.644Zwarning: build failed, waiting for other jobs to finish...
7742024-11-05T00:36:54.579Z
7752024-11-05T00:36:54.579Zreal 40.886349616
7762024-11-05T00:36:54.579Zuser 3:35.355760292
7772024-11-05T00:36:54.580Zsys 48.147060531
7782024-11-05T00:36:54.580Ztrap 0.121348503
7792024-11-05T00:36:54.582Ztflt 6.321842506
7802024-11-05T00:36:54.582Zdflt 4.677827180
7812024-11-05T00:36:54.582Zkflt 0.011995290
7822024-11-05T00:36:54.582Zlock 5:46.142823854
7832024-11-05T00:36:54.582Zslp 16:12.223902984
7842024-11-05T00:36:54.582Zlat 10.120421579
7852024-11-05T00:36:54.582Zstop 28.268530995
7862024-11-05T00:36:54.582Zprocess exited: duration 63738 ms, exit code 101
 
7872024-11-05T00:36:54.588Zfound 0 output files