01JBFP3G896D8G2HWEVV7W5CN0: build-and-test / illumos

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

Buildomat Job: 01JBFP42VE55BGX7ZW428CRPFV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T22:04:20.689Zjob assigned to worker 01JBFQ999VWX6V5359RD8A61A8 (queued for 21 m 3 s)
 
22024-10-30T22:04:27.669Zstarting task 0: "setup"
32024-10-30T22:04:27.677Z++ uname -s
42024-10-30T22:04:27.680Z+ kern=SunOS
52024-10-30T22:04:27.680Z+ case "$kern" in
62024-10-30T22:04:27.680Z+ [[ 0 == 12345 ]]
72024-10-30T22:04:27.680Z+ groupadd -g 12345 build
82024-10-30T22:04:27.682Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T22:04:29.692Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T22:04:29.847Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T22:04:29.849Z+ home_fs=zfs
122024-10-30T22:04:29.849Z+ [[ zfs == autofs ]]
132024-10-30T22:04:29.849Z+ mkdir -p /home/build
142024-10-30T22:04:29.852Z+ chown build:build /home/build /work
152024-10-30T22:04:31.853Z+ chmod 0700 /home/build /work
162024-10-30T22:04:31.856Zprocess exited: duration 4189 ms, exit code 0
 
172024-10-30T22:04:31.862Zstarting task 1: "rust-toolchain"
182024-10-30T22:04:31.868Z+ printf ' * toolchain channel = "%s"
192024-10-30T22:04:31.868Z * toolchain channel = "stable"
202024-10-30T22:04:31.868Z' stable
212024-10-30T22:04:31.868Z+ printf ' * toolchain profile = "%s"
222024-10-30T22:04:31.868Z' default
232024-10-30T22:04:31.868Z * toolchain profile = "default"
242024-10-30T22:04:31.871Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T22:04:31.871Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
262024-10-30T22:04:31.963Zinfo: downloading installer
272024-10-30T22:04:33.274Zinfo: profile set to 'default'
282024-10-30T22:04:33.274Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T22:04:33.278Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
302024-10-30T22:04:33.428Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T22:04:33.428Zinfo: downloading component 'cargo'
322024-10-30T22:04:34.251Zinfo: downloading component 'clippy'
332024-10-30T22:04:34.567Zinfo: downloading component 'rust-docs'
342024-10-30T22:04:35.729Zinfo: downloading component 'rust-std'
352024-10-30T22:04:37.581Zinfo: downloading component 'rustc'
362024-10-30T22:04:44.134Zinfo: downloading component 'rustfmt'
372024-10-30T22:04:44.371Zinfo: installing component 'cargo'
382024-10-30T22:04:45.192Zinfo: installing component 'clippy'
392024-10-30T22:04:45.602Zinfo: installing component 'rust-docs'
402024-10-30T22:04:47.318Zinfo: installing component 'rust-std'
412024-10-30T22:04:49.213Zinfo: installing component 'rustc'
422024-10-30T22:04:55.168Zinfo: installing component 'rustfmt'
432024-10-30T22:04:55.503Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-10-30T22:04:55.503Z
452024-10-30T22:04:55.878Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T22:04:55.878Z
472024-10-30T22:04:55.881Z
482024-10-30T22:04:55.881ZRust is installed now. Great!
492024-10-30T22:04:55.881Z
502024-10-30T22:04:55.881ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T22:04:55.881Zenvironment variable. This has not been done automatically.
522024-10-30T22:04:55.881Z
532024-10-30T22:04:55.881ZTo configure your current shell, you need to source
542024-10-30T22:04:55.881Zthe corresponding env file under $HOME/.cargo.
552024-10-30T22:04:55.881Z
562024-10-30T22:04:55.881ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T22:04:55.881Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T22:04:55.881Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T22:04:55.957Z+ rustc --version
602024-10-30T22:04:56.021Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T22:04:56.024Zprocess exited: duration 24163 ms, exit code 0
 
622024-10-30T22:04:56.031Zstarting task 2: "authentication"
632024-10-30T22:04:56.052Zprocess exited: duration 20 ms, exit code 0
 
642024-10-30T22:04:56.059Zstarting task 3: "clone repository"
652024-10-30T22:04:56.063Z+ mkdir -p /work/oxidecomputer/oxide.rs
662024-10-30T22:04:56.065Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
672024-10-30T22:04:56.105ZCloning into '/work/oxidecomputer/oxide.rs'...
682024-10-30T22:04:58.490Z+ cd /work/oxidecomputer/oxide.rs
692024-10-30T22:04:58.490Z+ git fetch origin 829384efb949995b259b1aa16e4f89e3491a8e7a
702024-10-30T22:04:58.724ZFrom https://github.com/oxidecomputer/oxide.rs
712024-10-30T22:04:58.724Z * branch 829384efb949995b259b1aa16e4f89e3491a8e7a -> FETCH_HEAD
722024-10-30T22:04:58.732Z+ [[ -n alan/upload-with-threads ]]
732024-10-30T22:04:58.735Z++ git branch --show-current
742024-10-30T22:04:58.737Z+ current=main
752024-10-30T22:04:58.737Z+ [[ main != alan/upload-with-threads ]]
762024-10-30T22:04:58.737Z+ git branch -f alan/upload-with-threads 829384efb949995b259b1aa16e4f89e3491a8e7a
772024-10-30T22:04:58.739Z+ git checkout -f alan/upload-with-threads
782024-10-30T22:04:58.776ZSwitched to branch 'alan/upload-with-threads'
792024-10-30T22:04:58.778Z+ git reset --hard 829384efb949995b259b1aa16e4f89e3491a8e7a
802024-10-30T22:04:58.783ZHEAD is now at 829384e Change thread_count to parallelism
812024-10-30T22:04:58.786Zprocess exited: duration 2725 ms, exit code 0
 
822024-10-30T22:04:58.794Zstarting task 4: "build"
832024-10-30T22:04:58.797Z+ cargo --version
842024-10-30T22:04:58.802Zinfo: syncing channel updates for '1.80-x86_64-unknown-illumos'
852024-10-30T22:04:58.933Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-30T22:04:58.933Zinfo: downloading component 'cargo'
872024-10-30T22:04:59.557Zinfo: downloading component 'clippy'
882024-10-30T22:04:59.776Zinfo: downloading component 'rust-docs'
892024-10-30T22:05:00.641Zinfo: downloading component 'rust-std'
902024-10-30T22:05:01.866Zinfo: downloading component 'rustc'
912024-10-30T22:05:05.284Zinfo: downloading component 'rustfmt'
922024-10-30T22:05:05.473Zinfo: installing component 'cargo'
932024-10-30T22:05:06.292Zinfo: installing component 'clippy'
942024-10-30T22:05:06.656Zinfo: installing component 'rust-docs'
952024-10-30T22:05:08.260Zinfo: installing component 'rust-std'
962024-10-30T22:05:09.906Zinfo: installing component 'rustc'
972024-10-30T22:05:13.968Zinfo: installing component 'rustfmt'
982024-10-30T22:05:14.364Zcargo 1.80.1 (376290515 2024-07-16)
992024-10-30T22:05:14.368Z+ rustc --version
1002024-10-30T22:05:14.431Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
1012024-10-30T22:05:14.434Z+ banner build
1022024-10-30T22:05:14.439Z
1032024-10-30T22:05:14.439Z ##### # # # # #####
1042024-10-30T22:05:14.441Z # # # # # # # #
1052024-10-30T22:05:14.441Z ##### # # # # # #
1062024-10-30T22:05:14.441Z # # # # # # # #
1072024-10-30T22:05:14.441Z # # # # # # # #
1082024-10-30T22:05:14.441Z ##### #### # ###### #####
1092024-10-30T22:05:14.441Z
1102024-10-30T22:05:14.441Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1112024-10-30T22:05:14.595Z Updating crates.io index
1122024-10-30T22:05:14.641Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1132024-10-30T22:05:14.923Z Updating git repository `https://github.com/oxidecomputer/thouart`
1142024-10-30T22:05:15.188Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1152024-10-30T22:05:16.002Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1162024-10-30T22:05:17.568Z Updating git repository `https://github.com/oxidecomputer/typify`
1172024-10-30T22:05:19.314Z Downloading crates ...
1182024-10-30T22:05:19.379Z Downloaded ascii-canvas v3.0.0
1192024-10-30T22:05:19.381Z Downloaded anstyle-query v1.1.1
1202024-10-30T22:05:19.385Z Downloaded async-lock v3.4.0
1212024-10-30T22:05:19.388Z Downloaded anstream v0.6.15
1222024-10-30T22:05:19.391Z Downloaded async-stream-impl v0.3.6
1232024-10-30T22:05:19.393Z Downloaded async-io v2.3.4
1242024-10-30T22:05:19.400Z Downloaded foreign-types-shared v0.1.1
1252024-10-30T22:05:19.403Z Downloaded equivalent v1.0.1
1262024-10-30T22:05:19.403Z Downloaded crunchy v0.2.2
1272024-10-30T22:05:19.405Z Downloaded cpufeatures v0.2.13
1282024-10-30T22:05:19.405Z Downloaded bit-vec v0.6.3
1292024-10-30T22:05:19.408Z Downloaded atomic-waker v1.1.2
1302024-10-30T22:05:19.410Z Downloaded async-signal v0.2.10
1312024-10-30T22:05:19.410Z Downloaded fastrand v2.1.1
1322024-10-30T22:05:19.412Z Downloaded fnv v1.0.7
1332024-10-30T22:05:19.412Z Downloaded event-listener v2.5.3
1342024-10-30T22:05:19.416Z Downloaded dyn-clone v1.0.17
1352024-10-30T22:05:19.418Z Downloaded built v0.7.4
1362024-10-30T22:05:19.418Z Downloaded dirs-sys-next v0.1.2
1372024-10-30T22:05:19.421Z Downloaded rand_core v0.6.4
1382024-10-30T22:05:19.421Z Downloaded base64 v0.22.1
1392024-10-30T22:05:19.425Z Downloaded difflib v0.4.0
1402024-10-30T22:05:19.428Z Downloaded compact_str v0.7.1
1412024-10-30T22:05:19.430Z Downloaded clap_complete v4.5.33
1422024-10-30T22:05:19.433Z Downloaded clap v4.5.20
1432024-10-30T22:05:19.445Z Downloaded cc v1.1.15
1442024-10-30T22:05:19.447Z Downloaded termtree v0.4.1
1452024-10-30T22:05:19.450Z Downloaded toolchain_find v0.4.0
1462024-10-30T22:05:19.450Z Downloaded anstyle v1.0.8
1472024-10-30T22:05:19.452Z Downloaded stability v0.2.1
1482024-10-30T22:05:19.453Z Downloaded openssl-macros v0.1.1
1492024-10-30T22:05:19.455Z Downloaded signal-hook-registry v1.4.2
1502024-10-30T22:05:19.455Z Downloaded polling v2.8.0
1512024-10-30T22:05:19.458Z Downloaded assert-json-diff v2.0.2
1522024-10-30T22:05:19.460Z Downloaded native-tls v0.2.12
1532024-10-30T22:05:19.463Z Downloaded strsim v0.11.1
1542024-10-30T22:05:19.463Z Downloaded shlex v1.3.0
1552024-10-30T22:05:19.466Z Downloaded serde_urlencoded v0.7.1
1562024-10-30T22:05:19.468Z Downloaded allocator-api2 v0.2.18
1572024-10-30T22:05:19.470Z Downloaded piper v0.2.4
1582024-10-30T22:05:19.473Z Downloaded tabwriter v1.4.0
1592024-10-30T22:05:19.473Z Downloaded anyhow v1.0.89
1602024-10-30T22:05:19.477Z Downloaded subtle v2.6.1
1612024-10-30T22:05:19.480Z Downloaded terminal_size v0.4.0
1622024-10-30T22:05:19.482Z Downloaded slog-json v2.6.1
1632024-10-30T22:05:19.484Z Downloaded semver v1.0.23
1642024-10-30T22:05:19.487Z Downloaded ahash v0.8.11
1652024-10-30T22:05:19.493Z Downloaded sha1 v0.10.6
1662024-10-30T22:05:19.494Z Downloaded thread_local v1.1.8
1672024-10-30T22:05:19.494Z Downloaded serde_derive_internals v0.29.1
1682024-10-30T22:05:19.497Z Downloaded bit-set v0.5.3
1692024-10-30T22:05:19.497Z Downloaded tokio-macros v2.4.0
1702024-10-30T22:05:19.500Z Downloaded tokio-rustls v0.26.0
1712024-10-30T22:05:19.500Z Downloaded tokio-rustls v0.25.0
1722024-10-30T22:05:19.504Z Downloaded blocking v1.6.1
1732024-10-30T22:05:19.504Z Downloaded time-macros v0.2.18
1742024-10-30T22:05:19.507Z Downloaded smallvec v1.13.2
1752024-10-30T22:05:19.509Z Downloaded yasna v0.5.2
1762024-10-30T22:05:19.512Z Downloaded doc-comment v0.3.3
1772024-10-30T22:05:19.512Z Downloaded term v0.7.0
1782024-10-30T22:05:19.516Z Downloaded async-stream v0.3.6
1792024-10-30T22:05:19.520Z Downloaded rustls-pemfile v2.1.3
1802024-10-30T22:05:19.522Z Downloaded rand_chacha v0.3.1
1812024-10-30T22:05:19.522Z Downloaded http-body-util v0.1.2
1822024-10-30T22:05:19.526Z Downloaded concurrent-queue v2.5.0
1832024-10-30T22:05:19.529Z Downloaded autocfg v1.3.0
1842024-10-30T22:05:19.529Z Downloaded sluice v0.5.5
1852024-10-30T22:05:19.531Z Downloaded colorchoice v1.0.2
1862024-10-30T22:05:19.532Z Downloaded async-trait v0.1.83
1872024-10-30T22:05:19.534Z Downloaded new_debug_unreachable v1.0.6
1882024-10-30T22:05:19.537Z Downloaded tower-service v0.3.3
1892024-10-30T22:05:19.537Z Downloaded openssl-probe v0.1.5
1902024-10-30T22:05:19.539Z Downloaded time-core v0.1.2
1912024-10-30T22:05:19.539Z Downloaded take_mut v0.2.2
1922024-10-30T22:05:19.542Z Downloaded tinyvec_macros v0.1.1
1932024-10-30T22:05:19.543Z Downloaded unicode-ident v1.0.13
1942024-10-30T22:05:19.545Z Downloaded data-encoding v2.6.0
1952024-10-30T22:05:19.549Z Downloaded strum v0.26.3
1962024-10-30T22:05:19.549Z Downloaded md5 v0.7.0
1972024-10-30T22:05:19.549Z Downloaded debug-ignore v1.0.5
1982024-10-30T22:05:19.552Z Downloaded match_cfg v0.1.0
1992024-10-30T22:05:19.552Z Downloaded want v0.3.1
2002024-10-30T22:05:19.552Z Downloaded pin-utils v0.1.0
2012024-10-30T22:05:19.555Z Downloaded assert_cmd v2.0.16
2022024-10-30T22:05:19.557Z Downloaded tinyvec v1.8.0
2032024-10-30T22:05:19.560Z Downloaded toml v0.8.19
2042024-10-30T22:05:19.563Z Downloaded dirs-sys v0.3.7
2052024-10-30T22:05:19.569Z Downloaded is-docker v0.2.0
2062024-10-30T22:05:19.569Z Downloaded form_urlencoded v1.2.1
2072024-10-30T22:05:19.572Z Downloaded float-cmp v0.9.0
2082024-10-30T22:05:19.572Z Downloaded fixedbitset v0.4.2
2092024-10-30T22:05:19.572Z Downloaded fastrand v1.9.0
2102024-10-30T22:05:19.572Z Downloaded errno v0.3.9
2112024-10-30T22:05:19.575Z Downloaded console v0.15.8
2122024-10-30T22:05:19.579Z Downloaded serde_spanned v0.6.7
2132024-10-30T22:05:19.579Z Downloaded percent-encoding v2.3.1
2142024-10-30T22:05:19.583Z Downloaded pkg-config v0.3.30
2152024-10-30T22:05:19.583Z Downloaded same-file v1.0.6
2162024-10-30T22:05:19.588Z Downloaded serde_path_to_error v0.1.16
2172024-10-30T22:05:19.588Z Downloaded schemars v0.8.21
2182024-10-30T22:05:19.597Z Downloaded similar v2.6.0
2192024-10-30T22:05:19.603Z Downloaded phf_shared v0.10.0
2202024-10-30T22:05:19.606Z Downloaded pathdiff v0.2.1
2212024-10-30T22:05:19.606Z Downloaded tokio-native-tls v0.3.1
2222024-10-30T22:05:19.607Z Downloaded termcolor v1.4.1
2232024-10-30T22:05:19.612Z Downloaded serde_tokenstream v0.2.2
2242024-10-30T22:05:19.613Z Downloaded toml_datetime v0.6.8
2252024-10-30T22:05:19.613Z Downloaded tiny-keccak v2.0.2
2262024-10-30T22:05:19.616Z Downloaded number_prefix v0.4.0
2272024-10-30T22:05:19.616Z Downloaded powerfmt v0.2.0
2282024-10-30T22:05:19.616Z Downloaded walkdir v2.5.0
2292024-10-30T22:05:19.619Z Downloaded thiserror v1.0.64
2302024-10-30T22:05:19.622Z Downloaded num_threads v0.1.7
2312024-10-30T22:05:19.626Z Downloaded socket2 v0.5.7
2322024-10-30T22:05:19.631Z Downloaded newline-converter v0.3.0
2332024-10-30T22:05:19.631Z Downloaded normalize-line-endings v0.3.0
2342024-10-30T22:05:19.631Z Downloaded slog v2.7.0
2352024-10-30T22:05:19.652Z Downloaded unicode-xid v0.2.5
2362024-10-30T22:05:19.652Z Downloaded try-lock v0.2.5
2372024-10-30T22:05:19.653Z Downloaded version_check v0.9.5
2382024-10-30T22:05:19.653Z Downloaded bitflags v1.3.2
2392024-10-30T22:05:19.653Z Downloaded bitflags v2.6.0
2402024-10-30T22:05:19.653Z Downloaded pin-project-lite v0.2.14
2412024-10-30T22:05:19.653Z Downloaded rustc-hash v2.0.0
2422024-10-30T22:05:19.653Z Downloaded spin v0.9.8
2432024-10-30T22:05:19.667Z Downloaded sha2 v0.10.8
2442024-10-30T22:05:19.667Z Downloaded rcgen v0.10.0
2452024-10-30T22:05:19.674Z Downloaded diff v0.1.13
2462024-10-30T22:05:19.674Z Downloaded num-conv v0.1.0
2472024-10-30T22:05:19.674Z Downloaded heck v0.5.0
2482024-10-30T22:05:19.674Z Downloaded event-listener v5.3.1
2492024-10-30T22:05:19.674Z Downloaded slog-term v2.9.1
2502024-10-30T22:05:19.674Z Downloaded is-wsl v0.4.0
2512024-10-30T22:05:19.675Z Downloaded levenshtein v1.0.5
2522024-10-30T22:05:19.675Z Downloaded strum_macros v0.26.4
2532024-10-30T22:05:19.675Z Downloaded is_terminal_polyfill v1.70.1
2542024-10-30T22:05:19.685Z Downloaded unicode-segmentation v1.11.0
2552024-10-30T22:05:19.685Z Downloaded futures-task v0.3.31
2562024-10-30T22:05:19.685Z Downloaded httparse v1.9.4
2572024-10-30T22:05:19.694Z Downloaded futures-sink v0.3.31
2582024-10-30T22:05:19.694Z Downloaded precomputed-hash v0.1.1
2592024-10-30T22:05:19.694Z Downloaded futures-io v0.3.31
2602024-10-30T22:05:19.694Z Downloaded futures-executor v0.3.31
2612024-10-30T22:05:19.694Z Downloaded tracing-futures v0.2.5
2622024-10-30T22:05:19.695Z Downloaded pico-args v0.5.0
2632024-10-30T22:05:19.695Z Downloaded ppv-lite86 v0.2.20
2642024-10-30T22:05:19.695Z Downloaded typenum v1.17.0
2652024-10-30T22:05:19.700Z Downloaded hyper-tls v0.6.0
2662024-10-30T22:05:19.700Z Downloaded ipnetwork v0.20.0
2672024-10-30T22:05:19.700Z Downloaded bytes v1.7.2
2682024-10-30T22:05:19.700Z Downloaded pin-project-internal v1.1.5
2692024-10-30T22:05:19.704Z Downloaded ryu v1.0.18
2702024-10-30T22:05:19.705Z Downloaded base64 v0.21.7
2712024-10-30T22:05:19.712Z Downloaded serde_derive v1.0.210
2722024-10-30T22:05:19.724Z Downloaded unicode-truncate v1.1.0
2732024-10-30T22:05:19.724Z Downloaded getrandom v0.2.15
2742024-10-30T22:05:19.724Z Downloaded signal-hook v0.3.17
2752024-10-30T22:05:19.724Z Downloaded http-body v1.0.1
2762024-10-30T22:05:19.724Z Downloaded kv-log-macro v1.0.7
2772024-10-30T22:05:19.742Z Downloaded futures-core v0.3.31
2782024-10-30T22:05:19.743Z Downloaded lazy_static v1.5.0
2792024-10-30T22:05:19.743Z Downloaded generic-array v0.14.7
2802024-10-30T22:05:19.743Z Downloaded waker-fn v1.2.0
2812024-10-30T22:05:19.743Z Downloaded socket2 v0.4.10
2822024-10-30T22:05:19.744Z Downloaded untrusted v0.9.0
2832024-10-30T22:05:19.744Z Downloaded polling v3.7.3
2842024-10-30T22:05:19.753Z Downloaded io-lifetimes v1.0.11
2852024-10-30T22:05:19.753Z Downloaded waitgroup v0.1.2
2862024-10-30T22:05:19.753Z Downloaded futures-lite v2.3.0
2872024-10-30T22:05:19.753Z Downloaded value-bag v1.9.0
2882024-10-30T22:05:19.753Z Downloaded tempfile v3.13.0
2892024-10-30T22:05:19.754Z Downloaded pem v1.1.1
2902024-10-30T22:05:19.754Z Downloaded parking v2.2.0
2912024-10-30T22:05:19.754Z Downloaded parking_lot_core v0.9.10
2922024-10-30T22:05:19.763Z Downloaded lalrpop-util v0.20.2
2932024-10-30T22:05:19.763Z Downloaded unicode-bidi v0.3.15
2942024-10-30T22:05:19.763Z Downloaded wait-timeout v0.2.0
2952024-10-30T22:05:19.763Z Downloaded http-body v0.4.6
2962024-10-30T22:05:19.763Z Downloaded itoa v1.0.11
2972024-10-30T22:05:19.763Z Downloaded predicates v3.1.2
2982024-10-30T22:05:19.770Z Downloaded open v4.2.0
2992024-10-30T22:05:19.770Z Downloaded once_cell v1.19.0
3002024-10-30T22:05:19.770Z Downloaded hyper-util v0.1.9
3012024-10-30T22:05:19.778Z Downloaded futures-channel v0.3.31
3022024-10-30T22:05:19.778Z Downloaded httpdate v1.0.3
3032024-10-30T22:05:19.779Z Downloaded humantime v2.1.0
3042024-10-30T22:05:19.779Z Downloaded tracing-attributes v0.1.27
3052024-10-30T22:05:19.786Z Downloaded iana-time-zone v0.1.60
3062024-10-30T22:05:19.787Z Downloaded num-traits v0.2.19
3072024-10-30T22:05:19.787Z Downloaded serde_yaml v0.9.34+deprecated
3082024-10-30T22:05:19.794Z Downloaded quinn v0.11.5
3092024-10-30T22:05:19.794Z Downloaded aho-corasick v1.1.3
3102024-10-30T22:05:19.805Z Downloaded serde v1.0.210
3112024-10-30T22:05:19.805Z Downloaded uuid v1.10.0
3122024-10-30T22:05:19.813Z Downloaded curl v0.4.46
3132024-10-30T22:05:19.814Z Downloaded lru v0.12.4
3142024-10-30T22:05:19.814Z Downloaded hyper-rustls v0.27.3
3152024-10-30T22:05:19.814Z Downloaded expectorate v1.1.0
3162024-10-30T22:05:19.821Z Downloaded lock_api v0.4.12
3172024-10-30T22:05:19.821Z Downloaded proc-macro2 v1.0.87
3182024-10-30T22:05:19.821Z Downloaded zeroize v1.8.1
3192024-10-30T22:05:19.821Z Downloaded log v0.4.22
3202024-10-30T22:05:19.830Z Downloaded jobserver v0.1.32
3212024-10-30T22:05:19.830Z Downloaded zerocopy-derive v0.7.35
3222024-10-30T22:05:19.836Z Downloaded pin-project v1.1.5
3232024-10-30T22:05:19.845Z Downloaded url v2.5.2
3242024-10-30T22:05:19.856Z Downloaded futures-lite v1.13.0
3252024-10-30T22:05:19.857Z Downloaded parking_lot v0.12.3
3262024-10-30T22:05:19.857Z Downloaded unsafe-libyaml v0.2.11
3272024-10-30T22:05:19.874Z Downloaded tracing-core v0.1.32
3282024-10-30T22:05:19.874Z Downloaded toml_edit v0.22.22
3292024-10-30T22:05:19.880Z Downloaded indexmap v2.6.0
3302024-10-30T22:05:19.894Z Downloaded memchr v2.7.4
3312024-10-30T22:05:19.909Z Downloaded crossterm v0.27.0
3322024-10-30T22:05:19.909Z Downloaded winnow v0.6.18
3332024-10-30T22:05:19.909Z Downloaded http v0.2.12
3342024-10-30T22:05:19.929Z Downloaded pretty_assertions v1.4.1
3352024-10-30T22:05:19.930Z Downloaded mio v0.8.11
3362024-10-30T22:05:19.930Z Downloaded unicode-normalization v0.1.23
3372024-10-30T22:05:19.930Z Downloaded http v1.1.0
3382024-10-30T22:05:19.947Z Downloaded httpmock v0.6.8
3392024-10-30T22:05:19.947Z Downloaded tokio-util v0.7.11
3402024-10-30T22:05:19.947Z Downloaded clap_builder v4.5.20
3412024-10-30T22:05:19.947Z Downloaded hashbrown v0.15.0
3422024-10-30T22:05:19.967Z Downloaded time v0.3.36
3432024-10-30T22:05:19.967Z Downloaded itertools v0.12.1
3442024-10-30T22:05:19.967Z Downloaded portable-atomic v1.7.0
3452024-10-30T22:05:19.981Z Downloaded tungstenite v0.20.1
3462024-10-30T22:05:19.981Z Downloaded mio v1.0.2
3472024-10-30T22:05:19.981Z Downloaded itertools v0.11.0
3482024-10-30T22:05:19.997Z Downloaded openssl-sys v0.9.103
3492024-10-30T22:05:19.997Z Downloaded openssl v0.10.66
3502024-10-30T22:05:20.006Z Downloaded hyper v1.4.1
3512024-10-30T22:05:20.006Z Downloaded hashbrown v0.14.5
3522024-10-30T22:05:20.009Z Downloaded futures-util v0.3.31
3532024-10-30T22:05:20.018Z Downloaded itertools v0.13.0
3542024-10-30T22:05:20.031Z Downloaded hyper v0.14.30
3552024-10-30T22:05:20.035Z Downloaded h2 v0.4.6
3562024-10-30T22:05:20.060Z Downloaded vcpkg v0.2.15
3572024-10-30T22:05:20.091Z Downloaded lalrpop v0.20.2
3582024-10-30T22:05:20.103Z Downloaded git2 v0.19.0
3592024-10-30T22:05:20.115Z Downloaded webpki-roots v0.26.6
3602024-10-30T22:05:20.115Z Downloaded regex v1.11.0
3612024-10-30T22:05:20.133Z Downloaded zerocopy v0.7.35
3622024-10-30T22:05:20.173Z Downloaded idna v0.5.0
3632024-10-30T22:05:20.173Z Downloaded openapiv3 v2.0.0
3642024-10-30T22:05:20.193Z Downloaded syn v2.0.79
3652024-10-30T22:05:20.193Z Downloaded bstr v1.10.0
3662024-10-30T22:05:20.193Z Downloaded rustls v0.22.4
3672024-10-30T22:05:20.206Z Downloaded rustls-webpki v0.102.7
3682024-10-30T22:05:20.214Z Downloaded rustix v0.37.27
3692024-10-30T22:05:20.224Z Downloaded unicode-width v0.1.13
3702024-10-30T22:05:20.230Z Downloaded rustix v0.38.37
3712024-10-30T22:05:20.251Z Downloaded regress v0.10.1
3722024-10-30T22:05:20.260Z Downloaded regex-syntax v0.8.5
3732024-10-30T22:05:20.268Z Downloaded serde_json v1.0.128
3742024-10-30T22:05:20.278Z Downloaded reqwest v0.12.8
3752024-10-30T22:05:20.286Z Downloaded chrono v0.4.38
3762024-10-30T22:05:20.298Z Downloaded rustls v0.23.12
3772024-10-30T22:05:20.314Z Downloaded ratatui v0.26.3
3782024-10-30T22:05:20.335Z Downloaded async-std v1.12.0
3792024-10-30T22:05:20.343Z Downloaded isahc v1.7.2
3802024-10-30T22:05:20.351Z Downloaded libc v0.2.159
3812024-10-30T22:05:20.384Z Downloaded regex-automata v0.4.8
3822024-10-30T22:05:20.405Z Downloaded libz-sys v1.1.20
3832024-10-30T22:05:20.461Z Downloaded petgraph v0.6.5
3842024-10-30T22:05:20.476Z Downloaded tokio v1.40.0
3852024-10-30T22:05:20.491Z Downloaded tracing v0.1.40
3862024-10-30T22:05:20.491Z Downloaded oauth2 v5.0.0-rc.1
3872024-10-30T22:05:20.491Z Downloaded yansi v1.0.1
3882024-10-30T22:05:20.491Z Downloaded indicatif v0.17.8
3892024-10-30T22:05:20.492Z Downloaded ipnet v2.9.0
3902024-10-30T22:05:20.492Z Downloaded untrusted v0.7.1
3912024-10-30T22:05:20.492Z Downloaded rand v0.8.5
3922024-10-30T22:05:20.498Z Downloaded crossbeam-channel v0.5.13
3932024-10-30T22:05:20.498Z Downloaded quinn-proto v0.11.8
3942024-10-30T22:05:20.529Z Downloaded mime v0.3.17
3952024-10-30T22:05:20.529Z Downloaded encoding_rs v0.8.34
3962024-10-30T22:05:20.536Z Downloaded paste v1.0.15
3972024-10-30T22:05:20.536Z Downloaded futures-macro v0.3.31
3982024-10-30T22:05:20.536Z Downloaded predicates-tree v1.0.11
3992024-10-30T22:05:20.536Z Downloaded predicates-core v1.0.8
4002024-10-30T22:05:20.536Z Downloaded multer v3.1.0
4012024-10-30T22:05:20.537Z Downloaded is-terminal v0.4.13
4022024-10-30T22:05:20.537Z Downloaded tokio-tungstenite v0.20.1
4032024-10-30T22:05:20.537Z Downloaded thiserror-impl v1.0.64
4042024-10-30T22:05:20.537Z Downloaded static_assertions v1.1.0
4052024-10-30T22:05:20.543Z Downloaded hostname v0.4.0
4062024-10-30T22:05:20.543Z Downloaded home v0.5.9
4072024-10-30T22:05:20.543Z Downloaded utf8parse v0.2.2
4082024-10-30T22:05:20.543Z Downloaded utf-8 v0.7.6
4092024-10-30T22:05:20.544Z Downloaded crossbeam-utils v0.8.20
4102024-10-30T22:05:20.549Z Downloaded rustls-pki-types v1.8.0
4112024-10-30T22:05:20.549Z Downloaded termini v1.0.0
4122024-10-30T22:05:20.549Z Downloaded event-listener v3.1.0
4132024-10-30T22:05:20.549Z Downloaded hostname v0.3.1
4142024-10-30T22:05:20.553Z Downloaded string_cache v0.8.7
4152024-10-30T22:05:20.554Z Downloaded spin v0.5.2
4162024-10-30T22:05:20.554Z Downloaded slog-bunyan v2.5.0
4172024-10-30T22:05:20.554Z Downloaded slog-async v2.8.0
4182024-10-30T22:05:20.563Z Downloaded slab v0.4.9
4192024-10-30T22:05:20.563Z Downloaded siphasher v0.3.11
4202024-10-30T22:05:20.563Z Downloaded signal-hook-mio v0.2.4
4212024-10-30T22:05:20.563Z Downloaded shell-words v1.1.0
4222024-10-30T22:05:20.563Z Downloaded env_logger v0.10.2
4232024-10-30T22:05:20.563Z Downloaded ena v0.14.3
4242024-10-30T22:05:20.567Z Downloaded dialoguer v0.10.4
4252024-10-30T22:05:20.568Z Downloaded scopeguard v1.2.0
4262024-10-30T22:05:20.568Z Downloaded colored v2.1.0
4272024-10-30T22:05:20.574Z Downloaded clap_derive v4.5.18
4282024-10-30T22:05:20.574Z Downloaded either v1.13.0
4292024-10-30T22:05:20.578Z Downloaded crypto-common v0.1.6
4302024-10-30T22:05:20.578Z Downloaded progenitor-client v0.8.0
4312024-10-30T22:05:20.578Z Downloaded schemars_derive v0.8.21
4322024-10-30T22:05:20.578Z Downloaded futures v0.3.31
4332024-10-30T22:05:20.581Z Downloaded digest v0.10.7
4342024-10-30T22:05:20.585Z Downloaded async-task v4.7.1
4352024-10-30T22:05:20.585Z Downloaded async-lock v2.8.0
4362024-10-30T22:05:20.590Z Downloaded dirs-next v2.0.0
4372024-10-30T22:05:20.590Z Downloaded foreign-types v0.3.2
4382024-10-30T22:05:20.590Z Downloaded dirs v4.0.0
4392024-10-30T22:05:20.590Z Downloaded castaway v0.2.3
4402024-10-30T22:05:20.595Z Downloaded cassowary v0.3.0
4412024-10-30T22:05:20.595Z Downloaded byteorder v1.5.0
4422024-10-30T22:05:20.595Z Downloaded sync_wrapper v1.0.1
4432024-10-30T22:05:20.599Z Downloaded cfg-if v1.0.0
4442024-10-30T22:05:20.599Z Downloaded async-io v1.13.0
4452024-10-30T22:05:20.599Z Downloaded async-executor v1.13.0
4462024-10-30T22:05:20.603Z Downloaded clap_lex v0.7.2
4472024-10-30T22:05:20.603Z Downloaded curl-sys v0.4.74+curl-8.9.0
4482024-10-30T22:05:20.665Z Downloaded async-process v1.8.1
4492024-10-30T22:05:20.671Z Downloaded async-channel v2.3.1
4502024-10-30T22:05:20.672Z Downloaded quote v1.0.37
4512024-10-30T22:05:20.672Z Downloaded quinn-udp v0.5.5
4522024-10-30T22:05:20.672Z Downloaded basic-cookies v0.1.5
4532024-10-30T22:05:20.673Z Downloaded async-object-pool v0.1.4
4542024-10-30T22:05:20.681Z Downloaded serde_regex v1.1.0
4552024-10-30T22:05:20.681Z Downloaded anstyle-parse v0.2.5
4562024-10-30T22:05:20.681Z Downloaded rustversion v1.0.17
4572024-10-30T22:05:20.682Z Downloaded rustfmt-wrapper v0.2.1
4582024-10-30T22:05:20.682Z Downloaded camino v1.1.9
4592024-10-30T22:05:20.690Z Downloaded base64 v0.13.1
4602024-10-30T22:05:20.691Z Downloaded async-channel v1.9.0
4612024-10-30T22:05:20.691Z Downloaded event-listener-strategy v0.5.2
4622024-10-30T22:05:20.691Z Downloaded deranged v0.3.11
4632024-10-30T22:05:20.691Z Downloaded block-buffer v0.10.4
4642024-10-30T22:05:20.691Z Downloaded async-global-executor v2.4.1
4652024-10-30T22:05:20.696Z Downloaded castaway v0.1.2
4662024-10-30T22:05:20.709Z Downloaded libgit2-sys v0.17.0+1.8.1
4672024-10-30T22:05:20.754Z Downloaded libnghttp2-sys v0.1.10+1.61.0
4682024-10-30T22:05:21.138Z Downloaded ring v0.17.8
4692024-10-30T22:05:21.258Z Downloaded ring v0.16.20
4702024-10-30T22:05:21.394Z Downloaded openssl-src v300.3.1+3.3.1
4712024-10-30T22:05:22.033Z Compiling proc-macro2 v1.0.87
4722024-10-30T22:05:22.036Z Compiling unicode-ident v1.0.13
4732024-10-30T22:05:22.036Z Compiling libc v0.2.159
4742024-10-30T22:05:22.036Z Compiling cfg-if v1.0.0
4752024-10-30T22:05:22.061Z Compiling autocfg v1.3.0
4762024-10-30T22:05:22.065Z Compiling once_cell v1.19.0
4772024-10-30T22:05:22.065Z Compiling serde v1.0.210
4782024-10-30T22:05:22.065Z Running `/home/build/.rustup/toolchains/1.80-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.87/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=cc847cce2150512a -C extra-filename=-cc847cce2150512a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-cc847cce2150512a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4792024-10-30T22:05:22.065Z Running `/home/build/.rustup/toolchains/1.80-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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df0960839ef19ee2 -C extra-filename=-df0960839ef19ee2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4802024-10-30T22:05:22.065Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e4ed29f17c9b2c08 -C extra-filename=-e4ed29f17c9b2c08 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-e4ed29f17c9b2c08 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4812024-10-30T22:05:22.065Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=120b4d9592baeed9 -C extra-filename=-120b4d9592baeed9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4822024-10-30T22:05:22.065Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5e7200f1ef131ad -C extra-filename=-e5e7200f1ef131ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4832024-10-30T22:05:22.076Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c1e522c99ed18664 -C extra-filename=-c1e522c99ed18664 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-c1e522c99ed18664 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4842024-10-30T22:05:22.078Z Running `/home/build/.rustup/toolchains/1.80-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.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3ca5eaeabbc41b71 -C extra-filename=-3ca5eaeabbc41b71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-3ca5eaeabbc41b71 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4852024-10-30T22:05:22.078Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.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="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=7a91e3d8ae4260ac -C extra-filename=-7a91e3d8ae4260ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4862024-10-30T22:05:22.170Z Compiling shlex v1.3.0
4872024-10-30T22:05:22.193Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d1571608e7fdb706 -C extra-filename=-d1571608e7fdb706 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4882024-10-30T22:05:22.242Z Compiling itoa v1.0.11
4892024-10-30T22:05:22.244Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6a3f16939c829a63 -C extra-filename=-6a3f16939c829a63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4902024-10-30T22:05:22.477Z Compiling memchr v2.7.4
4912024-10-30T22:05:22.480Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=95c7ac11c8c7f998 -C extra-filename=-95c7ac11c8c7f998 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4922024-10-30T22:05:22.554Z Compiling pin-project-lite v0.2.14
4932024-10-30T22:05:22.557Z Running `/home/build/.rustup/toolchains/1.80-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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a95361f84110741a -C extra-filename=-a95361f84110741a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4942024-10-30T22:05:22.571Z Compiling value-bag v1.9.0
4952024-10-30T22:05:22.576Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=04329f13fb60d4e0 -C extra-filename=-04329f13fb60d4e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4962024-10-30T22:05:22.675Z Compiling futures-core v0.3.31
4972024-10-30T22:05:22.680Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a30dfc0a3049c588 -C extra-filename=-a30dfc0a3049c588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4982024-10-30T22:05:22.707Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-cc847cce2150512a/build-script-build`
4992024-10-30T22:05:22.707Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-3ca5eaeabbc41b71/build-script-build`
5002024-10-30T22:05:22.780Z Compiling version_check v0.9.5
5012024-10-30T22:05:22.816Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02ca1d3ef1501e90 -C extra-filename=-02ca1d3ef1501e90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5022024-10-30T22:05:22.826Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c1e522c99ed18664/build-script-build`
5032024-10-30T22:05:22.863Z Running `/home/build/.rustup/toolchains/1.80-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.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0a510974637b2623 -C extra-filename=-0a510974637b2623 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
5042024-10-30T22:05:22.863Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-e4ed29f17c9b2c08/build-script-build`
5052024-10-30T22:05:22.900Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=15b79012f585d34b -C extra-filename=-15b79012f585d34b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5062024-10-30T22:05:22.915Z Compiling futures-io v0.3.31
5072024-10-30T22:05:22.918Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=dfe75babce4319c9 -C extra-filename=-dfe75babce4319c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5082024-10-30T22:05:22.934Z Compiling pkg-config v0.3.30
5092024-10-30T22:05:22.934Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f4625ff26040054 -C extra-filename=-1f4625ff26040054 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5102024-10-30T22:05:22.952Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a3dac8235df05770 -C extra-filename=-a3dac8235df05770 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5112024-10-30T22:05:23.182Z Compiling log v0.4.22
5122024-10-30T22:05:23.186Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=efc1d7a6fc7da4dd -C extra-filename=-efc1d7a6fc7da4dd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern value_bag=/work/oxidecomputer/oxide.rs/target/debug/deps/libvalue_bag-04329f13fb60d4e0.rmeta --cap-lints allow`
5132024-10-30T22:05:23.270Z Compiling lock_api v0.4.12
5142024-10-30T22:05:23.272Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=80d5a0f0e1ee929e -C extra-filename=-80d5a0f0e1ee929e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-80d5a0f0e1ee929e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow`
5152024-10-30T22:05:23.424Z Compiling parking_lot_core v0.9.10
5162024-10-30T22:05:23.426Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3c192d7fbb88efb4 -C extra-filename=-3c192d7fbb88efb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3c192d7fbb88efb4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5172024-10-30T22:05:23.635Z Compiling jobserver v0.1.32
5182024-10-30T22:05:23.654Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ebddd3e5d17c2c5 -C extra-filename=-3ebddd3e5d17c2c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow`
5192024-10-30T22:05:23.662Z Compiling quote v1.0.37
5202024-10-30T22:05:23.664Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a0075e57cf66aa4f -C extra-filename=-a0075e57cf66aa4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --cap-lints allow`
5212024-10-30T22:05:23.900Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-3c192d7fbb88efb4/build-script-build`
5222024-10-30T22:05:23.924Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-80d5a0f0e1ee929e/build-script-build`
5232024-10-30T22:05:24.058Z Compiling syn v2.0.79
5242024-10-30T22:05:24.060Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=fa5bab0f17ed547b -C extra-filename=-fa5bab0f17ed547b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
5252024-10-30T22:05:24.152Z Compiling cc v1.1.15
5262024-10-30T22:05:24.156Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=db847ab00f948833 -C extra-filename=-db847ab00f948833 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern jobserver=/work/oxidecomputer/oxide.rs/target/debug/deps/libjobserver-3ebddd3e5d17c2c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-d1571608e7fdb706.rmeta --cap-lints allow`
5272024-10-30T22:05:24.193Z Compiling slab v0.4.9
5282024-10-30T22:05:24.196Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=48bcc6bcbcdc5744 -C extra-filename=-48bcc6bcbcdc5744 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-48bcc6bcbcdc5744 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow`
5292024-10-30T22:05:24.388Z Compiling bytes v1.7.2
5302024-10-30T22:05:24.391Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=624fa7ff64f2270a -C extra-filename=-624fa7ff64f2270a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5312024-10-30T22:05:24.410Z Compiling vcpkg v0.2.15
5322024-10-30T22:05:24.412Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a2136407e46312c -C extra-filename=-3a2136407e46312c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5332024-10-30T22:05:24.468Z Compiling ryu v1.0.18
5342024-10-30T22:05:24.470Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4d1c44075dc6dbc0 -C extra-filename=-4d1c44075dc6dbc0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5352024-10-30T22:05:24.550Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-48bcc6bcbcdc5744/build-script-build`
5362024-10-30T22:05:24.617Z Compiling signal-hook-registry v1.4.2
5372024-10-30T22:05:24.620Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d7572af39df5802 -C extra-filename=-1d7572af39df5802 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
5382024-10-30T22:05:24.692Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5e6f97e22f621f38 -C extra-filename=-5e6f97e22f621f38 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5392024-10-30T22:05:24.817Z Compiling serde_json v1.0.128
5402024-10-30T22:05:24.819Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e132b0987ec510d5 -C extra-filename=-e132b0987ec510d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e132b0987ec510d5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5412024-10-30T22:05:24.864Z Compiling getrandom v0.2.15
5422024-10-30T22:05:24.867Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=35fafaa76f158f4c -C extra-filename=-35fafaa76f158f4c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
5432024-10-30T22:05:24.975Z Compiling hashbrown v0.15.0
5442024-10-30T22:05:24.978Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=51417c9b14836bd3 -C extra-filename=-51417c9b14836bd3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5452024-10-30T22:05:25.185Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-e132b0987ec510d5/build-script-build`
5462024-10-30T22:05:25.203Z Compiling bitflags v2.6.0
5472024-10-30T22:05:25.219Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e0e43fc91e5b431f -C extra-filename=-e0e43fc91e5b431f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5482024-10-30T22:05:25.231Z Compiling equivalent v1.0.1
5492024-10-30T22:05:25.234Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69be99ac5bd12ad0 -C extra-filename=-69be99ac5bd12ad0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5502024-10-30T22:05:25.336Z Compiling fnv v1.0.7
5512024-10-30T22:05:25.339Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8de2f692ef7f0e02 -C extra-filename=-8de2f692ef7f0e02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5522024-10-30T22:05:25.469Z Compiling num-traits v0.2.19
5532024-10-30T22:05:25.471Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=cabd7558503919ca -C extra-filename=-cabd7558503919ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-cabd7558503919ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow`
5542024-10-30T22:05:25.583Z Compiling smallvec v1.13.2
5552024-10-30T22:05:25.587Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=34a2e012b22690c4 -C extra-filename=-34a2e012b22690c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5562024-10-30T22:05:25.661Z Compiling scopeguard v1.2.0
5572024-10-30T22:05:25.667Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=bdd4355fcd4c5cfa -C extra-filename=-bdd4355fcd4c5cfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5582024-10-30T22:05:25.741Z Compiling tracing-core v0.1.32
5592024-10-30T22:05:25.757Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=86918e83dc49cf88 -C extra-filename=-86918e83dc49cf88 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow`
5602024-10-30T22:05:25.807Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-cabd7558503919ca/build-script-build`
5612024-10-30T22:05:25.826Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=538c492722da280d -C extra-filename=-538c492722da280d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-bdd4355fcd4c5cfa.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
5622024-10-30T22:05:26.028Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b52b0f12ff5beb65 -C extra-filename=-b52b0f12ff5beb65 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-34a2e012b22690c4.rmeta --cap-lints allow`
5632024-10-30T22:05:26.090Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5a7bf54ecf78fb2e -C extra-filename=-5a7bf54ecf78fb2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_total_cmp`
5642024-10-30T22:05:26.109Z Compiling socket2 v0.5.7
5652024-10-30T22:05:26.112Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=87ce1a801d0433ad -C extra-filename=-87ce1a801d0433ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
5662024-10-30T22:05:26.311Z Compiling futures-sink v0.3.31
5672024-10-30T22:05:26.314Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9bc9badfd4411b61 -C extra-filename=-9bc9badfd4411b61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5682024-10-30T22:05:26.387Z Compiling parking_lot v0.12.3
5692024-10-30T22:05:26.394Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=aac592e940392f2a -C extra-filename=-aac592e940392f2a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-538c492722da280d.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-b52b0f12ff5beb65.rmeta --cap-lints allow`
5702024-10-30T22:05:26.464Z Compiling openssl-src v300.3.1+3.3.1
5712024-10-30T22:05:26.467Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.3.1+3.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 --cfg 'feature="default"' --cfg 'feature="legacy"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "seed", "weak-crypto"))' -C metadata=a31eb9bbb806a532 -C extra-filename=-a31eb9bbb806a532 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rmeta --cap-lints allow`
5722024-10-30T22:05:26.779Z Compiling pin-utils v0.1.0
5732024-10-30T22:05:26.782Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b55135452d220217 -C extra-filename=-b55135452d220217 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5742024-10-30T22:05:26.878Z Compiling regex-syntax v0.8.5
5752024-10-30T22:05:26.880Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=b256c33895509f3f -C extra-filename=-b256c33895509f3f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5762024-10-30T22:05:27.017Z Compiling mio v1.0.2
5772024-10-30T22:05:27.020Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=fe4182bd071aad0d -C extra-filename=-fe4182bd071aad0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
5782024-10-30T22:05:27.276Z Compiling futures-channel v0.3.31
5792024-10-30T22:05:27.279Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c41120205775dd17 -C extra-filename=-c41120205775dd17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --cap-lints allow`
5802024-10-30T22:05:27.401Z Compiling crossbeam-utils v0.8.20
5812024-10-30T22:05:27.406Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=da822fb56630e25e -C extra-filename=-da822fb56630e25e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-da822fb56630e25e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5822024-10-30T22:05:27.490Z Compiling byteorder v1.5.0
5832024-10-30T22:05:27.493Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d2375c782a660022 -C extra-filename=-d2375c782a660022 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5842024-10-30T22:05:27.692Z Compiling percent-encoding v2.3.1
5852024-10-30T22:05:27.695Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=177e3ff32a741e54 -C extra-filename=-177e3ff32a741e54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5862024-10-30T22:05:27.710Z Compiling openssl-sys v0.9.103
5872024-10-30T22:05:27.712Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1110282ba543291c -C extra-filename=-1110282ba543291c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1110282ba543291c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-a31eb9bbb806a532.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-3a2136407e46312c.rlib --cap-lints allow`
5882024-10-30T22:05:27.958Z Compiling tinyvec_macros v0.1.1
5892024-10-30T22:05:27.961Z Running `/home/build/.rustup/toolchains/1.80-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8efaafd8356aef83 -C extra-filename=-8efaafd8356aef83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5902024-10-30T22:05:28.008Z Compiling futures-task v0.3.31
5912024-10-30T22:05:28.010Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=787aaf8b05c55624 -C extra-filename=-787aaf8b05c55624 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5922024-10-30T22:05:28.010Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-da822fb56630e25e/build-script-build`
5932024-10-30T22:05:28.045Z Compiling tinyvec v1.8.0
5942024-10-30T22:05:28.050Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=0c944a35622e71f6 -C extra-filename=-0c944a35622e71f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec_macros-8efaafd8356aef83.rmeta --cap-lints allow`
5952024-10-30T22:05:28.068Z Compiling form_urlencoded v1.2.1
5962024-10-30T22:05:28.073Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=af26c03259e2897c -C extra-filename=-af26c03259e2897c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --cap-lints allow`
5972024-10-30T22:05:28.094Z Compiling errno v0.3.9
5982024-10-30T22:05:28.097Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eea0f4d5dd9acdb7 -C extra-filename=-eea0f4d5dd9acdb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
5992024-10-30T22:05:28.305Z Compiling ahash v0.8.11
6002024-10-30T22:05:28.307Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a9dcdb0cb71109c2 -C extra-filename=-a9dcdb0cb71109c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-a9dcdb0cb71109c2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow`
6012024-10-30T22:05:28.332Z Compiling httparse v1.9.4
6022024-10-30T22:05:28.334Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=65089cfb9fc4b037 -C extra-filename=-65089cfb9fc4b037 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-65089cfb9fc4b037 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6032024-10-30T22:05:28.350Z Compiling atomic-waker v1.1.2
6042024-10-30T22:05:28.352Z Running `/home/build/.rustup/toolchains/1.80-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=8b5d66e4b6718196 -C extra-filename=-8b5d66e4b6718196 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6052024-10-30T22:05:28.396Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b056357480f6fa40 -C extra-filename=-b056357480f6fa40 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6062024-10-30T22:05:28.529Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b016540381c4c7ec -C extra-filename=-b016540381c4c7ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6072024-10-30T22:05:28.701Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-a9dcdb0cb71109c2/build-script-build`
6082024-10-30T22:05:28.751Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-1110282ba543291c/build-script-main`
6092024-10-30T22:05:28.770Z Compiling http v1.1.0
6102024-10-30T22:05:28.773Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=64f45f61282d6c87 -C extra-filename=-64f45f61282d6c87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --cap-lints allow`
6112024-10-30T22:05:29.034Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-65089cfb9fc4b037/build-script-build`
6122024-10-30T22:05:29.099Z Compiling unicode-bidi v0.3.15
6132024-10-30T22:05:29.102Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=9aaf1b47068ff454 -C extra-filename=-9aaf1b47068ff454 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6142024-10-30T22:05:29.564Z Compiling unicode-normalization v0.1.23
6152024-10-30T22:05:29.567Z Running `/home/build/.rustup/toolchains/1.80-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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=86da7d6326d618c3 -C extra-filename=-86da7d6326d618c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec-0c944a35622e71f6.rmeta --cap-lints allow`
6162024-10-30T22:05:29.905Z Compiling thiserror v1.0.64
6172024-10-30T22:05:29.927Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8c655fadc72fffa -C extra-filename=-e8c655fadc72fffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-e8c655fadc72fffa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6182024-10-30T22:05:29.956Z Compiling rustix v0.38.37
6192024-10-30T22:05:29.959Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=020511fffb569cf2 -C extra-filename=-020511fffb569cf2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-020511fffb569cf2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6202024-10-30T22:05:30.464Z Compiling heck v0.5.0
6212024-10-30T22:05:30.467Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=846057f722bfec3f -C extra-filename=-846057f722bfec3f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6222024-10-30T22:05:30.653Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-e8c655fadc72fffa/build-script-build`
6232024-10-30T22:05:30.653Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-020511fffb569cf2/build-script-build`
6242024-10-30T22:05:30.746Z Compiling idna v0.5.0
6252024-10-30T22:05:30.748Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8064ed37493ea162 -C extra-filename=-8064ed37493ea162 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_bidi-9aaf1b47068ff454.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-86da7d6326d618c3.rmeta --cap-lints allow`
6262024-10-30T22:05:30.778Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=69f410e923166068 -C extra-filename=-69f410e923166068 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
6272024-10-30T22:05:30.795Z Compiling ring v0.17.8
6282024-10-30T22:05:30.798Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4aac5c81e6b05cd7 -C extra-filename=-4aac5c81e6b05cd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-4aac5c81e6b05cd7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow`
6292024-10-30T22:05:31.094Z Compiling serde_derive_internals v0.29.1
6302024-10-30T22:05:31.096Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bd3d667b54ebf26 -C extra-filename=-0bd3d667b54ebf26 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --cap-lints allow`
6312024-10-30T22:05:31.493Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=11747ac2121e0af9 -C extra-filename=-11747ac2121e0af9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6322024-10-30T22:05:31.592Z Compiling schemars v0.8.21
6332024-10-30T22:05:31.594Z Running `/home/build/.rustup/toolchains/1.80-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.21/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e0713db34924009c -C extra-filename=-e0713db34924009c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0713db34924009c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6342024-10-30T22:05:31.851Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=44ce83d58c240d52 -C extra-filename=-44ce83d58c240d52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eea0f4d5dd9acdb7.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6352024-10-30T22:05:31.934Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aac5c81e6b05cd7/build-script-build`
6362024-10-30T22:05:31.970Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0713db34924009c/build-script-build`
6372024-10-30T22:05:31.995Z Compiling dyn-clone v1.0.17
6382024-10-30T22:05:31.997Z Running `/home/build/.rustup/toolchains/1.80-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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd4222bf225c8a27 -C extra-filename=-bd4222bf225c8a27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6392024-10-30T22:05:32.223Z Compiling allocator-api2 v0.2.18
6402024-10-30T22:05:32.226Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=f1c32827cf8cf707 -C extra-filename=-f1c32827cf8cf707 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6412024-10-30T22:05:32.524Z Compiling spin v0.9.8
6422024-10-30T22:05:32.528Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f47da0f01fb84e5c -C extra-filename=-f47da0f01fb84e5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6432024-10-30T22:05:32.776Z Compiling rustls-pki-types v1.8.0
6442024-10-30T22:05:32.779Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=9ffabd2e42c63b48 -C extra-filename=-9ffabd2e42c63b48 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6452024-10-30T22:05:33.041Z Compiling concurrent-queue v2.5.0
6462024-10-30T22:05:33.044Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=0025d77c1a072ea6 -C extra-filename=-0025d77c1a072ea6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --cap-lints allow`
6472024-10-30T22:05:33.261Z Compiling aho-corasick v1.1.3
6482024-10-30T22:05:33.285Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=0414f19dc7a92bfd -C extra-filename=-0414f19dc7a92bfd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --cap-lints allow`
6492024-10-30T22:05:33.391Z Compiling try-lock v0.2.5
6502024-10-30T22:05:33.394Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05701371d7e72416 -C extra-filename=-05701371d7e72416 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6512024-10-30T22:05:33.548Z Compiling parking v2.2.0
6522024-10-30T22:05:33.551Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=f5bc10a3d0468cb4 -C extra-filename=-f5bc10a3d0468cb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6532024-10-30T22:05:33.652Z Compiling untrusted v0.9.0
6542024-10-30T22:05:33.655Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49d7eec7dbb0d155 -C extra-filename=-49d7eec7dbb0d155 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6552024-10-30T22:05:33.813Z Compiling want v0.3.1
6562024-10-30T22:05:33.815Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e6b967ae2566ee9 -C extra-filename=-5e6b967ae2566ee9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern try_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libtry_lock-05701371d7e72416.rmeta --cap-lints allow`
6572024-10-30T22:05:33.870Z Compiling libz-sys v1.1.20
6582024-10-30T22:05:33.873Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=160fbf88aa2aa2bb -C extra-filename=-160fbf88aa2aa2bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-160fbf88aa2aa2bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-3a2136407e46312c.rlib --cap-lints allow`
6592024-10-30T22:05:34.125Z Compiling fastrand v2.1.1
6602024-10-30T22:05:34.130Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=65b7a6df01e4d76b -C extra-filename=-65b7a6df01e4d76b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6612024-10-30T22:05:34.398Z Compiling zeroize v1.8.1
6622024-10-30T22:05:34.400Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=2a890032feec9076 -C extra-filename=-2a890032feec9076 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6632024-10-30T22:05:34.548Z Compiling httpdate v1.0.3
6642024-10-30T22:05:34.551Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c105c95e379cba25 -C extra-filename=-c105c95e379cba25 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6652024-10-30T22:05:34.743Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-160fbf88aa2aa2bb/build-script-build`
6662024-10-30T22:05:34.746Z Compiling http-body v1.0.1
6672024-10-30T22:05:34.746Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=539ac1340e95d13e -C extra-filename=-539ac1340e95d13e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --cap-lints allow`
6682024-10-30T22:05:34.885Z Compiling subtle v2.6.1
6692024-10-30T22:05:34.888Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=24a581f2e818bbc5 -C extra-filename=-24a581f2e818bbc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6702024-10-30T22:05:34.963Z Compiling tower-service v0.3.3
6712024-10-30T22:05:34.965Z Running `/home/build/.rustup/toolchains/1.80-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c223d9d1ce68073 -C extra-filename=-9c223d9d1ce68073 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6722024-10-30T22:05:35.058Z Compiling openssl-probe v0.1.5
6732024-10-30T22:05:35.060Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c10a2f9cf9f08ef1 -C extra-filename=-c10a2f9cf9f08ef1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6742024-10-30T22:05:35.089Z Compiling iana-time-zone v0.1.60
6752024-10-30T22:05:35.092Z Running `/home/build/.rustup/toolchains/1.80-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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d3a5dd3552122bb5 -C extra-filename=-d3a5dd3552122bb5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6762024-10-30T22:05:35.122Z Compiling regex-automata v0.4.8
6772024-10-30T22:05:35.130Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=80e52b763bea4f47 -C extra-filename=-80e52b763bea4f47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow`
6782024-10-30T22:05:35.443Z Compiling foreign-types-shared v0.1.1
6792024-10-30T22:05:35.445Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dca3c0ba5f595d70 -C extra-filename=-dca3c0ba5f595d70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6802024-10-30T22:05:35.542Z Compiling openssl v0.10.66
6812024-10-30T22:05:35.545Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=28cc69ad49d85ef4 -C extra-filename=-28cc69ad49d85ef4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-28cc69ad49d85ef4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6822024-10-30T22:05:35.608Z Compiling foreign-types v0.3.2
6832024-10-30T22:05:35.611Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df55611b1b789139 -C extra-filename=-df55611b1b789139 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types_shared-dca3c0ba5f595d70.rmeta --cap-lints allow`
6842024-10-30T22:05:35.699Z Compiling encoding_rs v0.8.34
6852024-10-30T22:05:35.702Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=e7dcd8c4f86de700 -C extra-filename=-e7dcd8c4f86de700 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --cap-lints allow`
6862024-10-30T22:05:36.006Z Compiling mime v0.3.17
6872024-10-30T22:05:36.010Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9c005c3804c6123 -C extra-filename=-f9c005c3804c6123 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6882024-10-30T22:05:36.250Z Compiling serde_derive v1.0.210
6892024-10-30T22:05:36.253Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=97ad3040f0e1bf6b -C extra-filename=-97ad3040f0e1bf6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
6902024-10-30T22:05:36.660Z Compiling tracing-attributes v0.1.27
6912024-10-30T22:05:36.663Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=1ee561e804ceeff3 -C extra-filename=-1ee561e804ceeff3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
6922024-10-30T22:05:37.100Z Compiling tokio-macros v2.4.0
6932024-10-30T22:05:37.102Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b8037c864231582 -C extra-filename=-5b8037c864231582 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
6942024-10-30T22:05:37.418Z Compiling futures-macro v0.3.31
6952024-10-30T22:05:37.421Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b692d62a421b0eb9 -C extra-filename=-b692d62a421b0eb9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
6962024-10-30T22:05:38.733Z Compiling tokio v1.40.0
6972024-10-30T22:05:38.749Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.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="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=75e04619b44f257c -C extra-filename=-75e04619b44f257c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-fe4182bd071aad0d.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-aac592e940392f2a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-5b8037c864231582.so --cap-lints allow`
6982024-10-30T22:05:39.313Z Compiling zerocopy-derive v0.7.35
6992024-10-30T22:05:39.326Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32a767f08d959a11 -C extra-filename=-32a767f08d959a11 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
7002024-10-30T22:05:39.797Z Compiling futures-util v0.3.31
7012024-10-30T22:05:39.800Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f10012d0aceb6d87 -C extra-filename=-f10012d0aceb6d87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-b692d62a421b0eb9.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-b55135452d220217.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow`
7022024-10-30T22:05:40.031Z Compiling tracing v0.1.40
7032024-10-30T22:05:40.033Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=f9ba2bb767a97a6d -C extra-filename=-f9ba2bb767a97a6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-1ee561e804ceeff3.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-86918e83dc49cf88.rmeta --cap-lints allow`
7042024-10-30T22:05:40.418Z Compiling thiserror-impl v1.0.64
7052024-10-30T22:05:40.421Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0ffc4fcc8029839 -C extra-filename=-a0ffc4fcc8029839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
7062024-10-30T22:05:40.571Z Compiling schemars_derive v0.8.21
7072024-10-30T22:05:40.574Z Running `/home/build/.rustup/toolchains/1.80-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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59de6c827aacbd12 -C extra-filename=-59de6c827aacbd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-0bd3d667b54ebf26.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
7082024-10-30T22:05:41.433Z Compiling zerocopy v0.7.35
7092024-10-30T22:05:41.436Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=191f071618fc73b8 -C extra-filename=-191f071618fc73b8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-d2375c782a660022.rmeta --extern zerocopy_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy_derive-32a767f08d959a11.so --cap-lints allow`
7102024-10-30T22:05:43.097Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fbae245df25833d6 -C extra-filename=-fbae245df25833d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f47da0f01fb84e5c.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-49d7eec7dbb0d155.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
7112024-10-30T22:05:43.384Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8c5794307abfde6 -C extra-filename=-c8c5794307abfde6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-a0ffc4fcc8029839.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
7122024-10-30T22:05:43.520Z Compiling regex v1.11.0
7132024-10-30T22:05:43.524Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6cbf1a569a0906ec -C extra-filename=-6cbf1a569a0906ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-80e52b763bea4f47.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow`
7142024-10-30T22:05:43.605Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a39d748c2263b375 -C extra-filename=-a39d748c2263b375 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-97ad3040f0e1bf6b.so --cap-lints allow --cfg no_core_error --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7152024-10-30T22:05:43.691Z Compiling openssl-macros v0.1.1
7162024-10-30T22:05:43.695Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad118a9670e71497 -C extra-filename=-ad118a9670e71497 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
7172024-10-30T22:05:44.549Z Compiling rustls v0.23.12
7182024-10-30T22:05:44.552Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b216c5ff9dbcabfa -C extra-filename=-b216c5ff9dbcabfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-b216c5ff9dbcabfa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7192024-10-30T22:05:44.708Z Compiling native-tls v0.2.12
7202024-10-30T22:05:44.711Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f31f1a9c68ebd4b0 -C extra-filename=-f31f1a9c68ebd4b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-f31f1a9c68ebd4b0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7212024-10-30T22:05:44.885Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-b216c5ff9dbcabfa/build-script-build`
7222024-10-30T22:05:44.912Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=f1967e9e4eaccc0d -C extra-filename=-f1967e9e4eaccc0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-191f071618fc73b8.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
7232024-10-30T22:05:45.093Z Compiling rustls-webpki v0.102.7
7242024-10-30T22:05:45.095Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=7eede34f846708e6 -C extra-filename=-7eede34f846708e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-49d7eec7dbb0d155.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
7252024-10-30T22:05:45.404Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=44137c147f83ff9f -C extra-filename=-44137c147f83ff9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --cap-lints allow`
7262024-10-30T22:05:45.961Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=78eb2c06c70e2850 -C extra-filename=-78eb2c06c70e2850 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-7eede34f846708e6.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-24a581f2e818bbc5.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
7272024-10-30T22:05:47.377Z Compiling tokio-util v0.7.11
7282024-10-30T22:05:47.380Z Compiling hashbrown v0.14.5
7292024-10-30T22:05:47.380Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=9ae8405a78226ce6 -C extra-filename=-9ae8405a78226ce6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow`
7302024-10-30T22:05:47.380Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=36a498ac52cec59e -C extra-filename=-36a498ac52cec59e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-f1967e9e4eaccc0d.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f1c32827cf8cf707.rmeta --cap-lints allow`
7312024-10-30T22:05:47.660Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=acbd46cdefe5d4b2 -C extra-filename=-acbd46cdefe5d4b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-44137c147f83ff9f.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow`
7322024-10-30T22:05:48.734Z Compiling http-body-util v0.1.2
7332024-10-30T22:05:48.737Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=845e4322e8930b31 -C extra-filename=-845e4322e8930b31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
7342024-10-30T22:05:48.800Z Compiling base64 v0.22.1
7352024-10-30T22:05:48.802Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=759979a6ecce3d25 -C extra-filename=-759979a6ecce3d25 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7362024-10-30T22:05:49.219Z Compiling anstyle v1.0.8
7372024-10-30T22:05:49.223Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96c5b084cbc75647 -C extra-filename=-96c5b084cbc75647 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7382024-10-30T22:05:49.648Z Compiling indexmap v2.6.0
7392024-10-30T22:05:49.651Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=d3529c2b186fe478 -C extra-filename=-d3529c2b186fe478 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-69be99ac5bd12ad0.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-51417c9b14836bd3.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7402024-10-30T22:05:49.712Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b819022aebd274b2 -C extra-filename=-b819022aebd274b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7412024-10-30T22:05:50.064Z Compiling url v2.5.2
7422024-10-30T22:05:50.067Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=2b994c41d60cd839 -C extra-filename=-2b994c41d60cd839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8064ed37493ea162.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7432024-10-30T22:05:51.062Z Compiling h2 v0.4.6
7442024-10-30T22:05:51.065Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=8faa3320c2258eb6 -C extra-filename=-8faa3320c2258eb6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-9ae8405a78226ce6.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow`
7452024-10-30T22:05:52.199Z Compiling chrono v0.4.38
7462024-10-30T22:05:52.202Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=6db67fd060f78c39 -C extra-filename=-6db67fd060f78c39 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/oxide.rs/target/debug/deps/libiana_time_zone-d3a5dd3552122bb5.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7472024-10-30T22:05:52.248Z Compiling uuid v1.10.0
7482024-10-30T22:05:52.250Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=d8708ce91d588ce6 -C extra-filename=-d8708ce91d588ce6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7492024-10-30T22:05:52.834Z Compiling typenum v1.17.0
7502024-10-30T22:05:52.837Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=039328c0b6a9f664 -C extra-filename=-039328c0b6a9f664 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-039328c0b6a9f664 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7512024-10-30T22:05:53.191Z Compiling tokio-rustls v0.26.0
7522024-10-30T22:05:53.194Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.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="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=d65e9bcf884ab727 -C extra-filename=-d65e9bcf884ab727 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
7532024-10-30T22:05:53.653Z Compiling serde_urlencoded v0.7.1
7542024-10-30T22:05:53.656Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b969a1888256f2 -C extra-filename=-e4b969a1888256f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7552024-10-30T22:05:53.845Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-039328c0b6a9f664/build-script-main`
7562024-10-30T22:05:54.048Z Compiling rustls-pemfile v2.1.3
7572024-10-30T22:05:54.053Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3134f24889f0534f -C extra-filename=-3134f24889f0534f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --cap-lints allow`
7582024-10-30T22:05:54.207Z Compiling ppv-lite86 v0.2.20
7592024-10-30T22:05:54.210Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=da0b37275030e6f0 -C extra-filename=-da0b37275030e6f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-191f071618fc73b8.rmeta --cap-lints allow`
7602024-10-30T22:05:54.551Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=254c084dc1750830 -C extra-filename=-254c084dc1750830 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-bd4222bf225c8a27.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-59de6c827aacbd12.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7612024-10-30T22:05:55.085Z Compiling event-listener v5.3.1
7622024-10-30T22:05:55.088Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=152879c998dfb13a -C extra-filename=-152879c998dfb13a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
7632024-10-30T22:05:55.568Z Compiling webpki-roots v0.26.6
7642024-10-30T22:05:55.571Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc3c58daeb87f5c6 -C extra-filename=-dc3c58daeb87f5c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --cap-lints allow`
7652024-10-30T22:05:55.724Z Compiling rand_core v0.6.4
7662024-10-30T22:05:55.729Z Running `/home/build/.rustup/toolchains/1.80-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.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="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=06e0ba2803aa6a6b -C extra-filename=-06e0ba2803aa6a6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-35fafaa76f158f4c.rmeta --cap-lints allow`
7672024-10-30T22:05:55.770Z Compiling generic-array v0.14.7
7682024-10-30T22:05:55.772Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1b0ca6e0dbcdc29b -C extra-filename=-1b0ca6e0dbcdc29b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-1b0ca6e0dbcdc29b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow`
7692024-10-30T22:05:56.152Z Compiling either v1.13.0
7702024-10-30T22:05:56.154Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=8fe7fa4c7979c2ec -C extra-filename=-8fe7fa4c7979c2ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7712024-10-30T22:05:56.211Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-1b0ca6e0dbcdc29b/build-script-build`
7722024-10-30T22:05:56.260Z Compiling rand_chacha v0.3.1
7732024-10-30T22:05:56.262Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=e963887d0f9fbb67 -C extra-filename=-e963887d0f9fbb67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/oxide.rs/target/debug/deps/libppv_lite86-da0b37275030e6f0.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-06e0ba2803aa6a6b.rmeta --cap-lints allow`
7742024-10-30T22:05:56.262Z Compiling event-listener-strategy v0.5.2
7752024-10-30T22:05:56.262Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b245d133a9b53f0f -C extra-filename=-b245d133a9b53f0f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-152879c998dfb13a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
7762024-10-30T22:05:56.295Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=76dc0d9af6921f9e -C extra-filename=-76dc0d9af6921f9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7772024-10-30T22:05:56.488Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9596ca75b03ae00f -C extra-filename=-9596ca75b03ae00f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-44137c147f83ff9f.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-acbd46cdefe5d4b2.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --cap-lints allow`
7782024-10-30T22:05:56.577Z Compiling sync_wrapper v1.0.1
7792024-10-30T22:05:56.581Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=09a139dd9ef3c381 -C extra-filename=-09a139dd9ef3c381 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --cap-lints allow`
7802024-10-30T22:05:56.725Z Compiling utf8parse v0.2.2
7812024-10-30T22:05:56.728Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=912f08f4c799e2a9 -C extra-filename=-912f08f4c799e2a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7822024-10-30T22:05:56.890Z Compiling ipnet v2.9.0
7832024-10-30T22:05:56.893Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=0d2d7a11af39ac20 -C extra-filename=-0d2d7a11af39ac20 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7842024-10-30T22:05:57.574Z Compiling same-file v1.0.6
7852024-10-30T22:05:57.576Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bc9b5384ce7fe23 -C extra-filename=-8bc9b5384ce7fe23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7862024-10-30T22:05:57.671Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.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="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0ca445b8dc67705a -C extra-filename=-0ca445b8dc67705a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-76dc0d9af6921f9e.rmeta --cap-lints allow --cfg relaxed_coherence`
7872024-10-30T22:05:57.751Z Compiling walkdir v2.5.0
7882024-10-30T22:05:57.754Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ab0b582b27c90a8 -C extra-filename=-3ab0b582b27c90a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern same_file=/work/oxidecomputer/oxide.rs/target/debug/deps/libsame_file-8bc9b5384ce7fe23.rmeta --cap-lints allow`
7892024-10-30T22:05:57.891Z Compiling anstyle-parse v0.2.5
7902024-10-30T22:05:57.894Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=c04cfa71bc226697 -C extra-filename=-c04cfa71bc226697 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-912f08f4c799e2a9.rmeta --cap-lints allow`
7912024-10-30T22:05:58.249Z Compiling hyper v1.4.1
7922024-10-30T22:05:58.253Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=46824b1c02237836 -C extra-filename=-46824b1c02237836 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-8faa3320c2258eb6.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-c105c95e379cba25.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-34a2e012b22690c4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e6b967ae2566ee9.rmeta --cap-lints allow`
7932024-10-30T22:05:58.267Z Compiling rand v0.8.5
7942024-10-30T22:05:58.270Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=e63a4162a869609b -C extra-filename=-e63a4162a869609b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-e963887d0f9fbb67.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-06e0ba2803aa6a6b.rmeta --cap-lints allow`
7952024-10-30T22:05:58.668Z Compiling toml_datetime v0.6.8
7962024-10-30T22:05:58.670Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=eda7d5b0be92d89d -C extra-filename=-eda7d5b0be92d89d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
7972024-10-30T22:05:58.893Z Compiling serde_tokenstream v0.2.2
7982024-10-30T22:05:58.896Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0729f6a293bc0d21 -C extra-filename=-0729f6a293bc0d21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --cap-lints allow`
7992024-10-30T22:05:58.967Z Compiling serde_spanned v0.6.7
8002024-10-30T22:05:58.971Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=941a3620d89c75dd -C extra-filename=-941a3620d89c75dd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
8012024-10-30T22:05:59.217Z Compiling regress v0.10.1
8022024-10-30T22:05:59.222Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=20d3ee56318f4afd -C extra-filename=-20d3ee56318f4afd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-36a498ac52cec59e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --cap-lints allow`
8032024-10-30T22:05:59.270Z Compiling futures-lite v2.3.0
8042024-10-30T22:05:59.273Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=64037044b2ffe735 -C extra-filename=-64037044b2ffe735 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
8052024-10-30T22:05:59.464Z Compiling libnghttp2-sys v0.1.10+1.61.0
8062024-10-30T22:05:59.467Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f41049bb056ee435 -C extra-filename=-f41049bb056ee435 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-f41049bb056ee435 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow`
8072024-10-30T22:05:59.992Z Compiling event-listener v2.5.3
8082024-10-30T22:05:59.995Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aab31ba4bee86d3 -C extra-filename=-9aab31ba4bee86d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8092024-10-30T22:06:00.034Z Compiling winnow v0.6.18
8102024-10-30T22:06:00.037Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d3c0d3e0a6b83642 -C extra-filename=-d3c0d3e0a6b83642 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8112024-10-30T22:06:00.472Z Compiling anstyle-query v1.1.1
8122024-10-30T22:06:00.474Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a48b7a2020b43f0 -C extra-filename=-0a48b7a2020b43f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8132024-10-30T22:06:00.625Z Compiling hyper-util v0.1.9
8142024-10-30T22:06:00.627Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=331074d5e2a616e5 -C extra-filename=-331074d5e2a616e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow`
8152024-10-30T22:06:01.115Z Compiling is_terminal_polyfill v1.70.1
8162024-10-30T22:06:01.119Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3e778834b9c64b83 -C extra-filename=-3e778834b9c64b83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8172024-10-30T22:06:01.244Z Compiling colorchoice v1.0.2
8182024-10-30T22:06:01.273Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f2a37c11cdb9e3e -C extra-filename=-3f2a37c11cdb9e3e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8192024-10-30T22:06:01.422Z Compiling anstream v0.6.15
8202024-10-30T22:06:01.424Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=ddb9b19878cd6b29 -C extra-filename=-ddb9b19878cd6b29 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-c04cfa71bc226697.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-0a48b7a2020b43f0.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-3f2a37c11cdb9e3e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-3e778834b9c64b83.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-912f08f4c799e2a9.rmeta --cap-lints allow`
8212024-10-30T22:06:02.181Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-f41049bb056ee435/build-script-build`
8222024-10-30T22:06:02.265Z Compiling terminal_size v0.4.0
8232024-10-30T22:06:02.268Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0668a53b48c55385 -C extra-filename=-0668a53b48c55385 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow`
8242024-10-30T22:06:02.482Z Compiling http v0.2.12
8252024-10-30T22:06:02.484Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b725027bbe1b4aa3 -C extra-filename=-b725027bbe1b4aa3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --cap-lints allow`
8262024-10-30T22:06:02.514Z Compiling dirs-sys-next v0.1.2
8272024-10-30T22:06:02.517Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b06805543ea59f4e -C extra-filename=-b06805543ea59f4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow`
8282024-10-30T22:06:02.884Z Compiling hyper-rustls v0.27.3
8292024-10-30T22:06:02.887Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=2cc27bb5b7653c59 -C extra-filename=-2cc27bb5b7653c59 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d65e9bcf884ab727.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-dc3c58daeb87f5c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
8302024-10-30T22:06:03.280Z Compiling polling v2.8.0
8312024-10-30T22:06:03.283Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6e5c180f1cb2302 -C extra-filename=-d6e5c180f1cb2302 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-d6e5c180f1cb2302 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow`
8322024-10-30T22:06:03.539Z Compiling toml_edit v0.22.22
8332024-10-30T22:06:03.541Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=d05b1fd8806c5ef6 -C extra-filename=-d05b1fd8806c5ef6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-941a3620d89c75dd.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-eda7d5b0be92d89d.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-d3c0d3e0a6b83642.rmeta --cap-lints allow`
8342024-10-30T22:06:03.639Z Compiling io-lifetimes v1.0.11
8352024-10-30T22:06:03.642Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=941545b33b2610af -C extra-filename=-941545b33b2610af --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-941545b33b2610af -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8362024-10-30T22:06:03.901Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=2863da98d8355654 -C extra-filename=-2863da98d8355654 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8372024-10-30T22:06:03.949Z Compiling strsim v0.11.1
8382024-10-30T22:06:03.952Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb6f3434322bc915 -C extra-filename=-fb6f3434322bc915 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8392024-10-30T22:06:04.036Z Compiling clap_lex v0.7.2
8402024-10-30T22:06:04.039Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75b0c03b205338b5 -C extra-filename=-75b0c03b205338b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8412024-10-30T22:06:04.230Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=6dae3196b6a859ac -C extra-filename=-6dae3196b6a859ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8422024-10-30T22:06:04.633Z Compiling crunchy v0.2.2
8432024-10-30T22:06:04.635Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=0449cd6f3d10222a -C extra-filename=-0449cd6f3d10222a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-0449cd6f3d10222a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8442024-10-30T22:06:04.652Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=63a22bf4dfdd2ebf -C extra-filename=-63a22bf4dfdd2ebf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-6dae3196b6a859ac.rmeta --cap-lints allow`
8452024-10-30T22:06:04.682Z Compiling clap_builder v4.5.20
8462024-10-30T22:06:04.685Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2d0e59b09d9d6588 -C extra-filename=-2d0e59b09d9d6588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-ddb9b19878cd6b29.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-75b0c03b205338b5.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-fb6f3434322bc915.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-0668a53b48c55385.rmeta --cap-lints allow`
8472024-10-30T22:06:05.027Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-941545b33b2610af/build-script-build`
8482024-10-30T22:06:05.135Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=9cc77f364a2ba3bf -C extra-filename=-9cc77f364a2ba3bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-2863da98d8355654.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
8492024-10-30T22:06:05.158Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-0449cd6f3d10222a/build-script-build`
8502024-10-30T22:06:05.185Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-d6e5c180f1cb2302/build-script-build`
8512024-10-30T22:06:05.301Z Compiling dirs-next v2.0.0
8522024-10-30T22:06:05.301Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3194e0620bb2010 -C extra-filename=-d3194e0620bb2010 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-b06805543ea59f4e.rmeta --cap-lints allow`
8532024-10-30T22:06:05.321Z Compiling block-buffer v0.10.4
8542024-10-30T22:06:05.321Z Running `/home/build/.rustup/toolchains/1.80-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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9241ebd0befbcee9 -C extra-filename=-9241ebd0befbcee9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-0ca445b8dc67705a.rmeta --cap-lints allow`
8552024-10-30T22:06:05.340Z Compiling crypto-common v0.1.6
8562024-10-30T22:06:05.344Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=07f1ccab25c8beb8 -C extra-filename=-07f1ccab25c8beb8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-0ca445b8dc67705a.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-76dc0d9af6921f9e.rmeta --cap-lints allow`
8572024-10-30T22:06:05.494Z Compiling async-lock v3.4.0
8582024-10-30T22:06:05.497Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=1c619707dc4034c2 -C extra-filename=-1c619707dc4034c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-152879c998dfb13a.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-b245d133a9b53f0f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
8592024-10-30T22:06:05.520Z Compiling polling v3.7.3
8602024-10-30T22:06:05.523Z Compiling clap_derive v4.5.18
8612024-10-30T22:06:05.523Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=a2961ae265a9f83d -C extra-filename=-a2961ae265a9f83d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow`
8622024-10-30T22:06:05.523Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=c2c21efc9270d9a1 -C extra-filename=-c2c21efc9270d9a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
8632024-10-30T22:06:05.568Z Compiling curl-sys v0.4.74+curl-8.9.0
8642024-10-30T22:06:05.571Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.74+curl-8.9.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="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=7f44ff511e153b27 -C extra-filename=-7f44ff511e153b27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-7f44ff511e153b27 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --cap-lints allow`
8652024-10-30T22:06:06.300Z Compiling rustix v0.37.27
8662024-10-30T22:06:06.303Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/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="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=f3ac21099d522766 -C extra-filename=-f3ac21099d522766 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-f3ac21099d522766 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8672024-10-30T22:06:06.347Z Compiling tiny-keccak v2.0.2
8682024-10-30T22:06:06.349Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d35972c05d706039 -C extra-filename=-d35972c05d706039 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-d35972c05d706039 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8692024-10-30T22:06:06.548Z Compiling waker-fn v1.2.0
8702024-10-30T22:06:06.551Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic", "portable-atomic-util"))' -C metadata=0acd3c77b1a7d90a -C extra-filename=-0acd3c77b1a7d90a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8712024-10-30T22:06:06.667Z Compiling toml v0.8.19
8722024-10-30T22:06:06.670Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=6ab8e7d88ea969d9 -C extra-filename=-6ab8e7d88ea969d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-941a3620d89c75dd.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-eda7d5b0be92d89d.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rmeta --cap-lints allow`
8732024-10-30T22:06:06.687Z Compiling siphasher v0.3.11
8742024-10-30T22:06:06.687Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=7957a3ceec8deaab -C extra-filename=-7957a3ceec8deaab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8752024-10-30T22:06:06.828Z Compiling fastrand v1.9.0
8762024-10-30T22:06:06.836Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=145669d39af9a624 -C extra-filename=-145669d39af9a624 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8772024-10-30T22:06:06.935Z Compiling lazy_static v1.5.0
8782024-10-30T22:06:06.937Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=72954f49c4eb3f18 -C extra-filename=-72954f49c4eb3f18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8792024-10-30T22:06:07.039Z Compiling phf_shared v0.10.0
8802024-10-30T22:06:07.042Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=096c87e73d681ff7 -C extra-filename=-096c87e73d681ff7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern siphasher=/work/oxidecomputer/oxide.rs/target/debug/deps/libsiphasher-7957a3ceec8deaab.rmeta --cap-lints allow`
8812024-10-30T22:06:07.062Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-f3ac21099d522766/build-script-build`
8822024-10-30T22:06:07.167Z Compiling futures-lite v1.13.0
8832024-10-30T22:06:07.169Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="memchr"' --cfg 'feature="parking"' --cfg 'feature="std"' --cfg 'feature="waker-fn"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"))' -C metadata=6006a5904d51bc90 -C extra-filename=-6006a5904d51bc90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-145669d39af9a624.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow`
8842024-10-30T22:06:07.415Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-d35972c05d706039/build-script-build`
8852024-10-30T22:06:07.433Z Compiling async-io v2.3.4
8862024-10-30T22:06:07.436Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=d4e28ba8f920a95e -C extra-filename=-d4e28ba8f920a95e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1c619707dc4034c2.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-a2961ae265a9f83d.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow`
8872024-10-30T22:06:07.455Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=528504096eb22367 -C extra-filename=-528504096eb22367 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-9cc77f364a2ba3bf.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-63a22bf4dfdd2ebf.rmeta --cap-lints allow`
8882024-10-30T22:06:08.500Z Compiling digest v0.10.7
8892024-10-30T22:06:08.502Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=e644e705e0bdf4a8 -C extra-filename=-e644e705e0bdf4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-9241ebd0befbcee9.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-07f1ccab25c8beb8.rmeta --cap-lints allow`
8902024-10-30T22:06:08.561Z Compiling term v0.7.0
8912024-10-30T22:06:08.564Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d532fb1fbe749ea6 -C extra-filename=-d532fb1fbe749ea6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-d3194e0620bb2010.rmeta --cap-lints allow`
8922024-10-30T22:06:08.865Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efb8a2d226a4717f -C extra-filename=-efb8a2d226a4717f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow`
8932024-10-30T22:06:08.948Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=7cc29d5a9330a8e9 -C extra-filename=-7cc29d5a9330a8e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn`
8942024-10-30T22:06:09.149Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-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"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=9b638713836d1c15 -C extra-filename=-9b638713836d1c15 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8952024-10-30T22:06:09.247Z Compiling futures-executor v0.3.31
8962024-10-30T22:06:09.250Z Running `/home/build/.rustup/toolchains/1.80-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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=976fdeaae3e85a9e -C extra-filename=-976fdeaae3e85a9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --cap-lints allow`
8972024-10-30T22:06:09.399Z Compiling socket2 v0.4.10
8982024-10-30T22:06:09.403Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=8d2f1c25cd5108e4 -C extra-filename=-8d2f1c25cd5108e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
8992024-10-30T22:06:09.912Z Compiling async-io v1.13.0
9002024-10-30T22:06:09.912Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba46cf5104c36e1f -C extra-filename=-ba46cf5104c36e1f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-ba46cf5104c36e1f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow`
9012024-10-30T22:06:10.066Z Compiling rustversion v1.0.17
9022024-10-30T22:06:10.069Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01a2f438a0845ab3 -C extra-filename=-01a2f438a0845ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-01a2f438a0845ab3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9032024-10-30T22:06:10.260Z Compiling num-conv v0.1.0
9042024-10-30T22:06:10.294Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e941a1574a754a6 -C extra-filename=-3e941a1574a754a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9052024-10-30T22:06:10.309Z Compiling clap v4.5.20
9062024-10-30T22:06:10.312Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=6e28aa69bfd251a5 -C extra-filename=-6e28aa69bfd251a5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap_builder=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_builder-2d0e59b09d9d6588.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-c2c21efc9270d9a1.so --cap-lints allow`
9072024-10-30T22:06:10.376Z Compiling new_debug_unreachable v1.0.6
9082024-10-30T22:06:10.379Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75cc19a2e0d09b1e -C extra-filename=-75cc19a2e0d09b1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9092024-10-30T22:06:10.409Z Compiling precomputed-hash v0.1.1
9102024-10-30T22:06:10.412Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21d56ba190317a51 -C extra-filename=-21d56ba190317a51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9112024-10-30T22:06:10.429Z Compiling fixedbitset v0.4.2
9122024-10-30T22:06:10.431Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eb16c655225b9108 -C extra-filename=-eb16c655225b9108 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9132024-10-30T22:06:10.469Z Compiling bitflags v1.3.2
9142024-10-30T22:06:10.471Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=c4db40fac48f8c60 -C extra-filename=-c4db40fac48f8c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9152024-10-30T22:06:10.518Z Compiling cpufeatures v0.2.13
9162024-10-30T22:06:10.521Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12e138ee2cc66863 -C extra-filename=-12e138ee2cc66863 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9172024-10-30T22:06:10.550Z Compiling time-core v0.1.2
9182024-10-30T22:06:10.553Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68a72a6242827aaf -C extra-filename=-68a72a6242827aaf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9192024-10-30T22:06:10.570Z Compiling async-task v4.7.1
9202024-10-30T22:06:10.573Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=a1d512a221a344b6 -C extra-filename=-a1d512a221a344b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9212024-10-30T22:06:10.623Z Compiling bit-vec v0.6.3
9222024-10-30T22:06:10.625Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=d1411cd3775ce9e8 -C extra-filename=-d1411cd3775ce9e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9232024-10-30T22:06:10.734Z Compiling unicode-width v0.1.13
9242024-10-30T22:06:10.737Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5530b9cb6f3d5640 -C extra-filename=-5530b9cb6f3d5640 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9252024-10-30T22:06:10.772Z Compiling powerfmt v0.2.0
9262024-10-30T22:06:10.785Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9235f6132e244acb -C extra-filename=-9235f6132e244acb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9272024-10-30T22:06:10.829Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-01a2f438a0845ab3/build-script-build`
9282024-10-30T22:06:10.917Z Compiling time-macros v0.2.18
9292024-10-30T22:06:10.923Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=2ef257e56ae333b6 -C extra-filename=-2ef257e56ae333b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-3e941a1574a754a6.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-68a72a6242827aaf.rlib --extern proc_macro --cap-lints allow`
9302024-10-30T22:06:10.998Z Compiling bit-set v0.5.3
9312024-10-30T22:06:11.001Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6df9b86de2e8219 -C extra-filename=-e6df9b86de2e8219 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bit_vec=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_vec-d1411cd3775ce9e8.rmeta --cap-lints allow`
9322024-10-30T22:06:11.061Z Compiling petgraph v0.6.5
9332024-10-30T22:06:11.064Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=0f9ab75d48c1abf3 -C extra-filename=-0f9ab75d48c1abf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-eb16c655225b9108.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --cap-lints allow`
9342024-10-30T22:06:11.125Z Compiling deranged v0.3.11
9352024-10-30T22:06:11.127Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=0d1d635dbeed4cdb -C extra-filename=-0d1d635dbeed4cdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-9235f6132e244acb.rmeta --cap-lints allow`
9362024-10-30T22:06:11.227Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=5880c236dab6c9c5 -C extra-filename=-5880c236dab6c9c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-c4db40fac48f8c60.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eea0f4d5dd9acdb7.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-7cc29d5a9330a8e9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow --cfg libc --cfg solarish`
9372024-10-30T22:06:11.262Z Compiling string_cache v0.8.7
9382024-10-30T22:06:11.265Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=eb26bf03d2a1d7db -C extra-filename=-eb26bf03d2a1d7db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_unreachable-75cc19a2e0d09b1e.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-528504096eb22367.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-096c87e73d681ff7.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-21d56ba190317a51.rmeta --cap-lints allow`
9392024-10-30T22:06:11.666Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-ba46cf5104c36e1f/build-script-build`
9402024-10-30T22:06:11.809Z Compiling futures v0.3.31
9412024-10-30T22:06:11.813Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=71a00e50150a2365 -C extra-filename=-71a00e50150a2365 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-976fdeaae3e85a9e.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-9bc9badfd4411b61.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-787aaf8b05c55624.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --cap-lints allow`
9422024-10-30T22:06:11.923Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.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 --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=287482f91d6d818b -C extra-filename=-287482f91d6d818b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crunchy=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrunchy-9b638713836d1c15.rmeta --cap-lints allow`
9432024-10-30T22:06:12.429Z Compiling ascii-canvas v3.0.0
9442024-10-30T22:06:12.431Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ab1175f1e41c51c -C extra-filename=-8ab1175f1e41c51c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-d532fb1fbe749ea6.rmeta --cap-lints allow`
9452024-10-30T22:06:12.903Z Compiling async-lock v2.8.0
9462024-10-30T22:06:12.906Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356b6b851747b158 -C extra-filename=-356b6b851747b158 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --cap-lints allow`
9472024-10-30T22:06:13.148Z Compiling async-channel v1.9.0
9482024-10-30T22:06:13.151Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c77340100704b3f4 -C extra-filename=-c77340100704b3f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --cap-lints allow`
9492024-10-30T22:06:13.179Z Compiling itertools v0.11.0
9502024-10-30T22:06:13.182Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=83e9f72aa1c7a062 -C extra-filename=-83e9f72aa1c7a062 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow`
9512024-10-30T22:06:13.308Z Compiling async-channel v2.3.1
9522024-10-30T22:06:13.311Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ed77c092d2480b2b -C extra-filename=-ed77c092d2480b2b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-b245d133a9b53f0f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
9532024-10-30T22:06:13.461Z Compiling lalrpop-util v0.20.2
9542024-10-30T22:06:13.464Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.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="lexer"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=1e6cacc82fca7ac3 -C extra-filename=-1e6cacc82fca7ac3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-acbd46cdefe5d4b2.rmeta --cap-lints allow`
9552024-10-30T22:06:13.591Z Compiling piper v0.2.4
9562024-10-30T22:06:13.594Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.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="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=41326dff65270589 -C extra-filename=-41326dff65270589 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --cap-lints allow`
9572024-10-30T22:06:13.632Z Compiling ena v0.14.3
9582024-10-30T22:06:13.643Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=97e312b6515a1b73 -C extra-filename=-97e312b6515a1b73 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --cap-lints allow`
9592024-10-30T22:06:13.665Z Compiling libgit2-sys v0.17.0+1.8.1
9602024-10-30T22:06:13.669Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c3a7946864587540 -C extra-filename=-c3a7946864587540 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-c3a7946864587540 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-1f4625ff26040054.rlib --cap-lints allow`
9612024-10-30T22:06:13.833Z Compiling slog v2.7.0
9622024-10-30T22:06:13.836Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=52b5d98b78f66cc5 -C extra-filename=-52b5d98b78f66cc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-52b5d98b78f66cc5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9632024-10-30T22:06:13.932Z Compiling home v0.5.9
9642024-10-30T22:06:13.934Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86550a15b7e13ad0 -C extra-filename=-86550a15b7e13ad0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9652024-10-30T22:06:14.020Z Compiling pico-args v0.5.0
9662024-10-30T22:06:14.022Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pico_args --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("combined-flags", "default", "eq-separator", "short-space-opt"))' -C metadata=a87e363245208eaf -C extra-filename=-a87e363245208eaf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9672024-10-30T22:06:14.037Z Compiling unicode-xid v0.2.5
9682024-10-30T22:06:14.039Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=3bd714cbf0311185 -C extra-filename=-3bd714cbf0311185 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9692024-10-30T22:06:14.197Z Compiling num_threads v0.1.7
9702024-10-30T22:06:14.213Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39ef741dea7835d2 -C extra-filename=-39ef741dea7835d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9712024-10-30T22:06:14.216Z Compiling unicode-segmentation v1.11.0
9722024-10-30T22:06:14.216Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=68a2f804c4a3f169 -C extra-filename=-68a2f804c4a3f169 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9732024-10-30T22:06:14.325Z Compiling time v0.3.36
9742024-10-30T22:06:14.325Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=5bd2c1cc0a997c31 -C extra-filename=-5bd2c1cc0a997c31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern deranged=/work/oxidecomputer/oxide.rs/target/debug/deps/libderanged-0d1d635dbeed4cdb.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-3e941a1574a754a6.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-39ef741dea7835d2.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-9235f6132e244acb.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-68a72a6242827aaf.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-2ef257e56ae333b6.so --cap-lints allow`
9752024-10-30T22:06:14.374Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-52b5d98b78f66cc5/build-script-build`
9762024-10-30T22:06:14.421Z Compiling blocking v1.6.1
9772024-10-30T22:06:14.423Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=276faecc97b1d7ae -C extra-filename=-276faecc97b1d7ae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-ed77c092d2480b2b.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-a1d512a221a344b6.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-41326dff65270589.rmeta --cap-lints allow`
9782024-10-30T22:06:14.476Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9969d3c3e86a8d97 -C extra-filename=-9969d3c3e86a8d97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-efb8a2d226a4717f.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-5880c236dab6c9c5.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8d2f1c25cd5108e4.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow`
9792024-10-30T22:06:14.479Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-c3a7946864587540/build-script-build`
9802024-10-30T22:06:15.101Z Compiling async-executor v1.13.0
9812024-10-30T22:06:15.124Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=5fa9d5d69999f268 -C extra-filename=-5fa9d5d69999f268 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-a1d512a221a344b6.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow`
9822024-10-30T22:06:15.144Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e0e9268c0c410ca -C extra-filename=-5e0e9268c0c410ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
9832024-10-30T22:06:15.805Z Compiling lalrpop v0.20.2
9842024-10-30T22:06:15.808Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.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"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=260e125d41969c60 -C extra-filename=-260e125d41969c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/oxide.rs/target/debug/deps/libascii_canvas-8ab1175f1e41c51c.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-e6df9b86de2e8219.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-97e312b6515a1b73.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-83e9f72aa1c7a062.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-1e6cacc82fca7ac3.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-0f9ab75d48c1abf3.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-a87e363245208eaf.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9596ca75b03ae00f.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b256c33895509f3f.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-eb26bf03d2a1d7db.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-d532fb1fbe749ea6.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-287482f91d6d818b.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-3bd714cbf0311185.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-3ab0b582b27c90a8.rmeta --cap-lints allow`
9852024-10-30T22:06:15.981Z Compiling async-signal v0.2.10
9862024-10-30T22:06:15.997Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4320d8ec2fdee2c1 -C extra-filename=-4320d8ec2fdee2c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-d4e28ba8f920a95e.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --cap-lints allow`
9872024-10-30T22:06:16.000Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b14340746c2dbd86 -C extra-filename=-b14340746c2dbd86 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -l static=nghttp2`
9882024-10-30T22:06:16.275Z Compiling pin-project-internal v1.1.5
9892024-10-30T22:06:16.278Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8100268e90e3e7b -C extra-filename=-b8100268e90e3e7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
9902024-10-30T22:06:16.391Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=edc5a257b6a4bc69 -C extra-filename=-edc5a257b6a4bc69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
9912024-10-30T22:06:16.410Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=54bcdd4d8ce470e8 -C extra-filename=-54bcdd4d8ce470e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
9922024-10-30T22:06:16.429Z Compiling event-listener v3.1.0
9932024-10-30T22:06:16.431Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=fe5b1d8bfc18c3be -C extra-filename=-fe5b1d8bfc18c3be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-0025d77c1a072ea6.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-f5bc10a3d0468cb4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
9942024-10-30T22:06:16.534Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44e316025b4ae518 -C extra-filename=-44e316025b4ae518 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
9952024-10-30T22:06:16.561Z Compiling dirs-sys v0.3.7
9962024-10-30T22:06:16.564Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9301bff7e6ef8ca2 -C extra-filename=-9301bff7e6ef8ca2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
9972024-10-30T22:06:17.042Z Compiling signal-hook v0.3.17
9982024-10-30T22:06:17.045Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=6fd4cb2cda4cf6cd -C extra-filename=-6fd4cb2cda4cf6cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-6fd4cb2cda4cf6cd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9992024-10-30T22:06:17.292Z Compiling similar v2.6.0
10002024-10-30T22:06:17.294Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=43f9ff55c843b33a -C extra-filename=-43f9ff55c843b33a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10012024-10-30T22:06:17.340Z Compiling curl v0.4.46
10022024-10-30T22:06:17.343Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=e443b9447ee66b0c -C extra-filename=-e443b9447ee66b0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-e443b9447ee66b0c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10032024-10-30T22:06:17.368Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-6fd4cb2cda4cf6cd/build-script-build`
10042024-10-30T22:06:17.391Z Compiling async-process v1.8.1
10052024-10-30T22:06:17.393Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=629fd9e7f6f19548 -C extra-filename=-629fd9e7f6f19548 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-9969d3c3e86a8d97.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-4320d8ec2fdee2c1.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-fe5b1d8bfc18c3be.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow`
10062024-10-30T22:06:17.720Z Compiling dirs v4.0.0
10072024-10-30T22:06:17.722Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d8922b8b7d3676b -C extra-filename=-5d8922b8b7d3676b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys-9301bff7e6ef8ca2.rmeta --cap-lints allow`
10082024-10-30T22:06:17.931Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=465dac46c27c3c69 -C extra-filename=-465dac46c27c3c69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-44e316025b4ae518.rmeta --cap-lints allow`
10092024-10-30T22:06:18.125Z Compiling async-global-executor v2.4.1
10102024-10-30T22:06:18.128Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=f07abb506162aa5c -C extra-filename=-f07abb506162aa5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-ed77c092d2480b2b.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-5fa9d5d69999f268.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-d4e28ba8f920a95e.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1c619707dc4034c2.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-276faecc97b1d7ae.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-64037044b2ffe735.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow`
10112024-10-30T22:06:18.441Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=dcca2080a25393cf -C extra-filename=-dcca2080a25393cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
10122024-10-30T22:06:18.862Z Compiling sha1 v0.10.6
10132024-10-30T22:06:18.865Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=0792704c30b363b8 -C extra-filename=-0792704c30b363b8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-12e138ee2cc66863.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e644e705e0bdf4a8.rmeta --cap-lints allow`
10142024-10-30T22:06:18.984Z Compiling pin-project v1.1.5
10152024-10-30T22:06:18.987Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c529177696cac81 -C extra-filename=-0c529177696cac81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_internal-b8100268e90e3e7b.so --cap-lints allow`
10162024-10-30T22:06:19.109Z Compiling openapiv3 v2.0.0
10172024-10-30T22:06:19.111Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2850c4537750aee2 -C extra-filename=-2850c4537750aee2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow`
10182024-10-30T22:06:19.310Z Compiling async-trait v0.1.83
10192024-10-30T22:06:19.313Z Running `/home/build/.rustup/toolchains/1.80-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.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=884e3ff3b3250ccc -C extra-filename=-884e3ff3b3250ccc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
10202024-10-30T22:06:19.328Z Compiling tempfile v3.13.0
10212024-10-30T22:06:19.331Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2d65dab5bc5859c -C extra-filename=-e2d65dab5bc5859c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-65b7a6df01e4d76b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-44ce83d58c240d52.rmeta --cap-lints allow`
10222024-10-30T22:06:19.959Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c76c705739f0e31c -C extra-filename=-c76c705739f0e31c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8064ed37493ea162.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --cap-lints allow`
10232024-10-30T22:06:20.144Z Compiling kv-log-macro v1.0.7
10242024-10-30T22:06:20.147Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce42bf37db519ba9 -C extra-filename=-ce42bf37db519ba9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow`
10252024-10-30T22:06:20.277Z Compiling isahc v1.7.2
10262024-10-30T22:06:20.280Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=1789d98fca36c29f -C extra-filename=-1789d98fca36c29f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-1789d98fca36c29f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10272024-10-30T22:06:20.364Z Compiling paste v1.0.15
10282024-10-30T22:06:20.368Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7feb51d9de016574 -C extra-filename=-7feb51d9de016574 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-7feb51d9de016574 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10292024-10-30T22:06:20.876Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=6a25309cb5836a56 -C extra-filename=-6a25309cb5836a56 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10302024-10-30T22:06:20.894Z Compiling predicates-core v1.0.8
10312024-10-30T22:06:20.912Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62f10b2029424145 -C extra-filename=-62f10b2029424145 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10322024-10-30T22:06:21.179Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-7feb51d9de016574/build-script-build`
10332024-10-30T22:06:21.247Z Compiling async-std v1.12.0
10342024-10-30T22:06:21.250Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=02befd16e0772c0e -C extra-filename=-02befd16e0772c0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-f07abb506162aa5c.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-9969d3c3e86a8d97.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-356b6b851747b158.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-629fd9e7f6f19548.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-ce42bf37db519ba9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-b55135452d220217.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow`
10352024-10-30T22:06:21.325Z Compiling tracing-futures v0.2.5
10362024-10-30T22:06:21.328Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tracing_futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-futures-0.2.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="pin-project"' --cfg 'feature="std"' --cfg 'feature="std-future"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "futures-01", "futures-03", "futures-task", "futures_01", "pin-project", "std", "std-future", "tokio", "tokio-executor"))' -C metadata=1f62a9b690dec562 -C extra-filename=-1f62a9b690dec562 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project-0c529177696cac81.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --cap-lints allow`
10372024-10-30T22:06:21.540Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=eba56563bf86e1e1 -C extra-filename=-eba56563bf86e1e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-465dac46c27c3c69.rmeta --cap-lints allow`
10382024-10-30T22:06:21.569Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5b6dfa9c9de486cf -C extra-filename=-5b6dfa9c9de486cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-1d7572af39df5802.rmeta --cap-lints allow`
10392024-10-30T22:06:21.798Z Compiling sluice v0.5.5
10402024-10-30T22:06:21.802Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name sluice --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sluice-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=241467790d861202 -C extra-filename=-241467790d861202 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dfe75babce4319c9.rmeta --cap-lints allow`
10412024-10-30T22:06:22.386Z Compiling console v0.15.8
10422024-10-30T22:06:22.389Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=aedafadc418b6b04 -C extra-filename=-aedafadc418b6b04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow`
10432024-10-30T22:06:22.607Z Compiling http-body v0.4.6
10442024-10-30T22:06:22.609Z Running `/home/build/.rustup/toolchains/1.80-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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a7ab2a47aa01488 -C extra-filename=-6a7ab2a47aa01488 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
10452024-10-30T22:06:23.011Z Compiling float-cmp v0.9.0
10462024-10-30T22:06:23.013Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=2087c82e28bfe61f -C extra-filename=-2087c82e28bfe61f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --cap-lints allow`
10472024-10-30T22:06:23.207Z Compiling is-terminal v0.4.13
10482024-10-30T22:06:23.210Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50c79b10e5973924 -C extra-filename=-50c79b10e5973924 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
10492024-10-30T22:06:23.297Z Compiling mio v0.8.11
10502024-10-30T22:06:23.302Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ec2be291253bb1c5 -C extra-filename=-ec2be291253bb1c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --cap-lints allow`
10512024-10-30T22:06:23.328Z Compiling rustls v0.22.4
10522024-10-30T22:06:23.330Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=caea1782914a1c30 -C extra-filename=-caea1782914a1c30 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-caea1782914a1c30 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10532024-10-30T22:06:23.405Z Compiling normalize-line-endings v0.3.0
10542024-10-30T22:06:23.408Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55941352f1e6647d -C extra-filename=-55941352f1e6647d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10552024-10-30T22:06:23.534Z Compiling data-encoding v2.6.0
10562024-10-30T22:06:23.536Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=117d9518cf3fdc6f -C extra-filename=-117d9518cf3fdc6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10572024-10-30T22:06:23.660Z Compiling portable-atomic v1.7.0
10582024-10-30T22:06:23.663Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::nonminimal_bool' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=3f6e2c66990e0188 -C extra-filename=-3f6e2c66990e0188 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3f6e2c66990e0188 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10592024-10-30T22:06:24.140Z Compiling utf-8 v0.7.6
10602024-10-30T22:06:24.143Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22dec97a6aaa855d -C extra-filename=-22dec97a6aaa855d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10612024-10-30T22:06:24.478Z Compiling difflib v0.4.0
10622024-10-30T22:06:24.481Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2200388876ba913f -C extra-filename=-2200388876ba913f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10632024-10-30T22:06:24.557Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.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="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex-automata", "std", "unicode"))' -C metadata=45b885577b8b30c7 -C extra-filename=-45b885577b8b30c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10642024-10-30T22:06:24.659Z Compiling castaway v0.1.2
10652024-10-30T22:06:24.662Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=848f35cb00449e9e -C extra-filename=-848f35cb00449e9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10662024-10-30T22:06:24.788Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3f6e2c66990e0188/build-script-build`
10672024-10-30T22:06:24.852Z Compiling predicates v3.1.2
10682024-10-30T22:06:24.854Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=9ed289581ad0f4f9 -C extra-filename=-9ed289581ad0f4f9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-2200388876ba913f.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-2087c82e28bfe61f.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-55941352f1e6647d.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --cap-lints allow`
10692024-10-30T22:06:24.901Z Compiling tungstenite v0.20.1
10702024-10-30T22:06:24.904Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1d1e4967033a8f78 -C extra-filename=-1d1e4967033a8f78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-d2375c782a660022.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-117d9518cf3fdc6f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-0792704c30b363b8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-22dec97a6aaa855d.rmeta --cap-lints allow`
10712024-10-30T22:06:26.215Z Compiling async-object-pool v0.1.4
10722024-10-30T22:06:26.218Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bdea98d7d5b557f -C extra-filename=-4bdea98d7d5b557f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-02befd16e0772c0e.rmeta --cap-lints allow`
10732024-10-30T22:06:26.373Z Compiling signal-hook-mio v0.2.4
10742024-10-30T22:06:26.376Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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="mio-0_8"' --cfg 'feature="support-v0_8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=4dd148a9153c1376 -C extra-filename=-4dd148a9153c1376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-ec2be291253bb1c5.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-5b6dfa9c9de486cf.rmeta --cap-lints allow`
10752024-10-30T22:06:26.444Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-caea1782914a1c30/build-script-build`
10762024-10-30T22:06:26.469Z Compiling hyper v0.14.30
10772024-10-30T22:06:26.472Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="http1"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=64a5f9a5751b3e04 -C extra-filename=-64a5f9a5751b3e04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-c41120205775dd17.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-6a7ab2a47aa01488.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-c105c95e379cba25.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8d2f1c25cd5108e4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e6b967ae2566ee9.rmeta --cap-lints allow`
10782024-10-30T22:06:26.539Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69aa9ecce8c18c5a -C extra-filename=-69aa9ecce8c18c5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
10792024-10-30T22:06:26.797Z Compiling castaway v0.2.3
10802024-10-30T22:06:26.799Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7d43217d8d0a05e0 -C extra-filename=-7d43217d8d0a05e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-5e0e9268c0c410ca.so --cap-lints allow`
10812024-10-30T22:06:26.966Z Compiling strum_macros v0.26.4
10822024-10-30T22:06:26.968Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d60f1bb30564f79d -C extra-filename=-d60f1bb30564f79d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-5e0e9268c0c410ca.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
10832024-10-30T22:06:27.252Z Compiling newline-converter v0.3.0
10842024-10-30T22:06:27.255Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a90c0f712edf6d -C extra-filename=-b2a90c0f712edf6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --cap-lints allow`
10852024-10-30T22:06:27.403Z Compiling itertools v0.13.0
10862024-10-30T22:06:27.406Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bdd309e42aeba60f -C extra-filename=-bdd309e42aeba60f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow`
10872024-10-30T22:06:27.621Z Compiling assert-json-diff v2.0.2
10882024-10-30T22:06:27.623Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f12c7b8230b27c8 -C extra-filename=-9f12c7b8230b27c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow`
10892024-10-30T22:06:28.764Z Compiling serde_path_to_error v0.1.16
10902024-10-30T22:06:28.766Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=454053f82c0973e1 -C extra-filename=-454053f82c0973e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
10912024-10-30T22:06:29.624Z Compiling serde_regex v1.1.0
10922024-10-30T22:06:29.627Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e08913aa9945354 -C extra-filename=-2e08913aa9945354 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
10932024-10-30T22:06:29.648Z Compiling ring v0.16.20
10942024-10-30T22:06:29.651Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=a938958fd28bc69c -C extra-filename=-a938958fd28bc69c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-a938958fd28bc69c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-db847ab00f948833.rlib --cap-lints allow`
10952024-10-30T22:06:29.700Z Compiling multer v3.1.0
10962024-10-30T22:06:29.703Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a256312531c2f74e -C extra-filename=-a256312531c2f74e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-a256312531c2f74e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow`
10972024-10-30T22:06:29.872Z Compiling thread_local v1.1.8
10982024-10-30T22:06:29.875Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=436540381e8d7ab3 -C extra-filename=-436540381e8d7ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow`
10992024-10-30T22:06:30.051Z Compiling is-docker v0.2.0
11002024-10-30T22:06:30.053Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_docker --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f84f566e41e869 -C extra-filename=-28f84f566e41e869 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow`
11012024-10-30T22:06:30.440Z Compiling camino v1.1.9
11022024-10-30T22:06:30.442Z Running `/home/build/.rustup/toolchains/1.80-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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=49a70f1ff847f948 -C extra-filename=-49a70f1ff847f948 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-49a70f1ff847f948 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11032024-10-30T22:06:30.472Z Compiling match_cfg v0.1.0
11042024-10-30T22:06:30.475Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=db17b35364ff4670 -C extra-filename=-db17b35364ff4670 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11052024-10-30T22:06:30.564Z Compiling anyhow v1.0.89
11062024-10-30T22:06:30.566Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b57972efab66c3d9 -C extra-filename=-b57972efab66c3d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-b57972efab66c3d9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11072024-10-30T22:06:30.645Z Compiling doc-comment v0.3.3
11082024-10-30T22:06:30.648Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=007b411b2934078c -C extra-filename=-007b411b2934078c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-007b411b2934078c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11092024-10-30T22:06:31.032Z Compiling levenshtein v1.0.5
11102024-10-30T22:06:31.035Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/levenshtein-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0af8a111acb309d4 -C extra-filename=-0af8a111acb309d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11112024-10-30T22:06:31.159Z Compiling base64 v0.21.7
11122024-10-30T22:06:31.162Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fe5ac6886f58d09f -C extra-filename=-fe5ac6886f58d09f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11132024-10-30T22:06:31.228Z Compiling slog-async v2.8.0
11142024-10-30T22:06:31.231Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=962a8e8c8637cc7c -C extra-filename=-962a8e8c8637cc7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-962a8e8c8637cc7c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11152024-10-30T22:06:31.346Z Compiling static_assertions v1.1.0
11162024-10-30T22:06:31.349Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b9b69aef63920e3d -C extra-filename=-b9b69aef63920e3d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11172024-10-30T22:06:31.443Z Compiling compact_str v0.7.1
11182024-10-30T22:06:31.445Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=2a3632a7ab83968e -C extra-filename=-2a3632a7ab83968e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-7d43217d8d0a05e0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-b9b69aef63920e3d.rmeta --cap-lints allow`
11192024-10-30T22:06:31.917Z Compiling strum v0.26.3
11202024-10-30T22:06:31.937Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=d60632153170eb1b -C extra-filename=-d60632153170eb1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-d60f1bb30564f79d.so --cap-lints allow`
11212024-10-30T22:06:31.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-007b411b2934078c/build-script-build`
11222024-10-30T22:06:31.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-b57972efab66c3d9/build-script-build`
11232024-10-30T22:06:31.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-49a70f1ff847f948/build-script-build`
11242024-10-30T22:06:31.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-962a8e8c8637cc7c/build-script-build`
11252024-10-30T22:06:31.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-a938958fd28bc69c/build-script-build`
11262024-10-30T22:06:31.937Z Compiling hostname v0.3.1
11272024-10-30T22:06:31.937Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c23a95dab945758f -C extra-filename=-c23a95dab945758f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-db17b35364ff4670.rmeta --cap-lints allow`
11282024-10-30T22:06:31.937Z Compiling is-wsl v0.4.0
11292024-10-30T22:06:31.937Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02aef40d6a69c8ef -C extra-filename=-02aef40d6a69c8ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_docker=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_docker-28f84f566e41e869.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow`
11302024-10-30T22:06:31.959Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-a256312531c2f74e/build-script-build`
11312024-10-30T22:06:32.022Z Compiling unicode-truncate v1.1.0
11322024-10-30T22:06:32.024Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c3320c1c51ebc3f3 -C extra-filename=-c3320c1c51ebc3f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-bdd309e42aeba60f.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow`
11332024-10-30T22:06:32.039Z Compiling crossterm v0.27.0
11342024-10-30T22:06:32.042Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=914992672e9a0940 -C extra-filename=-914992672e9a0940 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-ec2be291253bb1c5.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-aac592e940392f2a.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-5b6dfa9c9de486cf.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-4dd148a9153c1376.rmeta --cap-lints allow`
11352024-10-30T22:06:32.086Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=2be396de20ddbf82 -C extra-filename=-2be396de20ddbf82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fbae245df25833d6.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-7eede34f846708e6.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-24a581f2e818bbc5.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
11362024-10-30T22:06:32.226Z Compiling tokio-tungstenite v0.20.1
11372024-10-30T22:06:32.229Z Running `/home/build/.rustup/toolchains/1.80-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.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=33c9f62551de12af -C extra-filename=-33c9f62551de12af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-1d1e4967033a8f78.rmeta --cap-lints allow`
11382024-10-30T22:06:32.549Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::nonminimal_bool' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=39f9cb480f07a3fa -C extra-filename=-39f9cb480f07a3fa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_llvm_16 --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3","quadword-atomics","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_llvm_15,portable_atomic_llvm_16,portable_atomic_llvm_18,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6"))'`
11392024-10-30T22:06:32.769Z Compiling slog-json v2.6.1
11402024-10-30T22:06:32.771Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=dd9696eb043a8e6f -C extra-filename=-dd9696eb043a8e6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow`
11412024-10-30T22:06:33.144Z Compiling termini v1.0.0
11422024-10-30T22:06:33.161Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termini-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b3e708aadda2e06 -C extra-filename=-4b3e708aadda2e06 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-86550a15b7e13ad0.rmeta --cap-lints allow`
11432024-10-30T22:06:33.836Z Compiling sha2 v0.10.8
11442024-10-30T22:06:33.838Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=4c363535d8a5e0b1 -C extra-filename=-4c363535d8a5e0b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-12e138ee2cc66863.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e644e705e0bdf4a8.rmeta --cap-lints allow`
11452024-10-30T22:06:34.345Z Compiling itertools v0.12.1
11462024-10-30T22:06:34.347Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=fb3e8f705fb70094 -C extra-filename=-fb3e8f705fb70094 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow`
11472024-10-30T22:06:34.688Z Compiling ipnetwork v0.20.0
11482024-10-30T22:06:34.691Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=399d61e2d9cd25a9 -C extra-filename=-399d61e2d9cd25a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow`
11492024-10-30T22:06:34.769Z Compiling lru v0.12.4
11502024-10-30T22:06:34.773Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.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="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=c647a8f7604151d0 -C extra-filename=-c647a8f7604151d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-36a498ac52cec59e.rmeta --cap-lints allow`
11512024-10-30T22:06:35.093Z Compiling stability v0.2.1
11522024-10-30T22:06:35.096Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05b8e226f3524369 -C extra-filename=-05b8e226f3524369 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
11532024-10-30T22:06:35.386Z Compiling async-stream-impl v0.3.6
11542024-10-30T22:06:35.389Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7014c082fcc8cfe1 -C extra-filename=-7014c082fcc8cfe1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
11552024-10-30T22:06:35.694Z Compiling crossbeam-channel v0.5.13
11562024-10-30T22:06:35.697Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d123c003b693872 -C extra-filename=-3d123c003b693872 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --cap-lints allow`
11572024-10-30T22:06:36.215Z Compiling dropshot v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a)
11582024-10-30T22:06:36.218Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=287c76ab02ec5d8a -C extra-filename=-287c76ab02ec5d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-287c76ab02ec5d8a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-02ca1d3ef1501e90.rlib --cap-lints allow`
11592024-10-30T22:06:36.526Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=13791c8e38fbf93f -C extra-filename=-13791c8e38fbf93f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11602024-10-30T22:06:36.799Z Compiling cassowary v0.3.0
11612024-10-30T22:06:36.802Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a09c8de1f8b34d7e -C extra-filename=-a09c8de1f8b34d7e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11622024-10-30T22:06:36.831Z Compiling take_mut v0.2.2
11632024-10-30T22:06:36.833Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee47ab1437f9b6c1 -C extra-filename=-ee47ab1437f9b6c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11642024-10-30T22:06:36.996Z Compiling termcolor v1.4.1
11652024-10-30T22:06:37.001Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a6e44c8df2f5be2 -C extra-filename=-0a6e44c8df2f5be2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11662024-10-30T22:06:37.252Z Compiling base64 v0.13.1
11672024-10-30T22:06:37.255Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e533d61b0df37e2f -C extra-filename=-e533d61b0df37e2f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11682024-10-30T22:06:37.567Z Compiling pathdiff v0.2.1
11692024-10-30T22:06:37.569Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=2bbfb394e5e01073 -C extra-filename=-2bbfb394e5e01073 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11702024-10-30T22:06:37.711Z Compiling termtree v0.4.1
11712024-10-30T22:06:37.713Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097e76102d9fea90 -C extra-filename=-097e76102d9fea90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11722024-10-30T22:06:37.800Z Compiling assert_cmd v2.0.16
11732024-10-30T22:06:37.803Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=05226de34fef93a0 -C extra-filename=-05226de34fef93a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-05226de34fef93a0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11742024-10-30T22:06:37.920Z Compiling spin v0.5.2
11752024-10-30T22:06:37.926Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1140471203ced52 -C extra-filename=-b1140471203ced52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11762024-10-30T22:06:37.942Z Compiling untrusted v0.7.1
11772024-10-30T22:06:37.946Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc77d03e034059a2 -C extra-filename=-bc77d03e034059a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11782024-10-30T22:06:38.119Z Compiling humantime v2.1.0
11792024-10-30T22:06:38.122Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18cf0097e51c9cdb -C extra-filename=-18cf0097e51c9cdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11802024-10-30T22:06:38.158Z Compiling number_prefix v0.4.0
11812024-10-30T22:06:38.160Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dc93844f7972471e -C extra-filename=-dc93844f7972471e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11822024-10-30T22:06:38.229Z Compiling shell-words v1.1.0
11832024-10-30T22:06:38.232Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=352f457e19836a46 -C extra-filename=-352f457e19836a46 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11842024-10-30T22:06:38.361Z Compiling indicatif v0.17.8
11852024-10-30T22:06:38.364Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=7d1e4cb6331281da -C extra-filename=-7d1e4cb6331281da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-dc93844f7972471e.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-39f9cb480f07a3fa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow`
11862024-10-30T22:06:38.381Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-05226de34fef93a0/build-script-build`
11872024-10-30T22:06:38.408Z Compiling env_logger v0.10.2
11882024-10-30T22:06:38.410Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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 --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=06d3ecc55c9c3f50 -C extra-filename=-06d3ecc55c9c3f50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-50c79b10e5973924.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-0a6e44c8df2f5be2.rmeta --cap-lints allow`
11892024-10-30T22:06:38.582Z Compiling dialoguer v0.10.4
11902024-10-30T22:06:38.584Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.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="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("completion", "default", "editor", "fuzzy-matcher", "fuzzy-select", "history", "password", "tempfile", "zeroize"))' -C metadata=f0c4b5b27744d9d7 -C extra-filename=-f0c4b5b27744d9d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-352f457e19836a46.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2a890032feec9076.rmeta --cap-lints allow`
11912024-10-30T22:06:38.682Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=7cf29a158649076c -C extra-filename=-7cf29a158649076c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-b1140471203ced52.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-bc77d03e034059a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out -l static=ring-core -l static=ring-test`
11922024-10-30T22:06:39.722Z Compiling basic-cookies v0.1.5
11932024-10-30T22:06:39.725Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9044f5f155b5fb32 -C extra-filename=-9044f5f155b5fb32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-9044f5f155b5fb32 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-260e125d41969c60.rlib --cap-lints allow`
11942024-10-30T22:06:39.854Z Compiling predicates-tree v1.0.11
11952024-10-30T22:06:39.857Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47ab33ea3cf61b97 -C extra-filename=-47ab33ea3cf61b97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-097e76102d9fea90.rmeta --cap-lints allow`
11962024-10-30T22:06:40.434Z Compiling open v4.2.0
11972024-10-30T22:06:40.434Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b748134426a32d -C extra-filename=-92b748134426a32d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_wsl=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_wsl-02aef40d6a69c8ef.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-2bbfb394e5e01073.rmeta --cap-lints allow`
11982024-10-30T22:06:40.559Z Compiling pem v1.1.1
11992024-10-30T22:06:40.562Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6454687be81cca39 -C extra-filename=-6454687be81cca39 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-e533d61b0df37e2f.rmeta --cap-lints allow`
12002024-10-30T22:06:40.735Z Compiling ratatui v0.26.3
12012024-10-30T22:06:40.738Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.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 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=99fe22fecb657eef -C extra-filename=-99fe22fecb657eef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-a09c8de1f8b34d7e.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-2a3632a7ab83968e.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-fb3e8f705fb70094.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-c647a8f7604151d0.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-69aa9ecce8c18c5a.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-05b8e226f3524369.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-d60632153170eb1b.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-68a2f804c4a3f169.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-c3320c1c51ebc3f3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow`
12022024-10-30T22:06:41.001Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ba6adbde4f8c34a1 -C extra-filename=-ba6adbde4f8c34a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-13791c8e38fbf93f.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
12032024-10-30T22:06:41.332Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e4be7c530b94a93b -C extra-filename=-e4be7c530b94a93b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_channel-3d123c003b693872.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-ee47ab1437f9b6c1.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-436540381e8d7ab3.rmeta --cap-lints allow --cfg integer128`
12042024-10-30T22:06:41.480Z Compiling async-stream v0.3.6
12052024-10-30T22:06:41.482Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e2e949dfae6e427 -C extra-filename=-3e2e949dfae6e427 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream_impl-7014c082fcc8cfe1.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow`
12062024-10-30T22:06:41.526Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-9044f5f155b5fb32/build-script-build`
12072024-10-30T22:06:41.577Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00e27a8f1a35ed30 -C extra-filename=-00e27a8f1a35ed30 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-45b885577b8b30c7.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --cap-lints allow`
12082024-10-30T22:06:41.818Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-287c76ab02ec5d8a/build-script-build`
12092024-10-30T22:06:41.886Z Compiling tokio-rustls v0.25.0
12102024-10-30T22:06:41.888Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ae8306a8ef42086c -C extra-filename=-ae8306a8ef42086c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-2be396de20ddbf82.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
12112024-10-30T22:06:42.316Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
12122024-10-30T22:06:42.319Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=5549d08de6ef63eb -C extra-filename=-5549d08de6ef63eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-399d61e2d9cd25a9.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --cap-lints allow`
12132024-10-30T22:06:42.676Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
12142024-10-30T22:06:42.679Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/1f22ae2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e8243892ef5a6fd -C extra-filename=-5e8243892ef5a6fd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-eba56563bf86e1e1.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-4b3e708aadda2e06.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-33c9f62551de12af.rmeta --cap-lints allow`
12152024-10-30T22:06:42.700Z Compiling slog-bunyan v2.5.0
12162024-10-30T22:06:42.704Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=563714e23188a5ef -C extra-filename=-563714e23188a5ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-c23a95dab945758f.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-dd9696eb043a8e6f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow`
12172024-10-30T22:06:42.737Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=00b78003d1b11683 -C extra-filename=-00b78003d1b11683 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-69f410e923166068.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f47da0f01fb84e5c.rmeta --cap-lints allow`
12182024-10-30T22:06:42.901Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=6f14d8b79f1b97ad -C extra-filename=-6f14d8b79f1b97ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace --cfg anyhow_no_core_error --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
12192024-10-30T22:06:43.229Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5cde981dbfd2fb97 -C extra-filename=-5cde981dbfd2fb97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
12202024-10-30T22:06:43.505Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=93d0ada0e3f62e5a -C extra-filename=-93d0ada0e3f62e5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12212024-10-30T22:06:43.598Z Compiling slog-term v2.9.1
12222024-10-30T22:06:43.601Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a64ecaa86b0284da -C extra-filename=-a64ecaa86b0284da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-50c79b10e5973924.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-eba56563bf86e1e1.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-436540381e8d7ab3.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow`
12232024-10-30T22:06:43.863Z Compiling yasna v0.5.2
12242024-10-30T22:06:43.866Z Running `/home/build/.rustup/toolchains/1.80-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=06dc372bf378031e -C extra-filename=-06dc372bf378031e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --cap-lints allow`
12252024-10-30T22:06:43.941Z Compiling tabwriter v1.4.0
12262024-10-30T22:06:43.944Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=3084ce5fdd5a1c7c -C extra-filename=-3084ce5fdd5a1c7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-5530b9cb6f3d5640.rmeta --cap-lints allow`
12272024-10-30T22:06:44.151Z Compiling clap_complete v4.5.33
12282024-10-30T22:06:44.154Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=4074d41032db40f3 -C extra-filename=-4074d41032db40f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rmeta --cap-lints allow`
12292024-10-30T22:06:44.257Z Compiling colored v2.1.0
12302024-10-30T22:06:44.260Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=d7ddd6cc723c9692 -C extra-filename=-d7ddd6cc723c9692 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --cap-lints allow`
12312024-10-30T22:06:44.639Z Compiling dropshot_endpoint v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a)
12322024-10-30T22:06:44.642Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8cc6b7033f1f644c -C extra-filename=-8cc6b7033f1f644c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
12332024-10-30T22:06:44.953Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9434960f35206bcd -C extra-filename=-9434960f35206bcd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
12342024-10-30T22:06:45.073Z Compiling bstr v1.10.0
12352024-10-30T22:06:45.076Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=f2787465b20a0f19 -C extra-filename=-f2787465b20a0f19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-80e52b763bea4f47.rmeta --cap-lints allow`
12362024-10-30T22:06:45.627Z Compiling waitgroup v0.1.2
12372024-10-30T22:06:45.634Z Running `/home/build/.rustup/toolchains/1.80-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6567ef504684acd5 -C extra-filename=-6567ef504684acd5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-8b5d66e4b6718196.rmeta --cap-lints allow`
12382024-10-30T22:06:45.873Z Compiling hostname v0.4.0
12392024-10-30T22:06:45.876Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=cd6cbbd78bb53cbd -C extra-filename=-cd6cbbd78bb53cbd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
12402024-10-30T22:06:46.182Z Compiling wait-timeout v0.2.0
12412024-10-30T22:06:46.185Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0cac5141ef7f5cd -C extra-filename=-f0cac5141ef7f5cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow`
12422024-10-30T22:06:46.222Z Compiling semver v1.0.23
12432024-10-30T22:06:46.225Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c653cecc0e4e8dfd -C extra-filename=-c653cecc0e4e8dfd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-c653cecc0e4e8dfd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12442024-10-30T22:06:46.742Z Compiling md5 v0.7.0
12452024-10-30T22:06:46.745Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1c597fd49244e57e -C extra-filename=-1c597fd49244e57e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12462024-10-30T22:06:46.841Z Compiling diff v0.1.13
12472024-10-30T22:06:46.844Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c0bb4bd8c27cc2 -C extra-filename=-47c0bb4bd8c27cc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12482024-10-30T22:06:47.067Z Compiling yansi v1.0.1
12492024-10-30T22:06:47.070Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=264a84925a6a92a0 -C extra-filename=-264a84925a6a92a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12502024-10-30T22:06:47.108Z Compiling debug-ignore v1.0.5
12512024-10-30T22:06:47.111Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7115cb7116caa91e -C extra-filename=-7115cb7116caa91e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12522024-10-30T22:06:47.247Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-c653cecc0e4e8dfd/build-script-build`
12532024-10-30T22:06:47.300Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=33b9d49bddcf8a63 -C extra-filename=-33b9d49bddcf8a63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-96c5b084cbc75647.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-f2787465b20a0f19.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-47ab33ea3cf61b97.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-f0cac5141ef7f5cd.rmeta --cap-lints allow`
12542024-10-30T22:06:47.620Z Compiling pretty_assertions v1.4.1
12552024-10-30T22:06:47.622Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=24708241692d8a08 -C extra-filename=-24708241692d8a08 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-47c0bb4bd8c27cc2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-264a84925a6a92a0.rmeta --cap-lints allow`
12562024-10-30T22:06:47.833Z Compiling rcgen v0.10.0
12572024-10-30T22:06:47.836Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.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 --cfg 'feature="default"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "pem", "x509-parser", "zeroize"))' -C metadata=e01355b4d81c8cae -C extra-filename=-e01355b4d81c8cae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pem=/work/oxidecomputer/oxide.rs/target/debug/deps/libpem-6454687be81cca39.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-7cf29a158649076c.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-5bd2c1cc0a997c31.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-06dc372bf378031e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
12582024-10-30T22:06:47.928Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5cbd6ddd24847e80 -C extra-filename=-5cbd6ddd24847e80 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-ba6adbde4f8c34a1.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-f1c32827cf8cf707.rmeta --cap-lints allow`
12592024-10-30T22:06:48.158Z Compiling expectorate v1.1.0
12602024-10-30T22:06:48.161Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="predicates"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=41c322ed41f89897 -C extra-filename=-41c322ed41f89897 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-aedafadc418b6b04.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rmeta --cap-lints allow`
12612024-10-30T22:06:48.368Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
12622024-10-30T22:06:48.372Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed7f8364a4b52184 -C extra-filename=-ed7f8364a4b52184 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta`
12632024-10-30T22:06:48.683Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/e57aad3/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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6a9f6bd491cffe44 -C extra-filename=-6a9f6bd491cffe44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-3e2e949dfae6e427.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-5cde981dbfd2fb97.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-7115cb7116caa91e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-8cc6b7033f1f644c.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-cd6cbbd78bb53cbd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-00b78003d1b11683.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-2850c4537750aee2.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-69aa9ecce8c18c5a.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-2be396de20ddbf82.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-3134f24889f0534f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-bdd4355fcd4c5cfa.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-454053f82c0973e1.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-0792704c30b363b8.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-dcca2080a25393cf.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-e4be7c530b94a93b.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-563714e23188a5ef.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-dd9696eb043a8e6f.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-a64ecaa86b0284da.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-ae8306a8ef42086c.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-6567ef504684acd5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
12642024-10-30T22:06:48.750Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=8c2907afb1e414af -C extra-filename=-8c2907afb1e414af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-5a7bf54ecf78fb2e.rmeta --cap-lints allow`
12652024-10-30T22:06:48.784Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2e70edcb08b4a223 -C extra-filename=-2e70edcb08b4a223 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12662024-10-30T22:06:48.828Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f6d3e70c23d913b9 -C extra-filename=-f6d3e70c23d913b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --cap-lints allow --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
12672024-10-30T22:06:49.202Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=9dacb59ab8c6920f -C extra-filename=-9dacb59ab8c6920f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-5cbd6ddd24847e80.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-b056357480f6fa40.rmeta --cap-lints allow`
12682024-10-30T22:06:49.343Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bbee2fab1498134f -C extra-filename=-bbee2fab1498134f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-bbee2fab1498134f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12692024-10-30T22:06:49.492Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0c4fa137c8cdec72 -C extra-filename=-0c4fa137c8cdec72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
12702024-10-30T22:06:49.832Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-bbee2fab1498134f/build-script-build`
12712024-10-30T22:06:49.893Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fd8f4a172304d982 -C extra-filename=-fd8f4a172304d982 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
12722024-10-30T22:06:50.201Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=7e2bfc15bf3e059a -C extra-filename=-7e2bfc15bf3e059a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --cap-lints allow`
12732024-10-30T22:06:50.655Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=6c4e6e5973a0fe88 -C extra-filename=-6c4e6e5973a0fe88 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8c2907afb1e414af.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-bd4222bf225c8a27.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-59de6c827aacbd12.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-2e70edcb08b4a223.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
12742024-10-30T22:06:50.837Z Compiling unsafe-libyaml v0.2.11
12752024-10-30T22:06:50.840Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f14e2f2cfdef3a9 -C extra-filename=-3f14e2f2cfdef3a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12762024-10-30T22:06:52.569Z Compiling serde_yaml v0.9.34+deprecated
12772024-10-30T22:06:52.573Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96a46170857393c4 -C extra-filename=-96a46170857393c4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-3f14e2f2cfdef3a9.rmeta --cap-lints allow`
12782024-10-30T22:06:54.264Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
12792024-10-30T22:06:54.267Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=364863be4c2f6f6b -C extra-filename=-364863be4c2f6f6b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-9dacb59ab8c6920f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-f6d3e70c23d913b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
12802024-10-30T22:06:54.468Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba6078c20cae66e9 -C extra-filename=-ba6078c20cae66e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-fd8f4a172304d982.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c4fa137c8cdec72.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
12812024-10-30T22:06:54.842Z Compiling toolchain_find v0.4.0
12822024-10-30T22:06:54.844Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=653432326febb630 -C extra-filename=-653432326febb630 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-86550a15b7e13ad0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-fd8f4a172304d982.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-3ab0b582b27c90a8.rmeta --cap-lints allow`
12832024-10-30T22:06:55.621Z Compiling rustfmt-wrapper v0.2.1
12842024-10-30T22:06:55.623Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15f30cf03e5f1e71 -C extra-filename=-15f30cf03e5f1e71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-653432326febb630.rmeta --cap-lints allow`
12852024-10-30T22:06:56.134Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04b0d35305e6a247 -C extra-filename=-04b0d35305e6a247 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib`
12862024-10-30T22:07:01.823Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=58bffe1b2b433819 -C extra-filename=-58bffe1b2b433819 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-54bcdd4d8ce470e8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
12872024-10-30T22:07:02.460Z Compiling git2 v0.19.0
12882024-10-30T22:07:02.463Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=ba0e54a99a582e4b -C extra-filename=-ba0e54a99a582e4b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6a25309cb5836a56.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-15b79012f585d34b.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-58bffe1b2b433819.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-11747ac2121e0af9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-c76c705739f0e31c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64`
12892024-10-30T22:07:07.905Z Compiling built v0.7.4
12902024-10-30T22:07:07.907Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.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 --cfg 'feature="git2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=fc536fc96e36698d -C extra-filename=-fc536fc96e36698d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-ba0e54a99a582e4b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64`
12912024-10-30T22:07:10.078Z Compiling oxide-cli v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/cli)
12922024-10-30T22:07:10.081Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=496690de7d1bd2e9 -C extra-filename=-496690de7d1bd2e9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-496690de7d1bd2e9 -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern built=/work/oxidecomputer/oxide.rs/target/debug/deps/libbuilt-fc536fc96e36698d.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/usr/lib/amd64`
12932024-10-30T22:07:10.850Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-496690de7d1bd2e9/build-script-build`
12942024-10-30T22:07:11.475Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
12952024-10-30T22:07:11.478Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bb7e4d2f1389b33 -C extra-filename=-8bb7e4d2f1389b33 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-f6d3e70c23d913b9.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-364863be4c2f6f6b.rlib --extern proc_macro --cap-lints allow`
12962024-10-30T22:07:16.087Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
12972024-10-30T22:07:16.087Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify/src/lib.rs --error-format=json --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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=8f4f5eb3a4d91ce8 -C extra-filename=-8f4f5eb3a4d91ce8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-364863be4c2f6f6b.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8bb7e4d2f1389b33.so --cap-lints allow`
12982024-10-30T22:07:16.208Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
12992024-10-30T22:07:16.211Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afe92023b89b97f0 -C extra-filename=-afe92023b89b97f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-7e2bfc15bf3e059a.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-9596ca75b03ae00f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-8f4f5eb3a4d91ce8.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
13002024-10-30T22:07:16.425Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/906c1da/typify/src/lib.rs --error-format=json --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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=3f902bdbbbd2be12 -C extra-filename=-3f902bdbbbd2be12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-ba6078c20cae66e9.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8bb7e4d2f1389b33.so --cap-lints allow`
13012024-10-30T22:07:16.552Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c02a8065ecc8f6ab -C extra-filename=-c02a8065ecc8f6ab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-846057f722bfec3f.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d3529c2b186fe478.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-2850c4537750aee2.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c4fa137c8cdec72.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-3f902bdbbbd2be12.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-df0960839ef19ee2.rmeta --cap-lints allow`
13022024-10-30T22:07:24.405Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
13032024-10-30T22:07:24.407Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5de2bc62f99a33e0 -C extra-filename=-5de2bc62f99a33e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-7e2bfc15bf3e059a.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-0a510974637b2623.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-afe92023b89b97f0.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-a0075e57cf66aa4f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6c4e6e5973a0fe88.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-9434960f35206bcd.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0729f6a293bc0d21.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-96a46170857393c4.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-fa5bab0f17ed547b.rlib --extern proc_macro --cap-lints allow`
13042024-10-30T22:07:39.886Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a008021ffa49719a -C extra-filename=-a008021ffa49719a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
13052024-10-30T22:07:39.889Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-7f44ff511e153b27/build-script-build`
13062024-10-30T22:07:39.889Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-f31f1a9c68ebd4b0/build-script-build`
13072024-10-30T22:07:39.901Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-28cc69ad49d85ef4/build-script-build`
13082024-10-30T22:07:40.791Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4a3652273a89516a -C extra-filename=-4a3652273a89516a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-df55611b1b789139.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-ad118a9670e71497.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
13092024-10-30T22:07:43.158Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name curl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.74+curl-8.9.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"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=08718604a9fd3dcb -C extra-filename=-08718604a9fd3dcb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-b14340746c2dbd86.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-edc5a257b6a4bc69.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl`
13102024-10-30T22:07:43.161Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-1789d98fca36c29f/build-script-build`
13112024-10-30T22:07:43.161Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-e443b9447ee66b0c/build-script-build`
13122024-10-30T22:07:43.343Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name curl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/src/lib.rs --error-format=json --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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=8b0f09fc9f7b6673 -C extra-filename=-8b0f09fc9f7b6673 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-08718604a9fd3dcb.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-c10a2f9cf9f08ef1.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-87ce1a801d0433ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg need_openssl_probe`
13132024-10-30T22:07:43.965Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name isahc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.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="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=38b18d7c9613348e -C extra-filename=-38b18d7c9613348e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-c77340100704b3f4.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-848f35cb00449e9e.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-8b0f09fc9f7b6673.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-08718604a9fd3dcb.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-9aab31ba4bee86d3.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-6006a5904d51bc90.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-b725027bbe1b4aa3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-efb8a2d226a4717f.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-241467790d861202.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-f9ba2bb767a97a6d.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-1f62a9b690dec562.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-0acd3c77b1a7d90a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13142024-10-30T22:07:45.133Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=22381d5b9bbba01f -C extra-filename=-22381d5b9bbba01f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-4a3652273a89516a.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-c10a2f9cf9f08ef1.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-a008021ffa49719a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib --cfg have_min_max_version`
13152024-10-30T22:07:45.363Z Compiling tokio-native-tls v0.3.1
13162024-10-30T22:07:45.366Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6bdfa7cf1a493f2e -C extra-filename=-6bdfa7cf1a493f2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13172024-10-30T22:07:45.471Z Compiling httpmock v0.6.8
13182024-10-30T22:07:45.474Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="basic-cookies"' --cfg 'feature="cookies"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("basic-cookies", "clap", "color", "colored", "cookies", "default", "env_logger", "serde_yaml", "standalone"))' -C metadata=9e93dc82efe9c2cb -C extra-filename=-9e93dc82efe9c2cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-9f12c7b8230b27c8.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-4bdea98d7d5b557f.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-fe5ac6886f58d09f.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-00e27a8f1a35ed30.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-b016540381c4c7ec.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-af26c03259e2897c.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-64a5f9a5751b3e04.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-38b18d7c9613348e.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-0af8a111acb309d4.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-2e08913aa9945354.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13192024-10-30T22:07:45.614Z Compiling hyper-tls v0.6.0
13202024-10-30T22:07:45.616Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=aa1b1153cf807f7d -C extra-filename=-aa1b1153cf807f7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6bdfa7cf1a493f2e.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13212024-10-30T22:07:45.984Z Compiling reqwest v0.12.8
13222024-10-30T22:07:45.987Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=e3f8c350eaaa0c17 -C extra-filename=-e3f8c350eaaa0c17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-e7dcd8c4f86de700.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f10012d0aceb6d87.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-8faa3320c2258eb6.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-539ac1340e95d13e.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-845e4322e8930b31.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-46824b1c02237836.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-2cc27bb5b7653c59.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-aa1b1153cf807f7d.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-331074d5e2a616e5.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-0d2d7a11af39ac20.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-f9c005c3804c6123.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-22381d5b9bbba01f.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-78eb2c06c70e2850.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-3134f24889f0534f.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-9ffabd2e42c63b48.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-09a139dd9ef3c381.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6bdfa7cf1a493f2e.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d65e9bcf884ab727.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-9ae8405a78226ce6.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-9c223d9d1ce68073.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-dc3c58daeb87f5c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13232024-10-30T22:07:47.718Z Compiling progenitor-client v0.8.0
13242024-10-30T22:07:47.718Z Compiling oauth2 v5.0.0-rc.1
13252024-10-30T22:07:47.720Z Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
13262024-10-30T22:07:47.720Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67526d10bbb21b8b -C extra-filename=-67526d10bbb21b8b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13272024-10-30T22:07:47.721Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9064c97b885b6bb4 -C extra-filename=-9064c97b885b6bb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-624fa7ff64f2270a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-a30dfc0a3049c588.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-177e3ff32a741e54.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-e4b969a1888256f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13282024-10-30T22:07:47.721Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-5.0.0-rc.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="reqwest"' --cfg 'feature="rustls-tls"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("curl", "default", "native-tls", "pkce-plain", "reqwest", "reqwest-blocking", "rustls-tls", "timing-resistant-secret-traits", "ureq"))' -C metadata=bc0dd90e284f6b82 -C extra-filename=-bc0dd90e284f6b82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-64f45f61282d6c87.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-454053f82c0973e1.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-4c363535d8a5e0b1.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13292024-10-30T22:07:47.926Z Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
13302024-10-30T22:07:47.929Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9144340ab81d5229 -C extra-filename=-9144340ab81d5229 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-9064c97b885b6bb4.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-c02a8065ecc8f6ab.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-5de2bc62f99a33e0.so --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13312024-10-30T22:07:47.979Z Compiling oxide v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk)
13322024-10-30T22:07:47.982Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=be6f1156d6245638 -C extra-filename=-be6f1156d6245638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13332024-10-30T22:07:52.327Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
13342024-10-30T22:07:52.330Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9931dc28551a5e56 -C extra-filename=-9931dc28551a5e56 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-9144340ab81d5229.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-15f30cf03e5f1e71.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13352024-10-30T22:07:52.330Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/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="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' -C metadata=729116eac398873d -C extra-filename=-729116eac398873d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13362024-10-30T22:07:52.330Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b56d12839572b057 -C extra-filename=-b56d12839572b057 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-b2a90c0f712edf6d.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-9144340ab81d5229.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-15f30cf03e5f1e71.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-43f9ff55c843b33a.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13372024-10-30T22:08:18.961Z Compiling oxide-httpmock v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
13382024-10-30T22:08:18.965Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84dc9afd675874cc -C extra-filename=-84dc9afd675874cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
13392024-10-30T22:08:34.308Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_resolve_cert --edition=2021 cli/tests/test_resolve_cert.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4b9da0c2961a85f -C extra-filename=-e4b9da0c2961a85f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13402024-10-30T22:08:34.313Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_api --edition=2021 cli/tests/test_api.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcea6a80c343b318 -C extra-filename=-bcea6a80c343b318 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13412024-10-30T22:08:34.313Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_silo_idp_saml --edition=2021 cli/tests/test_silo_idp_saml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5467e16a8a0706b -C extra-filename=-d5467e16a8a0706b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13422024-10-30T22:08:34.313Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_instance --edition=2021 cli/tests/test_instance.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1588cdc2bd7e510 -C extra-filename=-f1588cdc2bd7e510 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13432024-10-30T22:08:34.313Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_system_networking_allowlist --edition=2021 cli/tests/test_system_networking_allowlist.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c43e84010da0b827 -C extra-filename=-c43e84010da0b827 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13442024-10-30T22:08:34.313Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_docs --edition=2021 cli/tests/test_docs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=453178f4893a847c -C extra-filename=-453178f4893a847c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13452024-10-30T22:08:34.323Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_projects --edition=2021 cli/tests/test_projects.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=215cfc0e050ffe22 -C extra-filename=-215cfc0e050ffe22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13462024-10-30T22:08:34.323Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_disk_import --edition=2021 cli/tests/test_disk_import.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=854103de35ba62c1 -C extra-filename=-854103de35ba62c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13472024-10-30T22:08:36.474Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ae96d3e0d5aa079 -C extra-filename=-6ae96d3e0d5aa079 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib`
13482024-10-30T22:08:43.460Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3650a2f07fe445cb -C extra-filename=-3650a2f07fe445cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out`
13492024-10-30T22:08:49.416Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de1081c2b91a9850 -C extra-filename=-de1081c2b91a9850 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13502024-10-30T22:08:51.754Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6d5f67610124457 -C extra-filename=-d6d5f67610124457 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13512024-10-30T22:08:53.711Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustc --crate-name test_auth --edition=2021 cli/tests/test_auth.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=842a6152585f8243 -C extra-filename=-842a6152585f8243 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-6f14d8b79f1b97ad.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-33b9d49bddcf8a63.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-884e3ff3b3250ccc.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-4074d41032db40f3.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-d7ddd6cc723c9692.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-914992672e9a0940.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-f0c4b5b27744d9d7.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-6a9f6bd491cffe44.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-06d3ecc55c9c3f50.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-41c322ed41f89897.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-18cf0097e51c9cdb.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-7d1e4cb6331281da.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a3dac8235df05770.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-efc1d7a6fc7da4dd.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-1c597fd49244e57e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-bc0dd90e284f6b82.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-92b748134426a32d.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-5549d08de6ef63eb.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-9ed289581ad0f4f9.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-24708241692d8a08.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-99fe22fecb657eef.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-e01355b4d81c8cae.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-3084ce5fdd5a1c7c.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-e2d65dab5bc5859c.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-5e8243892ef5a6fd.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-2b994c41d60cd839.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out`
13522024-10-30T22:09:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s
13532024-10-30T22:09:42.917Z
13542024-10-30T22:09:42.917Zreal 4:28.439605976
13552024-10-30T22:09:42.921Zuser 22:28.299011653
13562024-10-30T22:09:42.921Zsys 4:11.904503603
13572024-10-30T22:09:42.921Ztrap 0.693410785
13582024-10-30T22:09:42.921Ztflt 1.778507212
13592024-10-30T22:09:42.921Zdflt 2.770911155
13602024-10-30T22:09:42.921Zkflt 0.008764172
13612024-10-30T22:09:42.922Zlock 32:13.087192988
13622024-10-30T22:09:42.922Zslp 1:31:04.967746419
13632024-10-30T22:09:42.922Zlat 1:07.086044857
13642024-10-30T22:09:42.922Zstop 1:51.427366761
13652024-10-30T22:09:42.922Z+ banner test
13662024-10-30T22:09:42.922Z
13672024-10-30T22:09:42.922Z ##### ###### #### #####
13682024-10-30T22:09:42.922Z # # # #
13692024-10-30T22:09:42.922Z # ##### #### #
13702024-10-30T22:09:42.922Z # # # #
13712024-10-30T22:09:42.922Z # # # # #
13722024-10-30T22:09:42.922Z # ###### #### #
13732024-10-30T22:09:42.922Z
13742024-10-30T22:09:42.922Z+ ptime -m cargo test --all-features --locked --verbose
13752024-10-30T22:09:43.704Z Fresh unicode-ident v1.0.13
13762024-10-30T22:09:43.704Z Fresh cfg-if v1.0.0
13772024-10-30T22:09:43.704Z Fresh autocfg v1.3.0
13782024-10-30T22:09:43.704Z Fresh once_cell v1.19.0
13792024-10-30T22:09:43.710Z Fresh proc-macro2 v1.0.87
13802024-10-30T22:09:43.711Z Fresh shlex v1.3.0
13812024-10-30T22:09:43.711Z Fresh itoa v1.0.11
13822024-10-30T22:09:43.711Z Fresh pin-project-lite v0.2.14
13832024-10-30T22:09:43.711Z Fresh quote v1.0.37
13842024-10-30T22:09:43.711Z Fresh libc v0.2.159
13852024-10-30T22:09:43.711Z Fresh value-bag v1.9.0
13862024-10-30T22:09:43.711Z Fresh futures-core v0.3.31
13872024-10-30T22:09:43.711Z Fresh version_check v0.9.5
13882024-10-30T22:09:43.711Z Fresh pkg-config v0.3.30
13892024-10-30T22:09:43.711Z Fresh futures-io v0.3.31
13902024-10-30T22:09:43.711Z Fresh jobserver v0.1.32
13912024-10-30T22:09:43.711Z Fresh ryu v1.0.18
13922024-10-30T22:09:43.711Z Fresh bytes v1.7.2
13932024-10-30T22:09:43.711Z Fresh serde_derive v1.0.210
13942024-10-30T22:09:43.711Z Fresh cc v1.1.15
13952024-10-30T22:09:43.711Z Fresh vcpkg v0.2.15
13962024-10-30T22:09:43.711Z Fresh signal-hook-registry v1.4.2
13972024-10-30T22:09:43.711Z Fresh serde v1.0.210
13982024-10-30T22:09:43.712Z Fresh slab v0.4.9
13992024-10-30T22:09:43.712Z Fresh getrandom v0.2.15
14002024-10-30T22:09:43.712Z Fresh equivalent v1.0.1
14012024-10-30T22:09:43.712Z Fresh hashbrown v0.15.0
14022024-10-30T22:09:43.712Z Fresh fnv v1.0.7
14032024-10-30T22:09:43.712Z Fresh indexmap v2.6.0
14042024-10-30T22:09:43.712Z Fresh tracing-attributes v0.1.27
14052024-10-30T22:09:43.712Z Fresh tracing-core v0.1.32
14062024-10-30T22:09:43.712Z Fresh socket2 v0.5.7
14072024-10-30T22:09:43.712Z Fresh futures-sink v0.3.31
14082024-10-30T22:09:43.712Z Fresh tracing v0.1.40
14092024-10-30T22:09:43.712Z Fresh openssl-src v300.3.1+3.3.1
14102024-10-30T22:09:43.712Z Fresh pin-utils v0.1.0
14112024-10-30T22:09:43.712Z Fresh tokio-macros v2.4.0
14122024-10-30T22:09:43.712Z Fresh zerocopy-derive v0.7.35
14132024-10-30T22:09:43.712Z Fresh num-traits v0.2.19
14142024-10-30T22:09:43.712Z Fresh mio v1.0.2
14152024-10-30T22:09:43.712Z Fresh regex-syntax v0.8.5
14162024-10-30T22:09:43.712Z Fresh byteorder v1.5.0
14172024-10-30T22:09:43.713Z Fresh futures-channel v0.3.31
14182024-10-30T22:09:43.713Z Fresh tokio v1.40.0
14192024-10-30T22:09:43.713Z Fresh futures-macro v0.3.31
14202024-10-30T22:09:43.713Z Fresh percent-encoding v2.3.1
14212024-10-30T22:09:43.713Z Fresh tinyvec_macros v0.1.1
14222024-10-30T22:09:43.713Z Fresh futures-task v0.3.31
14232024-10-30T22:09:43.713Z Fresh futures-util v0.3.31
14242024-10-30T22:09:43.713Z Fresh tinyvec v1.8.0
14252024-10-30T22:09:43.713Z Fresh form_urlencoded v1.2.1
14262024-10-30T22:09:43.713Z Fresh errno v0.3.9
14272024-10-30T22:09:43.713Z Fresh atomic-waker v1.1.2
14282024-10-30T22:09:43.713Z Fresh crossbeam-utils v0.8.20
14292024-10-30T22:09:43.713Z Fresh unicode-normalization v0.1.23
14302024-10-30T22:09:43.713Z Fresh http v1.1.0
14312024-10-30T22:09:43.713Z Fresh serde_derive_internals v0.29.1
14322024-10-30T22:09:43.713Z Fresh memchr v2.7.4
14332024-10-30T22:09:43.713Z Fresh unicode-bidi v0.3.15
14342024-10-30T22:09:43.713Z Fresh heck v0.5.0
14352024-10-30T22:09:43.713Z Fresh httparse v1.9.4
14362024-10-30T22:09:43.713Z Fresh schemars_derive v0.8.21
14372024-10-30T22:09:43.713Z Fresh idna v0.5.0
14382024-10-30T22:09:43.713Z Fresh thiserror-impl v1.0.64
14392024-10-30T22:09:43.713Z Fresh dyn-clone v1.0.17
14402024-10-30T22:09:43.713Z Fresh rustix v0.38.37
14412024-10-30T22:09:43.713Z Fresh log v0.4.22
14422024-10-30T22:09:43.714Z Fresh allocator-api2 v0.2.18
14432024-10-30T22:09:43.714Z Fresh thiserror v1.0.64
14442024-10-30T22:09:43.714Z Fresh spin v0.9.8
14452024-10-30T22:09:43.714Z Fresh rustls-pki-types v1.8.0
14462024-10-30T22:09:43.714Z Fresh concurrent-queue v2.5.0
14472024-10-30T22:09:43.714Z Fresh openssl-sys v0.9.103
14482024-10-30T22:09:43.714Z Fresh parking v2.2.0
14492024-10-30T22:09:43.714Z Fresh untrusted v0.9.0
14502024-10-30T22:09:43.714Z Fresh try-lock v0.2.5
14512024-10-30T22:09:43.714Z Fresh ring v0.17.8
14522024-10-30T22:09:43.714Z Fresh iana-time-zone v0.1.60
14532024-10-30T22:09:43.714Z Fresh zeroize v1.8.1
14542024-10-30T22:09:43.714Z Fresh httpdate v1.0.3
14552024-10-30T22:09:43.714Z Fresh http-body v1.0.1
14562024-10-30T22:09:43.714Z Fresh want v0.3.1
14572024-10-30T22:09:43.714Z Fresh rustls-webpki v0.102.7
14582024-10-30T22:09:43.714Z Fresh tokio-util v0.7.11
14592024-10-30T22:09:43.714Z Fresh fastrand v2.1.1
14602024-10-30T22:09:43.714Z Fresh subtle v2.6.1
14612024-10-30T22:09:43.714Z Fresh tower-service v0.3.3
14622024-10-30T22:09:43.714Z Fresh openssl-probe v0.1.5
14632024-10-30T22:09:43.714Z Fresh h2 v0.4.6
14642024-10-30T22:09:43.714Z Fresh foreign-types-shared v0.1.1
14652024-10-30T22:09:43.714Z Fresh hyper v1.4.1
14662024-10-30T22:09:43.714Z Fresh foreign-types v0.3.2
14672024-10-30T22:09:43.715Z Fresh openssl-macros v0.1.1
14682024-10-30T22:09:43.715Z Fresh encoding_rs v0.8.34
14692024-10-30T22:09:43.715Z Fresh mime v0.3.17
14702024-10-30T22:09:43.715Z Fresh openssl v0.10.66
14712024-10-30T22:09:43.715Z Fresh hyper-util v0.1.9
14722024-10-30T22:09:43.715Z Fresh ppv-lite86 v0.2.20
14732024-10-30T22:09:43.715Z Fresh rand_core v0.6.4
14742024-10-30T22:09:43.715Z Fresh http-body-util v0.1.2
14752024-10-30T22:09:43.715Z Fresh rand_chacha v0.3.1
14762024-10-30T22:09:43.715Z Fresh native-tls v0.2.12
14772024-10-30T22:09:43.715Z Fresh aho-corasick v1.1.3
14782024-10-30T22:09:43.715Z Fresh anstyle v1.0.8
14792024-10-30T22:09:43.720Z Fresh base64 v0.22.1
14802024-10-30T22:09:43.720Z Fresh event-listener v5.3.1
14812024-10-30T22:09:43.721Z Fresh rustls v0.23.12
14822024-10-30T22:09:43.721Z Fresh rand v0.8.5
14832024-10-30T22:09:43.721Z Fresh rustls-pemfile v2.1.3
14842024-10-30T22:09:43.721Z Fresh tokio-native-tls v0.3.1
14852024-10-30T22:09:43.721Z Fresh regex-automata v0.4.8
14862024-10-30T22:09:43.721Z Fresh webpki-roots v0.26.6
14872024-10-30T22:09:43.721Z Fresh serde_urlencoded v0.7.1
14882024-10-30T22:09:43.721Z Fresh either v1.13.0
14892024-10-30T22:09:43.721Z Fresh tokio-rustls v0.26.0
14902024-10-30T22:09:43.721Z Fresh hyper-tls v0.6.0
14912024-10-30T22:09:43.721Z Fresh event-listener-strategy v0.5.2
14922024-10-30T22:09:43.721Z Fresh sync_wrapper v1.0.1
14932024-10-30T22:09:43.722Z Fresh ipnet v2.9.0
14942024-10-30T22:09:43.722Z Fresh utf8parse v0.2.2
14952024-10-30T22:09:43.722Z Fresh hyper-rustls v0.27.3
14962024-10-30T22:09:43.722Z Fresh anstyle-parse v0.2.5
14972024-10-30T22:09:43.722Z Fresh regex v1.11.0
14982024-10-30T22:09:43.722Z Fresh futures-lite v2.3.0
14992024-10-30T22:09:43.722Z Fresh toml_datetime v0.6.8
15002024-10-30T22:09:43.722Z Fresh reqwest v0.12.8
15012024-10-30T22:09:43.722Z Fresh typenum v1.17.0
15022024-10-30T22:09:43.722Z Fresh serde_spanned v0.6.7
15032024-10-30T22:09:43.722Z Fresh anstyle-query v1.1.1
15042024-10-30T22:09:43.722Z Fresh same-file v1.0.6
15052024-10-30T22:09:43.722Z Fresh event-listener v2.5.3
15062024-10-30T22:09:43.722Z Fresh colorchoice v1.0.2
15072024-10-30T22:09:43.722Z Fresh winnow v0.6.18
15082024-10-30T22:09:43.722Z Fresh is_terminal_polyfill v1.70.1
15092024-10-30T22:09:43.722Z Fresh walkdir v2.5.0
15102024-10-30T22:09:43.722Z Fresh generic-array v0.14.7
15112024-10-30T22:09:43.722Z Fresh terminal_size v0.4.0
15122024-10-30T22:09:43.722Z Fresh http v0.2.12
15132024-10-30T22:09:43.722Z Fresh toml_edit v0.22.22
15142024-10-30T22:09:43.722Z Fresh anstream v0.6.15
15152024-10-30T22:09:43.722Z Fresh scopeguard v1.2.0
15162024-10-30T22:09:43.723Z Fresh clap_lex v0.7.2
15172024-10-30T22:09:43.723Z Fresh strsim v0.11.1
15182024-10-30T22:09:43.723Z Fresh smallvec v1.13.2
15192024-10-30T22:09:43.723Z Fresh toml v0.8.19
15202024-10-30T22:09:43.723Z Fresh lock_api v0.4.12
15212024-10-30T22:09:43.723Z Fresh clap_builder v4.5.20
15222024-10-30T22:09:43.723Z Fresh parking_lot_core v0.9.10
15232024-10-30T22:09:43.723Z Fresh async-lock v3.4.0
15242024-10-30T22:09:43.723Z Fresh polling v3.7.3
15252024-10-30T22:09:43.723Z Fresh clap_derive v4.5.18
15262024-10-30T22:09:43.723Z Fresh futures-executor v0.3.31
15272024-10-30T22:09:43.723Z Fresh serde_tokenstream v0.2.2
15282024-10-30T22:09:43.723Z Fresh waker-fn v1.2.0
15292024-10-30T22:09:43.723Z Fresh siphasher v0.3.11
15302024-10-30T22:09:43.723Z Fresh lazy_static v1.5.0
15312024-10-30T22:09:43.723Z Fresh fastrand v1.9.0
15322024-10-30T22:09:43.723Z Fresh futures v0.3.31
15332024-10-30T22:09:43.723Z Fresh async-io v2.3.4
15342024-10-30T22:09:43.723Z Fresh phf_shared v0.10.0
15352024-10-30T22:09:43.723Z Fresh futures-lite v1.13.0
15362024-10-30T22:09:43.723Z Fresh crunchy v0.2.2
15372024-10-30T22:09:43.723Z Fresh clap v4.5.20
15382024-10-30T22:09:43.723Z Fresh polling v2.8.0
15392024-10-30T22:09:43.723Z Fresh parking_lot v0.12.3
15402024-10-30T22:09:43.724Z Fresh io-lifetimes v1.0.11
15412024-10-30T22:09:43.724Z Fresh crypto-common v0.1.6
15422024-10-30T22:09:43.724Z Fresh block-buffer v0.10.4
15432024-10-30T22:09:43.724Z Fresh socket2 v0.4.10
15442024-10-30T22:09:43.724Z Fresh fixedbitset v0.4.2
15452024-10-30T22:09:43.724Z Fresh precomputed-hash v0.1.1
15462024-10-30T22:09:43.724Z Fresh async-task v4.7.1
15472024-10-30T22:09:43.724Z Fresh bit-vec v0.6.3
15482024-10-30T22:09:43.724Z Fresh bitflags v1.3.2
15492024-10-30T22:09:43.724Z Fresh new_debug_unreachable v1.0.6
15502024-10-30T22:09:43.724Z Fresh digest v0.10.7
15512024-10-30T22:09:43.725Z Fresh petgraph v0.6.5
15522024-10-30T22:09:43.725Z Fresh ascii-canvas v3.0.0
15532024-10-30T22:09:43.725Z Fresh bit-set v0.5.3
15542024-10-30T22:09:43.725Z Fresh rustix v0.37.27
15552024-10-30T22:09:43.725Z Fresh string_cache v0.8.7
15562024-10-30T22:09:43.725Z Fresh tiny-keccak v2.0.2
15572024-10-30T22:09:43.725Z Fresh async-channel v1.9.0
15582024-10-30T22:09:43.725Z Fresh async-lock v2.8.0
15592024-10-30T22:09:43.725Z Fresh async-channel v2.3.1
15602024-10-30T22:09:43.725Z Fresh itertools v0.11.0
15612024-10-30T22:09:43.725Z Fresh piper v0.2.4
15622024-10-30T22:09:43.725Z Fresh ena v0.14.3
15632024-10-30T22:09:43.725Z Fresh dirs-sys v0.3.7
15642024-10-30T22:09:43.725Z Fresh unicode-xid v0.2.5
15652024-10-30T22:09:43.725Z Fresh pico-args v0.5.0
15662024-10-30T22:09:43.725Z Fresh unicode-width v0.1.13
15672024-10-30T22:09:43.725Z Fresh powerfmt v0.2.0
15682024-10-30T22:09:43.725Z Fresh num-conv v0.1.0
15692024-10-30T22:09:43.725Z Fresh time-core v0.1.2
15702024-10-30T22:09:43.725Z Fresh cpufeatures v0.2.13
15712024-10-30T22:09:43.725Z Fresh lalrpop v0.20.2
15722024-10-30T22:09:43.725Z Fresh blocking v1.6.1
15732024-10-30T22:09:43.725Z Fresh dirs v4.0.0
15742024-10-30T22:09:43.725Z Fresh deranged v0.3.11
15752024-10-30T22:09:43.725Z Fresh time-macros v0.2.18
15762024-10-30T22:09:43.725Z Fresh async-io v1.13.0
15772024-10-30T22:09:43.726Z Fresh async-executor v1.13.0
15782024-10-30T22:09:43.726Z Fresh async-signal v0.2.10
15792024-10-30T22:09:43.730Z Fresh libnghttp2-sys v0.1.10+1.61.0
15802024-10-30T22:09:43.730Z Fresh progenitor-client v0.8.0
15812024-10-30T22:09:43.730Z Fresh event-listener v3.1.0
15822024-10-30T22:09:43.730Z Fresh pin-project-internal v1.1.5
15832024-10-30T22:09:43.730Z Fresh num_threads v0.1.7
15842024-10-30T22:09:43.731Z Fresh async-global-executor v2.4.1
15852024-10-30T22:09:43.731Z Fresh curl-sys v0.4.74+curl-8.9.0
15862024-10-30T22:09:43.731Z Fresh time v0.3.36
15872024-10-30T22:09:43.731Z Fresh async-process v1.8.1
15882024-10-30T22:09:43.731Z Fresh pin-project v1.1.5
15892024-10-30T22:09:43.731Z Fresh rustversion v1.0.17
15902024-10-30T22:09:43.731Z Fresh libz-sys v1.1.20
15912024-10-30T22:09:43.731Z Fresh async-trait v0.1.83
15922024-10-30T22:09:43.731Z Fresh kv-log-macro v1.0.7
15932024-10-30T22:09:43.731Z Fresh dirs-sys-next v0.1.2
15942024-10-30T22:09:43.731Z Fresh unicode-segmentation v1.11.0
15952024-10-30T22:09:43.731Z Fresh home v0.5.9
15962024-10-30T22:09:43.731Z Fresh similar v2.6.0
15972024-10-30T22:09:43.731Z Fresh libgit2-sys v0.17.0+1.8.1
15982024-10-30T22:09:43.731Z Fresh async-std v1.12.0
15992024-10-30T22:09:43.731Z Fresh dirs-next v2.0.0
16002024-10-30T22:09:43.731Z Fresh tracing-futures v0.2.5
16012024-10-30T22:09:43.731Z Fresh curl v0.4.46
16022024-10-30T22:09:43.731Z Fresh slog v2.7.0
16032024-10-30T22:09:43.731Z Fresh sha1 v0.10.6
16042024-10-30T22:09:43.731Z Fresh sluice v0.5.5
16052024-10-30T22:09:43.731Z Fresh http-body v0.4.6
16062024-10-30T22:09:43.731Z Fresh url v2.5.2
16072024-10-30T22:09:43.731Z Fresh castaway v0.1.2
16082024-10-30T22:09:43.731Z Fresh bitflags v2.6.0
16092024-10-30T22:09:43.731Z Fresh lalrpop-util v0.20.2
16102024-10-30T22:09:43.731Z Fresh predicates-core v1.0.8
16112024-10-30T22:09:43.732Z Fresh hyper v0.14.30
16122024-10-30T22:09:43.732Z Fresh signal-hook v0.3.17
16132024-10-30T22:09:43.732Z Fresh async-object-pool v0.1.4
16142024-10-30T22:09:43.732Z Fresh basic-cookies v0.1.5
16152024-10-30T22:09:43.732Z Fresh isahc v1.7.2
16162024-10-30T22:09:43.732Z Fresh git2 v0.19.0
16172024-10-30T22:09:43.732Z Fresh term v0.7.0
16182024-10-30T22:09:43.733Z Fresh console v0.15.8
16192024-10-30T22:09:43.733Z Fresh serde_regex v1.1.0
16202024-10-30T22:09:43.733Z Fresh tempfile v3.13.0
16212024-10-30T22:09:43.733Z Fresh float-cmp v0.9.0
16222024-10-30T22:09:43.733Z Fresh assert-json-diff v2.0.2
16232024-10-30T22:09:43.733Z Fresh mio v0.8.11
16242024-10-30T22:09:43.733Z Fresh is-terminal v0.4.13
16252024-10-30T22:09:43.733Z Fresh difflib v0.4.0
16262024-10-30T22:09:43.733Z Fresh base64 v0.21.7
16272024-10-30T22:09:43.733Z Fresh utf-8 v0.7.6
16282024-10-30T22:09:43.733Z Fresh levenshtein v1.0.5
16292024-10-30T22:09:43.733Z Fresh data-encoding v2.6.0
16302024-10-30T22:09:43.733Z Fresh normalize-line-endings v0.3.0
16312024-10-30T22:09:43.733Z Fresh signal-hook-mio v0.2.4
16322024-10-30T22:09:43.733Z Fresh built v0.7.4
16332024-10-30T22:09:43.733Z Fresh paste v1.0.15
16342024-10-30T22:09:43.733Z Fresh httpmock v0.6.8
16352024-10-30T22:09:43.733Z Fresh predicates v3.1.2
16362024-10-30T22:09:43.733Z Fresh tungstenite v0.20.1
16372024-10-30T22:09:43.733Z Fresh castaway v0.2.3
16382024-10-30T22:09:43.733Z Fresh strum_macros v0.26.4
16392024-10-30T22:09:43.733Z Fresh itertools v0.13.0
16402024-10-30T22:09:43.734Z Fresh serde_path_to_error v0.1.16
16412024-10-30T22:09:43.734Z Fresh is-docker v0.2.0
16422024-10-30T22:09:43.734Z Fresh thread_local v1.1.8
16432024-10-30T22:09:43.734Z Fresh static_assertions v1.1.0
16442024-10-30T22:09:43.734Z Fresh match_cfg v0.1.0
16452024-10-30T22:09:43.734Z Fresh hostname v0.3.1
16462024-10-30T22:09:43.734Z Fresh is-wsl v0.4.0
16472024-10-30T22:09:43.734Z Fresh compact_str v0.7.1
16482024-10-30T22:09:43.734Z Fresh strum v0.26.3
16492024-10-30T22:09:43.734Z Fresh rustls v0.22.4
16502024-10-30T22:09:43.734Z Fresh tokio-tungstenite v0.20.1
16512024-10-30T22:09:43.734Z Fresh unicode-truncate v1.1.0
16522024-10-30T22:09:43.734Z Fresh crossterm v0.27.0
16532024-10-30T22:09:43.734Z Fresh portable-atomic v1.7.0
16542024-10-30T22:09:43.734Z Fresh slog-json v2.6.1
16552024-10-30T22:09:43.734Z Fresh termini v1.0.0
16562024-10-30T22:09:43.734Z Fresh newline-converter v0.3.0
16572024-10-30T22:09:43.734Z Fresh sha2 v0.10.8
16582024-10-30T22:09:43.734Z Fresh itertools v0.12.1
16592024-10-30T22:09:43.734Z Fresh lru v0.12.4
16602024-10-30T22:09:43.734Z Fresh crossbeam-channel v0.5.13
16612024-10-30T22:09:43.734Z Fresh ipnetwork v0.20.0
16622024-10-30T22:09:43.734Z Fresh async-stream-impl v0.3.6
16632024-10-30T22:09:43.734Z Fresh stability v0.2.1
16642024-10-30T22:09:43.734Z Fresh termcolor v1.4.1
16652024-10-30T22:09:43.734Z Fresh humantime v2.1.0
16662024-10-30T22:09:43.734Z Fresh cassowary v0.3.0
16672024-10-30T22:09:43.734Z Fresh spin v0.5.2
16682024-10-30T22:09:43.734Z Fresh number_prefix v0.4.0
16692024-10-30T22:09:43.734Z Fresh take_mut v0.2.2
16702024-10-30T22:09:43.734Z Fresh untrusted v0.7.1
16712024-10-30T22:09:43.734Z Fresh termtree v0.4.1
16722024-10-30T22:09:43.734Z Fresh shell-words v1.1.0
16732024-10-30T22:09:43.734Z Fresh base64 v0.13.1
16742024-10-30T22:09:43.734Z Fresh pathdiff v0.2.1
16752024-10-30T22:09:43.734Z Fresh indicatif v0.17.8
16762024-10-30T22:09:43.734Z Fresh ring v0.16.20
16772024-10-30T22:09:43.735Z Fresh pem v1.1.1
16782024-10-30T22:09:43.735Z Fresh dialoguer v0.10.4
16792024-10-30T22:09:43.745Z Fresh slog-async v2.8.0
16802024-10-30T22:09:43.745Z Fresh predicates-tree v1.0.11
16812024-10-30T22:09:43.745Z Fresh open v4.2.0
16822024-10-30T22:09:43.745Z Fresh env_logger v0.10.2
16832024-10-30T22:09:43.745Z Fresh ratatui v0.26.3
16842024-10-30T22:09:43.745Z Fresh async-stream v0.3.6
16852024-10-30T22:09:43.745Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
16862024-10-30T22:09:43.745Z Fresh oauth2 v5.0.0-rc.1
16872024-10-30T22:09:43.745Z Fresh slog-bunyan v2.5.0
16882024-10-30T22:09:43.745Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
16892024-10-30T22:09:43.745Z Fresh tokio-rustls v0.25.0
16902024-10-30T22:09:43.745Z Fresh camino v1.1.9
16912024-10-30T22:09:43.745Z Fresh anyhow v1.0.89
16922024-10-30T22:09:43.745Z Fresh multer v3.1.0
16932024-10-30T22:09:43.745Z Fresh doc-comment v0.3.3
16942024-10-30T22:09:43.745Z Fresh slog-term v2.9.1
16952024-10-30T22:09:43.745Z Fresh yasna v0.5.2
16962024-10-30T22:09:43.745Z Fresh tabwriter v1.4.0
16972024-10-30T22:09:43.745Z Fresh clap_complete v4.5.33
16982024-10-30T22:09:43.745Z Fresh colored v2.1.0
16992024-10-30T22:09:43.745Z Fresh dropshot_endpoint v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a)
17002024-10-30T22:09:43.745Z Fresh bstr v1.10.0
17012024-10-30T22:09:43.745Z Fresh waitgroup v0.1.2
17022024-10-30T22:09:43.745Z Fresh hostname v0.4.0
17032024-10-30T22:09:43.745Z Fresh wait-timeout v0.2.0
17042024-10-30T22:09:43.745Z Fresh yansi v1.0.1
17052024-10-30T22:09:43.745Z Fresh zerocopy v0.7.35
17062024-10-30T22:09:43.745Z Fresh md5 v0.7.0
17072024-10-30T22:09:43.745Z Fresh debug-ignore v1.0.5
17082024-10-30T22:09:43.746Z Fresh diff v0.1.13
17092024-10-30T22:09:43.746Z Fresh pretty_assertions v1.4.1
17102024-10-30T22:09:43.746Z Fresh assert_cmd v2.0.16
17112024-10-30T22:09:43.746Z Fresh ahash v0.8.11
17122024-10-30T22:09:43.746Z Fresh dropshot v0.12.1-dev (https://github.com/oxidecomputer/dropshot#e57aad3a)
17132024-10-30T22:09:43.746Z Fresh rcgen v0.10.0
17142024-10-30T22:09:43.746Z Fresh expectorate v1.1.0
17152024-10-30T22:09:43.746Z Fresh serde_json v1.0.128
17162024-10-30T22:09:43.746Z Fresh hashbrown v0.14.5
17172024-10-30T22:09:43.746Z Fresh chrono v0.4.38
17182024-10-30T22:09:43.746Z Fresh uuid v1.10.0
17192024-10-30T22:09:43.746Z Fresh syn v2.0.79
17202024-10-30T22:09:43.746Z Fresh openapiv3 v2.0.0
17212024-10-30T22:09:43.746Z Fresh unsafe-libyaml v0.2.11
17222024-10-30T22:09:43.746Z Fresh regress v0.10.1
17232024-10-30T22:09:43.746Z Fresh schemars v0.8.21
17242024-10-30T22:09:43.746Z Fresh serde_yaml v0.9.34+deprecated
17252024-10-30T22:09:43.746Z Fresh progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
17262024-10-30T22:09:43.746Z Fresh semver v1.0.23
17272024-10-30T22:09:43.746Z Fresh typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
17282024-10-30T22:09:43.746Z Fresh typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
17292024-10-30T22:09:43.746Z Fresh toolchain_find v0.4.0
17302024-10-30T22:09:43.746Z Fresh oxide-cli v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/cli)
17312024-10-30T22:09:43.746Z Fresh typify v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
17322024-10-30T22:09:43.746Z Fresh rustfmt-wrapper v0.2.1
17332024-10-30T22:09:43.746Z Fresh oxide-httpmock v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
17342024-10-30T22:09:43.746Z Fresh oxide v0.8.0+20241009.0 (/work/oxidecomputer/oxide.rs/sdk)
17352024-10-30T22:09:43.746Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
17362024-10-30T22:09:43.746Z Fresh progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
17372024-10-30T22:09:43.746Z
17382024-10-30T22:09:43.746Z Fresh progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
17392024-10-30T22:09:43.746Z Fresh progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#2f32cdef)
17402024-10-30T22:09:43.746Zrunning 5 tests
17412024-10-30T22:09:43.746Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
17422024-10-30T22:09:43.746Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
17432024-10-30T22:09:43.746Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-729116eac398873d`
17442024-10-30T22:09:43.746Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-d6d5f67610124457`
17452024-10-30T22:09:43.746Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-bcea6a80c343b318`
17462024-10-30T22:09:43.747Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-842a6152585f8243`
17472024-10-30T22:09:43.747Ztest extras::disk::types::tests::test_get_disk_size ... ok
17482024-10-30T22:09:43.747Ztest clap_feature::tests::test_block_size ... ok
17492024-10-30T22:09:43.747Ztest clap_feature::tests::test_byte_count ... ok
17502024-10-30T22:09:43.747Ztest clap_feature::tests::test_name_or_id ... ok
17512024-10-30T22:09:43.747Ztest clap_feature::tests::test_name ... ok
17522024-10-30T22:09:43.747Z
17532024-10-30T22:09:43.747Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
17542024-10-30T22:09:43.747Z
17552024-10-30T22:09:43.747Z
17562024-10-30T22:09:43.747Zrunning 8 tests
17572024-10-30T22:09:43.747Ztest cmd_api::tests::test_add_query_string ... ok
17582024-10-30T22:09:43.747Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
17592024-10-30T22:09:43.747Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
17602024-10-30T22:09:43.747Ztest tests::test_autoref ... ok
17612024-10-30T22:09:43.747Ztest cmd_auth::tests::test_parse_host ... ok
17622024-10-30T22:09:43.747Ztest tests::test_json_body_required ... ok
17632024-10-30T22:09:43.747Ztest cmd_auth::tests::test_cmd_auth_login ... ok
17642024-10-30T22:09:43.747Ztest cmd_version::version_success ... ok
17652024-10-30T22:09:43.747Z
17662024-10-30T22:09:43.747Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
17672024-10-30T22:09:43.747Z
17682024-10-30T22:09:43.747Z
17692024-10-30T22:09:43.747Zrunning 3 tests
17702024-10-30T22:09:43.747Ztest test_pagination_midway_failure ... ok
17712024-10-30T22:09:43.747Ztest test_pagination_success ... ok
17722024-10-30T22:09:43.747Ztest test_simple_api_call ... ok
17732024-10-30T22:09:43.747Z
17742024-10-30T22:09:43.747Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
17752024-10-30T22:09:43.747Z
17762024-10-30T22:09:43.747Z
17772024-10-30T22:09:43.747Zrunning 8 tests
17782024-10-30T22:09:43.747Ztest test_cmd_auth_debug_logging ... ok
17792024-10-30T22:09:43.751Ztest test_auth_credentials_permissions ... ok
17802024-10-30T22:09:43.751Ztest test_cmd_auth_status_env ... ok
17812024-10-30T22:09:43.774Ztest test_cmd_auth_status ... ok
17822024-10-30T22:09:44.667Ztest test_auth_login_existing_default ... ok
17832024-10-30T22:09:44.675Ztest test_auth_login_existing_no_default ... ok
17842024-10-30T22:09:44.678Ztest test_auth_login_first ... ok
17852024-10-30T22:09:45.717Ztest test_auth_login_double ... ok
17862024-10-30T22:09:45.717Z
17872024-10-30T22:09:45.717Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s
17882024-10-30T22:09:45.717Z
17892024-10-30T22:09:45.726Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-854103de35ba62c1`
17902024-10-30T22:09:45.733Z
17912024-10-30T22:09:45.733Zrunning 13 tests
17922024-10-30T22:09:45.760Ztest test_disk_import_bad_file_size ... ok
17932024-10-30T22:09:45.830Ztest test_disk_import_finalize ... ok
17942024-10-30T22:09:45.894Ztest test_disk_import_required_parameters ... ok
17952024-10-30T22:09:45.902Ztest test_disk_import_bad_block_size ... ok
17962024-10-30T22:09:45.956Ztest test_disk_create_fail ... ok
17972024-10-30T22:09:45.962Ztest test_disk_import_disk_exists_already ... ok
17982024-10-30T22:09:45.962Ztest test_disk_import_image_exists_already ... ok
17992024-10-30T22:09:45.984Ztest test_disk_import_snapshot_exists_already ... ok
18002024-10-30T22:09:45.993Ztest test_disk_import_start ... ok
18012024-10-30T22:09:45.998Ztest test_disk_import_stop ... ok
18022024-10-30T22:09:46.006Ztest test_disk_import_write ... ok
18032024-10-30T22:09:46.085Ztest test_disk_import_sparse ... ok
18042024-10-30T22:09:46.118Ztest test_disk_import ... ok
18052024-10-30T22:09:46.118Z
18062024-10-30T22:09:46.123Ztest result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
18072024-10-30T22:09:46.123Z
18082024-10-30T22:09:46.126Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-453178f4893a847c`
18092024-10-30T22:09:46.133Z
18102024-10-30T22:09:46.133Zrunning 1 test
18112024-10-30T22:09:46.201Ztest test_docs_json ... ok
18122024-10-30T22:09:46.201Z
18132024-10-30T22:09:46.201Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
18142024-10-30T22:09:46.201Z
18152024-10-30T22:09:46.206Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-f1588cdc2bd7e510`
18162024-10-30T22:09:46.209Z
18172024-10-30T22:09:46.209Zrunning 3 tests
18182024-10-30T22:09:46.258Ztest test_instance_serial_history ... ok
18192024-10-30T22:09:46.258Ztest test_instance_create ... ok
18202024-10-30T22:09:46.261Ztest test_instance_serial_console ... ok
18212024-10-30T22:09:46.261Z
18222024-10-30T22:09:46.261Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
18232024-10-30T22:09:46.261Z
18242024-10-30T22:09:46.264Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-de1081c2b91a9850`
18252024-10-30T22:09:46.269Z
18262024-10-30T22:09:46.269Zrunning 1 test
18272024-10-30T22:09:46.326Ztest test_port_config ... ok
18282024-10-30T22:09:46.326Z
18292024-10-30T22:09:46.326Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18302024-10-30T22:09:46.326Z
18312024-10-30T22:09:46.339Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-215cfc0e050ffe22`
18322024-10-30T22:09:46.343Z
18332024-10-30T22:09:46.343Zrunning 4 tests
18342024-10-30T22:09:46.387Ztest test_project_simple_list ... ok
18352024-10-30T22:09:46.393Ztest test_project_delete ... ok
18362024-10-30T22:09:46.393Ztest test_project_list_paginated_fail ... ok
18372024-10-30T22:09:46.393Ztest test_project_list_paginated ... ok
18382024-10-30T22:09:46.393Z
18392024-10-30T22:09:46.393Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18402024-10-30T22:09:46.393Z
18412024-10-30T22:09:46.396Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-e4b9da0c2961a85f`
18422024-10-30T22:09:46.403Z
18432024-10-30T22:09:46.403Zrunning 3 tests
18442024-10-30T22:09:46.445Ztest test_resolve_and_cacert ... ok
18452024-10-30T22:09:46.445Ztest test_insecure_cert_validation ... ok
18462024-10-30T22:09:46.445Ztest test_insecure_hostname_verification ... ok
18472024-10-30T22:09:46.450Z
18482024-10-30T22:09:46.450Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
18492024-10-30T22:09:46.450Z
18502024-10-30T22:09:46.450Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-d5467e16a8a0706b`
18512024-10-30T22:09:46.456Z
18522024-10-30T22:09:46.456Zrunning 1 test
18532024-10-30T22:09:46.499Ztest test_silo_idp_saml_create ... ok
18542024-10-30T22:09:46.499Z
18552024-10-30T22:09:46.499Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
18562024-10-30T22:09:46.499Z
18572024-10-30T22:09:46.502Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-c43e84010da0b827`
18582024-10-30T22:09:46.509Z
18592024-10-30T22:09:46.509Zrunning 5 tests
18602024-10-30T22:09:46.536Ztest test_allowlist_both ... ok
18612024-10-30T22:09:46.536Ztest test_allowlist_neither ... ok
18622024-10-30T22:09:46.565Ztest test_allowlist_any ... ok
18632024-10-30T22:09:46.573Ztest test_allowlist_one_ip ... ok
18642024-10-30T22:09:46.581Ztest test_allowlist_many_ips ... ok
18652024-10-30T22:09:46.581Z
18662024-10-30T22:09:46.581Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18672024-10-30T22:09:46.582Z
18682024-10-30T22:09:46.582Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-3650a2f07fe445cb`
18692024-10-30T22:09:46.585Z
18702024-10-30T22:09:46.585Zrunning 0 tests
18712024-10-30T22:09:46.585Z
18722024-10-30T22:09:46.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18732024-10-30T22:09:46.585Z
18742024-10-30T22:09:46.585Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-04b0d35305e6a247`
18752024-10-30T22:09:46.590Z
18762024-10-30T22:09:46.590Zrunning 1 test
18772024-10-30T22:09:46.590Ztest json_mock::tests::test_one ... ok
18782024-10-30T22:09:46.590Z
18792024-10-30T22:09:46.591Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18802024-10-30T22:09:46.591Z
18812024-10-30T22:09:46.591Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-9931dc28551a5e56`
18822024-10-30T22:09:46.595Z
18832024-10-30T22:09:46.595Zrunning 0 tests
18842024-10-30T22:09:46.595Z
18852024-10-30T22:09:46.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18862024-10-30T22:09:46.595Z
18872024-10-30T22:09:46.598Z Doc-tests oxide
18882024-10-30T22:09:46.598Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-759979a6ecce3d25.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-6e28aa69bfd251a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-5d8922b8b7d3676b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-71a00e50150a2365.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-67526d10bbb21b8b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-20d3ee56318f4afd.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-e3f8c350eaaa0c17.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-c8c5794307abfde6.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-75e04619b44f257c.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6ab8e7d88ea969d9.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-d05b1fd8806c5ef6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="extras"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "extras"))' --error-format human`
18892024-10-30T22:09:51.437Z
18902024-10-30T22:09:51.437Zrunning 211 tests
18912024-10-30T22:09:51.442Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 35) ... ignored
18922024-10-30T22:09:51.442Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 52) ... ignored
18932024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 48762) ... ignored
18942024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 48780) ... ignored
18952024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 48797) ... ignored
18962024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 48716) ... ignored
18972024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 48746) ... ignored
18982024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 48813) ... ignored
18992024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 48699) ... ignored
19002024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 48836) ... ignored
19012024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 48731) ... ignored
19022024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 48984) ... ignored
19032024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 48919) ... ignored
19042024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 48966) ... ignored
19052024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 49000) ... ignored
19062024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 48902) ... ignored
19072024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 48950) ... ignored
19082024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 48934) ... ignored
19092024-10-30T22:09:51.442Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 49080) ... ignored
19102024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 49066) ... ignored
19112024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 49050) ... ignored
19122024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 49156) ... ignored
19132024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 49114) ... ignored
19142024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 49144) ... ignored
19152024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 49097) ... ignored
19162024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 49129) ... ignored
19172024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 49234) ... ignored
19182024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 49270) ... ignored
19192024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 49287) ... ignored
19202024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 49215) ... ignored
19212024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 49304) ... ignored
19222024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 49251) ... ignored
19232024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 49370) ... ignored
19242024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 49417) ... ignored
19252024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 49455) ... ignored
19262024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 49472) ... ignored
19272024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 49436) ... ignored
19282024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 49505) ... ignored
19292024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 49522) ... ignored
19302024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 49488) ... ignored
19312024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 49353) ... ignored
19322024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 49684) ... ignored
19332024-10-30T22:09:51.443Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 49745) ... ignored
19342024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 49664) ... ignored
19352024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 49721) ... ignored
19362024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 49702) ... ignored
19372024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 49537) ... ignored
19382024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 49564) ... ignored
19392024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 49587) ... ignored
19402024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 49611) ... ignored
19412024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 49629) ... ignored
19422024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 49644) ... ignored
19432024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_update (line 49401) ... ignored
19442024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 49385) ... ignored
19452024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 49865) ... ignored
19462024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 49852) ... ignored
19472024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 49903) ... ignored
19482024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 49922) ... ignored
19492024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 49937) ... ignored
19502024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 49977) ... ignored
19512024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 49967) ... ignored
19522024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 50052) ... ignored
19532024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 50093) ... ignored
19542024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 50008) ... ignored
19552024-10-30T22:09:51.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 50023) ... ignored
19562024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 50039) ... ignored
19572024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 50120) ... ignored
19582024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 50106) ... ignored
19592024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 50079) ... ignored
19602024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 50065) ... ignored
19612024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 50179) ... ignored
19622024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 50193) ... ignored
19632024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 50233) ... ignored
19642024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 50268) ... ignored
19652024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 50299) ... ignored
19662024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 50253) ... ignored
19672024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 50283) ... ignored
19682024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 50218) ... ignored
19692024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 50365) ... ignored
19702024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 50395) ... ignored
19712024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 50349) ... ignored
19722024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 50380) ... ignored
19732024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 50411) ... ignored
19742024-10-30T22:09:51.445Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 50426) ... ignored
19752024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 50447) ... ignored
19762024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 50437) ... ignored
19772024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 50464) ... ignored
19782024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 50478) ... ignored
19792024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 50559) ... ignored
19802024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 50589) ... ignored
19812024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 50540) ... ignored
19822024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 50574) ... ignored
19832024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 50829) ... ignored
19842024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 50849) ... ignored
19852024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 50808) ... ignored
19862024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 50867) ... ignored
19872024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 50630) ... ignored
19882024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 50645) ... ignored
19892024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 50661) ... ignored
19902024-10-30T22:09:51.446Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 50676) ... ignored
19912024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 50705) ... ignored
19922024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 50755) ... ignored
19932024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 50692) ... ignored
19942024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 50789) ... ignored
19952024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 50735) ... ignored
19962024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 50773) ... ignored
19972024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 50718) ... ignored
19982024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 50885) ... ignored
19992024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 50900) ... ignored
20002024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_create (line 51005) ... ignored
20012024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_delete (line 51046) ... ignored
20022024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_list (line 50992) ... ignored
20032024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_add (line 51082) ... ignored
20042024-10-30T22:09:51.483Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_list (line 51064) ... ignored
20052024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_remove (line 51097) ... ignored
20062024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_add (line 51224) ... ignored
20072024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_list (line 51210) ... ignored
20082024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 51235) ... ignored
20092024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_view (line 51194) ... ignored
20102024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_link (line 51136) ... ignored
20112024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_list (line 51115) ... ignored
20122024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 51169) ... ignored
20132024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_update (line 51154) ... ignored
20142024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_update (line 51032) ... ignored
20152024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_utilization_view (line 51183) ... ignored
20162024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_view (line 51018) ... ignored
20172024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 51334) ... ignored
20182024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 51411) ... ignored
20192024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 51379) ... ignored
20202024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 51393) ... ignored
20212024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 51366) ... ignored
20222024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 51435) ... ignored
20232024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 51425) ... ignored
20242024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 51446) ... ignored
20252024-10-30T22:09:51.484Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 51457) ... ignored
20262024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 51468) ... ignored
20272024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 51555) ... ignored
20282024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 51525) ... ignored
20292024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 51541) ... ignored
20302024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announcement_list (line 51569) ... ignored
20312024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 51496) ... ignored
20322024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 51509) ... ignored
20332024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 51483) ... ignored
20342024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_exported (line 51580) ... ignored
20352024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 51605) ... ignored
20362024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 51592) ... ignored
20372024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 51616) ... ignored
20382024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 51644) ... ignored
20392024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 51665) ... ignored
20402024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 51631) ... ignored
20412024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 51700) ... ignored
20422024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 51715) ... ignored
20432024-10-30T22:09:51.485Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 51686) ... ignored
20442024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 51731) ... ignored
20452024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 51887) ... ignored
20462024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 51903) ... ignored
20472024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 51923) ... ignored
20482024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 51939) ... ignored
20492024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 51954) ... ignored
20502024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 52004) ... ignored
20512024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 52034) ... ignored
20522024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 51866) ... ignored
20532024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 52055) ... ignored
20542024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 51991) ... ignored
20552024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 52085) ... ignored
20562024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 52071) ... ignored
20572024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 52115) ... ignored
20582024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 52099) ... ignored
20592024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 52133) ... ignored
20602024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 52150) ... ignored
20612024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 52196) ... ignored
20622024-10-30T22:09:51.486Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 52211) ... ignored
20632024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 52019) ... ignored
20642024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 51971) ... ignored
20652024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 52167) ... ignored
20662024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 52180) ... ignored
20672024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 52318) ... ignored
20682024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_create (line 52508) ... ignored
20692024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_delete (line 52545) ... ignored
20702024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_create (line 52372) ... ignored
20712024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_delete (line 52395) ... ignored
20722024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_list (line 52349) ... ignored
20732024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_create (line 52443) ... ignored
20742024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_delete (line 52465) ... ignored
20752024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_list (line 52420) ... ignored
20762024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_list (line 52488) ... ignored
20772024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_view (line 52526) ... ignored
20782024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 52962) ... ignored
20792024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 53009) ... ignored
20802024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 52593) ... ignored
20812024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 52563) ... ignored
20822024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 52945) ... ignored
20832024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 52748) ... ignored
20842024-10-30T22:09:51.487Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 52804) ... ignored
20852024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 52728) ... ignored
20862024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 52641) ... ignored
20872024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 52706) ... ignored
20882024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 52618) ... ignored
20892024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 52684) ... ignored
20902024-10-30T22:09:51.488Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 52662) ... ignored
20912024-10-30T22:09:51.495Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 52785) ... ignored
20922024-10-30T22:09:51.495Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 52766) ... ignored
20932024-10-30T22:09:51.495Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 52845) ... ignored
20942024-10-30T22:09:51.495Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 52901) ... ignored
20952024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 52825) ... ignored
20962024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 52923) ... ignored
20972024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 52882) ... ignored
20982024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 52863) ... ignored
20992024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 52993) ... ignored
21002024-10-30T22:09:51.496Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 52977) ... ignored
21012024-10-30T22:09:51.851Ztest sdk/src/lib.rs - (line 43) - compile ... ok
21022024-10-30T22:09:51.887Z
21032024-10-30T22:09:51.887Ztest result: ok. 1 passed; 0 failed; 210 ignored; 0 measured; 0 filtered out; finished in 0.41s
21042024-10-30T22:09:51.887Z
21052024-10-30T22:09:51.929Z Doc-tests oxide_httpmock
21062024-10-30T22:09:51.936Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-9e93dc82efe9c2cb.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-be6f1156d6245638.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-84dc9afd675874cc.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-6cbf1a569a0906ec.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
21072024-10-30T22:09:52.387Z
21082024-10-30T22:09:52.387Zrunning 0 tests
21092024-10-30T22:09:52.387Z
21102024-10-30T22:09:52.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21112024-10-30T22:09:52.387Z
21122024-10-30T22:09:52.403Z Doc-tests test_common
21132024-10-30T22:09:52.413Z Running `/home/build/.rustup/toolchains/1.80-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-c66acc68e0176430/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3a31d26b94ba282a/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2cbc24a3e51a7d65/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-e3bc41720924e05d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-720074c95faf50cc/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-891782a6ab790908/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-6db67fd060f78c39.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-e63a4162a869609b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-254c084dc1750830.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a39d748c2263b375.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-b819022aebd274b2.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-ed7f8364a4b52184.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-d8708ce91d588ce6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
21142024-10-30T22:09:52.476Z
21152024-10-30T22:09:52.476Zrunning 0 tests
21162024-10-30T22:09:52.476Z
21172024-10-30T22:09:52.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21182024-10-30T22:09:52.476Z
21192024-10-30T22:09:52.510Z
21202024-10-30T22:09:52.517Zreal 9.565374550
21212024-10-30T22:09:52.517Zuser 6.707910869
21222024-10-30T22:09:52.517Zsys 2.964227102
21232024-10-30T22:09:52.517Ztrap 0.003262206
21242024-10-30T22:09:52.517Ztflt 0.006003152
21252024-10-30T22:09:52.517Zdflt 0.006868872
21262024-10-30T22:09:52.518Zkflt 0.000013571
21272024-10-30T22:09:52.518Zlock 1:19.537490692
21282024-10-30T22:09:52.518Zslp 59.642879017
21292024-10-30T22:09:52.518Zlat 1.288237008
21302024-10-30T22:09:52.518Zstop 3.669716033
21312024-10-30T22:09:52.518Zprocess exited: duration 293729 ms, exit code 0
 
21322024-10-30T22:09:52.537Zfound 0 output files