01H994CBDQEH7GNV50GD8NRSP1: build-and-test / illumos

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

Buildomat Job: 01H994CQ3FNJEGRBW9PT2W7YMP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-09-01T19:45:12.385Zjob assigned to worker 01H994CR5VH6H0S8WZSDG076BJ (queued for 54 s)
 
22023-09-01T19:45:12.502Zstarting task 0: "setup"
32023-09-01T19:45:12.555Z++ uname -s
42023-09-01T19:45:12.558Z+ kern=SunOS
52023-09-01T19:45:12.561Z+ case "$kern" in
62023-09-01T19:45:12.564Z+ groupadd -g 12345 build
72023-09-01T19:45:12.567Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-09-01T19:45:14.574Z+ zfs create -o mountpoint=/work rpool/work
92023-09-01T19:45:14.781Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-09-01T19:45:14.785Z+ home_fs=zfs
112023-09-01T19:45:14.787Z+ [[ zfs == autofs ]]
122023-09-01T19:45:14.790Z+ mkdir -p /home/build
132023-09-01T19:45:14.793Z+ chown build:build /home/build /work
142023-09-01T19:45:16.791Z+ chmod 0700 /home/build /work
152023-09-01T19:45:16.795Zprocess exited: duration 4290 ms, exit code 0
 
162023-09-01T19:45:16.803Zstarting task 1: "rust-toolchain"
172023-09-01T19:45:16.816Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-09-01T19:45:16.819Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-09-01T19:45:16.941Zinfo: downloading installer
202023-09-01T19:45:18.378Zwarning: it looks like you have an existing installation of Rust at:
212023-09-01T19:45:18.381Zwarning: /opt/ooce/bin
222023-09-01T19:45:18.384Zwarning: It is recommended that rustup be the primary Rust installation.
232023-09-01T19:45:18.387Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-09-01T19:45:18.389Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-09-01T19:45:18.392Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-09-01T19:45:18.394Zwarning: or pass `-y' to ignore all ignorable checks.
272023-09-01T19:45:18.397Zerror: cannot install while Rust is installed
282023-09-01T19:45:18.400Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-09-01T19:45:18.517Zinfo: profile set to 'default'
302023-09-01T19:45:18.521Zinfo: default host triple is x86_64-unknown-illumos
312023-09-01T19:45:18.524Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-09-01T19:45:18.712Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
332023-09-01T19:45:18.715Zinfo: downloading component 'cargo'
342023-09-01T19:45:19.794Zinfo: downloading component 'clippy'
352023-09-01T19:45:20.105Zinfo: downloading component 'rust-docs'
362023-09-01T19:45:21.226Zinfo: downloading component 'rust-std'
372023-09-01T19:45:24.067Zinfo: downloading component 'rustc'
382023-09-01T19:45:30.144Zinfo: downloading component 'rustfmt'
392023-09-01T19:45:30.784Zinfo: installing component 'cargo'
402023-09-01T19:45:32.412Zinfo: installing component 'clippy'
412023-09-01T19:45:33.121Zinfo: installing component 'rust-docs'
422023-09-01T19:45:36.028Zinfo: installing component 'rust-std'
432023-09-01T19:45:38.908Zinfo: installing component 'rustc'
442023-09-01T19:45:45.294Zinfo: installing component 'rustfmt'
452023-09-01T19:45:45.754Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-09-01T19:45:45.756Z
472023-09-01T19:45:45.903Z stable-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23)
482023-09-01T19:45:45.906Z
492023-09-01T19:45:45.909Z
502023-09-01T19:45:45.912ZRust is installed now. Great!
512023-09-01T19:45:45.914Z
522023-09-01T19:45:45.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-09-01T19:45:45.920Zenvironment variable. This has not been done automatically.
542023-09-01T19:45:45.922Z
552023-09-01T19:45:45.925ZTo configure your current shell, run:
562023-09-01T19:45:45.928Zsource "$HOME/.cargo/env"
572023-09-01T19:45:46.022Z+ rustc --version
582023-09-01T19:45:46.166Zrustc 1.72.0 (5680fa18f 2023-08-23)
592023-09-01T19:45:46.173Zprocess exited: duration 29368 ms, exit code 0
 
602023-09-01T19:45:46.179Zstarting task 2: "authentication"
612023-09-01T19:45:46.237Zprocess exited: duration 55 ms, exit code 0
 
622023-09-01T19:45:46.243Zstarting task 3: "clone repository"
632023-09-01T19:45:46.254Z+ mkdir -p /work/oxidecomputer/dropshot
642023-09-01T19:45:46.257Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
652023-09-01T19:45:46.418ZCloning into '/work/oxidecomputer/dropshot'...
662023-09-01T19:45:47.317Z+ cd /work/oxidecomputer/dropshot
672023-09-01T19:45:47.320Z+ [[ -n dependabot/cargo/indexmap-2.0.0 ]]
682023-09-01T19:45:47.323Z+ git fetch origin dependabot/cargo/indexmap-2.0.0
692023-09-01T19:45:47.634ZFrom https://github.com/oxidecomputer/dropshot
702023-09-01T19:45:47.637Z * branch dependabot/cargo/indexmap-2.0.0 -> FETCH_HEAD
712023-09-01T19:45:47.645Z+ git checkout -B dependabot/cargo/indexmap-2.0.0 remotes/origin/dependabot/cargo/indexmap-2.0.0
722023-09-01T19:45:47.659ZSwitched to a new branch 'dependabot/cargo/indexmap-2.0.0'
732023-09-01T19:45:47.662ZBranch 'dependabot/cargo/indexmap-2.0.0' set up to track remote branch 'dependabot/cargo/indexmap-2.0.0' from 'origin'.
742023-09-01T19:45:47.665Z+ git reset --hard 9ecb923fd345abc4da03c9db64dee95d332e2548
752023-09-01T19:45:47.681ZHEAD is now at 9ecb923 Merge branch 'main' into dependabot/cargo/indexmap-2.0.0
762023-09-01T19:45:47.684Zprocess exited: duration 1437 ms, exit code 0
 
772023-09-01T19:45:47.690Zstarting task 4: "build"
782023-09-01T19:45:47.700Z+ cargo --version
792023-09-01T19:45:47.708Zinfo: syncing channel updates for '1.72.0-x86_64-unknown-illumos'
802023-09-01T19:45:47.947Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
812023-09-01T19:45:47.950Zinfo: downloading component 'cargo'
822023-09-01T19:45:48.840Zinfo: downloading component 'clippy'
832023-09-01T19:45:49.142Zinfo: downloading component 'rust-docs'
842023-09-01T19:45:50.209Zinfo: downloading component 'rust-std'
852023-09-01T19:45:52.034Zinfo: downloading component 'rustc'
862023-09-01T19:45:56.471Zinfo: downloading component 'rustfmt'
872023-09-01T19:45:56.732Zinfo: installing component 'cargo'
882023-09-01T19:45:58.064Zinfo: installing component 'clippy'
892023-09-01T19:45:58.598Zinfo: installing component 'rust-docs'
902023-09-01T19:46:01.527Zinfo: installing component 'rust-std'
912023-09-01T19:46:04.296Zinfo: installing component 'rustc'
922023-09-01T19:46:10.789Zinfo: installing component 'rustfmt'
932023-09-01T19:46:11.405Zcargo 1.72.0 (103a7ff2e 2023-08-15)
942023-09-01T19:46:11.408Z+ rustc --version
952023-09-01T19:46:11.586Zrustc 1.72.0 (5680fa18f 2023-08-23)
962023-09-01T19:46:11.595Z+ banner build
972023-09-01T19:46:11.600Z
982023-09-01T19:46:11.602Z ##### # # # # #####
992023-09-01T19:46:11.605Z # # # # # # # #
1002023-09-01T19:46:11.612Z ##### # # # # # #
1012023-09-01T19:46:11.615Z # # # # # # # #
1022023-09-01T19:46:11.618Z # # # # # # # #
1032023-09-01T19:46:11.621Z ##### #### # ###### #####
1042023-09-01T19:46:11.623Z
1052023-09-01T19:46:11.626Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1062023-09-01T19:46:11.982Z Updating crates.io index
1072023-09-01T19:46:13.135Z Downloading crates ...
1082023-09-01T19:46:13.368Z Downloaded toml_datetime v0.6.3
1092023-09-01T19:46:13.372Z Downloaded ucd-trie v0.1.3
1102023-09-01T19:46:13.375Z Downloaded opaque-debug v0.2.3
1112023-09-01T19:46:13.378Z Downloaded num_threads v0.1.3
1122023-09-01T19:46:13.381Z Downloaded async-stream-impl v0.3.5
1132023-09-01T19:46:13.383Z Downloaded hostname v0.3.1
1142023-09-01T19:46:13.386Z Downloaded byte-tools v0.3.1
1152023-09-01T19:46:13.388Z Downloaded pem v3.0.2
1162023-09-01T19:46:13.391Z Downloaded num_cpus v1.13.0
1172023-09-01T19:46:13.394Z Downloaded serde_urlencoded v0.7.1
1182023-09-01T19:46:13.396Z Downloaded slog-bunyan v2.4.0
1192023-09-01T19:46:13.399Z Downloaded parking_lot v0.12.1
1202023-09-01T19:46:13.402Z Downloaded lock_api v0.4.6
1212023-09-01T19:46:13.405Z Downloaded async-stream v0.3.5
1222023-09-01T19:46:13.408Z Downloaded serde_path_to_error v0.1.14
1232023-09-01T19:46:13.411Z Downloaded httpdate v1.0.1
1242023-09-01T19:46:13.413Z Downloaded socket2 v0.5.3
1252023-09-01T19:46:13.416Z Downloaded block-padding v0.1.5
1262023-09-01T19:46:13.419Z Downloaded futures-task v0.3.28
1272023-09-01T19:46:13.422Z Downloaded parking_lot_core v0.9.4
1282023-09-01T19:46:13.425Z Downloaded futures-channel v0.3.28
1292023-09-01T19:46:13.429Z Downloaded serde_spanned v0.6.3
1302023-09-01T19:46:13.432Z Downloaded serde_derive v1.0.188
1312023-09-01T19:46:13.436Z Downloaded tower-service v0.3.1
1322023-09-01T19:46:13.439Z Downloaded match_cfg v0.1.0
1332023-09-01T19:46:13.441Z Downloaded slab v0.4.5
1342023-09-01T19:46:13.444Z Downloaded fnv v1.0.7
1352023-09-01T19:46:13.447Z Downloaded sha-1 v0.8.2
1362023-09-01T19:46:13.458Z Downloaded futures-core v0.3.28
1372023-09-01T19:46:13.468Z Downloaded subprocess v0.2.9
1382023-09-01T19:46:13.471Z Downloaded maplit v1.0.2
1392023-09-01T19:46:13.474Z Downloaded equivalent v1.0.0
1402023-09-01T19:46:13.477Z Downloaded block-buffer v0.7.3
1412023-09-01T19:46:13.480Z Downloaded byteorder v1.4.3
1422023-09-01T19:46:13.482Z Downloaded form_urlencoded v1.2.0
1432023-09-01T19:46:13.485Z Downloaded tinyvec_macros v0.1.0
1442023-09-01T19:46:13.488Z Downloaded pest_generator v2.1.3
1452023-09-01T19:46:13.490Z Downloaded usdt v0.3.5
1462023-09-01T19:46:13.493Z Downloaded debug-ignore v1.0.5
1472023-09-01T19:46:13.496Z Downloaded want v0.3.0
1482023-09-01T19:46:13.499Z Downloaded version_check v0.9.4
1492023-09-01T19:46:13.502Z Downloaded generic-array v0.12.4
1502023-09-01T19:46:13.504Z Downloaded utf-8 v0.7.6
1512023-09-01T19:46:13.507Z Downloaded rustls-pemfile v1.0.3
1522023-09-01T19:46:13.510Z Downloaded usdt-attr-macro v0.3.5
1532023-09-01T19:46:13.512Z Downloaded rustls-pemfile v0.2.1
1542023-09-01T19:46:13.515Z Downloaded thread-id v4.0.0
1552023-09-01T19:46:13.519Z Downloaded rustls-native-certs v0.6.1
1562023-09-01T19:46:13.522Z Downloaded newline-converter v0.3.0
1572023-09-01T19:46:13.524Z Downloaded pest_derive v2.1.0
1582023-09-01T19:46:13.527Z Downloaded futures-macro v0.3.28
1592023-09-01T19:46:13.530Z Downloaded tempfile v3.8.0
1602023-09-01T19:46:13.533Z Downloaded httparse v1.8.0
1612023-09-01T19:46:13.535Z Downloaded mime v0.3.16
1622023-09-01T19:46:13.538Z Downloaded rand_core v0.6.3
1632023-09-01T19:46:13.541Z Downloaded sct v0.7.0
1642023-09-01T19:46:13.544Z Downloaded concurrent-queue v2.2.0
1652023-09-01T19:46:13.546Z Downloaded waitgroup v0.1.2
1662023-09-01T19:46:13.549Z Downloaded pem v2.0.1
1672023-09-01T19:46:13.551Z Downloaded ppv-lite86 v0.2.15
1682023-09-01T19:46:13.554Z Downloaded typenum v1.14.0
1692023-09-01T19:46:13.556Z Downloaded bitflags v2.4.0
1702023-09-01T19:46:13.559Z Downloaded camino v1.1.6
1712023-09-01T19:46:13.562Z Downloaded unicode-ident v1.0.0
1722023-09-01T19:46:13.567Z Downloaded tracing-core v0.1.21
1732023-09-01T19:46:13.572Z Downloaded slog-async v2.8.0
1742023-09-01T19:46:13.575Z Downloaded uuid v1.4.1
1752023-09-01T19:46:13.584Z Downloaded cc v1.0.72
1762023-09-01T19:46:13.589Z Downloaded schema v0.1.0
1772023-09-01T19:46:13.592Z Downloaded bytes v1.4.0
1782023-09-01T19:46:13.598Z Downloaded base64 v0.13.1
1792023-09-01T19:46:13.604Z Downloaded url v2.2.2
1802023-09-01T19:46:13.609Z Downloaded base64 v0.21.3
1812023-09-01T19:46:13.617Z Downloaded serde v1.0.188
1822023-09-01T19:46:13.623Z Downloaded crossbeam-channel v0.5.1
1832023-09-01T19:46:13.633Z Downloaded unicode-normalization v0.1.19
1842023-09-01T19:46:13.642Z Downloaded serde_json v1.0.99
1852023-09-01T19:46:13.657Z Downloaded winnow v0.5.15
1862023-09-01T19:46:13.672Z Downloaded futures-util v0.3.28
1872023-09-01T19:46:13.695Z Downloaded h2 v0.3.17
1882023-09-01T19:46:13.708Z Downloaded hyper v0.14.27
1892023-09-01T19:46:13.731Z Downloaded syn v2.0.29
1902023-09-01T19:46:13.745Z Downloaded rustix v0.38.8
1912023-09-01T19:46:13.786Z Downloaded zerocopy-derive v0.2.0
1922023-09-01T19:46:13.804Z Downloaded libc v0.2.147
1932023-09-01T19:46:13.851Z Downloaded tokio v1.32.0
1942023-09-01T19:46:13.919Z Downloaded rustls v0.21.6
1952023-09-01T19:46:13.941Z Downloaded idna v0.2.3
1962023-09-01T19:46:13.953Z Downloaded openapiv3 v1.0.3
1972023-09-01T19:46:13.974Z Downloaded syn v1.0.109
1982023-09-01T19:46:13.994Z Downloaded rustls-webpki v0.101.4
1992023-09-01T19:46:14.021Z Downloaded chrono v0.4.26
2002023-09-01T19:46:14.036Z Downloaded rand v0.8.4
2012023-09-01T19:46:14.043Z Downloaded unicode-segmentation v1.10.0
2022023-09-01T19:46:14.049Z Downloaded tokio-util v0.7.7
2032023-09-01T19:46:14.060Z Downloaded memchr v2.6.0
2042023-09-01T19:46:14.070Z Downloaded hashbrown v0.12.1
2052023-09-01T19:46:14.078Z Downloaded pest v2.1.3
2062023-09-01T19:46:14.084Z Downloaded expectorate v1.0.7
2072023-09-01T19:46:14.088Z Downloaded hashbrown v0.14.0
2082023-09-01T19:46:14.097Z Downloaded http v0.2.9
2092023-09-01T19:46:14.104Z Downloaded time v0.3.7
2102023-09-01T19:46:14.113Z Downloaded crypto-common v0.1.6
2112023-09-01T19:46:14.116Z Downloaded futures v0.3.28
2122023-09-01T19:46:14.124Z Downloaded yasna v0.5.2
2132023-09-01T19:46:14.128Z Downloaded toml v0.7.6
2142023-09-01T19:46:14.133Z Downloaded slog v2.7.0
2152023-09-01T19:46:14.139Z Downloaded schemars v0.8.13
2162023-09-01T19:46:14.165Z Downloaded ryu v1.0.5
2172023-09-01T19:46:14.170Z Downloaded basic-toml v0.1.1
2182023-09-01T19:46:14.188Z Downloaded trybuild v1.0.83
2192023-09-01T19:46:14.196Z Downloaded unicode-bidi v0.3.7
2202023-09-01T19:46:14.200Z Downloaded rcgen v0.11.1
2212023-09-01T19:46:14.204Z Downloaded pest_meta v2.1.3
2222023-09-01T19:46:14.207Z Downloaded tracing v0.1.29
2232023-09-01T19:46:14.214Z Downloaded paste v1.0.14
2242023-09-01T19:46:14.219Z Downloaded ring v0.16.20
2252023-09-01T19:46:14.375Z Downloaded generic-array v0.14.5
2262023-09-01T19:46:14.378Z Downloaded indexmap v1.9.3
2272023-09-01T19:46:14.383Z Downloaded digest v0.10.5
2282023-09-01T19:46:14.386Z Downloaded crossbeam-utils v0.8.15
2292023-09-01T19:46:14.390Z Downloaded zerocopy v0.3.0
2302023-09-01T19:46:14.393Z Downloaded similar v2.2.1
2312023-09-01T19:46:14.400Z Downloaded proc-macro2 v1.0.66
2322023-09-01T19:46:14.404Z Downloaded tinyvec v1.5.1
2332023-09-01T19:46:14.409Z Downloaded serde_derive_internals v0.26.0
2342023-09-01T19:46:14.411Z Downloaded getrandom v0.2.3
2352023-09-01T19:46:14.415Z Downloaded term v0.7.0
2362023-09-01T19:46:14.421Z Downloaded percent-encoding v2.3.0
2372023-09-01T19:46:14.423Z Downloaded serde_tokenstream v0.2.0
2382023-09-01T19:46:14.427Z Downloaded iana-time-zone v0.1.47
2392023-09-01T19:46:14.430Z Downloaded mime_guess v2.0.4
2402023-09-01T19:46:14.433Z Downloaded usdt-impl v0.3.5
2412023-09-01T19:46:14.435Z Downloaded unicode-xid v0.2.2
2422023-09-01T19:46:14.438Z Downloaded atomic-waker v1.1.1
2432023-09-01T19:46:14.441Z Downloaded slog-json v2.6.1
2442023-09-01T19:46:14.444Z Downloaded unicode-width v0.1.9
2452023-09-01T19:46:14.446Z Downloaded termcolor v1.1.2
2462023-09-01T19:46:14.449Z Downloaded glob v0.3.0
2472023-09-01T19:46:14.452Z Downloaded async-trait v0.1.73
2482023-09-01T19:46:14.455Z Downloaded tungstenite v0.20.0
2492023-09-01T19:46:14.458Z Downloaded socket2 v0.4.9
2502023-09-01T19:46:14.461Z Downloaded tokio-tungstenite v0.20.0
2512023-09-01T19:46:14.465Z Downloaded futures-sink v0.3.28
2522023-09-01T19:46:14.468Z Downloaded thiserror v1.0.30
2532023-09-01T19:46:14.473Z Downloaded pin-project-lite v0.2.12
2542023-09-01T19:46:14.481Z Downloaded dtrace-parser v0.1.14
2552023-09-01T19:46:14.483Z Downloaded console v0.15.5
2562023-09-01T19:46:14.486Z Downloaded schemars_derive v0.8.13
2572023-09-01T19:46:14.489Z Downloaded serde_tokenstream v0.1.7
2582023-09-01T19:46:14.494Z Downloaded log v0.4.17
2592023-09-01T19:46:14.497Z Downloaded time-macros v0.2.3
2602023-09-01T19:46:14.500Z Downloaded once_cell v1.13.1
2612023-09-01T19:46:14.503Z Downloaded signal-hook-registry v1.4.0
2622023-09-01T19:46:14.506Z Downloaded scopeguard v1.1.0
2632023-09-01T19:46:14.510Z Downloaded itoa v1.0.1
2642023-09-01T19:46:14.512Z Downloaded dof v0.1.5
2652023-09-01T19:46:14.515Z Downloaded cfg-if v1.0.0
2662023-09-01T19:46:14.518Z Downloaded buf-list v1.0.3
2672023-09-01T19:46:14.521Z Downloaded rand_chacha v0.3.1
2682023-09-01T19:46:14.524Z Downloaded errno v0.3.1
2692023-09-01T19:46:14.526Z Downloaded quote v1.0.30
2702023-09-01T19:46:14.529Z Downloaded data-encoding v2.4.0
2712023-09-01T19:46:14.531Z Downloaded cpufeatures v0.2.2
2722023-09-01T19:46:14.534Z Downloaded futures-executor v0.3.28
2732023-09-01T19:46:14.537Z Downloaded synstructure v0.12.6
2742023-09-01T19:46:14.539Z Downloaded lazy_static v1.4.0
2752023-09-01T19:46:14.542Z Downloaded digest v0.8.1
2762023-09-01T19:46:14.545Z Downloaded unicase v2.6.0
2772023-09-01T19:46:14.548Z Downloaded usdt-macro v0.3.5
2782023-09-01T19:46:14.551Z Downloaded openssl-probe v0.1.4
2792023-09-01T19:46:14.554Z Downloaded pin-utils v0.1.0
2802023-09-01T19:46:14.557Z Downloaded toml_edit v0.19.14
2812023-09-01T19:46:14.571Z Downloaded fastrand v2.0.0
2822023-09-01T19:46:14.574Z Downloaded block-buffer v0.10.2
2832023-09-01T19:46:14.576Z Downloaded sha1 v0.10.5
2842023-09-01T19:46:14.579Z Downloaded fake-simd v0.1.2
2852023-09-01T19:46:14.581Z Downloaded hyper-rustls v0.24.1
2862023-09-01T19:46:14.584Z Downloaded untrusted v0.7.1
2872023-09-01T19:46:14.587Z Downloaded tokio-macros v2.1.0
2882023-09-01T19:46:14.590Z Downloaded take_mut v0.2.2
2892023-09-01T19:46:14.592Z Downloaded hyper-staticfile v0.9.5
2902023-09-01T19:46:14.595Z Downloaded async-channel v1.9.0
2912023-09-01T19:46:14.599Z Downloaded atty v0.2.14
2922023-09-01T19:46:14.602Z Downloaded thiserror-impl v1.0.30
2932023-09-01T19:46:14.604Z Downloaded thread_local v1.1.4
2942023-09-01T19:46:14.607Z Downloaded http-range v0.1.4
2952023-09-01T19:46:14.610Z Downloaded dirs-sys-next v0.1.2
2962023-09-01T19:46:14.613Z Downloaded spin v0.5.2
2972023-09-01T19:46:14.615Z Downloaded schema-derive v0.1.0
2982023-09-01T19:46:14.618Z Downloaded matches v0.1.9
2992023-09-01T19:46:14.620Z Downloaded event-listener v2.5.3
3002023-09-01T19:46:14.623Z Downloaded futures-io v0.3.28
3012023-09-01T19:46:14.626Z Downloaded dyn-clone v1.0.4
3022023-09-01T19:46:14.628Z Downloaded slog-term v2.9.0
3032023-09-01T19:46:14.631Z Downloaded autocfg v1.1.0
3042023-09-01T19:46:14.634Z Downloaded dirs-next v2.0.0
3052023-09-01T19:46:14.636Z Downloaded http-body v0.4.3
3062023-09-01T19:46:14.639Z Downloaded try-lock v0.2.3
3072023-09-01T19:46:14.642Z Downloaded indexmap v2.0.0
3082023-09-01T19:46:14.644Z Downloaded smallvec v1.7.0
3092023-09-01T19:46:14.647Z Downloaded num-traits v0.2.14
3102023-09-01T19:46:14.650Z Downloaded tokio-rustls v0.24.1
3112023-09-01T19:46:14.653Z Downloaded mio v0.8.8
3122023-09-01T19:46:14.812Z Compiling proc-macro2 v1.0.66
3132023-09-01T19:46:14.815Z Compiling quote v1.0.30
3142023-09-01T19:46:14.818Z Compiling unicode-ident v1.0.0
3152023-09-01T19:46:14.821Z Compiling libc v0.2.147
3162023-09-01T19:46:14.824Z Compiling cfg-if v1.0.0
3172023-09-01T19:46:14.827Z Compiling serde v1.0.188
3182023-09-01T19:46:14.830Z Compiling itoa v1.0.1
3192023-09-01T19:46:14.832Z Compiling version_check v0.9.4
3202023-09-01T19:46:14.835Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=ab9b7a7058094487 -C extra-filename=-ab9b7a7058094487 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3212023-09-01T19:46:14.838Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=473e00d6050f1144 -C extra-filename=-473e00d6050f1144 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3222023-09-01T19:46:14.841Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cd6b85c7f402e2ee -C extra-filename=-cd6b85c7f402e2ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3232023-09-01T19:46:14.844Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=b32dde950af09773 -C extra-filename=-b32dde950af09773 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3242023-09-01T19:46:14.847Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8ecb2847028721fc -C extra-filename=-8ecb2847028721fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3252023-09-01T19:46:14.850Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=6bce033b1a12ef57 -C extra-filename=-6bce033b1a12ef57 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6bce033b1a12ef57 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3262023-09-01T19:46:14.853Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e2a15c5afb095340 -C extra-filename=-e2a15c5afb095340 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3272023-09-01T19:46:14.856Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=dbca48b5dbdb0f40 -C extra-filename=-dbca48b5dbdb0f40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3282023-09-01T19:46:14.977Z Compiling syn v1.0.109
3292023-09-01T19:46:14.992Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=0f499b1a6c66648a -C extra-filename=-0f499b1a6c66648a --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3302023-09-01T19:46:15.166Z Compiling pin-project-lite v0.2.12
3312023-09-01T19:46:15.169Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0a596ed3842d1c68 -C extra-filename=-0a596ed3842d1c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3322023-09-01T19:46:15.227Z Compiling futures-core v0.3.28
3332023-09-01T19:46:15.230Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0c4b83660fbb006 -C extra-filename=-c0c4b83660fbb006 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3342023-09-01T19:46:15.365Z Compiling ryu v1.0.5
3352023-09-01T19:46:15.368Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ec5a213ecaef4351 -C extra-filename=-ec5a213ecaef4351 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3362023-09-01T19:46:15.806Z Compiling bytes v1.4.0
3372023-09-01T19:46:15.809Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2fb0ba5207debf3 -C extra-filename=-c2fb0ba5207debf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3382023-09-01T19:46:17.428Z Compiling autocfg v1.1.0
3392023-09-01T19:46:17.431Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6e83747e49904154 -C extra-filename=-6e83747e49904154 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3402023-09-01T19:46:18.269Z Compiling serde_json v1.0.99
3412023-09-01T19:46:18.273Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fdec603a00cb2398 -C extra-filename=-fdec603a00cb2398 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3422023-09-01T19:46:18.671Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006/build-script-build`
3432023-09-01T19:46:18.674Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487/build-script-build`
3442023-09-01T19:46:18.677Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351/build-script-build`
3452023-09-01T19:46:18.679Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a/build-script-build`
3462023-09-01T19:46:18.682Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773/build-script-build`
3472023-09-01T19:46:18.685Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6bce033b1a12ef57/build-script-build`
3482023-09-01T19:46:18.688Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144/build-script-build`
3492023-09-01T19:46:18.717Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5971ac7cfd90b76 -C extra-filename=-c5971ac7cfd90b76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3502023-09-01T19:46:18.802Z Compiling once_cell v1.13.1
3512023-09-01T19:46:18.805Z Compiling parking_lot_core v0.9.4
3522023-09-01T19:46:18.808Z Compiling log v0.4.17
3532023-09-01T19:46:18.810Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=828f14aa5c8e8b86 -C extra-filename=-828f14aa5c8e8b86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3542023-09-01T19:46:18.813Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=48584e482e86d3b6 -C extra-filename=-48584e482e86d3b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg wrap_proc_macro`
3552023-09-01T19:46:18.816Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=a8c51ff79180f898 -C extra-filename=-a8c51ff79180f898 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
3562023-09-01T19:46:18.819Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=8ca14353ccb68bf9 -C extra-filename=-8ca14353ccb68bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572023-09-01T19:46:18.822Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=71383c52a4479393 -C extra-filename=-71383c52a4479393 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582023-09-01T19:46:18.845Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=15800028587452c8 -C extra-filename=-15800028587452c8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3592023-09-01T19:46:18.965Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398/build-script-build`
3602023-09-01T19:46:19.056Z Compiling futures-task v0.3.28
3612023-09-01T19:46:19.059Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e953e070b17f1f47 -C extra-filename=-e953e070b17f1f47 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3622023-09-01T19:46:19.090Z Compiling futures-sink v0.3.28
3632023-09-01T19:46:19.094Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e6dc94eed5f67a1 -C extra-filename=-3e6dc94eed5f67a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642023-09-01T19:46:19.312Z Compiling scopeguard v1.1.0
3652023-09-01T19:46:19.321Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b039d9eed420185f -C extra-filename=-b039d9eed420185f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3662023-09-01T19:46:19.375Z Compiling futures-channel v0.3.28
3672023-09-01T19:46:19.379Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=807d24965405ab34 -C extra-filename=-807d24965405ab34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3682023-09-01T19:46:19.388Z Compiling smallvec v1.7.0
3692023-09-01T19:46:19.390Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3e4d1016180b6296 -C extra-filename=-3e4d1016180b6296 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3702023-09-01T19:46:19.460Z Compiling cc v1.0.72
3712023-09-01T19:46:19.470Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=17b155bf3103d48f -C extra-filename=-17b155bf3103d48f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722023-09-01T19:46:19.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393/build-script-build`
3732023-09-01T19:46:19.507Z Compiling lock_api v0.4.6
3742023-09-01T19:46:19.510Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d986d57a2ec14494 -C extra-filename=-d986d57a2ec14494 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b039d9eed420185f.rmeta --cap-lints allow`
3752023-09-01T19:46:19.536Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8/build-script-build`
3762023-09-01T19:46:19.546Z Compiling ucd-trie v0.1.3
3772023-09-01T19:46:19.556Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c256f3e5b810045f -C extra-filename=-c256f3e5b810045f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3782023-09-01T19:46:19.622Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47/build-script-build`
3792023-09-01T19:46:19.642Z Compiling typenum v1.14.0
3802023-09-01T19:46:19.646Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2f7aab635b4f4800 -C extra-filename=-2f7aab635b4f4800 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812023-09-01T19:46:19.951Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34/build-script-build`
3822023-09-01T19:46:19.973Z Compiling lazy_static v1.4.0
3832023-09-01T19:46:19.977Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=31fc94f4d760252d -C extra-filename=-31fc94f4d760252d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3842023-09-01T19:46:20.042Z Compiling futures-util v0.3.28
3852023-09-01T19:46:20.052Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=fed76e67fb65cebe -C extra-filename=-fed76e67fb65cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3862023-09-01T19:46:20.177Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2ac18830084444d8 -C extra-filename=-2ac18830084444d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --cap-lints allow`
3872023-09-01T19:46:20.230Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=c947f093bc72455a -C extra-filename=-c947f093bc72455a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --cap-lints allow`
3882023-09-01T19:46:20.634Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe/build-script-build`
3892023-09-01T19:46:20.655Z Compiling pest v2.1.3
3902023-09-01T19:46:20.665Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=15abd66da7134d3a -C extra-filename=-15abd66da7134d3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-c256f3e5b810045f.rmeta --cap-lints allow`
3912023-09-01T19:46:20.939Z Compiling syn v2.0.29
3922023-09-01T19:46:20.943Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=f29be6fc475567fc -C extra-filename=-f29be6fc475567fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow`
3932023-09-01T19:46:21.086Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=2f2e09f9e7c584c1 -C extra-filename=-2f2e09f9e7c584c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
3942023-09-01T19:46:21.456Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=149860045b8924bf -C extra-filename=-149860045b8924bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-3e4d1016180b6296.rmeta --cap-lints allow`
3952023-09-01T19:46:21.621Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800/build-script-main`
3962023-09-01T19:46:21.926Z Compiling num_cpus v1.13.0
3972023-09-01T19:46:21.929Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1d2a97655cc23ee2 -C extra-filename=-1d2a97655cc23ee2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
3982023-09-01T19:46:21.939Z Compiling mio v0.8.8
3992023-09-01T19:46:21.942Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=1fe6979f6d41feda -C extra-filename=-1fe6979f6d41feda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
4002023-09-01T19:46:22.108Z Compiling parking_lot v0.12.1
4012023-09-01T19:46:22.113Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=df8f5694b6ce94de -C extra-filename=-df8f5694b6ce94de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-d986d57a2ec14494.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-149860045b8924bf.rmeta --cap-lints allow`
4022023-09-01T19:46:22.420Z Compiling getrandom v0.2.3
4032023-09-01T19:46:22.430Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=21b67d1763dfaa92 -C extra-filename=-21b67d1763dfaa92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
4042023-09-01T19:46:22.815Z Compiling signal-hook-registry v1.4.0
4052023-09-01T19:46:22.818Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d441823136219344 -C extra-filename=-d441823136219344 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
4062023-09-01T19:46:23.058Z Compiling socket2 v0.5.3
4072023-09-01T19:46:23.061Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=fca72d6ca63f2206 -C extra-filename=-fca72d6ca63f2206 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
4082023-09-01T19:46:23.361Z Compiling ring v0.16.20
4092023-09-01T19:46:23.364Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=a8093ec0b6ccb87a -C extra-filename=-a8093ec0b6ccb87a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-17b155bf3103d48f.rlib --cap-lints allow`
4102023-09-01T19:46:23.888Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4983cdddbb26a083 -C extra-filename=-4983cdddbb26a083 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112023-09-01T19:46:24.063Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ee9abcf06cc9a869 -C extra-filename=-ee9abcf06cc9a869 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4122023-09-01T19:46:24.347Z Compiling generic-array v0.14.5
4132023-09-01T19:46:24.350Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=d65e75b54edd8ca3 -C extra-filename=-d65e75b54edd8ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4142023-09-01T19:46:24.432Z Compiling unicode-xid v0.2.2
4152023-09-01T19:46:24.436Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b39e63adccb0d5cd -C extra-filename=-b39e63adccb0d5cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162023-09-01T19:46:24.655Z Compiling futures-io v0.3.28
4172023-09-01T19:46:24.658Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=ae8decdb8ead9306 -C extra-filename=-ae8decdb8ead9306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182023-09-01T19:46:24.690Z Compiling pin-utils v0.1.0
4192023-09-01T19:46:24.701Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=99ec385e08af1fdd -C extra-filename=-99ec385e08af1fdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202023-09-01T19:46:24.822Z Compiling maplit v1.0.2
4212023-09-01T19:46:24.829Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=35f5d32dd2771a11 -C extra-filename=-35f5d32dd2771a11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222023-09-01T19:46:24.833Z Compiling slab v0.4.5
4232023-09-01T19:46:24.836Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ce6d0add818a3a59 -C extra-filename=-ce6d0add818a3a59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242023-09-01T19:46:24.872Z Compiling memchr v2.6.0
4252023-09-01T19:46:24.884Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4bc19e3ae1b435ec -C extra-filename=-4bc19e3ae1b435ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262023-09-01T19:46:24.887Z Compiling byteorder v1.4.3
4272023-09-01T19:46:24.895Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07e07916cf9446d0 -C extra-filename=-07e07916cf9446d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282023-09-01T19:46:24.976Z Compiling fnv v1.0.7
4292023-09-01T19:46:24.980Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af9d689540b23e48 -C extra-filename=-af9d689540b23e48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302023-09-01T19:46:25.079Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a/build-script-build`
4312023-09-01T19:46:25.169Z Compiling http v0.2.9
4322023-09-01T19:46:25.172Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=235f917d2d408e58 -C extra-filename=-235f917d2d408e58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --cap-lints allow`
4332023-09-01T19:46:25.196Z Compiling pest_meta v2.1.3
4342023-09-01T19:46:25.200Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=66982750f5085f2a -C extra-filename=-66982750f5085f2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern maplit=/work/oxidecomputer/dropshot/target/debug/deps/libmaplit-35f5d32dd2771a11.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rmeta --cap-lints allow`
4352023-09-01T19:46:25.288Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3/build-script-build`
4362023-09-01T19:46:25.357Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d783a7928ecef053 -C extra-filename=-d783a7928ecef053 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372023-09-01T19:46:25.699Z Compiling httparse v1.8.0
4382023-09-01T19:46:25.702Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4d40bc340490b5bf -C extra-filename=-4d40bc340490b5bf --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392023-09-01T19:46:26.420Z Compiling spin v0.5.2
4402023-09-01T19:46:26.424Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=059cfc496bc5209f -C extra-filename=-059cfc496bc5209f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412023-09-01T19:46:26.810Z Compiling untrusted v0.7.1
4422023-09-01T19:46:26.813Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d438ba7bac83d087 -C extra-filename=-d438ba7bac83d087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432023-09-01T19:46:27.148Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf/build-script-build`
4442023-09-01T19:46:27.169Z Compiling tracing-core v0.1.21
4452023-09-01T19:46:27.172Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=608cd2a18d495d3e -C extra-filename=-608cd2a18d495d3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rmeta --cap-lints allow`
4462023-09-01T19:46:28.099Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=13765ccc56c87c85 -C extra-filename=-13765ccc56c87c85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d783a7928ecef053.rmeta --cap-lints allow --cfg relaxed_coherence`
4472023-09-01T19:46:28.554Z Compiling indexmap v1.9.3
4482023-09-01T19:46:28.557Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=c092a66279ba4f17 -C extra-filename=-c092a66279ba4f17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-c092a66279ba4f17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow`
4492023-09-01T19:46:29.065Z Compiling time-macros v0.2.3
4502023-09-01T19:46:29.068Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=17023c3d3e51cb0b -C extra-filename=-17023c3d3e51cb0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
4512023-09-01T19:46:29.482Z Compiling slog v2.7.0
4522023-09-01T19:46:29.486Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=5f95137556116b0e -C extra-filename=-5f95137556116b0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532023-09-01T19:46:29.946Z Compiling percent-encoding v2.3.0
4542023-09-01T19:46:29.949Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b095cc642ba91ff -C extra-filename=-6b095cc642ba91ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552023-09-01T19:46:30.252Z Compiling crossbeam-utils v0.8.15
4562023-09-01T19:46:30.255Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=7216345819e80b8e -C extra-filename=-7216345819e80b8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572023-09-01T19:46:30.264Z Compiling num_threads v0.1.3
4582023-09-01T19:46:30.267Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=076d18c0db48b51b -C extra-filename=-076d18c0db48b51b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592023-09-01T19:46:30.450Z Compiling tinyvec_macros v0.1.0
4602023-09-01T19:46:30.453Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=be262b96608c9c98 -C extra-filename=-be262b96608c9c98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612023-09-01T19:46:30.583Z Compiling tinyvec v1.5.1
4622023-09-01T19:46:30.586Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=064a951d3acf901f -C extra-filename=-064a951d3acf901f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-be262b96608c9c98.rmeta --cap-lints allow`
4632023-09-01T19:46:30.589Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e/build-script-build`
4642023-09-01T19:46:30.675Z Compiling form_urlencoded v1.2.0
4652023-09-01T19:46:30.678Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=647d4479e6a72494 -C extra-filename=-647d4479e6a72494 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --cap-lints allow`
4662023-09-01T19:46:31.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e/build-script-build`
4672023-09-01T19:46:31.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-c092a66279ba4f17/build-script-build`
4682023-09-01T19:46:31.111Z Compiling tracing v0.1.29
4692023-09-01T19:46:31.115Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=8b2d113032be2e69 -C extra-filename=-8b2d113032be2e69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-608cd2a18d495d3e.rmeta --cap-lints allow`
4702023-09-01T19:46:31.118Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=99c83f1aec1575ac -C extra-filename=-99c83f1aec1575ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4712023-09-01T19:46:31.279Z Compiling usdt-impl v0.3.5
4722023-09-01T19:46:31.282Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=4f860a90aabc1647 -C extra-filename=-4f860a90aabc1647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4732023-09-01T19:46:31.847Z Compiling unicase v2.6.0
4742023-09-01T19:46:31.850Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=99260f3bd70d827b -C extra-filename=-99260f3bd70d827b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow`
4752023-09-01T19:46:31.889Z Compiling paste v1.0.14
4762023-09-01T19:46:31.892Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=39c8a3d2c25b3b9a -C extra-filename=-39c8a3d2c25b3b9a --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772023-09-01T19:46:32.353Z Compiling synstructure v0.12.6
4782023-09-01T19:46:32.357Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2ecae9030e90f919 -C extra-filename=-2ecae9030e90f919 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern unicode_xid=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_xid-b39e63adccb0d5cd.rmeta --cap-lints allow`
4792023-09-01T19:46:32.383Z Compiling pest_generator v2.1.3
4802023-09-01T19:46:32.389Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=78a10e3c20e4743e -C extra-filename=-78a10e3c20e4743e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-66982750f5085f2a.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
4812023-09-01T19:46:32.646Z Compiling hashbrown v0.12.1
4822023-09-01T19:46:32.649Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=f9b1523aff2821b9 -C extra-filename=-f9b1523aff2821b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832023-09-01T19:46:33.168Z Compiling unicode-normalization v0.1.19
4842023-09-01T19:46:33.172Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d3b795a7d3188ad8 -C extra-filename=-d3b795a7d3188ad8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-064a951d3acf901f.rmeta --cap-lints allow`
4852023-09-01T19:46:33.619Z Compiling time v0.3.7
4862023-09-01T19:46:33.622Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=44ed5e3774836f48 -C extra-filename=-44ed5e3774836f48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-076d18c0db48b51b.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-17023c3d3e51cb0b.so --cap-lints allow`
4872023-09-01T19:46:34.328Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=16594b125810215b -C extra-filename=-16594b125810215b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f9b1523aff2821b9.rmeta --cap-lints allow --cfg has_std`
4882023-09-01T19:46:34.858Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a/build-script-build`
4892023-09-01T19:46:34.956Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b/build-script-build`
4902023-09-01T19:46:35.025Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647/build-script-build`
4912023-09-01T19:46:35.244Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=2dd2f206d9f4594b -C extra-filename=-2dd2f206d9f4594b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --cap-lints allow`
4922023-09-01T19:46:35.256Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=d9311f03891a06df -C extra-filename=-d9311f03891a06df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4932023-09-01T19:46:35.934Z Compiling block-buffer v0.10.2
4942023-09-01T19:46:35.937Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dfb554638b9ede8b -C extra-filename=-dfb554638b9ede8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-13765ccc56c87c85.rmeta --cap-lints allow`
4952023-09-01T19:46:36.257Z Compiling crypto-common v0.1.6
4962023-09-01T19:46:36.261Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b55dca047977acc0 -C extra-filename=-b55dca047977acc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-13765ccc56c87c85.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d783a7928ecef053.rmeta --cap-lints allow`
4972023-09-01T19:46:36.386Z Compiling rand_core v0.6.3
4982023-09-01T19:46:36.389Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=6bc525b754a6b85c -C extra-filename=-6bc525b754a6b85c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-21b67d1763dfaa92.rmeta --cap-lints allow`
4992023-09-01T19:46:36.548Z Compiling thread-id v4.0.0
5002023-09-01T19:46:36.552Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=223b6b3112ed78e2 -C extra-filename=-223b6b3112ed78e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
5012023-09-01T19:46:36.604Z Compiling num-traits v0.2.14
5022023-09-01T19:46:36.607Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=612fd448519c96c0 -C extra-filename=-612fd448519c96c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow`
5032023-09-01T19:46:36.682Z Compiling rustls v0.21.6
5042023-09-01T19:46:36.685Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=b0ee5dfbb49c9aef -C extra-filename=-b0ee5dfbb49c9aef --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052023-09-01T19:46:37.077Z Compiling try-lock v0.2.3
5062023-09-01T19:46:37.080Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f56db3fa004391bb -C extra-filename=-f56db3fa004391bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072023-09-01T19:46:37.126Z Compiling unicode-bidi v0.3.7
5082023-09-01T19:46:37.129Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf9e319892f962f5 -C extra-filename=-cf9e319892f962f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092023-09-01T19:46:37.144Z Compiling equivalent v1.0.0
5102023-09-01T19:46:37.146Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a4316bbc389292b -C extra-filename=-6a4316bbc389292b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112023-09-01T19:46:37.283Z Compiling matches v0.1.9
5122023-09-01T19:46:37.286Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=28aa82d69eb6adfe -C extra-filename=-28aa82d69eb6adfe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132023-09-01T19:46:37.293Z Compiling hashbrown v0.14.0
5142023-09-01T19:46:37.297Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=2a93d59af72e0ac2 -C extra-filename=-2a93d59af72e0ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152023-09-01T19:46:37.328Z Compiling base64 v0.21.3
5162023-09-01T19:46:37.331Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61fe435958798f11 -C extra-filename=-61fe435958798f11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172023-09-01T19:46:37.410Z Compiling ppv-lite86 v0.2.15
5182023-09-01T19:46:37.414Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=ae628482dfbe22a5 -C extra-filename=-ae628482dfbe22a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192023-09-01T19:46:37.503Z Compiling want v0.3.0
5202023-09-01T19:46:37.506Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1f8ee5318206ea8d -C extra-filename=-1f8ee5318206ea8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f56db3fa004391bb.rmeta --cap-lints allow`
5212023-09-01T19:46:38.009Z Compiling idna v0.2.3
5222023-09-01T19:46:38.012Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e884228c7e83a6fe -C extra-filename=-e884228c7e83a6fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28aa82d69eb6adfe.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-cf9e319892f962f5.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-d3b795a7d3188ad8.rmeta --cap-lints allow`
5232023-09-01T19:46:38.695Z Compiling rand_chacha v0.3.1
5242023-09-01T19:46:38.705Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=f39ecea7d1c5154e -C extra-filename=-f39ecea7d1c5154e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-ae628482dfbe22a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow`
5252023-09-01T19:46:38.708Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0/build-script-build`
5262023-09-01T19:46:39.174Z Compiling digest v0.10.5
5272023-09-01T19:46:39.178Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4cd853619d19b03 -C extra-filename=-e4cd853619d19b03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-dfb554638b9ede8b.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b55dca047977acc0.rmeta --cap-lints allow`
5282023-09-01T19:46:39.322Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bbbdb309c7aac7c7 -C extra-filename=-bbbdb309c7aac7c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
5292023-09-01T19:46:39.349Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=60186f369661f247 -C extra-filename=-60186f369661f247 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5302023-09-01T19:46:39.771Z Compiling http-body v0.4.3
5312023-09-01T19:46:39.841Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ddeb842199e5d365 -C extra-filename=-ddeb842199e5d365 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow`
5322023-09-01T19:46:39.950Z Compiling socket2 v0.4.9
5332023-09-01T19:46:39.953Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=e7720f9d9b80c433 -C extra-filename=-e7720f9d9b80c433 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
5342023-09-01T19:46:40.327Z Compiling dirs-sys-next v0.1.2
5352023-09-01T19:46:40.331Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d03cb9b50e0772bd -C extra-filename=-d03cb9b50e0772bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
5362023-09-01T19:46:41.057Z Compiling httpdate v1.0.1
5372023-09-01T19:46:41.061Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1bc7df674b855010 -C extra-filename=-1bc7df674b855010 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382023-09-01T19:46:41.277Z Compiling tower-service v0.3.1
5392023-09-01T19:46:41.280Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=19ee43f2015d843e -C extra-filename=-19ee43f2015d843e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402023-09-01T19:46:41.435Z Compiling cpufeatures v0.2.2
5412023-09-01T19:46:41.443Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ebde093716996a64 -C extra-filename=-ebde093716996a64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422023-09-01T19:46:41.463Z Compiling dirs-next v2.0.0
5432023-09-01T19:46:41.474Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9e0724da7d8dd4c5 -C extra-filename=-9e0724da7d8dd4c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-d03cb9b50e0772bd.rmeta --cap-lints allow`
5442023-09-01T19:46:41.575Z Compiling sha1 v0.10.5
5452023-09-01T19:46:41.578Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3f1954382b4397cc -C extra-filename=-3f1954382b4397cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-ebde093716996a64.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-e4cd853619d19b03.rmeta --cap-lints allow`
5462023-09-01T19:46:41.691Z Compiling mime_guess v2.0.4
5472023-09-01T19:46:41.694Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=bda17ca024a50fbd -C extra-filename=-bda17ca024a50fbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rlib --cap-lints allow`
5482023-09-01T19:46:41.756Z Compiling url v2.2.2
5492023-09-01T19:46:41.767Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5f53abf71bec750d -C extra-filename=-5f53abf71bec750d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-e884228c7e83a6fe.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28aa82d69eb6adfe.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --cap-lints allow`
5502023-09-01T19:46:41.773Z Compiling rand v0.8.4
5512023-09-01T19:46:41.776Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=9dd7c9c138b1b185 -C extra-filename=-9dd7c9c138b1b185 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-f39ecea7d1c5154e.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow`
5522023-09-01T19:46:41.996Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e6fac4b2ed0727b1 -C extra-filename=-e6fac4b2ed0727b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
5532023-09-01T19:46:42.116Z Compiling serde_derive v1.0.188
5542023-09-01T19:46:42.119Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=231415958a8af752 -C extra-filename=-231415958a8af752 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5552023-09-01T19:46:42.297Z Compiling futures-macro v0.3.28
5562023-09-01T19:46:42.301Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=07558d196422087d -C extra-filename=-07558d196422087d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5572023-09-01T19:46:43.787Z Compiling tokio-macros v2.1.0
5582023-09-01T19:46:43.790Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=861b389b091d80ee -C extra-filename=-861b389b091d80ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
5592023-09-01T19:46:44.222Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=94995e2f863f5f6e -C extra-filename=-94995e2f863f5f6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ca14353ccb68bf9.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-059cfc496bc5209f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out -l static=ring-core -l static=ring-test`
5602023-09-01T19:46:44.850Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef/build-script-build`
5612023-09-01T19:46:44.872Z Compiling serde_derive_internals v0.26.0
5622023-09-01T19:46:44.875Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=008b4cfca1ec86c4 -C extra-filename=-008b4cfca1ec86c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
5632023-09-01T19:46:45.017Z Compiling thread_local v1.1.4
5642023-09-01T19:46:45.022Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a63976ffa2a38eaf -C extra-filename=-a63976ffa2a38eaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ca14353ccb68bf9.rmeta --cap-lints allow`
5652023-09-01T19:46:45.373Z Compiling match_cfg v0.1.0
5662023-09-01T19:46:45.376Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=ea12b850e02ee7b9 -C extra-filename=-ea12b850e02ee7b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672023-09-01T19:46:45.512Z Compiling base64 v0.13.1
5682023-09-01T19:46:45.515Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c9a41aadc451a3 -C extra-filename=-d5c9a41aadc451a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692023-09-01T19:46:45.916Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=de77e774e007deb2 -C extra-filename=-de77e774e007deb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-07558d196422087d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4bc19e3ae1b435ec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-99ec385e08af1fdd.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --cap-lints allow`
5702023-09-01T19:46:46.194Z Compiling async-trait v0.1.73
5712023-09-01T19:46:46.198Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=47b7f9f2aad89bfd -C extra-filename=-47b7f9f2aad89bfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722023-09-01T19:46:46.731Z Compiling tokio v1.32.0
5732023-09-01T19:46:46.734Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="windows-sys"' -C metadata=9c4b294426926450 -C extra-filename=-9c4b294426926450 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-1fe6979f6d41feda.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-1d2a97655cc23ee2.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-df8f5694b6ce94de.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-d441823136219344.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-fca72d6ca63f2206.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-861b389b091d80ee.so --cap-lints allow`
5742023-09-01T19:46:46.758Z Compiling iana-time-zone v0.1.47
5752023-09-01T19:46:46.763Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=314a41105189c753 -C extra-filename=-314a41105189c753 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762023-09-01T19:46:46.963Z Compiling slog-async v2.8.0
5772023-09-01T19:46:46.973Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b9ca013f0fac9b14 -C extra-filename=-b9ca013f0fac9b14 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782023-09-01T19:46:47.660Z Compiling camino v1.1.6
5792023-09-01T19:46:47.663Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=583e1272002499c5 -C extra-filename=-583e1272002499c5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802023-09-01T19:46:47.743Z Compiling schemars v0.8.13
5812023-09-01T19:46:47.746Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1dcb600e3bcf3c11 -C extra-filename=-1dcb600e3bcf3c11 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-1dcb600e3bcf3c11 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822023-09-01T19:46:48.324Z Compiling sct v0.7.0
5832023-09-01T19:46:48.327Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=45eaf5864b20b4f2 -C extra-filename=-45eaf5864b20b4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
5842023-09-01T19:46:48.601Z Compiling rustls-webpki v0.101.4
5852023-09-01T19:46:48.604Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dd969d01b9caa170 -C extra-filename=-dd969d01b9caa170 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
5862023-09-01T19:46:48.905Z Compiling rustix v0.38.8
5872023-09-01T19:46:48.909Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=8b72c6491f6212e2 -C extra-filename=-8b72c6491f6212e2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882023-09-01T19:46:49.310Z Compiling winnow v0.5.15
5892023-09-01T19:46:49.320Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f0275cea71a64a47 -C extra-filename=-f0275cea71a64a47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902023-09-01T19:46:50.045Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0532297992a37cba -C extra-filename=-0532297992a37cba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-dd969d01b9caa170.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-45eaf5864b20b4f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
5912023-09-01T19:46:50.734Z Compiling thiserror-impl v1.0.30
5922023-09-01T19:46:50.737Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=22ff28c4244fcb15 -C extra-filename=-22ff28c4244fcb15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow`
5932023-09-01T19:46:52.399Z Compiling zerocopy-derive v0.2.0
5942023-09-01T19:46:52.402Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3d7b7df2a2afebc6 -C extra-filename=-3d7b7df2a2afebc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-2ecae9030e90f919.rlib --extern proc_macro --cap-lints allow`
5952023-09-01T19:46:53.006Z Compiling pest_derive v2.1.0
5962023-09-01T19:46:53.009Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=1e8244e2b77b4869 -C extra-filename=-1e8244e2b77b4869 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-78a10e3c20e4743e.rlib --extern proc_macro --cap-lints allow`
5972023-09-01T19:46:54.906Z Compiling schemars_derive v0.8.13
5982023-09-01T19:46:54.909Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=66be52fd559725f9 -C extra-filename=-66be52fd559725f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-008b4cfca1ec86c4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow`
5992023-09-01T19:46:56.145Z Compiling zerocopy v0.3.0
6002023-09-01T19:46:56.148Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=60c53accb00341fb -C extra-filename=-60c53accb00341fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-07e07916cf9446d0.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-3d7b7df2a2afebc6.so --cap-lints allow`
6012023-09-01T19:46:56.439Z Compiling futures-executor v0.3.28
6022023-09-01T19:46:56.442Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=9e214980abbec6e7 -C extra-filename=-9e214980abbec6e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --cap-lints allow`
6032023-09-01T19:46:56.589Z Compiling thiserror v1.0.30
6042023-09-01T19:46:56.599Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1d4c5737bd817942 -C extra-filename=-1d4c5737bd817942 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-22ff28c4244fcb15.so --cap-lints allow`
6052023-09-01T19:46:56.819Z Compiling dtrace-parser v0.1.14
6062023-09-01T19:46:56.822Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e95998f393655d2 -C extra-filename=-2e95998f393655d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-1e8244e2b77b4869.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --cap-lints allow`
6072023-09-01T19:46:56.825Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8c504c9ae9772bc1 -C extra-filename=-8c504c9ae9772bc1 --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-231415958a8af752.so --cap-lints allow`
6082023-09-01T19:46:57.356Z Compiling dof v0.1.5
6092023-09-01T19:46:57.359Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e6537b216274eb8 -C extra-filename=-1e6537b216274eb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-60c53accb00341fb.rmeta --cap-lints allow`
6102023-09-01T19:46:57.494Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2/build-script-build`
6112023-09-01T19:46:57.617Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5/build-script-build`
6122023-09-01T19:46:57.687Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-1dcb600e3bcf3c11/build-script-build`
6132023-09-01T19:46:57.700Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14/build-script-build`
6142023-09-01T19:46:57.710Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd/build-script-build`
6152023-09-01T19:46:57.792Z Compiling rustls-pemfile v0.2.1
6162023-09-01T19:46:57.795Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f5a74c973bdddc16 -C extra-filename=-f5a74c973bdddc16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d5c9a41aadc451a3.rmeta --cap-lints allow`
6172023-09-01T19:46:57.805Z Compiling hostname v0.3.1
6182023-09-01T19:46:57.816Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=a7bb51c9beec93d3 -C extra-filename=-a7bb51c9beec93d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-ea12b850e02ee7b9.rmeta --cap-lints allow`
6192023-09-01T19:46:58.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd/build-script-build`
6202023-09-01T19:46:58.266Z Compiling async-stream-impl v0.3.5
6212023-09-01T19:46:58.269Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=991bd4499d328353 -C extra-filename=-991bd4499d328353 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
6222023-09-01T19:46:58.782Z Compiling term v0.7.0
6232023-09-01T19:46:58.785Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=6b4647df1d252f88 -C extra-filename=-6b4647df1d252f88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-9e0724da7d8dd4c5.rmeta --cap-lints allow`
6242023-09-01T19:46:59.343Z Compiling crossbeam-channel v0.5.1
6252023-09-01T19:46:59.346Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=04ce90c0528c3f43 -C extra-filename=-04ce90c0528c3f43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2dd2f206d9f4594b.rmeta --cap-lints allow`
6262023-09-01T19:47:00.646Z Compiling atty v0.2.14
6272023-09-01T19:47:00.649Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=94120766517a008a -C extra-filename=-94120766517a008a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
6282023-09-01T19:47:00.965Z Compiling errno v0.3.1
6292023-09-01T19:47:00.968Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d31052f0c8addf35 -C extra-filename=-d31052f0c8addf35 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
6302023-09-01T19:47:00.979Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
6312023-09-01T19:47:00.982Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=04a7c8f33701eb3c -C extra-filename=-04a7c8f33701eb3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib`
6322023-09-01T19:47:01.011Z Compiling bitflags v2.4.0
6332023-09-01T19:47:01.014Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=bc20f7eb430e5c4e -C extra-filename=-bc20f7eb430e5c4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342023-09-01T19:47:01.290Z Compiling buf-list v1.0.3
6352023-09-01T19:47:01.294Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=afa664f04224cc20 -C extra-filename=-afa664f04224cc20 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362023-09-01T19:47:01.606Z Compiling tokio-util v0.7.7
6372023-09-01T19:47:01.609Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="tracing"' -C metadata=6def0bd9eb6a83da -C extra-filename=-6def0bd9eb6a83da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow`
6382023-09-01T19:47:01.636Z Compiling tokio-rustls v0.24.1
6392023-09-01T19:47:01.639Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=274874b3e1cfc2f4 -C extra-filename=-274874b3e1cfc2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
6402023-09-01T19:47:01.808Z Compiling unicode-width v0.1.9
6412023-09-01T19:47:01.812Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=535b6e7a6d512ecf -C extra-filename=-535b6e7a6d512ecf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422023-09-01T19:47:02.054Z Compiling utf-8 v0.7.6
6432023-09-01T19:47:02.057Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9e1b544dcb4207f -C extra-filename=-b9e1b544dcb4207f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6442023-09-01T19:47:02.244Z Compiling take_mut v0.2.2
6452023-09-01T19:47:02.247Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=79f0a62de33a1e95 -C extra-filename=-79f0a62de33a1e95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462023-09-01T19:47:02.356Z Compiling dyn-clone v1.0.4
6472023-09-01T19:47:02.359Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5084c8cd11f6d12c -C extra-filename=-5084c8cd11f6d12c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6482023-09-01T19:47:02.430Z Compiling atomic-waker v1.1.1
6492023-09-01T19:47:02.433Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a211fa83af781c88 -C extra-filename=-a211fa83af781c88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502023-09-01T19:47:02.501Z Compiling unicode-segmentation v1.10.0
6512023-09-01T19:47:02.505Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=22fdd01e0913eea8 -C extra-filename=-22fdd01e0913eea8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6522023-09-01T19:47:02.545Z Compiling trybuild v1.0.83
6532023-09-01T19:47:02.556Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.83/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e9927726edef6730 -C extra-filename=-e9927726edef6730 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6542023-09-01T19:47:02.666Z Compiling mime v0.3.16
6552023-09-01T19:47:02.670Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a427cb07578528f0 -C extra-filename=-a427cb07578528f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6562023-09-01T19:47:02.739Z Compiling data-encoding v2.4.0
6572023-09-01T19:47:02.742Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89415f74aa9cda51 -C extra-filename=-89415f74aa9cda51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6582023-09-01T19:47:03.226Z Compiling h2 v0.3.17
6592023-09-01T19:47:03.229Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dbfe519229bf3fb1 -C extra-filename=-dbfe519229bf3fb1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-16594b125810215b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6def0bd9eb6a83da.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow`
6602023-09-01T19:47:03.824Z Compiling openssl-probe v0.1.4
6612023-09-01T19:47:03.828Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dcdd3393d9c0b204 -C extra-filename=-dcdd3393d9c0b204 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6622023-09-01T19:47:03.895Z Compiling tungstenite v0.20.0
6632023-09-01T19:47:03.898Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=2430e62c47712d94 -C extra-filename=-2430e62c47712d94 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-07e07916cf9446d0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-89415f74aa9cda51.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-b9e1b544dcb4207f.rmeta --cap-lints allow`
6642023-09-01T19:47:04.109Z Compiling rustls-native-certs v0.6.1
6652023-09-01T19:47:04.112Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ad937e5bd7ba3e54 -C extra-filename=-ad937e5bd7ba3e54 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dcdd3393d9c0b204.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f5a74c973bdddc16.rmeta --cap-lints allow`
6662023-09-01T19:47:04.431Z Compiling newline-converter v0.3.0
6672023-09-01T19:47:04.434Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2ebc7a0d52fa7cff -C extra-filename=-2ebc7a0d52fa7cff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-22fdd01e0913eea8.rmeta --cap-lints allow`
6682023-09-01T19:47:04.666Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730/build-script-build`
6692023-09-01T19:47:04.698Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=fc2f87e9bd38c530 -C extra-filename=-fc2f87e9bd38c530 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-a427cb07578528f0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rmeta --cap-lints allow`
6702023-09-01T19:47:04.956Z Compiling waitgroup v0.1.2
6712023-09-01T19:47:04.959Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cd16c766d6c8aacf -C extra-filename=-cd16c766d6c8aacf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-a211fa83af781c88.rmeta --cap-lints allow`
6722023-09-01T19:47:05.341Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=583cdbbd56bdd274 -C extra-filename=-583cdbbd56bdd274 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-04ce90c0528c3f43.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-79f0a62de33a1e95.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --cap-lints allow --cfg integer128`
6732023-09-01T19:47:06.776Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20/build-script-build`
6742023-09-01T19:47:06.890Z Compiling console v0.15.5
6752023-09-01T19:47:06.893Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=eaf12936b0179efd -C extra-filename=-eaf12936b0179efd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-535b6e7a6d512ecf.rmeta --cap-lints allow`
6762023-09-01T19:47:07.912Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c/build-script-build`
6772023-09-01T19:47:07.928Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=c1fa0af6328190e0 -C extra-filename=-c1fa0af6328190e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-bc20f7eb430e5c4e.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-d31052f0c8addf35.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6782023-09-01T19:47:07.998Z Compiling slog-term v2.9.0
6792023-09-01T19:47:08.001Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32905ccf3d4c38be -C extra-filename=-32905ccf3d4c38be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atty=/work/oxidecomputer/dropshot/target/debug/deps/libatty-94120766517a008a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6b4647df1d252f88.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
6802023-09-01T19:47:08.346Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4236c07885e4d927 -C extra-filename=-4236c07885e4d927 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow --cfg limb_width_64`
6812023-09-01T19:47:09.011Z Compiling indexmap v2.0.0
6822023-09-01T19:47:09.015Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e610f881f56761 -C extra-filename=-d3e610f881f56761 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-6a4316bbc389292b.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-2a93d59af72e0ac2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow`
6832023-09-01T19:47:10.144Z Compiling serde_tokenstream v0.1.7
6842023-09-01T19:47:10.147Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=46312a2f509089c9 -C extra-filename=-46312a2f509089c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow`
6852023-09-01T19:47:10.235Z Compiling serde_tokenstream v0.2.0
6862023-09-01T19:47:10.246Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=d26a41068a55d660 -C extra-filename=-d26a41068a55d660 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow`
6872023-09-01T19:47:10.389Z Compiling serde_spanned v0.6.3
6882023-09-01T19:47:10.392Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=1a5a3f645a0d102e -C extra-filename=-1a5a3f645a0d102e --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-8c504c9ae9772bc1.rmeta --cap-lints allow`
6892023-09-01T19:47:10.871Z Compiling toml_datetime v0.6.3
6902023-09-01T19:47:10.874Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=ebbebda6a609a9e2 -C extra-filename=-ebbebda6a609a9e2 --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-8c504c9ae9772bc1.rmeta --cap-lints allow`
6912023-09-01T19:47:10.994Z Compiling chrono v0.4.26
6922023-09-01T19:47:10.997Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=d7995c065cfd490b -C extra-filename=-d7995c065cfd490b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-314a41105189c753.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e6fac4b2ed0727b1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow`
6932023-09-01T19:47:11.160Z Compiling uuid v1.4.1
6942023-09-01T19:47:11.163Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=bd55fe1a9b23e3cb -C extra-filename=-bd55fe1a9b23e3cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-21b67d1763dfaa92.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow`
6952023-09-01T19:47:11.291Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
6962023-09-01T19:47:11.302Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8343798485d0d717 -C extra-filename=-8343798485d0d717 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
6972023-09-01T19:47:11.764Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=ef0d0d643372d5ec -C extra-filename=-ef0d0d643372d5ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-07e07916cf9446d0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1e6537b216274eb8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-223b6b3112ed78e2.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6982023-09-01T19:47:12.038Z Compiling hyper v0.14.27
6992023-09-01T19:47:12.041Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=f37f7f712757740c -C extra-filename=-f37f7f712757740c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-dbfe519229bf3fb1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-ddeb842199e5d365.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-e7720f9d9b80c433.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-19ee43f2015d843e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-1f8ee5318206ea8d.rmeta --cap-lints allow`
7002023-09-01T19:47:12.445Z Compiling slog-json v2.6.1
7012023-09-01T19:47:12.456Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=dbe6e74bc1248fe6 -C extra-filename=-dbe6e74bc1248fe6 --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-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
7022023-09-01T19:47:13.141Z Compiling toml_edit v0.19.14
7032023-09-01T19:47:13.144Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4a1da9d409c04a0a -C extra-filename=-4a1da9d409c04a0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1a5a3f645a0d102e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ebbebda6a609a9e2.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-f0275cea71a64a47.rmeta --cap-lints allow`
7042023-09-01T19:47:14.085Z Compiling slog-bunyan v2.4.0
7052023-09-01T19:47:14.088Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=44edb1492582facd -C extra-filename=-44edb1492582facd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
7062023-09-01T19:47:14.396Z Compiling openapiv3 v1.0.3
7072023-09-01T19:47:14.400Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.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="skip_serializing_defaults"' -C metadata=e892f75c5077b8c0 -C extra-filename=-e892f75c5077b8c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --cap-lints allow`
7082023-09-01T19:47:16.032Z Compiling usdt-attr-macro v0.3.5
7092023-09-01T19:47:16.035Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=d691695e79411bb1 -C extra-filename=-d691695e79411bb1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-46312a2f509089c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rlib --extern proc_macro --cap-lints allow`
7102023-09-01T19:47:17.809Z Compiling usdt-macro v0.3.5
7112023-09-01T19:47:17.813Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=32545ec465129929 -C extra-filename=-32545ec465129929 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-46312a2f509089c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rlib --extern proc_macro --cap-lints allow`
7122023-09-01T19:47:18.149Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=c7ae8cf63bb9477d -C extra-filename=-c7ae8cf63bb9477d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5084c8cd11f6d12c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-66be52fd559725f9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7132023-09-01T19:47:18.892Z Compiling toml v0.7.6
7142023-09-01T19:47:18.895Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.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="display"' --cfg 'feature="parse"' -C metadata=08fc9de030edc219 -C extra-filename=-08fc9de030edc219 --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-8c504c9ae9772bc1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1a5a3f645a0d102e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ebbebda6a609a9e2.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-4a1da9d409c04a0a.rmeta --cap-lints allow`
7152023-09-01T19:47:19.317Z Compiling serde_urlencoded v0.7.1
7162023-09-01T19:47:19.327Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=13fbe8ff6ab62a1a -C extra-filename=-13fbe8ff6ab62a1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow`
7172023-09-01T19:47:19.430Z Compiling basic-toml v0.1.1
7182023-09-01T19:47:19.440Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=798d4dec52e60e0e -C extra-filename=-798d4dec52e60e0e --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-8c504c9ae9772bc1.rmeta --cap-lints allow`
7192023-09-01T19:47:20.238Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=aecb4a68d8933172 -C extra-filename=-aecb4a68d8933172 --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-8c504c9ae9772bc1.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7202023-09-01T19:47:20.859Z Compiling usdt v0.3.5
7212023-09-01T19:47:20.977Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' -C metadata=d1ed1cf4bde53069 -C extra-filename=-d1ed1cf4bde53069 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-d691695e79411bb1.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-32545ec465129929.so --cap-lints allow`
7222023-09-01T19:47:21.468Z Compiling serde_path_to_error v0.1.14
7232023-09-01T19:47:21.472Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b989a2d5d6457a5c -C extra-filename=-b989a2d5d6457a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow`
7242023-09-01T19:47:22.300Z Compiling async-stream v0.3.5
7252023-09-01T19:47:22.304Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0cd5a840d87db2b8 -C extra-filename=-0cd5a840d87db2b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-991bd4499d328353.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow`
7262023-09-01T19:47:22.607Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=611e04b0f49b549b -C extra-filename=-611e04b0f49b549b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
7272023-09-01T19:47:22.894Z Compiling futures v0.3.28
7282023-09-01T19:47:22.897Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=ac6d6b0ac04ced40 -C extra-filename=-ac6d6b0ac04ced40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-9e214980abbec6e7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --cap-lints allow`
7292023-09-01T19:47:23.068Z Compiling pem v2.0.1
7302023-09-01T19:47:23.072Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31c51a312601614c -C extra-filename=-31c51a312601614c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --cap-lints allow`
7312023-09-01T19:47:23.127Z Compiling rustls-pemfile v1.0.3
7322023-09-01T19:47:23.136Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2b3d30cf58f7e8b8 -C extra-filename=-2b3d30cf58f7e8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --cap-lints allow`
7332023-09-01T19:47:23.855Z Compiling concurrent-queue v2.2.0
7342023-09-01T19:47:23.858Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07a4d8c2d8dea4e9 -C extra-filename=-07a4d8c2d8dea4e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2dd2f206d9f4594b.rmeta --cap-lints allow`
7352023-09-01T19:47:23.913Z Compiling yasna v0.5.2
7362023-09-01T19:47:23.916Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=6b82fd7c2763b3eb -C extra-filename=-6b82fd7c2763b3eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow`
7372023-09-01T19:47:24.170Z Compiling glob v0.3.0
7382023-09-01T19:47:24.174Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9e2a8a9ce5fe1f8d -C extra-filename=-9e2a8a9ce5fe1f8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7392023-09-01T19:47:24.450Z Compiling event-listener v2.5.3
7402023-09-01T19:47:24.453Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=eca7a74e987919f9 -C extra-filename=-eca7a74e987919f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7412023-09-01T19:47:24.704Z Compiling termcolor v1.1.2
7422023-09-01T19:47:24.707Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=21f2152978d96980 -C extra-filename=-21f2152978d96980 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7432023-09-01T19:47:25.239Z Compiling fastrand v2.0.0
7442023-09-01T19:47:25.242Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b88ec6a425b0c648 -C extra-filename=-b88ec6a425b0c648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7452023-09-01T19:47:26.015Z Compiling similar v2.2.1
7462023-09-01T19:47:26.019Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=fe7ea527bc95b607 -C extra-filename=-fe7ea527bc95b607 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472023-09-01T19:47:26.369Z Compiling debug-ignore v1.0.5
7482023-09-01T19:47:26.387Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=958a5de3679dd01e -C extra-filename=-958a5de3679dd01e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7492023-09-01T19:47:26.419Z Compiling http-range v0.1.4
7502023-09-01T19:47:26.429Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f2dbff6e266064a6 -C extra-filename=-f2dbff6e266064a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512023-09-01T19:47:26.442Z Compiling tempfile v3.8.0
7522023-09-01T19:47:26.468Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e09cc9e7dea0a849 -C extra-filename=-e09cc9e7dea0a849 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-8ecb2847028721fc.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b88ec6a425b0c648.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c1fa0af6328190e0.rmeta --cap-lints allow`
7532023-09-01T19:47:26.598Z Compiling rcgen v0.11.1
7542023-09-01T19:47:26.601Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=1210b020c44e48a0 -C extra-filename=-1210b020c44e48a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-31c51a312601614c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-6b82fd7c2763b3eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7552023-09-01T19:47:27.085Z Compiling hyper-staticfile v0.9.5
7562023-09-01T19:47:27.089Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=35a1f176db38e12e -C extra-filename=-35a1f176db38e12e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-f2dbff6e266064a6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --cap-lints allow`
7572023-09-01T19:47:27.221Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0951bac5388625e5 -C extra-filename=-0951bac5388625e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern basic_toml=/work/oxidecomputer/dropshot/target/debug/deps/libbasic_toml-798d4dec52e60e0e.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-9e2a8a9ce5fe1f8d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ca14353ccb68bf9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-231415958a8af752.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21f2152978d96980.rmeta --cap-lints allow`
7582023-09-01T19:47:27.642Z Compiling expectorate v1.0.7
7592023-09-01T19:47:27.645Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=88fdfa926222b9fe -C extra-filename=-88fdfa926222b9fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-eaf12936b0179efd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-2ebc7a0d52fa7cff.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fe7ea527bc95b607.rmeta --cap-lints allow`
7602023-09-01T19:47:27.886Z Compiling async-channel v1.9.0
7612023-09-01T19:47:27.890Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b8ef52014f9f644b -C extra-filename=-b8ef52014f9f644b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-07a4d8c2d8dea4e9.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-eca7a74e987919f9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --cap-lints allow`
7622023-09-01T19:47:28.045Z Compiling hyper-rustls v0.24.1
7632023-09-01T19:47:28.056Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=5aa997f174165d59 -C extra-filename=-5aa997f174165d59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ad937e5bd7ba3e54.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7642023-09-01T19:47:28.183Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78cf643a1c5ddb02 -C extra-filename=-78cf643a1c5ddb02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7652023-09-01T19:47:28.382Z Compiling tokio-tungstenite v0.20.0
7662023-09-01T19:47:28.385Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=90185b3bb84e8831 -C extra-filename=-90185b3bb84e8831 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-de77e774e007deb2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-2430e62c47712d94.rmeta --cap-lints allow`
7672023-09-01T19:47:29.003Z Compiling pem v3.0.2
7682023-09-01T19:47:29.006Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=594b4ef3385eb9df -C extra-filename=-594b4ef3385eb9df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --cap-lints allow`
7692023-09-01T19:47:29.274Z Compiling subprocess v0.2.9
7702023-09-01T19:47:29.281Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d5316d8ab6544f9a -C extra-filename=-d5316d8ab6544f9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow`
7712023-09-01T19:47:29.321Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=36ec122479fc3e9d -C extra-filename=-36ec122479fc3e9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7722023-09-01T19:47:29.606Z Compiling schema-derive v0.1.0
7732023-09-01T19:47:29.612Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=dea33c912604dfb4 -C extra-filename=-dea33c912604dfb4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow`
7742023-09-01T19:47:32.748Z Compiling schema v0.1.0
7752023-09-01T19:47:32.751Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2913da13dbc6418e -C extra-filename=-2913da13dbc6418e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-dea33c912604dfb4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow`
7762023-09-01T19:47:32.909Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=2f9e0bb22868b075 -C extra-filename=-2f9e0bb22868b075 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
7772023-09-01T19:47:37.456Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c6cfe62a1abd349d -C extra-filename=-c6cfe62a1abd349d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7782023-09-01T19:47:41.584Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=183a46362ad757f0 -C extra-filename=-183a46362ad757f0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7792023-09-01T19:47:41.588Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=688478be78bffa47 -C extra-filename=-688478be78bffa47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7802023-09-01T19:47:41.593Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ce53568f3e7fce4a -C extra-filename=-ce53568f3e7fce4a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7812023-09-01T19:47:41.596Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c67c177e307130d1 -C extra-filename=-c67c177e307130d1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7822023-09-01T19:47:41.602Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e74dec472f66b587 -C extra-filename=-e74dec472f66b587 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7832023-09-01T19:47:41.607Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=90dfa4c2960e29ff -C extra-filename=-90dfa4c2960e29ff --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7842023-09-01T19:47:41.611Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dbb1f316d851c522 -C extra-filename=-dbb1f316d851c522 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7852023-09-01T19:48:10.267Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d09229dd65693de6 -C extra-filename=-d09229dd65693de6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7862023-09-01T19:48:20.909Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ba65ca19092b75d5 -C extra-filename=-ba65ca19092b75d5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7872023-09-01T19:48:22.212Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2f4bfc93ec15fe52 -C extra-filename=-2f4bfc93ec15fe52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7882023-09-01T19:48:23.339Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2c9b1469e3f3464c -C extra-filename=-2c9b1469e3f3464c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7892023-09-01T19:48:23.453Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e410dafb7faac577 -C extra-filename=-e410dafb7faac577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7902023-09-01T19:48:24.775Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bdf1342d766cd065 -C extra-filename=-bdf1342d766cd065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7912023-09-01T19:48:27.438Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3b1a6402f150f29f -C extra-filename=-3b1a6402f150f29f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7922023-09-01T19:48:40.252Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d0d1f45f00e7e8e0 -C extra-filename=-d0d1f45f00e7e8e0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7932023-09-01T19:48:43.189Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e10439f45a785d88 -C extra-filename=-e10439f45a785d88 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7942023-09-01T19:48:50.280Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=647f024aa83b787f -C extra-filename=-647f024aa83b787f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7952023-09-01T19:49:04.685Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=10f277b7ddba8b8b -C extra-filename=-10f277b7ddba8b8b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7962023-09-01T19:49:08.316Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dd27aeb839862442 -C extra-filename=-dd27aeb839862442 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7972023-09-01T19:49:22.211Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d9c41d8f0c8b08ee -C extra-filename=-d9c41d8f0c8b08ee --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7982023-09-01T19:49:23.674Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fcc1c6f4dfbdaf67 -C extra-filename=-fcc1c6f4dfbdaf67 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
7992023-09-01T19:49:24.152Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4fab680b16610323 -C extra-filename=-4fab680b16610323 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8002023-09-01T19:49:30.468Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3e5f82cf3b086219 -C extra-filename=-3e5f82cf3b086219 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8012023-09-01T19:49:38.886Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=0bf3f9fec4c483cb -C extra-filename=-0bf3f9fec4c483cb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8022023-09-01T19:49:39.978Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7dd20f74d350bff8 -C extra-filename=-7dd20f74d350bff8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8032023-09-01T19:49:55.432Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=449d06396b513c28 -C extra-filename=-449d06396b513c28 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
8042023-09-01T19:50:36.256Z Finished dev [unoptimized + debuginfo] target(s) in 4m 24s
8052023-09-01T19:50:36.421Z
8062023-09-01T19:50:36.424Zreal 4:24.702670880
8072023-09-01T19:50:36.426Zuser 27:14.220185578
8082023-09-01T19:50:36.429Zsys 3:27.709472606
8092023-09-01T19:50:36.432Ztrap 1.403827696
8102023-09-01T19:50:36.435Ztflt 6.937300690
8112023-09-01T19:50:36.437Zdflt 9.900271838
8122023-09-01T19:50:36.440Zkflt 0.116078483
8132023-09-01T19:50:36.444Zlock 1:01:01.946238357
8142023-09-01T19:50:36.446Zslp 1:39:31.867365392
8152023-09-01T19:50:36.449Zlat 1:27.154585559
8162023-09-01T19:50:36.451Zstop 35.944934096
8172023-09-01T19:50:36.454Z+ banner test
8182023-09-01T19:50:36.457Z
8192023-09-01T19:50:36.460Z ##### ###### #### #####
8202023-09-01T19:50:36.462Z # # # #
8212023-09-01T19:50:36.465Z # ##### #### #
8222023-09-01T19:50:36.468Z # # # #
8232023-09-01T19:50:36.470Z # # # # #
8242023-09-01T19:50:36.473Z # ###### #### #
8252023-09-01T19:50:36.476Z
8262023-09-01T19:50:36.478Z+ ptime -m cargo test --all-features --locked --verbose
8272023-09-01T19:50:36.850Z Fresh unicode-ident v1.0.0
8282023-09-01T19:50:37.886Z Fresh cfg-if v1.0.0
8292023-09-01T19:50:37.895Z Fresh itoa v1.0.1
8302023-09-01T19:50:37.899Z Fresh version_check v0.9.4
8312023-09-01T19:50:37.904Z Fresh proc-macro2 v1.0.66
8322023-09-01T19:50:38.320Z Fresh pin-project-lite v0.2.12
8332023-09-01T19:50:38.331Z Fresh quote v1.0.30
8342023-09-01T19:50:38.338Z Fresh libc v0.2.147
8352023-09-01T19:50:38.341Z Fresh bytes v1.4.0
8362023-09-01T19:50:38.344Z Fresh autocfg v1.1.0
8372023-09-01T19:50:38.348Z Fresh once_cell v1.13.1
8382023-09-01T19:50:38.351Z Fresh syn v2.0.29
8392023-09-01T19:50:38.354Z Fresh syn v1.0.109
8402023-09-01T19:50:38.357Z Fresh futures-core v0.3.28
8412023-09-01T19:50:38.361Z Fresh ryu v1.0.5
8422023-09-01T19:50:38.364Z Fresh futures-sink v0.3.28
8432023-09-01T19:50:38.367Z Fresh serde_derive v1.0.188
8442023-09-01T19:50:38.371Z Fresh cc v1.0.72
8452023-09-01T19:50:38.375Z Fresh scopeguard v1.1.0
8462023-09-01T19:50:38.378Z Fresh smallvec v1.7.0
8472023-09-01T19:50:38.382Z Fresh serde v1.0.188
8482023-09-01T19:50:38.388Z Fresh parking_lot_core v0.9.4
8492023-09-01T19:50:38.399Z Fresh lock_api v0.4.6
8502023-09-01T19:50:38.406Z Fresh thiserror-impl v1.0.30
8512023-09-01T19:50:38.412Z Fresh serde_json v1.0.99
8522023-09-01T19:50:38.417Z Fresh ucd-trie v0.1.3
8532023-09-01T19:50:38.421Z Fresh lazy_static v1.4.0
8542023-09-01T19:50:38.424Z Fresh futures-channel v0.3.28
8552023-09-01T19:50:38.427Z Fresh thiserror v1.0.30
8562023-09-01T19:50:38.430Z Fresh pest v2.1.3
8572023-09-01T19:50:38.433Z Fresh futures-task v0.3.28
8582023-09-01T19:50:38.436Z Fresh log v0.4.17
8592023-09-01T19:50:38.438Z Fresh parking_lot v0.12.1
8602023-09-01T19:50:38.441Z Fresh tokio-macros v2.1.0
8612023-09-01T19:50:38.443Z Fresh futures-macro v0.3.28
8622023-09-01T19:50:38.446Z Fresh num_cpus v1.13.0
8632023-09-01T19:50:38.449Z Fresh getrandom v0.2.3
8642023-09-01T19:50:38.452Z Fresh signal-hook-registry v1.4.0
8652023-09-01T19:50:38.455Z Fresh socket2 v0.5.3
8662023-09-01T19:50:38.458Z Fresh mio v0.8.8
8672023-09-01T19:50:38.460Z Fresh memchr v2.6.0
8682023-09-01T19:50:38.463Z Fresh fnv v1.0.7
8692023-09-01T19:50:38.466Z Fresh unicode-xid v0.2.2
8702023-09-01T19:50:38.470Z Fresh futures-io v0.3.28
8712023-09-01T19:50:38.472Z Fresh maplit v1.0.2
8722023-09-01T19:50:38.475Z Fresh slab v0.4.5
8732023-09-01T19:50:38.478Z Fresh byteorder v1.4.3
8742023-09-01T19:50:38.480Z Fresh pin-utils v0.1.0
8752023-09-01T19:50:38.483Z Fresh http v0.2.9
8762023-09-01T19:50:38.486Z Fresh synstructure v0.12.6
8772023-09-01T19:50:38.488Z Fresh futures-util v0.3.28
8782023-09-01T19:50:38.491Z Fresh pest_meta v2.1.3
8792023-09-01T19:50:38.494Z Fresh tokio v1.32.0
8802023-09-01T19:50:38.499Z Fresh typenum v1.14.0
8812023-09-01T19:50:38.502Z Fresh spin v0.5.2
8822023-09-01T19:50:38.505Z Fresh untrusted v0.7.1
8832023-09-01T19:50:38.507Z Fresh pest_generator v2.1.3
8842023-09-01T19:50:38.511Z Fresh ring v0.16.20
8852023-09-01T19:50:38.514Z Fresh generic-array v0.14.5
8862023-09-01T19:50:38.517Z Fresh zerocopy-derive v0.2.0
8872023-09-01T19:50:38.519Z Fresh tracing-core v0.1.21
8882023-09-01T19:50:38.522Z Fresh percent-encoding v2.3.0
8892023-09-01T19:50:38.525Z Fresh num_threads v0.1.3
8902023-09-01T19:50:38.527Z Fresh time-macros v0.2.3
8912023-09-01T19:50:38.530Z Fresh tinyvec_macros v0.1.0
8922023-09-01T19:50:38.534Z Fresh pest_derive v2.1.0
8932023-09-01T19:50:38.537Z Fresh tinyvec v1.5.1
8942023-09-01T19:50:38.540Z Fresh time v0.3.7
8952023-09-01T19:50:38.542Z Fresh form_urlencoded v1.2.0
8962023-09-01T19:50:38.545Z Fresh httparse v1.8.0
8972023-09-01T19:50:38.548Z Fresh tracing v0.1.29
8982023-09-01T19:50:38.550Z Fresh zerocopy v0.3.0
8992023-09-01T19:50:38.553Z Fresh hashbrown v0.12.1
9002023-09-01T19:50:38.556Z Fresh unicode-normalization v0.1.19
9012023-09-01T19:50:38.559Z Fresh paste v1.0.14
9022023-09-01T19:50:38.562Z Fresh tokio-util v0.7.7
9032023-09-01T19:50:38.565Z Fresh slog v2.7.0
9042023-09-01T19:50:38.567Z Fresh dof v0.1.5
9052023-09-01T19:50:38.570Z Fresh indexmap v1.9.3
9062023-09-01T19:50:38.573Z Fresh crossbeam-utils v0.8.15
9072023-09-01T19:50:38.576Z Fresh dtrace-parser v0.1.14
9082023-09-01T19:50:38.579Z Fresh crypto-common v0.1.6
9092023-09-01T19:50:38.581Z Fresh block-buffer v0.10.2
9102023-09-01T19:50:38.584Z Fresh rand_core v0.6.3
9112023-09-01T19:50:38.587Z Fresh thread-id v4.0.0
9122023-09-01T19:50:38.590Z Fresh matches v0.1.9
9132023-09-01T19:50:38.593Z Fresh ppv-lite86 v0.2.15
9142023-09-01T19:50:38.596Z Fresh try-lock v0.2.3
9152023-09-01T19:50:38.598Z Fresh equivalent v1.0.0
9162023-09-01T19:50:38.601Z Fresh hashbrown v0.14.0
9172023-09-01T19:50:38.603Z Fresh unicode-bidi v0.3.7
9182023-09-01T19:50:38.606Z Fresh base64 v0.21.3
9192023-09-01T19:50:38.610Z Fresh want v0.3.0
9202023-09-01T19:50:38.612Z Fresh usdt-impl v0.3.5
9212023-09-01T19:50:38.615Z Fresh rand_chacha v0.3.1
9222023-09-01T19:50:38.618Z Fresh indexmap v2.0.0
9232023-09-01T19:50:38.621Z Fresh idna v0.2.3
9242023-09-01T19:50:38.624Z Fresh h2 v0.3.17
9252023-09-01T19:50:38.627Z Fresh digest v0.10.5
9262023-09-01T19:50:38.630Z Fresh unicase v2.6.0
9272023-09-01T19:50:38.633Z Fresh sct v0.7.0
9282023-09-01T19:50:38.635Z Fresh rustls-webpki v0.101.4
9292023-09-01T19:50:38.638Z Fresh http-body v0.4.3
9302023-09-01T19:50:38.641Z Fresh serde_tokenstream v0.1.7
9312023-09-01T19:50:38.643Z Fresh serde_tokenstream v0.2.0
9322023-09-01T19:50:38.645Z Fresh socket2 v0.4.9
9332023-09-01T19:50:38.650Z Fresh dirs-sys-next v0.1.2
9342023-09-01T19:50:38.654Z Fresh cpufeatures v0.2.2
9352023-09-01T19:50:38.657Z Fresh httpdate v1.0.1
9362023-09-01T19:50:38.659Z Fresh tower-service v0.3.1
9372023-09-01T19:50:38.662Z Fresh rustls v0.21.6
9382023-09-01T19:50:38.665Z Fresh hyper v0.14.27
9392023-09-01T19:50:38.668Z Fresh sha1 v0.10.5
9402023-09-01T19:50:38.671Z Fresh dirs-next v2.0.0
9412023-09-01T19:50:38.673Z Fresh url v2.2.2
9422023-09-01T19:50:38.677Z Fresh num-traits v0.2.14
9432023-09-01T19:50:38.680Z Fresh rand v0.8.4
9442023-09-01T19:50:38.683Z Fresh serde_spanned v0.6.3
9452023-09-01T19:50:38.685Z Fresh toml_datetime v0.6.3
9462023-09-01T19:50:38.688Z Fresh serde_derive_internals v0.26.0
9472023-09-01T19:50:38.691Z Fresh thread_local v1.1.4
9482023-09-01T19:50:38.694Z Fresh winnow v0.5.15
9492023-09-01T19:50:38.697Z Fresh match_cfg v0.1.0
9502023-09-01T19:50:38.701Z Fresh base64 v0.13.1
9512023-09-01T19:50:38.703Z Fresh iana-time-zone v0.1.47
9522023-09-01T19:50:38.706Z Fresh schemars_derive v0.8.13
9532023-09-01T19:50:38.709Z Fresh rustls-pemfile v0.2.1
9542023-09-01T19:50:38.711Z Fresh chrono v0.4.26
9552023-09-01T19:50:38.714Z Fresh toml_edit v0.19.14
9562023-09-01T19:50:38.717Z Fresh hostname v0.3.1
9572023-09-01T19:50:38.719Z Fresh term v0.7.0
9582023-09-01T19:50:38.722Z Fresh tokio-rustls v0.24.1
9592023-09-01T19:50:38.725Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9602023-09-01T19:50:38.727Z Fresh usdt-macro v0.3.5
9612023-09-01T19:50:38.730Z Fresh usdt-attr-macro v0.3.5
9622023-09-01T19:50:38.733Z Fresh crossbeam-channel v0.5.1
9632023-09-01T19:50:38.735Z Fresh slog-json v2.6.1
9642023-09-01T19:50:38.738Z Fresh futures-executor v0.3.28
9652023-09-01T19:50:38.741Z Fresh uuid v1.4.1
9662023-09-01T19:50:38.744Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5045a804b4294d8e -C extra-filename=-5045a804b4294d8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro`
9672023-09-01T19:50:38.747Z Fresh async-stream-impl v0.3.5
9682023-09-01T19:50:38.749Z Fresh atty v0.2.14
9692023-09-01T19:50:38.752Z Fresh errno v0.3.1
9702023-09-01T19:50:38.754Z Fresh unicode-segmentation v1.10.0
9712023-09-01T19:50:38.757Z Fresh data-encoding v2.4.0
9722023-09-01T19:50:38.760Z Fresh take_mut v0.2.2
9732023-09-01T19:50:38.763Z Fresh atomic-waker v1.1.1
9742023-09-01T19:50:38.766Z Fresh openssl-probe v0.1.4
9752023-09-01T19:50:38.769Z Fresh unicode-width v0.1.9
9762023-09-01T19:50:38.772Z Fresh dyn-clone v1.0.4
9772023-09-01T19:50:38.774Z Fresh bitflags v2.4.0
9782023-09-01T19:50:38.777Z Fresh utf-8 v0.7.6
9792023-09-01T19:50:38.779Z Fresh mime v0.3.16
9802023-09-01T19:50:38.782Z Fresh waitgroup v0.1.2
9812023-09-01T19:50:38.785Z Fresh console v0.15.5
9822023-09-01T19:50:38.787Z Fresh rustls-native-certs v0.6.1
9832023-09-01T19:50:38.790Z Fresh mime_guess v2.0.4
9842023-09-01T19:50:38.793Z Fresh tungstenite v0.20.0
9852023-09-01T19:50:38.796Z Fresh schemars v0.8.13
9862023-09-01T19:50:38.798Z Fresh rustix v0.38.8
9872023-09-01T19:50:38.801Z Fresh slog-term v2.9.0
9882023-09-01T19:50:38.804Z Fresh newline-converter v0.3.0
9892023-09-01T19:50:38.806Z Fresh async-stream v0.3.5
9902023-09-01T19:50:38.809Z Fresh slog-async v2.8.0
9912023-09-01T19:50:38.813Z Fresh usdt v0.3.5
9922023-09-01T19:50:39.230Z Fresh futures v0.3.28
9932023-09-01T19:50:39.235Z Fresh slog-bunyan v2.4.0
9942023-09-01T19:50:39.238Z Fresh toml v0.7.6
9952023-09-01T19:50:39.245Z Fresh camino v1.1.6
9962023-09-01T19:50:39.247Z Fresh async-trait v0.1.73
9972023-09-01T19:50:39.251Z Fresh openapiv3 v1.0.3
9982023-09-01T19:50:39.266Z Fresh rustls-pemfile v1.0.3
9992023-09-01T19:50:39.270Z Fresh pem v2.0.1
10002023-09-01T19:50:39.273Z Fresh concurrent-queue v2.2.0
10012023-09-01T19:50:39.275Z Fresh yasna v0.5.2
10022023-09-01T19:50:39.278Z Fresh serde_urlencoded v0.7.1
10032023-09-01T19:50:39.282Z Fresh serde_path_to_error v0.1.14
10042023-09-01T19:50:39.286Z Fresh basic-toml v0.1.1
10052023-09-01T19:50:39.291Z Fresh similar v2.2.1
10062023-09-01T19:50:39.295Z Fresh debug-ignore v1.0.5
10072023-09-01T19:50:39.299Z Fresh glob v0.3.0
10082023-09-01T19:50:39.303Z Fresh http-range v0.1.4
10092023-09-01T19:50:39.307Z Fresh event-listener v2.5.3
10102023-09-01T19:50:39.311Z Fresh fastrand v2.0.0
10112023-09-01T19:50:39.314Z Fresh termcolor v1.1.2
10122023-09-01T19:50:39.318Z Fresh async-channel v1.9.0
10132023-09-01T19:50:39.321Z Fresh expectorate v1.0.7
10142023-09-01T19:50:39.326Z Fresh hyper-staticfile v0.9.5
10152023-09-01T19:50:39.329Z Fresh rcgen v0.11.1
10162023-09-01T19:50:39.332Z Fresh tokio-tungstenite v0.20.0
10172023-09-01T19:50:39.337Z Fresh tempfile v3.8.0
10182023-09-01T19:50:39.342Z Fresh trybuild v1.0.83
10192023-09-01T19:50:39.345Z Fresh buf-list v1.0.3
10202023-09-01T19:50:39.349Z Fresh hyper-rustls v0.24.1
10212023-09-01T19:50:39.351Z Fresh pem v3.0.2
10222023-09-01T19:50:39.354Z Fresh subprocess v0.2.9
10232023-09-01T19:50:39.356Z Fresh schema-derive v0.1.0
10242023-09-01T19:50:39.359Z Fresh schema v0.1.0
10252023-09-01T19:50:39.362Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
10262023-09-01T19:50:39.365Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=253adf86513b932e -C extra-filename=-253adf86513b932e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10272023-09-01T19:50:39.368Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=15cc20d35dc8eb31 -C extra-filename=-15cc20d35dc8eb31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10282023-09-01T19:50:49.224Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7c4b9c65a7c379cb -C extra-filename=-7c4b9c65a7c379cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10292023-09-01T19:50:49.228Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7ef94d6f7c743095 -C extra-filename=-7ef94d6f7c743095 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10302023-09-01T19:50:49.232Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c51483cf01e881b7 -C extra-filename=-c51483cf01e881b7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10312023-09-01T19:50:49.236Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7e5e18d6c5f1f30f -C extra-filename=-7e5e18d6c5f1f30f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10322023-09-01T19:50:49.240Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5ddd8696336447c1 -C extra-filename=-5ddd8696336447c1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10332023-09-01T19:50:49.243Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=806268a3a695937e -C extra-filename=-806268a3a695937e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10342023-09-01T19:50:49.247Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7fb6ed2eae56101d -C extra-filename=-7fb6ed2eae56101d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10352023-09-01T19:51:05.496Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a01e71f440922ccf -C extra-filename=-a01e71f440922ccf --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10362023-09-01T19:51:28.004Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=cf6ae35d360b7234 -C extra-filename=-cf6ae35d360b7234 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10372023-09-01T19:51:28.657Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=140c93e6194813cf -C extra-filename=-140c93e6194813cf --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10382023-09-01T19:51:30.083Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4fdacd150937cac7 -C extra-filename=-4fdacd150937cac7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10392023-09-01T19:51:32.441Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=74c8c7a0a9cf46f7 -C extra-filename=-74c8c7a0a9cf46f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10402023-09-01T19:51:52.662Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=023f27219aa1bbe9 -C extra-filename=-023f27219aa1bbe9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10412023-09-01T19:52:01.031Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=500f18afc0483cbd -C extra-filename=-500f18afc0483cbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10422023-09-01T19:52:07.592Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=97754b693d3e0074 -C extra-filename=-97754b693d3e0074 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10432023-09-01T19:52:10.342Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=403b651b682bb41a -C extra-filename=-403b651b682bb41a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10442023-09-01T19:52:11.038Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=adcd366d54eafd36 -C extra-filename=-adcd366d54eafd36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10452023-09-01T19:52:12.410Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=988d18e7b529bc4d -C extra-filename=-988d18e7b529bc4d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10462023-09-01T19:52:32.606Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9c89709b14e59fde -C extra-filename=-9c89709b14e59fde --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10472023-09-01T19:52:36.391Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=082f1f73250ae9ee -C extra-filename=-082f1f73250ae9ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10482023-09-01T19:52:38.259Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e55904ebbf7fb0f2 -C extra-filename=-e55904ebbf7fb0f2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10492023-09-01T19:52:42.168Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=18752a5b8d0c0dda -C extra-filename=-18752a5b8d0c0dda --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10502023-09-01T19:52:48.440Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=62a3e7ec45587cae -C extra-filename=-62a3e7ec45587cae --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10512023-09-01T19:52:56.651Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fb4f00ad63aa00e2 -C extra-filename=-fb4f00ad63aa00e2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10522023-09-01T19:52:59.144Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6170aed42919e91c -C extra-filename=-6170aed42919e91c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10532023-09-01T19:53:05.545Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=90b854f5e378f85f -C extra-filename=-90b854f5e378f85f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out`
10542023-09-01T19:53:44.284Z Finished test [unoptimized + debuginfo] target(s) in 3m 07s
10552023-09-01T19:53:44.327Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-15cc20d35dc8eb31`
10562023-09-01T19:53:44.330Z
10572023-09-01T19:53:44.333Zrunning 94 tests
10582023-09-01T19:53:44.336Ztest api_description::test::test_badpath4 - should panic ... ok
10592023-09-01T19:53:44.339Ztest api_description::test::test_tags_need_one ... ok
10602023-09-01T19:53:44.342Ztest api_description::test::test_badpath2 ... ok
10612023-09-01T19:53:44.345Ztest api_description::test::test_badpath1 ... ok
10622023-09-01T19:53:44.360Ztest api_description::test::test_badpath3 ... ok
10632023-09-01T19:53:44.363Ztest api_description::test::test_tags_too_many ... ok
10642023-09-01T19:53:44.366Ztest api_description::test::test_dup_names ... ok
10652023-09-01T19:53:44.369Ztest api_description::test::test_tags_just_right ... ok
10662023-09-01T19:53:44.372Ztest error::test::test_serialize_error_response_body ... ok
10672023-09-01T19:53:44.375Ztest extractor::metadata::test::test_metadata_flattened ... ok
10682023-09-01T19:53:44.378Ztest from_map::test::test_lone_literal ... ok
10692023-09-01T19:53:44.381Ztest from_map::test::test_deep ... ok
10702023-09-01T19:53:44.383Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10712023-09-01T19:53:44.386Ztest extractor::metadata::test::test_metadata_simple ... ok
10722023-09-01T19:53:44.389Ztest from_map::test::test_missing_data1 ... ok
10732023-09-01T19:53:44.392Ztest extractor::metadata::test::test_metadata_pagination ... ok
10742023-09-01T19:53:44.394Ztest from_map::test::test_missing_data2 ... ok
10752023-09-01T19:53:44.397Ztest from_map::test::test_types ... ok
10762023-09-01T19:53:44.400Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10772023-09-01T19:53:44.402Ztest logging::test::test_config_bad_terminal_no_level ... ok
10782023-09-01T19:53:44.405Ztest logging::test::test_config_bad_terminal_bad_level ... ok
10792023-09-01T19:53:44.408Ztest logging::test::test_config_bad_file_no_level ... ok
10802023-09-01T19:53:44.411Ztest logging::test::test_config_bad_file_no_file ... ok
10812023-09-01T19:53:44.414Ztest logging::test::test_config_bad_log_mode ... ok
10822023-09-01T19:53:44.416Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
10832023-09-01T19:53:44.419Ztest logging::test::test_config_bad_file_bad_path_type ... ok
10842023-09-01T19:53:44.422Ztest pagination::test::test_pagination_schema ... ok
10852023-09-01T19:53:44.424Ztest pagination::test::test_results_page ... ok
10862023-09-01T19:53:44.427Ztest pagination::test::test_page_token_serialization ... ok
10872023-09-01T19:53:44.430Ztest pagination::test::test_pagparams_parsing ... ok
10882023-09-01T19:53:44.433Ztest router::test::test_bad_path_segment2 - should panic ... ok
10892023-09-01T19:53:44.436Ztest router::test::test_bad_path_segment1 - should panic ... ok
10902023-09-01T19:53:44.438Ztest router::test::test_bad_path_segment3 - should panic ... ok
10912023-09-01T19:53:44.441Ztest router::test::test_bad_path_segment4 - should panic ... ok
10922023-09-01T19:53:44.444Ztest router::test::test_bogus_regex - should panic ... ok
10932023-09-01T19:53:44.446Ztest logging::test::test_config_stderr_terminal ... ok
10942023-09-01T19:53:44.449Ztest router::test::test_duplicate_route1 - should panic ... ok
10952023-09-01T19:53:44.452Ztest router::test::test_duplicate_route2 - should panic ... ok
10962023-09-01T19:53:44.455Ztest router::test::test_duplicate_route3 - should panic ... ok
10972023-09-01T19:53:44.458Ztest router::test::test_duplicate_varname - should panic ... ok
10982023-09-01T19:53:44.460Ztest router::test::test_embedded_non_variable ... ok
10992023-09-01T19:53:44.463Ztest router::test::test_empty_variable ... ok
11002023-09-01T19:53:44.466Ztest router::test::test_error_cases ... ok
11012023-09-01T19:53:44.469Ztest router::test::test_inconsistent_varname - should panic ... ok
11022023-09-01T19:53:44.471Ztest api_description::test::test_tags_set ... ok
11032023-09-01T19:53:44.474Ztest router::test::test_iter_null ... ok
11042023-09-01T19:53:44.477Ztest router::test::test_iter ... ok
11052023-09-01T19:53:44.480Ztest router::test::test_literal_after_regex - should panic ... ok
11062023-09-01T19:53:44.482Ztest router::test::test_iter2 ... ok
11072023-09-01T19:53:44.485Ztest router::test::test_literal_after_variable - should panic ... ok
11082023-09-01T19:53:44.488Ztest router::test::test_path_segment ... ok
11092023-09-01T19:53:44.490Ztest router::test::test_map ... ok
11102023-09-01T19:53:44.493Ztest router::test::test_map_bad_value ... ok
11112023-09-01T19:53:44.496Ztest router::test::test_more_after_regex - should panic ... ok
11122023-09-01T19:53:44.499Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11132023-09-01T19:53:44.502Ztest router::test::test_router_basic ... ok
11142023-09-01T19:53:44.505Ztest router::test::test_segments ... ok
11152023-09-01T19:53:44.508Ztest router::test::test_map_bad_seq ... ok
11162023-09-01T19:53:44.510Ztest router::test::test_variable_after_literal - should panic ... ok
11172023-09-01T19:53:44.513Ztest router::test::test_variable_name_bad_start - should panic ... ok
11182023-09-01T19:53:44.516Ztest router::test::test_variable_name_empty - should panic ... ok
11192023-09-01T19:53:44.519Ztest router::test::test_variable_name_bad_end - should panic ... ok
11202023-09-01T19:53:44.521Ztest router::test::test_variable_rename ... ok
11212023-09-01T19:53:44.524Ztest router::test::test_variables_glob ... ok
11222023-09-01T19:53:44.528Ztest router::test::test_variables_basic ... ok
11232023-09-01T19:53:44.531Ztest router::test::test_variables_multi ... ok
11242023-09-01T19:53:44.534Ztest schema_util::test::test_empty_struct ... ok
11252023-09-01T19:53:44.537Ztest schema_util::test::test_additional_properties ... ok
11262023-09-01T19:53:44.540Ztest logging::test::test_config_file ... ok
11272023-09-01T19:53:44.543Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-403b651b682bb41a`
11282023-09-01T19:53:44.547Ztest schema_util::test::test_two_types - should panic ... ok
11292023-09-01T19:53:44.551Ztest schema_util::test::test_nullable ... ok
11302023-09-01T19:53:44.556Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11312023-09-01T19:53:44.559Ztest test_util::test::test_bunyan_easy_cases ... ok
11322023-09-01T19:53:44.562Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11332023-09-01T19:53:44.564Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11342023-09-01T19:53:44.567Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11352023-09-01T19:53:44.570Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11362023-09-01T19:53:44.573Ztest schema_util::test::test_bad_schema - should panic ... ok
11372023-09-01T19:53:44.576Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11382023-09-01T19:53:44.579Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11392023-09-01T19:53:44.582Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11402023-09-01T19:53:44.585Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11412023-09-01T19:53:44.588Ztest to_map::test::test_to_map_seq ... ok
11422023-09-01T19:53:44.591Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11432023-09-01T19:53:44.593Ztest to_map::test::test_to_map_num ... ok
11442023-09-01T19:53:44.597Ztest to_map::test::test_to_map_enum ... ok
11452023-09-01T19:53:44.600Ztest to_map::test::test_to_map_valid ... ok
11462023-09-01T19:53:44.602Ztest to_map::test::test_to_map_vec ... ok
11472023-09-01T19:53:44.605Ztest type_util::tests::test_commented_ref ... ok
11482023-09-01T19:53:44.608Ztest type_util::tests::test_recursive_type - should panic ... ok
11492023-09-01T19:53:44.611Ztest type_util::tests::test_reflexive_type - should panic ... ok
11502023-09-01T19:53:44.614Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11512023-09-01T19:53:44.617Ztest server::test::test_drop_server_without_close_okay ... ok
11522023-09-01T19:53:44.619Ztest server::test::test_server_run_then_close ... ok
11532023-09-01T19:53:44.622Z
11542023-09-01T19:53:44.625Ztest result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
11552023-09-01T19:53:44.627Z
11562023-09-01T19:53:44.630Z
11572023-09-01T19:53:44.633Zrunning 1 test
11582023-09-01T19:53:45.003Z Compiling proc-macro2 v1.0.66
11592023-09-01T19:53:45.006Z Compiling quote v1.0.30
11602023-09-01T19:53:45.009Z Compiling unicode-ident v1.0.0
11612023-09-01T19:53:45.012Z Compiling libc v0.2.147
11622023-09-01T19:53:45.015Z Checking cfg-if v1.0.0
11632023-09-01T19:53:45.018Z Compiling syn v1.0.109
11642023-09-01T19:53:45.021Z Compiling version_check v0.9.4
11652023-09-01T19:53:45.024Z Compiling serde v1.0.188
11662023-09-01T19:53:45.139Z Checking itoa v1.0.1
11672023-09-01T19:53:45.312Z Compiling ryu v1.0.5
11682023-09-01T19:53:45.478Z Checking pin-project-lite v0.2.12
11692023-09-01T19:53:45.660Z Compiling futures-core v0.3.28
11702023-09-01T19:53:46.116Z Compiling serde_json v1.0.99
11712023-09-01T19:53:46.195Z Compiling autocfg v1.1.0
11722023-09-01T19:53:46.371Z Checking bytes v1.4.0
11732023-09-01T19:53:46.383Z Compiling ucd-trie v0.1.3
11742023-09-01T19:53:46.629Z Compiling parking_lot_core v0.9.4
11752023-09-01T19:53:46.709Z Compiling unicode-xid v0.2.2
11762023-09-01T19:53:46.992Z Compiling pest v2.1.3
11772023-09-01T19:53:47.181Z Checking scopeguard v1.1.0
11782023-09-01T19:53:47.392Z Checking futures-sink v0.3.28
11792023-09-01T19:53:47.516Z Checking once_cell v1.13.1
11802023-09-01T19:53:47.603Z Compiling cc v1.0.72
11812023-09-01T19:53:47.662Z Compiling log v0.4.17
11822023-09-01T19:53:47.693Z Compiling futures-channel v0.3.28
11832023-09-01T19:53:48.075Z Checking smallvec v1.7.0
11842023-09-01T19:53:48.299Z Compiling futures-task v0.3.28
11852023-09-01T19:53:48.360Z Compiling maplit v1.0.2
11862023-09-01T19:53:48.567Z Checking lock_api v0.4.6
11872023-09-01T19:53:48.628Z Compiling syn v2.0.29
11882023-09-01T19:53:49.510Z Compiling futures-util v0.3.28
11892023-09-01T19:53:49.547Z Checking lazy_static v1.4.0
11902023-09-01T19:53:49.666Z Compiling pest_meta v2.1.3
11912023-09-01T19:53:49.741Z Compiling typenum v1.14.0
11922023-09-01T19:53:50.057Z Checking parking_lot v0.12.1
11932023-09-01T19:53:50.565Z Checking signal-hook-registry v1.4.0
11942023-09-01T19:53:50.655Z Checking num_cpus v1.13.0
11952023-09-01T19:53:50.658Z Checking socket2 v0.5.3
11962023-09-01T19:53:50.831Z Checking mio v0.8.8
11972023-09-01T19:53:50.973Z Checking getrandom v0.2.3
11982023-09-01T19:53:51.790Z Compiling generic-array v0.14.5
11992023-09-01T19:53:51.926Z Checking futures-io v0.3.28
12002023-09-01T19:53:52.105Z Checking pin-utils v0.1.0
12012023-09-01T19:53:52.228Z Checking fnv v1.0.7
12022023-09-01T19:53:52.239Z Checking slab v0.4.5
12032023-09-01T19:53:52.382Z Checking memchr v2.6.0
12042023-09-01T19:53:52.424Z Checking http v0.2.9
12052023-09-01T19:53:52.858Z Compiling unicase v2.6.0
12062023-09-01T19:53:53.466Z Compiling usdt-impl v0.3.5
12072023-09-01T19:53:53.580Z Compiling ring v0.16.20
12082023-09-01T19:53:54.098Z Compiling httparse v1.8.0
12092023-09-01T19:53:54.214Z Checking spin v0.5.2
12102023-09-01T19:53:54.548Z Checking untrusted v0.7.1
12112023-09-01T19:53:54.811Z Checking tracing-core v0.1.21
12122023-09-01T19:53:54.947Z Compiling indexmap v1.9.3
12132023-09-01T19:53:55.186Z Checking byteorder v1.4.3
12142023-09-01T19:53:55.510Z Checking percent-encoding v2.3.0
12152023-09-01T19:53:55.805Z Checking tinyvec_macros v0.1.0
12162023-09-01T19:53:55.862Z Compiling crossbeam-utils v0.8.15
12172023-09-01T19:53:55.927Z Compiling slog v2.7.0
12182023-09-01T19:53:55.935Z Compiling time-macros v0.2.3
12192023-09-01T19:53:56.964Z Checking num_threads v0.1.3
12202023-09-01T19:53:57.178Z Checking tinyvec v1.5.1
12212023-09-01T19:53:57.225Z Checking form_urlencoded v1.2.0
12222023-09-01T19:53:57.540Z Checking tracing v0.1.29
12232023-09-01T19:53:59.193Z Checking hashbrown v0.12.1
12242023-09-01T19:53:59.794Z Checking unicode-normalization v0.1.19
12252023-09-01T19:54:00.581Z Compiling thread-id v4.0.0
12262023-09-01T19:54:00.886Z Compiling synstructure v0.12.6
12272023-09-01T19:54:01.127Z Compiling pest_generator v2.1.3
12282023-09-01T19:54:01.166Z Checking time v0.3.7
12292023-09-01T19:54:02.880Z Checking block-buffer v0.10.2
12302023-09-01T19:54:03.079Z Checking crypto-common v0.1.6
12312023-09-01T19:54:03.464Z Checking rand_core v0.6.3
12322023-09-01T19:54:03.566Z Compiling num-traits v0.2.14
12332023-09-01T19:54:03.800Z Checking matches v0.1.9
12342023-09-01T19:54:03.938Z Checking ppv-lite86 v0.2.15
12352023-09-01T19:54:04.229Z Checking base64 v0.21.3
12362023-09-01T19:54:04.333Z Compiling rustls v0.21.6
12372023-09-01T19:54:04.874Z Checking unicode-bidi v0.3.7
12382023-09-01T19:54:05.069Z Checking hashbrown v0.14.0
12392023-09-01T19:54:05.101Z Checking equivalent v1.0.0
12402023-09-01T19:54:05.250Z Checking try-lock v0.2.3
12412023-09-01T19:54:05.268Z Checking rand_chacha v0.3.1
12422023-09-01T19:54:05.445Z Checking want v0.3.0
12432023-09-01T19:54:05.580Z Checking idna v0.2.3
12442023-09-01T19:54:05.797Z Checking sct v0.7.0
12452023-09-01T19:54:05.896Z Checking rustls-webpki v0.101.4
12462023-09-01T19:54:06.685Z Checking digest v0.10.5
12472023-09-01T19:54:06.848Z Checking http-body v0.4.3
12482023-09-01T19:54:06.972Z Checking socket2 v0.4.9
12492023-09-01T19:54:07.190Z Checking dirs-sys-next v0.1.2
12502023-09-01T19:54:07.311Z Checking tower-service v0.3.1
12512023-09-01T19:54:07.320Z Checking httpdate v1.0.1
12522023-09-01T19:54:07.327Z Checking cpufeatures v0.2.2
12532023-09-01T19:54:07.575Z Checking sha1 v0.10.5
12542023-09-01T19:54:07.579Z Checking dirs-next v2.0.0
12552023-09-01T19:54:07.659Z Checking url v2.2.2
12562023-09-01T19:54:07.720Z Compiling mime_guess v2.0.4
12572023-09-01T19:54:07.894Z Checking rand v0.8.4
12582023-09-01T19:54:09.143Z Compiling serde_derive_internals v0.26.0
12592023-09-01T19:54:10.673Z Checking thread_local v1.1.4
12602023-09-01T19:54:10.774Z Checking base64 v0.13.1
12612023-09-01T19:54:10.794Z Compiling rustix v0.38.8
12622023-09-01T19:54:11.155Z Compiling async-trait v0.1.73
12632023-09-01T19:54:11.458Z Compiling paste v1.0.14
12642023-09-01T19:54:12.224Z Checking iana-time-zone v0.1.47
12652023-09-01T19:54:12.339Z Checking winnow v0.5.15
12662023-09-01T19:54:12.453Z Compiling slog-async v2.8.0
12672023-09-01T19:54:12.466Z Compiling camino v1.1.6
12682023-09-01T19:54:12.680Z Compiling serde_derive v1.0.188
12692023-09-01T19:54:13.497Z Compiling tokio-macros v2.1.0
12702023-09-01T19:54:13.704Z Compiling futures-macro v0.3.28
12712023-09-01T19:54:13.819Z Compiling schemars v0.8.13
12722023-09-01T19:54:14.561Z Checking match_cfg v0.1.0
12732023-09-01T19:54:14.697Z Checking hostname v0.3.1
12742023-09-01T19:54:15.090Z Compiling async-stream-impl v0.3.5
12752023-09-01T19:54:16.587Z Checking rustls-pemfile v0.2.1
12762023-09-01T19:54:17.376Z Checking term v0.7.0
12772023-09-01T19:54:17.744Z Checking crossbeam-channel v0.5.1
12782023-09-01T19:54:17.759Z Checking errno v0.3.1
12792023-09-01T19:54:17.801Z Checking tokio v1.32.0
12802023-09-01T19:54:17.985Z Checking atty v0.2.14
12812023-09-01T19:54:18.100Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
12822023-09-01T19:54:18.164Z Checking dyn-clone v1.0.4
12832023-09-01T19:54:18.344Z Checking unicode-width v0.1.9
12842023-09-01T19:54:18.485Z Checking take_mut v0.2.2
12852023-09-01T19:54:18.585Z Checking bitflags v2.4.0
12862023-09-01T19:54:18.677Z Checking atomic-waker v1.1.1
12872023-09-01T19:54:18.713Z Compiling buf-list v1.0.3
12882023-09-01T19:54:18.872Z Checking unicode-segmentation v1.10.0
12892023-09-01T19:54:19.139Z Checking data-encoding v2.4.0
12902023-09-01T19:54:19.142Z Checking mime v0.3.16
12912023-09-01T19:54:19.581Z Compiling thiserror-impl v1.0.30
12922023-09-01T19:54:19.640Z Compiling zerocopy-derive v0.2.0
12932023-09-01T19:54:20.032Z Compiling pest_derive v2.1.0
12942023-09-01T19:54:20.065Z Compiling schemars_derive v0.8.13
12952023-09-01T19:54:20.109Z Checking openssl-probe v0.1.4
12962023-09-01T19:54:20.329Z Checking utf-8 v0.7.6
12972023-09-01T19:54:20.648Z Checking rustls-native-certs v0.6.1
12982023-09-01T19:54:20.886Z Checking newline-converter v0.3.0
12992023-09-01T19:54:22.818Z Checking waitgroup v0.1.2
13002023-09-01T19:54:23.132Z Checking console v0.15.5
13012023-09-01T19:54:24.242Z Checking async-stream v0.3.5
13022023-09-01T19:54:24.561Z Checking slog-term v2.9.0
13032023-09-01T19:54:25.039Z Compiling zerocopy v0.3.0
13042023-09-01T19:54:26.471Z Checking rustls-pemfile v1.0.3
13052023-09-01T19:54:26.783Z Checking pem v2.0.1
13062023-09-01T19:54:27.265Z Checking concurrent-queue v2.2.0
13072023-09-01T19:54:27.740Z Checking yasna v0.5.2
13082023-09-01T19:54:28.129Z Checking futures-executor v0.3.28
13092023-09-01T19:54:28.186Z Checking thiserror v1.0.30
13102023-09-01T19:54:28.466Z Checking dof v0.1.5
13112023-09-01T19:54:28.513Z Checking dtrace-parser v0.1.14
13122023-09-01T19:54:29.365Z Checking futures v0.3.28
13132023-09-01T19:54:29.377Z Checking tungstenite v0.20.0
13142023-09-01T19:54:29.501Z Checking event-listener v2.5.3
13152023-09-01T19:54:29.524Z Checking http-range v0.1.4
13162023-09-01T19:54:29.803Z Checking similar v2.2.1
13172023-09-01T19:54:29.838Z Checking debug-ignore v1.0.5
13182023-09-01T19:54:30.047Z Checking fastrand v2.0.0
13192023-09-01T19:54:30.633Z Checking tempfile v3.8.0
13202023-09-01T19:54:30.661Z Checking async-channel v1.9.0
13212023-09-01T19:54:30.713Z Checking tokio-util v0.7.7
13222023-09-01T19:54:30.961Z Checking tokio-rustls v0.24.1
13232023-09-01T19:54:31.065Z Checking tokio-tungstenite v0.20.0
13242023-09-01T19:54:31.086Z Checking expectorate v1.0.7
13252023-09-01T19:54:31.220Z Checking rcgen v0.11.1
13262023-09-01T19:54:31.552Z Checking pem v3.0.2
13272023-09-01T19:54:31.764Z Checking subprocess v0.2.9
13282023-09-01T19:54:32.025Z Checking h2 v0.3.17
13292023-09-01T19:54:36.613Z Checking hyper v0.14.27
13302023-09-01T19:54:38.735Z Checking indexmap v2.0.0
13312023-09-01T19:54:38.738Z Checking toml_datetime v0.6.3
13322023-09-01T19:54:38.762Z Checking serde_spanned v0.6.3
13332023-09-01T19:54:38.766Z Checking uuid v1.4.1
13342023-09-01T19:54:38.769Z Checking chrono v0.4.26
13352023-09-01T19:54:39.043Z Checking serde_path_to_error v0.1.14
13362023-09-01T19:54:39.628Z Checking serde_urlencoded v0.7.1
13372023-09-01T19:54:40.250Z Compiling serde_tokenstream v0.1.7
13382023-09-01T19:54:40.342Z Compiling serde_tokenstream v0.2.0
13392023-09-01T19:54:40.569Z Checking toml_edit v0.19.14
13402023-09-01T19:54:41.288Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13412023-09-01T19:54:41.352Z Checking slog-json v2.6.1
13422023-09-01T19:54:41.356Z Checking openapiv3 v1.0.3
13432023-09-01T19:54:41.786Z Checking slog-bunyan v2.4.0
13442023-09-01T19:54:42.820Z Checking hyper-rustls v0.24.1
13452023-09-01T19:54:42.974Z Checking hyper-staticfile v0.9.5
13462023-09-01T19:54:44.360Ztest fail has been running for over 60 seconds
13472023-09-01T19:54:44.834Z Checking toml v0.7.6
13482023-09-01T19:54:45.832Z Compiling usdt-macro v0.3.5
13492023-09-01T19:54:45.835Z Compiling usdt-attr-macro v0.3.5
13502023-09-01T19:54:48.330Z Checking usdt v0.3.5
13512023-09-01T19:54:52.652Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13522023-09-01T19:54:52.748Z Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
13532023-09-01T19:54:52.793Z
13542023-09-01T19:54:52.796Z
13552023-09-01T19:54:53.683Ztest tests/fail/bad_endpoint1.rs ... ok
13562023-09-01T19:54:54.788Ztest tests/fail/bad_endpoint10.rs ... ok
13572023-09-01T19:54:55.542Ztest tests/fail/bad_endpoint11.rs ... ok
13582023-09-01T19:54:56.451Ztest tests/fail/bad_endpoint12.rs ... ok
13592023-09-01T19:54:57.486Ztest tests/fail/bad_endpoint13.rs ... ok
13602023-09-01T19:54:58.319Ztest tests/fail/bad_endpoint14.rs ... ok
13612023-09-01T19:54:59.282Ztest tests/fail/bad_endpoint15.rs ... ok
13622023-09-01T19:55:00.003Ztest tests/fail/bad_endpoint16.rs ... ok
13632023-09-01T19:55:01.038Ztest tests/fail/bad_endpoint17.rs ... ok
13642023-09-01T19:55:02.091Ztest tests/fail/bad_endpoint18.rs ... ok
13652023-09-01T19:55:03.172Ztest tests/fail/bad_endpoint19.rs ... ok
13662023-09-01T19:55:04.142Ztest tests/fail/bad_endpoint2.rs ... ok
13672023-09-01T19:55:05.130Ztest tests/fail/bad_endpoint3.rs ... ok
13682023-09-01T19:55:06.097Ztest tests/fail/bad_endpoint4.rs ... ok
13692023-09-01T19:55:07.058Ztest tests/fail/bad_endpoint5.rs ... ok
13702023-09-01T19:55:08.078Ztest tests/fail/bad_endpoint6.rs ... ok
13712023-09-01T19:55:09.038Ztest tests/fail/bad_endpoint7.rs ... ok
13722023-09-01T19:55:09.826Ztest tests/fail/bad_endpoint8.rs ... ok
13732023-09-01T19:55:10.808Ztest tests/fail/bad_endpoint9.rs ... ok
13742023-09-01T19:55:11.626Ztest tests/fail/unused_endpoint.rs ... ok
13752023-09-01T19:55:11.630Z
13762023-09-01T19:55:11.633Z
13772023-09-01T19:55:11.637Ztest fail ... ok
13782023-09-01T19:55:11.643Z
13792023-09-01T19:55:11.646Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 87.27s
13802023-09-01T19:55:11.649Z
13812023-09-01T19:55:11.656Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-90b854f5e378f85f`
13822023-09-01T19:55:11.659Z
13832023-09-01T19:55:11.663Zrunning 10 tests
13842023-09-01T19:55:11.666Ztest test_config_bad_request_body_max_bytes_too_large ... ok
13852023-09-01T19:55:11.670Ztest test_config_bad_bind_address_garbage ... ok
13862023-09-01T19:55:11.672Ztest test_config_bad_bind_address_port_too_large ... ok
13872023-09-01T19:55:11.675Ztest test_config_bad_bind_address_port_too_small ... ok
13882023-09-01T19:55:11.680Ztest test_config_bad_request_body_max_bytes_negative ... ok
13892023-09-01T19:55:11.683Ztest test_config_handler_task_mode_detached ... ok
13902023-09-01T19:55:11.686Ztest test_config_handler_task_mode_cancel ... ok
13912023-09-01T19:55:11.691Ztest test_config_bind_address_http ... ok
13922023-09-01T19:55:11.694Ztest test_config_bind_address_https_buffer ... ok
13932023-09-01T19:55:11.697Ztest test_config_bind_address_https ... ok
13942023-09-01T19:55:11.700Z
13952023-09-01T19:55:11.705Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
13962023-09-01T19:55:11.709Z
13972023-09-01T19:55:11.712Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-7c4b9c65a7c379cb`
13982023-09-01T19:55:11.717Z
13992023-09-01T19:55:11.721Zrunning 20 tests
14002023-09-01T19:55:11.725Ztest test_demo1 ... ok
14012023-09-01T19:55:11.730Ztest test_302_bogus ... ok
14022023-09-01T19:55:11.740Ztest test_delete_request ... ok
14032023-09-01T19:55:11.744Ztest test_307_temporary_redirect ... ok
14042023-09-01T19:55:11.748Ztest test_302_found ... ok
14052023-09-01T19:55:11.750Ztest test_303_see_other ... ok
14062023-09-01T19:55:11.753Ztest test_demo_path_param_u32 ... ok
14072023-09-01T19:55:11.757Ztest test_demo_path_param_uuid ... ok
14082023-09-01T19:55:11.760Ztest test_demo2query ... ok
14092023-09-01T19:55:11.764Ztest test_demo2json ... ok
14102023-09-01T19:55:11.768Ztest test_demo3json ... ok
14112023-09-01T19:55:11.772Ztest test_demo_websocket ... ok
14122023-09-01T19:55:11.775Ztest test_demo2urlencoded ... ok
14132023-09-01T19:55:11.779Ztest test_header_request ... ok
14142023-09-01T19:55:11.782Ztest test_request_compat ... ok
14152023-09-01T19:55:11.785Ztest test_raw_request ... ok
14162023-09-01T19:55:11.790Ztest test_request_remote_addr ... ok
14172023-09-01T19:55:11.793Ztest test_demo_path_param_string ... ok
14182023-09-01T19:55:11.796Ztest test_streaming_body ... ok
14192023-09-01T19:55:11.799Ztest test_untyped_body ... ok
14202023-09-01T19:55:11.803Z
14212023-09-01T19:55:11.806Ztest result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14222023-09-01T19:55:11.809Z
14232023-09-01T19:55:11.812Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-74c8c7a0a9cf46f7`
14242023-09-01T19:55:11.815Z
14252023-09-01T19:55:11.818Zrunning 1 test
14262023-09-01T19:55:13.756Ztest test_graceful_shutdown_with_detached_handler ... ok
14272023-09-01T19:55:13.759Z
14282023-09-01T19:55:13.762Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14292023-09-01T19:55:13.765Z
14302023-09-01T19:55:13.768Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-500f18afc0483cbd`
14312023-09-01T19:55:13.770Z
14322023-09-01T19:55:13.773Zrunning 2 tests
14332023-09-01T19:55:13.782Ztest test_openapi ... ok
14342023-09-01T19:55:13.785Ztest test_openapi_fuller ... ok
14352023-09-01T19:55:13.788Z
14362023-09-01T19:55:13.791Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14372023-09-01T19:55:13.794Z
14382023-09-01T19:55:13.797Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-7fb6ed2eae56101d`
14392023-09-01T19:55:13.800Z
14402023-09-01T19:55:13.804Zrunning 9 tests
14412023-09-01T19:55:13.835Ztest test_paginate_errors ... ok
14422023-09-01T19:55:13.838Ztest test_paginate_empty ... ok
14432023-09-01T19:55:13.841Ztest test_paginate_extra_params ... ok
14442023-09-01T19:55:13.844Ztest test_paginate_with_required_params ... ok
14452023-09-01T19:55:13.893Ztest test_paginate_basic ... ok
14462023-09-01T19:55:15.310Ztest test_example_basic ... ok
14472023-09-01T19:55:15.612Ztest test_paginate_dictionary ... ok
14482023-09-01T19:55:18.995Ztest test_example_multiple_sorts ... ok
14492023-09-01T19:55:19.496Ztest test_example_multiple_resources ... ok
14502023-09-01T19:55:19.499Z
14512023-09-01T19:55:19.502Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.70s
14522023-09-01T19:55:19.505Z
14532023-09-01T19:55:19.508Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-082f1f73250ae9ee`
14542023-09-01T19:55:19.511Z
14552023-09-01T19:55:19.514Zrunning 1 test
14562023-09-01T19:55:19.516Ztest test_pagination_schema ... ok
14572023-09-01T19:55:19.519Z
14582023-09-01T19:55:19.525Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14592023-09-01T19:55:19.528Z
14602023-09-01T19:55:19.531Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-7ef94d6f7c743095`
14612023-09-01T19:55:19.534Z
14622023-09-01T19:55:19.537Zrunning 1 test
14632023-09-01T19:55:19.540Ztest test_path_names ... ok
14642023-09-01T19:55:19.543Z
14652023-09-01T19:55:19.547Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14662023-09-01T19:55:19.550Z
14672023-09-01T19:55:19.553Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-adcd366d54eafd36`
14682023-09-01T19:55:19.556Z
14692023-09-01T19:55:19.559Zrunning 3 tests
14702023-09-01T19:55:19.561Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
14712023-09-01T19:55:19.583Ztest test_streaming_server_streaming_client ... ok
14722023-09-01T19:55:19.587Ztest test_streaming_server_buffered_client ... ok
14732023-09-01T19:55:19.590Z
14742023-09-01T19:55:19.593Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14752023-09-01T19:55:19.596Z
14762023-09-01T19:55:19.599Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-cf6ae35d360b7234`
14772023-09-01T19:55:19.602Z
14782023-09-01T19:55:19.605Zrunning 6 tests
14792023-09-01T19:55:19.618Ztest test_server_is_http ... ok
14802023-09-01T19:55:19.622Ztest test_tls_certificate_loading ... ok
14812023-09-01T19:55:19.625Ztest test_tls_only ... ok
14822023-09-01T19:55:19.628Ztest test_server_is_https ... ok
14832023-09-01T19:55:19.631Ztest test_tls_aborted_negotiation ... ok
14842023-09-01T19:55:19.634Ztest test_tls_refresh_certificates ... ok
14852023-09-01T19:55:19.637Z
14862023-09-01T19:55:19.640Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14872023-09-01T19:55:19.666Z
14882023-09-01T19:55:19.670Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-2f9e0bb22868b075`
14892023-09-01T19:55:19.673Z
14902023-09-01T19:55:19.676Zrunning 15 tests
14912023-09-01T19:55:19.679Ztest tests::test_endpoint_bad_metadata ... ok
14922023-09-01T19:55:19.682Ztest tests::test_endpoint_invalid_item ... ok
14932023-09-01T19:55:19.684Ztest tests::test_endpoint_bad_string ... ok
14942023-09-01T19:55:19.688Ztest syn_parsing::tests::test_busted_function ... ok
14952023-09-01T19:55:19.691Ztest tests::test_endpoint_bad_context_receiver ... ok
14962023-09-01T19:55:19.693Ztest tests::test_endpoint_no_arguments ... ok
14972023-09-01T19:55:19.696Ztest tests::test_endpoint_not_async ... ok
14982023-09-01T19:55:19.699Ztest tests::test_endpoint_content_type ... ok
14992023-09-01T19:55:19.702Ztest tests::test_extract_summary_description ... ok
15002023-09-01T19:55:19.704Ztest tests::test_endpoint_basic ... ok
15012023-09-01T19:55:19.707Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15022023-09-01T19:55:19.711Ztest tests::test_endpoint_with_doc ... ok
15032023-09-01T19:55:19.714Ztest tests::test_endpoint_with_query ... ok
15042023-09-01T19:55:19.717Ztest tests::test_endpoint_with_tags ... ok
15052023-09-01T19:55:19.720Ztest tests::test_endpoint_pub_crate ... ok
15062023-09-01T19:55:19.723Z
15072023-09-01T19:55:19.727Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15082023-09-01T19:55:19.730Z
15092023-09-01T19:55:19.733Z Doc-tests dropshot
15102023-09-01T19:55:19.736Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type lib --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
15112023-09-01T19:55:20.533Z
15122023-09-01T19:55:20.536Zrunning 13 tests
15132023-09-01T19:55:20.539Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
15142023-09-01T19:55:20.542Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
15152023-09-01T19:55:20.545Ztest dropshot/src/lib.rs - (line 187) ... ignored
15162023-09-01T19:55:20.549Ztest dropshot/src/lib.rs - (line 210) ... ignored
15172023-09-01T19:55:21.003Ztest dropshot/src/lib.rs - (line 44) - compile ... ok
15182023-09-01T19:55:23.261Ztest dropshot/src/lib.rs - (line 260) ... ok
15192023-09-01T19:55:23.397Ztest dropshot/src/lib.rs - (line 470) ... ok
15202023-09-01T19:55:23.565Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
15212023-09-01T19:55:28.050Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 251) ... ok
15222023-09-01T19:55:28.506Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 276) ... ok
15232023-09-01T19:55:28.872Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
15242023-09-01T19:55:29.097Ztest dropshot/src/lib.rs - (line 118) ... ok
15252023-09-01T19:55:29.942Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
15262023-09-01T19:55:29.945Z
15272023-09-01T19:55:29.947Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 9.41s
15282023-09-01T19:55:29.950Z
15292023-09-01T19:55:29.982Z Doc-tests dropshot_endpoint
15302023-09-01T19:55:29.985Z Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type proc-macro --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
15312023-09-01T19:55:30.183Z
15322023-09-01T19:55:30.186Zrunning 2 tests
15332023-09-01T19:55:30.189Ztest dropshot_endpoint/src/lib.rs - channel (line 153) ... ignored
15342023-09-01T19:55:30.192Ztest dropshot_endpoint/src/lib.rs - endpoint (line 99) ... ignored
15352023-09-01T19:55:30.202Z
15362023-09-01T19:55:30.205Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
15372023-09-01T19:55:30.208Z
15382023-09-01T19:55:30.214Z
15392023-09-01T19:55:30.217Zreal 4:53.792293047
15402023-09-01T19:55:30.220Zuser 26:01.188578262
15412023-09-01T19:55:30.223Zsys 3:33.458446973
15422023-09-01T19:55:30.226Ztrap 1.392089514
15432023-09-01T19:55:30.228Ztflt 0.232056946
15442023-09-01T19:55:30.232Zdflt 1.017742399
15452023-09-01T19:55:30.234Zkflt 0.000242082
15462023-09-01T19:55:30.237Zlock 1:06:38.902169574
15472023-09-01T19:55:30.240Zslp 1:40:41.680667934
15482023-09-01T19:55:30.242Zlat 1:26.995737040
15492023-09-01T19:55:30.245Zstop 20.714414474
15502023-09-01T19:55:30.248Zprocess exited: duration 582560 ms, exit code 0
 
15512023-09-01T19:55:30.254Zfound 0 output files