01JFT1DKNRH6R1V3ZYMB6ZY3PC: build-and-test / illumos

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

Buildomat Job: 01JFT1DT1ANY34NNW8YK4Z6Y6W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-23T15:16:46.699Zjob assigned to worker 01JFT1DVB296ETJHE5XCWVTN73 [factory aws, i-0eca0acdd09e37627] (queued for 44 s)
 
22024-12-23T15:16:55.081Zstarting task 0: "setup"
32024-12-23T15:16:55.088Z++ uname -s
42024-12-23T15:16:55.091Z+ kern=SunOS
52024-12-23T15:16:55.091Z+ case "$kern" in
62024-12-23T15:16:55.091Z+ groupadd -g 12345 build
72024-12-23T15:16:55.094Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-23T15:16:57.102Z+ zfs create -o mountpoint=/work rpool/work
92024-12-23T15:16:57.206Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-23T15:16:57.208Z+ home_fs=zfs
112024-12-23T15:16:57.208Z+ [[ zfs == autofs ]]
122024-12-23T15:16:57.208Z+ mkdir -p /home/build
132024-12-23T15:16:57.211Z+ chown build:build /home/build /work
142024-12-23T15:16:59.213Z+ chmod 0700 /home/build /work
152024-12-23T15:16:59.216Zprocess exited: duration 4137 ms, exit code 0
 
162024-12-23T15:16:59.221Zstarting task 1: "rust-toolchain"
172024-12-23T15:16:59.226Z+ printf ' * toolchain channel = "%s"
182024-12-23T15:16:59.227Z' stable
192024-12-23T15:16:59.227Z * toolchain channel = "stable"
202024-12-23T15:16:59.229Z+ printf ' * toolchain profile = "%s"
212024-12-23T15:16:59.229Z * toolchain profile = "default"
222024-12-23T15:16:59.229Z' default
232024-12-23T15:16:59.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-23T15:16:59.230Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-23T15:16:59.346Zinfo: downloading installer
262024-12-23T15:17:00.543Zinfo: profile set to 'default'
272024-12-23T15:17:00.543Zinfo: default host triple is x86_64-unknown-illumos
282024-12-23T15:17:00.546Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-23T15:17:00.676Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-23T15:17:00.676Zinfo: downloading component 'cargo'
312024-12-23T15:17:01.389Zinfo: downloading component 'clippy'
322024-12-23T15:17:01.664Zinfo: downloading component 'rust-docs'
332024-12-23T15:17:02.657Zinfo: downloading component 'rust-std'
342024-12-23T15:17:04.100Zinfo: downloading component 'rustc'
352024-12-23T15:17:09.561Zinfo: downloading component 'rustfmt'
362024-12-23T15:17:09.769Zinfo: installing component 'cargo'
372024-12-23T15:17:10.618Zinfo: installing component 'clippy'
382024-12-23T15:17:11.009Zinfo: installing component 'rust-docs'
392024-12-23T15:17:12.749Zinfo: installing component 'rust-std'
402024-12-23T15:17:14.476Zinfo: installing component 'rustc'
412024-12-23T15:17:20.391Zinfo: installing component 'rustfmt'
422024-12-23T15:17:20.723Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-23T15:17:20.723Z
442024-12-23T15:17:21.086Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-23T15:17:21.086Z
462024-12-23T15:17:21.089Z
472024-12-23T15:17:21.089ZRust is installed now. Great!
482024-12-23T15:17:21.089Z
492024-12-23T15:17:21.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-23T15:17:21.089Zenvironment variable. This has not been done automatically.
512024-12-23T15:17:21.089Z
522024-12-23T15:17:21.089ZTo configure your current shell, you need to source
532024-12-23T15:17:21.089Zthe corresponding env file under $HOME/.cargo.
542024-12-23T15:17:21.089Z
552024-12-23T15:17:21.089ZThis is usually done by running one of the following (note the leading DOT):
562024-12-23T15:17:21.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-23T15:17:21.089Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-23T15:17:21.163Z+ rustc --version
592024-12-23T15:17:21.228Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-23T15:17:21.231Zprocess exited: duration 22006 ms, exit code 0
 
612024-12-23T15:17:21.237Zstarting task 2: "authentication"
622024-12-23T15:17:21.258Zprocess exited: duration 20 ms, exit code 0
 
632024-12-23T15:17:21.263Zstarting task 3: "clone repository"
642024-12-23T15:17:21.268Z+ mkdir -p /work/oxidecomputer/oxide.rs
652024-12-23T15:17:21.270Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
662024-12-23T15:17:21.309ZCloning into '/work/oxidecomputer/oxide.rs'...
672024-12-23T15:17:22.694Z+ cd /work/oxidecomputer/oxide.rs
682024-12-23T15:17:22.694Z+ git fetch origin 283dd532d91f7816da11f425bd91fb9b0648784f
692024-12-23T15:17:22.945ZFrom https://github.com/oxidecomputer/oxide.rs
702024-12-23T15:17:22.945Z * branch 283dd532d91f7816da11f425bd91fb9b0648784f -> FETCH_HEAD
712024-12-23T15:17:22.953Z+ [[ -n '' ]]
722024-12-23T15:17:22.954Z+ git reset --hard 283dd532d91f7816da11f425bd91fb9b0648784f
732024-12-23T15:17:22.993ZHEAD is now at 283dd53 Bump libc from 0.2.168 to 0.2.169
742024-12-23T15:17:22.996Zprocess exited: duration 1730 ms, exit code 0
 
752024-12-23T15:17:23.001Zstarting task 4: "build"
762024-12-23T15:17:23.007Z+ cargo --version
772024-12-23T15:17:23.011Zinfo: syncing channel updates for '1.82-x86_64-unknown-illumos'
782024-12-23T15:17:23.169Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
792024-12-23T15:17:23.169Zinfo: downloading component 'cargo'
802024-12-23T15:17:24.022Zinfo: downloading component 'clippy'
812024-12-23T15:17:24.345Zinfo: downloading component 'rust-docs'
822024-12-23T15:17:25.552Zinfo: downloading component 'rust-std'
832024-12-23T15:17:27.459Zinfo: downloading component 'rustc'
842024-12-23T15:17:34.309Zinfo: downloading component 'rustfmt'
852024-12-23T15:17:34.550Zinfo: installing component 'cargo'
862024-12-23T15:17:35.342Zinfo: installing component 'clippy'
872024-12-23T15:17:35.705Zinfo: installing component 'rust-docs'
882024-12-23T15:17:37.380Zinfo: installing component 'rust-std'
892024-12-23T15:17:39.129Zinfo: installing component 'rustc'
902024-12-23T15:17:45.078Zinfo: installing component 'rustfmt'
912024-12-23T15:17:45.483Zcargo 1.82.0 (8f40fc59f 2024-08-21)
922024-12-23T15:17:45.486Z+ rustc --version
932024-12-23T15:17:45.556Zrustc 1.82.0 (f6e511eec 2024-10-15)
942024-12-23T15:17:45.560Z+ banner build
952024-12-23T15:17:45.564Z
962024-12-23T15:17:45.564Z ##### # # # # #####
972024-12-23T15:17:45.564Z # # # # # # # #
982024-12-23T15:17:45.564Z ##### # # # # # #
992024-12-23T15:17:45.564Z # # # # # # # #
1002024-12-23T15:17:45.564Z # # # # # # # #
1012024-12-23T15:17:45.564Z ##### #### # ###### #####
1022024-12-23T15:17:45.564Z
1032024-12-23T15:17:45.566Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1042024-12-23T15:17:45.703Z Updating crates.io index
1052024-12-23T15:17:45.818Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1062024-12-23T15:17:46.082Z Updating git repository `https://github.com/oxidecomputer/thouart`
1072024-12-23T15:17:46.369Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1082024-12-23T15:17:48.128Z Updating git repository `https://github.com/oxidecomputer/typify`
1092024-12-23T15:17:50.077Z Downloading crates ...
1102024-12-23T15:17:50.164Z Downloaded ahash v0.8.11
1112024-12-23T15:17:50.173Z Downloaded async-global-executor v2.4.1
1122024-12-23T15:17:50.175Z Downloaded async-channel v2.3.1
1132024-12-23T15:17:50.178Z Downloaded async-executor v1.13.0
1142024-12-23T15:17:50.181Z Downloaded anyhow v1.0.94
1152024-12-23T15:17:50.184Z Downloaded anstyle-parse v0.2.5
1162024-12-23T15:17:50.186Z Downloaded allocator-api2 v0.2.18
1172024-12-23T15:17:50.189Z Downloaded foreign-types v0.3.2
1182024-12-23T15:17:50.191Z Downloaded async-channel v1.9.0
1192024-12-23T15:17:50.194Z Downloaded anstyle-query v1.1.1
1202024-12-23T15:17:50.194Z Downloaded anstream v0.6.15
1212024-12-23T15:17:50.196Z Downloaded pico-args v0.5.0
1222024-12-23T15:17:50.199Z Downloaded pathdiff v0.2.1
1232024-12-23T15:17:50.199Z Downloaded ascii-canvas v3.0.0
1242024-12-23T15:17:50.202Z Downloaded assert-json-diff v2.0.2
1252024-12-23T15:17:50.202Z Downloaded anstyle v1.0.8
1262024-12-23T15:17:50.205Z Downloaded percent-encoding v2.3.1
1272024-12-23T15:17:50.205Z Downloaded phf_shared v0.10.0
1282024-12-23T15:17:50.207Z Downloaded assert_cmd v2.0.16
1292024-12-23T15:17:50.210Z Downloaded powerfmt v0.2.0
1302024-12-23T15:17:50.210Z Downloaded pin-project-lite v0.2.14
1312024-12-23T15:17:50.214Z Downloaded pin-project-internal v1.1.5
1322024-12-23T15:17:50.217Z Downloaded aho-corasick v1.1.3
1332024-12-23T15:17:50.222Z Downloaded stability v0.2.1
1342024-12-23T15:17:50.227Z Downloaded take_mut v0.2.2
1352024-12-23T15:17:50.230Z Downloaded precomputed-hash v0.1.1
1362024-12-23T15:17:50.232Z Downloaded async-stream-impl v0.3.6
1372024-12-23T15:17:50.232Z Downloaded async-lock v2.8.0
1382024-12-23T15:17:50.235Z Downloaded bitflags v1.3.2
1392024-12-23T15:17:50.238Z Downloaded async-io v2.3.4
1402024-12-23T15:17:50.241Z Downloaded sluice v0.5.5
1412024-12-23T15:17:50.244Z Downloaded progenitor-client v0.8.0
1422024-12-23T15:17:50.244Z Downloaded async-io v1.13.0
1432024-12-23T15:17:50.247Z Downloaded strum v0.26.3
1442024-12-23T15:17:50.249Z Downloaded async-trait v0.1.83
1452024-12-23T15:17:50.252Z Downloaded sync_wrapper v1.0.1
1462024-12-23T15:17:50.254Z Downloaded async-object-pool v0.1.4
1472024-12-23T15:17:50.254Z Downloaded async-lock v3.4.0
1482024-12-23T15:17:50.257Z Downloaded pkg-config v0.3.30
1492024-12-23T15:17:50.259Z Downloaded piper v0.2.4
1502024-12-23T15:17:50.259Z Downloaded pin-utils v0.1.0
1512024-12-23T15:17:50.262Z Downloaded autocfg v1.3.0
1522024-12-23T15:17:50.265Z Downloaded pem v1.1.1
1532024-12-23T15:17:50.265Z Downloaded slog-bunyan v2.5.0
1542024-12-23T15:17:50.267Z Downloaded base64 v0.13.1
1552024-12-23T15:17:50.270Z Downloaded signal-hook-registry v1.4.2
1562024-12-23T15:17:50.270Z Downloaded sha1 v0.10.6
1572024-12-23T15:17:50.272Z Downloaded siphasher v0.3.11
1582024-12-23T15:17:50.275Z Downloaded quinn-udp v0.5.5
1592024-12-23T15:17:50.277Z Downloaded basic-cookies v0.1.5
1602024-12-23T15:17:50.277Z Downloaded rustfmt-wrapper v0.2.1
1612024-12-23T15:17:50.280Z Downloaded ppv-lite86 v0.2.20
1622024-12-23T15:17:50.282Z Downloaded schemars_derive v0.8.21
1632024-12-23T15:17:50.282Z Downloaded serde_tokenstream v0.2.2
1642024-12-23T15:17:50.285Z Downloaded scopeguard v1.2.0
1652024-12-23T15:17:50.285Z Downloaded cc v1.1.15
1662024-12-23T15:17:50.289Z Downloaded slog-async v2.8.0
1672024-12-23T15:17:50.291Z Downloaded synstructure v0.13.1
1682024-12-23T15:17:50.293Z Downloaded strsim v0.11.1
1692024-12-23T15:17:50.296Z Downloaded equivalent v1.0.1
1702024-12-23T15:17:50.296Z Downloaded async-process v1.8.1
1712024-12-23T15:17:50.298Z Downloaded block-buffer v0.10.4
1722024-12-23T15:17:50.298Z Downloaded serde_path_to_error v0.1.16
1732024-12-23T15:17:50.300Z Downloaded static_assertions v1.1.0
1742024-12-23T15:17:50.303Z Downloaded stable_deref_trait v1.2.0
1752024-12-23T15:17:50.303Z Downloaded serde_spanned v0.6.7
1762024-12-23T15:17:50.305Z Downloaded rustversion v1.0.17
1772024-12-23T15:17:50.307Z Downloaded tabwriter v1.4.0
1782024-12-23T15:17:50.310Z Downloaded rustc-hash v2.0.0
1792024-12-23T15:17:50.313Z Downloaded doc-comment v0.3.3
1802024-12-23T15:17:50.313Z Downloaded serde_regex v1.1.0
1812024-12-23T15:17:50.313Z Downloaded concurrent-queue v2.5.0
1822024-12-23T15:17:50.315Z Downloaded subtle v2.6.1
1832024-12-23T15:17:50.318Z Downloaded data-encoding v2.6.0
1842024-12-23T15:17:50.320Z Downloaded tinyvec_macros v0.1.1
1852024-12-23T15:17:50.320Z Downloaded string_cache v0.8.7
1862024-12-23T15:17:50.322Z Downloaded debug-ignore v1.0.5
1872024-12-23T15:17:50.322Z Downloaded cassowary v0.3.0
1882024-12-23T15:17:50.325Z Downloaded crypto-common v0.1.6
1892024-12-23T15:17:50.325Z Downloaded http-body v1.0.1
1902024-12-23T15:17:50.328Z Downloaded untrusted v0.7.1
1912024-12-23T15:17:50.328Z Downloaded async-stream v0.3.6
1922024-12-23T15:17:50.330Z Downloaded cpufeatures v0.2.13
1932024-12-23T15:17:50.333Z Downloaded dirs-next v2.0.0
1942024-12-23T15:17:50.333Z Downloaded castaway v0.2.3
1952024-12-23T15:17:50.335Z Downloaded is_terminal_polyfill v1.70.1
1962024-12-23T15:17:50.337Z Downloaded semver v1.0.24
1972024-12-23T15:17:50.339Z Downloaded slog-term v2.9.1
1982024-12-23T15:17:50.342Z Downloaded async-task v4.7.1
1992024-12-23T15:17:50.344Z Downloaded sha2 v0.10.8
2002024-12-23T15:17:50.347Z Downloaded foreign-types-shared v0.1.1
2012024-12-23T15:17:50.349Z Downloaded want v0.3.1
2022024-12-23T15:17:50.349Z Downloaded either v1.13.0
2032024-12-23T15:17:50.352Z Downloaded serde_derive_internals v0.29.1
2042024-12-23T15:17:50.352Z Downloaded rand_chacha v0.3.1
2052024-12-23T15:17:50.355Z Downloaded num-conv v0.1.0
2062024-12-23T15:17:50.355Z Downloaded ena v0.14.3
2072024-12-23T15:17:50.357Z Downloaded spin v0.9.8
2082024-12-23T15:17:50.360Z Downloaded dirs-sys v0.3.7
2092024-12-23T15:17:50.360Z Downloaded event-listener-strategy v0.5.2
2102024-12-23T15:17:50.362Z Downloaded shell-words v1.1.0
2112024-12-23T15:17:50.365Z Downloaded parking v2.2.0
2122024-12-23T15:17:50.365Z Downloaded fastrand v2.1.1
2132024-12-23T15:17:50.367Z Downloaded rand_core v0.6.4
2142024-12-23T15:17:50.369Z Downloaded predicates v3.1.2
2152024-12-23T15:17:50.372Z Downloaded levenshtein v1.0.5
2162024-12-23T15:17:50.372Z Downloaded thread_local v1.1.8
2172024-12-23T15:17:50.375Z Downloaded strum_macros v0.26.4
2182024-12-23T15:17:50.377Z Downloaded polling v2.8.0
2192024-12-23T15:17:50.379Z Downloaded clap_derive v4.5.18
2202024-12-23T15:17:50.382Z Downloaded waitgroup v0.1.2
2212024-12-23T15:17:50.384Z Downloaded waker-fn v1.2.0
2222024-12-23T15:17:50.385Z Downloaded tokio-macros v2.4.0
2232024-12-23T15:17:50.388Z Downloaded terminal_size v0.4.0
2242024-12-23T15:17:50.388Z Downloaded lalrpop-util v0.20.2
2252024-12-23T15:17:50.388Z Downloaded kv-log-macro v1.0.7
2262024-12-23T15:17:50.390Z Downloaded displaydoc v0.2.5
2272024-12-23T15:17:50.393Z Downloaded termtree v0.4.1
2282024-12-23T15:17:50.395Z Downloaded zerofrom v0.1.4
2292024-12-23T15:17:50.395Z Downloaded wait-timeout v0.2.0
2302024-12-23T15:17:50.397Z Downloaded form_urlencoded v1.2.1
2312024-12-23T15:17:50.397Z Downloaded unicode-truncate v1.1.0
2322024-12-23T15:17:50.400Z Downloaded write16 v1.0.0
2332024-12-23T15:17:50.403Z Downloaded multer v3.1.0
2342024-12-23T15:17:50.403Z Downloaded zerovec-derive v0.10.3
2352024-12-23T15:17:50.415Z Downloaded shlex v1.3.0
2362024-12-23T15:17:50.415Z Downloaded http-body v0.4.6
2372024-12-23T15:17:50.416Z Downloaded tiny-keccak v2.0.2
2382024-12-23T15:17:50.416Z Downloaded signal-hook v0.3.17
2392024-12-23T15:17:50.416Z Downloaded hyper-rustls v0.27.3
2402024-12-23T15:17:50.418Z Downloaded tower-service v0.3.3
2412024-12-23T15:17:50.418Z Downloaded normalize-line-endings v0.3.0
2422024-12-23T15:17:50.418Z Downloaded ryu v1.0.18
2432024-12-23T15:17:50.421Z Downloaded toolchain_find v0.4.0
2442024-12-23T15:17:50.425Z Downloaded lru v0.12.4
2452024-12-23T15:17:50.425Z Downloaded lazy_static v1.5.0
2462024-12-23T15:17:50.427Z Downloaded untrusted v0.9.0
2472024-12-23T15:17:50.429Z Downloaded similar v2.6.0
2482024-12-23T15:17:50.432Z Downloaded itoa v1.0.11
2492024-12-23T15:17:50.435Z Downloaded jobserver v0.1.32
2502024-12-23T15:17:50.437Z Downloaded mime v0.3.17
2512024-12-23T15:17:50.437Z Downloaded yoke-derive v0.7.4
2522024-12-23T15:17:50.440Z Downloaded rustls-pki-types v1.8.0
2532024-12-23T15:17:50.442Z Downloaded polling v3.7.3
2542024-12-23T15:17:50.445Z Downloaded md5 v0.7.0
2552024-12-23T15:17:50.447Z Downloaded newline-converter v0.3.0
2562024-12-23T15:17:50.447Z Downloaded toml_datetime v0.6.8
2572024-12-23T15:17:50.450Z Downloaded openssl-probe v0.1.5
2582024-12-23T15:17:50.450Z Downloaded openssl-macros v0.1.1
2592024-12-23T15:17:50.450Z Downloaded diff v0.1.13
2602024-12-23T15:17:50.452Z Downloaded termini v1.0.0
2612024-12-23T15:17:50.455Z Downloaded termcolor v1.4.1
2622024-12-23T15:17:50.457Z Downloaded http-body-util v0.1.2
2632024-12-23T15:17:50.457Z Downloaded hostname v0.4.0
2642024-12-23T15:17:50.460Z Downloaded zeroize v1.8.1
2652024-12-23T15:17:50.460Z Downloaded dropshot_endpoint v0.13.0
2662024-12-23T15:17:50.463Z Downloaded new_debug_unreachable v1.0.6
2672024-12-23T15:17:50.465Z Downloaded time-core v0.1.2
2682024-12-23T15:17:50.465Z Downloaded icu_provider v1.5.0
2692024-12-23T15:17:50.468Z Downloaded try-lock v0.2.5
2702024-12-23T15:17:50.471Z Downloaded event-listener v5.3.1
2712024-12-23T15:17:50.473Z Downloaded utf16_iter v1.0.5
2722024-12-23T15:17:50.473Z Downloaded utf-8 v0.7.6
2732024-12-23T15:17:50.475Z Downloaded rustls-pemfile v2.1.3
2742024-12-23T15:17:50.477Z Downloaded thiserror-impl v1.0.69
2752024-12-23T15:17:50.477Z Downloaded thiserror v1.0.69
2762024-12-23T15:17:50.483Z Downloaded schemars v0.8.21
2772024-12-23T15:17:50.494Z Downloaded match_cfg v0.1.0
2782024-12-23T15:17:50.496Z Downloaded socket2 v0.5.7
2792024-12-23T15:17:50.499Z Downloaded is-wsl v0.4.0
2802024-12-23T15:17:50.499Z Downloaded idna_adapter v1.2.0
2812024-12-23T15:17:50.501Z Downloaded serde_derive v1.0.216
2822024-12-23T15:17:50.504Z Downloaded base64 v0.22.1
2832024-12-23T15:17:50.506Z Downloaded humantime v2.1.0
2842024-12-23T15:17:50.509Z Downloaded futures-macro v0.3.31
2852024-12-23T15:17:50.509Z Downloaded bytes v1.9.0
2862024-12-23T15:17:50.512Z Downloaded icu_locid_transform v1.5.0
2872024-12-23T15:17:50.515Z Downloaded once_cell v1.19.0
2882024-12-23T15:17:50.518Z Downloaded is-terminal v0.4.13
2892024-12-23T15:17:50.520Z Downloaded futures-channel v0.3.31
2902024-12-23T15:17:50.520Z Downloaded icu_normalizer_data v1.5.0
2912024-12-23T15:17:50.523Z Downloaded heck v0.5.0
2922024-12-23T15:17:50.526Z Downloaded is-docker v0.2.0
2932024-12-23T15:17:50.526Z Downloaded hostname v0.3.1
2942024-12-23T15:17:50.528Z Downloaded tokio-rustls v0.26.0
2952024-12-23T15:17:50.528Z Downloaded unicode-xid v0.2.5
2962024-12-23T15:17:50.531Z Downloaded icu_provider_macros v1.5.0
2972024-12-23T15:17:50.531Z Downloaded time-macros v0.2.18
2982024-12-23T15:17:50.534Z Downloaded httparse v1.9.4
2992024-12-23T15:17:50.537Z Downloaded home v0.5.9
3002024-12-23T15:17:50.537Z Downloaded lock_api v0.4.12
3012024-12-23T15:17:50.539Z Downloaded writeable v0.5.5
3022024-12-23T15:17:50.542Z Downloaded socket2 v0.4.10
3032024-12-23T15:17:50.542Z Downloaded thiserror v2.0.7
3042024-12-23T15:17:50.547Z Downloaded rand v0.8.5
3052024-12-23T15:17:50.550Z Downloaded version_check v0.9.5
3062024-12-23T15:17:50.553Z Downloaded utf8_iter v1.0.4
3072024-12-23T15:17:50.555Z Downloaded tokio-native-tls v0.3.1
3082024-12-23T15:17:50.555Z Downloaded tinystr v0.7.6
3092024-12-23T15:17:50.558Z Downloaded thiserror-impl v2.0.7
3102024-12-23T15:17:50.560Z Downloaded yasna v0.5.2
3112024-12-23T15:17:50.563Z Downloaded tracing-attributes v0.1.27
3122024-12-23T15:17:50.563Z Downloaded paste v1.0.15
3132024-12-23T15:17:50.565Z Downloaded futures-task v0.3.31
3142024-12-23T15:17:50.568Z Downloaded futures-sink v0.3.31
3152024-12-23T15:17:50.568Z Downloaded walkdir v2.5.0
3162024-12-23T15:17:50.571Z Downloaded num-traits v0.2.19
3172024-12-23T15:17:50.573Z Downloaded icu_locid v1.5.0
3182024-12-23T15:17:50.577Z Downloaded serde v1.0.216
3192024-12-23T15:17:50.580Z Downloaded futures-executor v0.3.31
3202024-12-23T15:17:50.582Z Downloaded generic-array v0.14.7
3212024-12-23T15:17:50.585Z Downloaded futures-io v0.3.31
3222024-12-23T15:17:50.585Z Downloaded tokio-rustls v0.25.0
3232024-12-23T15:17:50.588Z Downloaded futures-lite v1.13.0
3242024-12-23T15:17:50.590Z Downloaded ipnet v2.9.0
3252024-12-23T15:17:50.590Z Downloaded curl v0.4.46
3262024-12-23T15:17:50.594Z Downloaded value-bag v1.9.0
3272024-12-23T15:17:50.597Z Downloaded pin-project v1.1.5
3282024-12-23T15:17:50.608Z Downloaded tempfile v3.14.0
3292024-12-23T15:17:50.610Z Downloaded parking_lot_core v0.9.10
3302024-12-23T15:17:50.613Z Downloaded icu_normalizer v1.5.0
3312024-12-23T15:17:50.616Z Downloaded tracing v0.1.40
3322024-12-23T15:17:50.620Z Downloaded futures-lite v2.3.0
3332024-12-23T15:17:50.623Z Downloaded expectorate v1.1.0
3342024-12-23T15:17:50.626Z Downloaded log v0.4.22
3352024-12-23T15:17:50.629Z Downloaded icu_locid_transform_data v1.5.0
3362024-12-23T15:17:50.629Z Downloaded pretty_assertions v1.4.1
3372024-12-23T15:17:50.631Z Downloaded quinn v0.11.5
3382024-12-23T15:17:50.634Z Downloaded zerocopy-derive v0.7.35
3392024-12-23T15:17:50.638Z Downloaded unicode-ident v1.0.14
3402024-12-23T15:17:50.641Z Downloaded httpmock v0.6.8
3412024-12-23T15:17:50.646Z Downloaded hyper-util v0.1.10
3422024-12-23T15:17:50.650Z Downloaded icu_collections v1.5.0
3432024-12-23T15:17:50.656Z Downloaded tungstenite v0.20.1
3442024-12-23T15:17:50.659Z Downloaded tracing-core v0.1.32
3452024-12-23T15:17:50.662Z Downloaded uuid v1.11.0
3462024-12-23T15:17:50.665Z Downloaded url v2.5.4
3472024-12-23T15:17:50.668Z Downloaded yansi v1.0.1
3482024-12-23T15:17:50.671Z Downloaded mio v0.8.11
3492024-12-23T15:17:50.676Z Downloaded crossterm v0.27.0
3502024-12-23T15:17:50.682Z Downloaded parking_lot v0.12.3
3512024-12-23T15:17:50.685Z Downloaded openssl-sys v0.9.103
3522024-12-23T15:17:50.689Z Downloaded mio v1.0.2
3532024-12-23T15:17:50.695Z Downloaded memchr v2.7.4
3542024-12-23T15:17:50.700Z Downloaded http v1.1.0
3552024-12-23T15:17:50.704Z Downloaded tokio-util v0.7.11
3562024-12-23T15:17:50.711Z Downloaded portable-atomic v1.7.0
3572024-12-23T15:17:50.717Z Downloaded tinyvec v1.8.0
3582024-12-23T15:17:50.720Z Downloaded futures v0.3.31
3592024-12-23T15:17:50.725Z Downloaded toml_edit v0.22.22
3602024-12-23T15:17:50.746Z Downloaded indexmap v2.7.0
3612024-12-23T15:17:50.750Z Downloaded bstr v1.10.0
3622024-12-23T15:17:50.760Z Downloaded zerovec v0.10.4
3632024-12-23T15:17:50.765Z Downloaded idna v1.0.3
3642024-12-23T15:17:50.770Z Downloaded hyper v1.5.0
3652024-12-23T15:17:50.775Z Downloaded unicode-segmentation v1.11.0
3662024-12-23T15:17:50.778Z Downloaded zerocopy v0.7.35
3672024-12-23T15:17:50.794Z Downloaded hashbrown v0.15.0
3682024-12-23T15:17:50.809Z Downloaded async-std v1.12.0
3692024-12-23T15:17:50.831Z Downloaded winnow v0.6.18
3702024-12-23T15:17:50.840Z Downloaded itertools v0.11.0
3712024-12-23T15:17:50.847Z Downloaded rustls-webpki v0.102.7
3722024-12-23T15:17:50.866Z Downloaded isahc v1.7.2
3732024-12-23T15:17:50.874Z Downloaded lalrpop v0.20.2
3742024-12-23T15:17:50.886Z Downloaded icu_properties_data v1.5.0
3752024-12-23T15:17:50.895Z Downloaded webpki-roots v0.26.6
3762024-12-23T15:17:50.899Z Downloaded vcpkg v0.2.15
3772024-12-23T15:17:50.936Z Downloaded h2 v0.4.6
3782024-12-23T15:17:50.944Z Downloaded quinn-proto v0.11.8
3792024-12-23T15:17:50.950Z Downloaded hyper v0.14.30
3802024-12-23T15:17:50.959Z Downloaded futures-util v0.3.31
3812024-12-23T15:17:50.970Z Downloaded dropshot v0.13.0
3822024-12-23T15:17:50.993Z Downloaded openapiv3 v2.0.0
3832024-12-23T15:17:51.004Z Downloaded git2 v0.19.0
3842024-12-23T15:17:51.012Z Downloaded chrono v0.4.39
3852024-12-23T15:17:51.021Z Downloaded openssl v0.10.66
3862024-12-23T15:17:51.030Z Downloaded regex v1.11.1
3872024-12-23T15:17:51.043Z Downloaded syn v2.0.90
3882024-12-23T15:17:51.055Z Downloaded unicode-width v0.2.0
3892024-12-23T15:17:51.060Z Downloaded unicode-width v0.1.13
3902024-12-23T15:17:51.068Z Downloaded regress v0.10.1
3912024-12-23T15:17:51.076Z Downloaded rustls v0.22.4
3922024-12-23T15:17:51.089Z Downloaded itertools v0.13.0
3932024-12-23T15:17:51.096Z Downloaded regex-syntax v0.8.5
3942024-12-23T15:17:51.104Z Downloaded rustix v0.37.27
3952024-12-23T15:17:51.123Z Downloaded rustix v0.38.40
3962024-12-23T15:17:51.146Z Downloaded time v0.3.36
3972024-12-23T15:17:51.153Z Downloaded itertools v0.12.1
3982024-12-23T15:17:51.160Z Downloaded reqwest v0.12.9
3992024-12-23T15:17:51.167Z Downloaded hashbrown v0.14.5
4002024-12-23T15:17:51.172Z Downloaded serde_json v1.0.133
4012024-12-23T15:17:51.180Z Downloaded rustls v0.23.12
4022024-12-23T15:17:51.196Z Downloaded http v0.2.12
4032024-12-23T15:17:51.200Z Downloaded ratatui v0.26.3
4042024-12-23T15:17:51.217Z Downloaded oauth2 v5.0.0-rc.1
4052024-12-23T15:17:51.221Z Downloaded clap_builder v4.5.23
4062024-12-23T15:17:51.228Z Downloaded futures-core v0.3.31
4072024-12-23T15:17:51.230Z Downloaded icu_properties v1.5.1
4082024-12-23T15:17:51.233Z Downloaded native-tls v0.2.12
4092024-12-23T15:17:51.235Z Downloaded typenum v1.17.0
4102024-12-23T15:17:51.238Z Downloaded io-lifetimes v1.0.11
4112024-12-23T15:17:51.241Z Downloaded crossbeam-channel v0.5.13
4122024-12-23T15:17:51.244Z Downloaded base64 v0.21.7
4132024-12-23T15:17:51.250Z Downloaded tokio-tungstenite v0.20.1
4142024-12-23T15:17:51.252Z Downloaded litemap v0.7.3
4152024-12-23T15:17:51.255Z Downloaded toml v0.8.19
4162024-12-23T15:17:51.258Z Downloaded yoke v0.7.4
4172024-12-23T15:17:51.260Z Downloaded indicatif v0.17.9
4182024-12-23T15:17:51.263Z Downloaded bitflags v2.6.0
4192024-12-23T15:17:51.266Z Downloaded libz-sys v1.1.20
4202024-12-23T15:17:51.287Z Downloaded iana-time-zone v0.1.60
4212024-12-23T15:17:51.290Z Downloaded regex-automata v0.4.8
4222024-12-23T15:17:51.306Z Downloaded getrandom v0.2.15
4232024-12-23T15:17:51.309Z Downloaded term v0.7.0
4242024-12-23T15:17:51.312Z Downloaded zerofrom-derive v0.1.4
4252024-12-23T15:17:51.314Z Downloaded dialoguer v0.10.4
4262024-12-23T15:17:51.317Z Downloaded crossbeam-utils v0.8.20
4272024-12-23T15:17:51.320Z Downloaded rcgen v0.10.0
4282024-12-23T15:17:51.322Z Downloaded float-cmp v0.9.0
4292024-12-23T15:17:51.322Z Downloaded event-listener v3.1.0
4302024-12-23T15:17:51.324Z Downloaded ipnetwork v0.20.0
4312024-12-23T15:17:51.326Z Downloaded errno v0.3.9
4322024-12-23T15:17:51.328Z Downloaded petgraph v0.6.5
4332024-12-23T15:17:51.346Z Downloaded env_logger v0.10.2
4342024-12-23T15:17:51.349Z Downloaded utf8parse v0.2.2
4352024-12-23T15:17:51.352Z Downloaded tracing-futures v0.2.5
4362024-12-23T15:17:51.354Z Downloaded open v4.2.0
4372024-12-23T15:17:51.354Z Downloaded slog v2.7.0
4382024-12-23T15:17:51.357Z Downloaded proc-macro2 v1.0.92
4392024-12-23T15:17:51.359Z Downloaded console v0.15.8
4402024-12-23T15:17:51.362Z Downloaded compact_str v0.7.1
4412024-12-23T15:17:51.364Z Downloaded colored v2.2.0
4422024-12-23T15:17:51.367Z Downloaded clap v4.5.23
4432024-12-23T15:17:51.375Z Downloaded dirs-sys-next v0.1.2
4442024-12-23T15:17:51.377Z Downloaded libc v0.2.169
4452024-12-23T15:17:51.400Z Downloaded deranged v0.3.11
4462024-12-23T15:17:51.403Z Downloaded number_prefix v0.4.0
4472024-12-23T15:17:51.403Z Downloaded tokio v1.42.0
4482024-12-23T15:17:51.441Z Downloaded num_threads v0.1.7
4492024-12-23T15:17:51.443Z Downloaded hyper-tls v0.6.0
4502024-12-23T15:17:51.443Z Downloaded httpdate v1.0.3
4512024-12-23T15:17:51.445Z Downloaded camino v1.1.9
4522024-12-23T15:17:51.446Z Downloaded fnv v1.0.7
4532024-12-23T15:17:51.448Z Downloaded fixedbitset v0.4.2
4542024-12-23T15:17:51.448Z Downloaded fastrand v1.9.0
4552024-12-23T15:17:51.451Z Downloaded event-listener v2.5.3
4562024-12-23T15:17:51.451Z Downloaded dyn-clone v1.0.17
4572024-12-23T15:17:51.453Z Downloaded built v0.7.5
4582024-12-23T15:17:51.456Z Downloaded smallvec v1.13.2
4592024-12-23T15:17:51.456Z Downloaded quote v1.0.37
4602024-12-23T15:17:51.458Z Downloaded serde_urlencoded v0.7.1
4612024-12-23T15:17:51.460Z Downloaded dirs v4.0.0
4622024-12-23T15:17:51.462Z Downloaded digest v0.10.7
4632024-12-23T15:17:51.463Z Downloaded difflib v0.4.0
4642024-12-23T15:17:51.465Z Downloaded colorchoice v1.0.2
4652024-12-23T15:17:51.465Z Downloaded clap_lex v0.7.4
4662024-12-23T15:17:51.465Z Downloaded cfg-if v1.0.0
4672024-12-23T15:17:51.468Z Downloaded castaway v0.1.2
4682024-12-23T15:17:51.468Z Downloaded byteorder v1.5.0
4692024-12-23T15:17:51.471Z Downloaded bit-vec v0.6.3
4702024-12-23T15:17:51.471Z Downloaded spin v0.5.2
4712024-12-23T15:17:51.473Z Downloaded slog-json v2.6.1
4722024-12-23T15:17:51.473Z Downloaded same-file v1.0.6
4732024-12-23T15:17:51.476Z Downloaded predicates-tree v1.0.11
4742024-12-23T15:17:51.476Z Downloaded slab v0.4.9
4752024-12-23T15:17:51.478Z Downloaded signal-hook-mio v0.2.4
4762024-12-23T15:17:51.478Z Downloaded predicates-core v1.0.8
4772024-12-23T15:17:51.480Z Downloaded crunchy v0.2.2
4782024-12-23T15:17:51.480Z Downloaded clap_complete v4.5.39
4792024-12-23T15:17:51.483Z Downloaded blocking v1.6.1
4802024-12-23T15:17:51.485Z Downloaded atomic-waker v1.1.2
4812024-12-23T15:17:51.485Z Downloaded async-signal v0.2.10
4822024-12-23T15:17:51.488Z Downloaded encoding_rs v0.8.34
4832024-12-23T15:17:51.508Z Downloaded bit-set v0.5.3
4842024-12-23T15:17:51.567Z Downloaded curl-sys v0.4.74+curl-8.9.0
4852024-12-23T15:17:51.630Z Downloaded libgit2-sys v0.17.0+1.8.1
4862024-12-23T15:17:51.692Z Downloaded libnghttp2-sys v0.1.10+1.61.0
4872024-12-23T15:17:52.349Z Downloaded ring v0.17.8
4882024-12-23T15:17:52.531Z Downloaded ring v0.16.20
4892024-12-23T15:17:52.931Z Downloaded openssl-src v300.3.1+3.3.1
4902024-12-23T15:17:53.510Z Compiling proc-macro2 v1.0.92
4912024-12-23T15:17:53.510Z Compiling unicode-ident v1.0.14
4922024-12-23T15:17:53.513Z Compiling libc v0.2.169
4932024-12-23T15:17:53.513Z Compiling cfg-if v1.0.0
4942024-12-23T15:17:53.513Z Compiling autocfg v1.3.0
4952024-12-23T15:17:53.513Z Compiling once_cell v1.19.0
4962024-12-23T15:17:53.513Z Compiling shlex v1.3.0
4972024-12-23T15:17:53.539Z Running `/home/build/.rustup/toolchains/1.82-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.92/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=6d5ac2bc70b90dcc -C extra-filename=-6d5ac2bc70b90dcc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-6d5ac2bc70b90dcc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4982024-12-23T15:17:53.539Z Running `/home/build/.rustup/toolchains/1.82-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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0de75057cd269cd -C extra-filename=-b0de75057cd269cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4992024-12-23T15:17:53.542Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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=f43c5e3c083cd9d8 -C extra-filename=-f43c5e3c083cd9d8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-f43c5e3c083cd9d8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5002024-12-23T15:17:53.542Z Running `/home/build/.rustup/toolchains/1.82-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=bf8464dc6ea26318 -C extra-filename=-bf8464dc6ea26318 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5012024-12-23T15:17:53.542Z Running `/home/build/.rustup/toolchains/1.82-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=5ed68c8ff7d90331 -C extra-filename=-5ed68c8ff7d90331 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5022024-12-23T15:17:53.542Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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=54a8de2abd1cff77 -C extra-filename=-54a8de2abd1cff77 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-54a8de2abd1cff77 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5032024-12-23T15:17:53.565Z Running `/home/build/.rustup/toolchains/1.82-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=8f0fdb90945e8fa4 -C extra-filename=-8f0fdb90945e8fa4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5042024-12-23T15:17:53.580Z Running `/home/build/.rustup/toolchains/1.82-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=010afe84a545c693 -C extra-filename=-010afe84a545c693 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5052024-12-23T15:17:53.688Z Compiling serde v1.0.216
5062024-12-23T15:17:53.712Z Running `/home/build/.rustup/toolchains/1.82-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.216/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=492cd158996a4b9f -C extra-filename=-492cd158996a4b9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-492cd158996a4b9f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5072024-12-23T15:17:53.715Z Compiling memchr v2.7.4
5082024-12-23T15:17:53.731Z Running `/home/build/.rustup/toolchains/1.82-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=0b5e04bdd7f196ce -C extra-filename=-0b5e04bdd7f196ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5092024-12-23T15:17:53.961Z Compiling itoa v1.0.11
5102024-12-23T15:17:53.963Z Running `/home/build/.rustup/toolchains/1.82-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=6d4211eb8bc4d712 -C extra-filename=-6d4211eb8bc4d712 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5112024-12-23T15:17:54.036Z Compiling pin-project-lite v0.2.14
5122024-12-23T15:17:54.039Z Running `/home/build/.rustup/toolchains/1.82-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=e0d7e5a3e3f714b5 -C extra-filename=-e0d7e5a3e3f714b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5132024-12-23T15:17:54.147Z Compiling value-bag v1.9.0
5142024-12-23T15:17:54.150Z Running `/home/build/.rustup/toolchains/1.82-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=42db38bfc4a58456 -C extra-filename=-42db38bfc4a58456 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5152024-12-23T15:17:54.174Z Compiling futures-core v0.3.31
5162024-12-23T15:17:54.177Z Running `/home/build/.rustup/toolchains/1.82-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=b3d09398cdf3eb85 -C extra-filename=-b3d09398cdf3eb85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5172024-12-23T15:17:54.268Z Compiling version_check v0.9.5
5182024-12-23T15:17:54.271Z Running `/home/build/.rustup/toolchains/1.82-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=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5192024-12-23T15:17:54.289Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-54a8de2abd1cff77/build-script-build`
5202024-12-23T15:17:54.322Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-6d5ac2bc70b90dcc/build-script-build`
5212024-12-23T15:17:54.325Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-492cd158996a4b9f/build-script-build`
5222024-12-23T15:17:54.325Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-f43c5e3c083cd9d8/build-script-build`
5232024-12-23T15:17:54.360Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/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=a17e9eb8da053443 -C extra-filename=-a17e9eb8da053443 --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_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5242024-12-23T15:17:54.377Z Compiling futures-io v0.3.31
5252024-12-23T15:17:54.381Z Running `/home/build/.rustup/toolchains/1.82-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=4f1ea4d59b26b83e -C extra-filename=-4f1ea4d59b26b83e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5262024-12-23T15:17:54.396Z Compiling pkg-config v0.3.30
5272024-12-23T15:17:54.399Z Running `/home/build/.rustup/toolchains/1.82-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=52792130163f43ec -C extra-filename=-52792130163f43ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5282024-12-23T15:17:54.414Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --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=30f2b1c2a440a19a -C extra-filename=-30f2b1c2a440a19a --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_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
5292024-12-23T15:17:54.656Z Running `/home/build/.rustup/toolchains/1.82-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.92/src/lib.rs --error-format=json --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=da34867d150792a8 -C extra-filename=-da34867d150792a8 --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-b0de75057cd269cd.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)'`
5302024-12-23T15:17:54.685Z Compiling log v0.4.22
5312024-12-23T15:17:54.688Z Running `/home/build/.rustup/toolchains/1.82-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=056a6f96131f7850 -C extra-filename=-056a6f96131f7850 --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-42db38bfc4a58456.rmeta --cap-lints allow`
5322024-12-23T15:17:54.740Z Compiling lock_api v0.4.12
5332024-12-23T15:17:54.743Z Running `/home/build/.rustup/toolchains/1.82-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=53b18f1c837af04c -C extra-filename=-53b18f1c837af04c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-53b18f1c837af04c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-5ed68c8ff7d90331.rlib --cap-lints allow`
5342024-12-23T15:17:54.916Z Compiling bytes v1.9.0
5352024-12-23T15:17:54.919Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=34df12a77920a882 -C extra-filename=-34df12a77920a882 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5362024-12-23T15:17:55.104Z Compiling jobserver v0.1.32
5372024-12-23T15:17:55.106Z Running `/home/build/.rustup/toolchains/1.82-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=15d4b08dc6ebc90c -C extra-filename=-15d4b08dc6ebc90c --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-a17e9eb8da053443.rmeta --cap-lints allow`
5382024-12-23T15:17:55.148Z Compiling parking_lot_core v0.9.10
5392024-12-23T15:17:55.151Z Running `/home/build/.rustup/toolchains/1.82-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=6a2c2a942885a70a -C extra-filename=-6a2c2a942885a70a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6a2c2a942885a70a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5402024-12-23T15:17:55.443Z Compiling quote v1.0.37
5412024-12-23T15:17:55.446Z Running `/home/build/.rustup/toolchains/1.82-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=ace16124e6babb15 -C extra-filename=-ace16124e6babb15 --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-da34867d150792a8.rmeta --cap-lints allow`
5422024-12-23T15:17:55.564Z Compiling cc v1.1.15
5432024-12-23T15:17:55.567Z Running `/home/build/.rustup/toolchains/1.82-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=7f123337a0e89c15 -C extra-filename=-7f123337a0e89c15 --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-15d4b08dc6ebc90c.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a17e9eb8da053443.rmeta --extern shlex=/work/oxidecomputer/oxide.rs/target/debug/deps/libshlex-8f0fdb90945e8fa4.rmeta --cap-lints allow`
5442024-12-23T15:17:55.605Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6a2c2a942885a70a/build-script-build`
5452024-12-23T15:17:55.624Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-53b18f1c837af04c/build-script-build`
5462024-12-23T15:17:55.645Z Compiling slab v0.4.9
5472024-12-23T15:17:55.648Z Running `/home/build/.rustup/toolchains/1.82-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=e70120caaa7d7061 -C extra-filename=-e70120caaa7d7061 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-e70120caaa7d7061 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-5ed68c8ff7d90331.rlib --cap-lints allow`
5482024-12-23T15:17:55.758Z Compiling vcpkg v0.2.15
5492024-12-23T15:17:55.761Z Running `/home/build/.rustup/toolchains/1.82-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=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5502024-12-23T15:17:55.957Z Compiling syn v2.0.90
5512024-12-23T15:17:55.960Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/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="fold"' --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=cd7ec46cf626a021 -C extra-filename=-cd7ec46cf626a021 --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-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b0de75057cd269cd.rmeta --cap-lints allow`
5522024-12-23T15:17:56.077Z Compiling getrandom v0.2.15
5532024-12-23T15:17:56.080Z Running `/home/build/.rustup/toolchains/1.82-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=fffd529d0ace163d -C extra-filename=-fffd529d0ace163d --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --cap-lints allow`
5542024-12-23T15:17:56.118Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-e70120caaa7d7061/build-script-build`
5552024-12-23T15:17:56.250Z Compiling stable_deref_trait v1.2.0
5562024-12-23T15:17:56.253Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5fb76e509a9ad487 -C extra-filename=-5fb76e509a9ad487 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5572024-12-23T15:17:56.326Z Compiling smallvec v1.13.2
5582024-12-23T15:17:56.329Z Running `/home/build/.rustup/toolchains/1.82-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=0a0d67f00959a153 -C extra-filename=-0a0d67f00959a153 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5592024-12-23T15:17:56.364Z Running `/home/build/.rustup/toolchains/1.82-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=f6f845c67c0c89d0 -C extra-filename=-f6f845c67c0c89d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5602024-12-23T15:17:56.383Z Compiling bitflags v2.6.0
5612024-12-23T15:17:56.400Z Running `/home/build/.rustup/toolchains/1.82-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=2ec0f0e21fe6806f -C extra-filename=-2ec0f0e21fe6806f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5622024-12-23T15:17:56.421Z Compiling ryu v1.0.18
5632024-12-23T15:17:56.424Z Running `/home/build/.rustup/toolchains/1.82-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=08d82746684180f2 -C extra-filename=-08d82746684180f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5642024-12-23T15:17:56.629Z Compiling signal-hook-registry v1.4.2
5652024-12-23T15:17:56.632Z Running `/home/build/.rustup/toolchains/1.82-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=041dc5dfb092318a -C extra-filename=-041dc5dfb092318a --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
5662024-12-23T15:17:56.648Z Compiling fnv v1.0.7
5672024-12-23T15:17:56.651Z Running `/home/build/.rustup/toolchains/1.82-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=01ac370b0f4770be -C extra-filename=-01ac370b0f4770be --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5682024-12-23T15:17:56.749Z Compiling hashbrown v0.15.0
5692024-12-23T15:17:56.752Z Running `/home/build/.rustup/toolchains/1.82-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=d7dc87c93d63ea37 -C extra-filename=-d7dc87c93d63ea37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5702024-12-23T15:17:56.781Z Compiling equivalent v1.0.1
5712024-12-23T15:17:56.784Z Compiling serde_json v1.0.133
5722024-12-23T15:17:56.784Z Running `/home/build/.rustup/toolchains/1.82-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=7de52f742ab865cc -C extra-filename=-7de52f742ab865cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5732024-12-23T15:17:56.784Z Running `/home/build/.rustup/toolchains/1.82-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.133/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=50069a0dde149efe -C extra-filename=-50069a0dde149efe --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-50069a0dde149efe -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5742024-12-23T15:17:56.816Z Compiling litemap v0.7.3
5752024-12-23T15:17:56.819Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=f12d2d6b0b338679 -C extra-filename=-f12d2d6b0b338679 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5762024-12-23T15:17:56.904Z Compiling writeable v0.5.5
5772024-12-23T15:17:56.907Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-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("bench", "either"))' -C metadata=5944bd6d78342901 -C extra-filename=-5944bd6d78342901 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5782024-12-23T15:17:57.205Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-50069a0dde149efe/build-script-build`
5792024-12-23T15:17:57.231Z Compiling icu_locid_transform_data v1.5.0
5802024-12-23T15:17:57.234Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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())' -C metadata=2e516210a263aeb9 -C extra-filename=-2e516210a263aeb9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5812024-12-23T15:17:57.250Z Compiling scopeguard v1.2.0
5822024-12-23T15:17:57.253Z Running `/home/build/.rustup/toolchains/1.82-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=eab02f069d41ca64 -C extra-filename=-eab02f069d41ca64 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5832024-12-23T15:17:57.339Z Running `/home/build/.rustup/toolchains/1.82-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=296567b4d958016d -C extra-filename=-296567b4d958016d --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow`
5842024-12-23T15:17:57.422Z Running `/home/build/.rustup/toolchains/1.82-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=9988cdab2f380be6 -C extra-filename=-9988cdab2f380be6 --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-eab02f069d41ca64.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
5852024-12-23T15:17:57.463Z Compiling tracing-core v0.1.32
5862024-12-23T15:17:57.466Z Running `/home/build/.rustup/toolchains/1.82-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=c7783e0b9edacbbb -C extra-filename=-c7783e0b9edacbbb --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-010afe84a545c693.rmeta --cap-lints allow`
5872024-12-23T15:17:57.574Z Compiling byteorder v1.5.0
5882024-12-23T15:17:57.577Z Running `/home/build/.rustup/toolchains/1.82-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=ae9c71e129d70e32 -C extra-filename=-ae9c71e129d70e32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5892024-12-23T15:17:57.604Z Compiling crossbeam-utils v0.8.20
5902024-12-23T15:17:57.607Z Running `/home/build/.rustup/toolchains/1.82-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=d1178f78bf1365d3 -C extra-filename=-d1178f78bf1365d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-d1178f78bf1365d3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5912024-12-23T15:17:57.947Z Compiling icu_properties_data v1.5.0
5922024-12-23T15:17:57.949Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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())' -C metadata=a18112048da2b7b0 -C extra-filename=-a18112048da2b7b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5932024-12-23T15:17:58.047Z Compiling parking_lot v0.12.3
5942024-12-23T15:17:58.050Z Running `/home/build/.rustup/toolchains/1.82-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=a864e76be89d060f -C extra-filename=-a864e76be89d060f --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-9988cdab2f380be6.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-296567b4d958016d.rmeta --cap-lints allow`
5952024-12-23T15:17:58.065Z Compiling socket2 v0.5.7
5962024-12-23T15:17:58.068Z Running `/home/build/.rustup/toolchains/1.82-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=221ca3677cab1486 -C extra-filename=-221ca3677cab1486 --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
5972024-12-23T15:17:58.089Z Compiling errno v0.3.9
5982024-12-23T15:17:58.091Z Running `/home/build/.rustup/toolchains/1.82-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=0b970e7bbafd9fb5 -C extra-filename=-0b970e7bbafd9fb5 --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
5992024-12-23T15:17:58.200Z Compiling utf8_iter v1.0.4
6002024-12-23T15:17:58.203Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7c95c31ed462f44 -C extra-filename=-b7c95c31ed462f44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6012024-12-23T15:17:58.219Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-d1178f78bf1365d3/build-script-build`
6022024-12-23T15:17:58.245Z Compiling icu_normalizer_data v1.5.0
6032024-12-23T15:17:58.248Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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())' -C metadata=1ee45bb2627af1ca -C extra-filename=-1ee45bb2627af1ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6042024-12-23T15:17:58.340Z Compiling write16 v1.0.0
6052024-12-23T15:17:58.343Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=2fd6a3c459759c72 -C extra-filename=-2fd6a3c459759c72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6062024-12-23T15:17:58.360Z Compiling futures-sink v0.3.31
6072024-12-23T15:17:58.376Z Running `/home/build/.rustup/toolchains/1.82-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=82b9ad00b7936384 -C extra-filename=-82b9ad00b7936384 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6082024-12-23T15:17:58.478Z Compiling utf16_iter v1.0.5
6092024-12-23T15:17:58.495Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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=828203e0337ced79 -C extra-filename=-828203e0337ced79 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6102024-12-23T15:17:58.498Z Running `/home/build/.rustup/toolchains/1.82-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=3d427b6d96bfb00b -C extra-filename=-3d427b6d96bfb00b --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)'`
6112024-12-23T15:17:58.528Z Compiling openssl-src v300.3.1+3.3.1
6122024-12-23T15:17:58.531Z Running `/home/build/.rustup/toolchains/1.82-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=aea9cb847439c999 -C extra-filename=-aea9cb847439c999 --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-7f123337a0e89c15.rmeta --cap-lints allow`
6132024-12-23T15:17:58.687Z Compiling num-traits v0.2.19
6142024-12-23T15:17:58.690Z Running `/home/build/.rustup/toolchains/1.82-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=29fec2416fec6665 -C extra-filename=-29fec2416fec6665 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-29fec2416fec6665 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-5ed68c8ff7d90331.rlib --cap-lints allow`
6152024-12-23T15:17:59.024Z Compiling rustix v0.38.40
6162024-12-23T15:17:59.027Z Running `/home/build/.rustup/toolchains/1.82-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.40/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=9a28266c3dd7b0f6 -C extra-filename=-9a28266c3dd7b0f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-9a28266c3dd7b0f6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6172024-12-23T15:17:59.048Z Compiling pin-utils v0.1.0
6182024-12-23T15:17:59.051Z Running `/home/build/.rustup/toolchains/1.82-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=4a6c1cbd48085085 -C extra-filename=-4a6c1cbd48085085 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6192024-12-23T15:17:59.051Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-29fec2416fec6665/build-script-build`
6202024-12-23T15:17:59.083Z Compiling openssl-sys v0.9.103
6212024-12-23T15:17:59.086Z Compiling mio v1.0.2
6222024-12-23T15:17:59.086Z Running `/home/build/.rustup/toolchains/1.82-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=7f086325ffc816ec -C extra-filename=-7f086325ffc816ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-7f086325ffc816ec -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-aea9cb847439c999.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-52792130163f43ec.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow`
6232024-12-23T15:17:59.086Z Running `/home/build/.rustup/toolchains/1.82-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=69e057e18df9cc31 -C extra-filename=-69e057e18df9cc31 --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
6242024-12-23T15:17:59.143Z Compiling futures-channel v0.3.31
6252024-12-23T15:17:59.146Z Running `/home/build/.rustup/toolchains/1.82-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=50a874b5ae8464ab -C extra-filename=-50a874b5ae8464ab --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-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --cap-lints allow`
6262024-12-23T15:17:59.161Z Compiling ahash v0.8.11
6272024-12-23T15:17:59.164Z Running `/home/build/.rustup/toolchains/1.82-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=e91ea64f61238a77 -C extra-filename=-e91ea64f61238a77 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-e91ea64f61238a77 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
6282024-12-23T15:17:59.289Z Running `/home/build/.rustup/toolchains/1.82-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=177e9464a0e2d7b4 -C extra-filename=-177e9464a0e2d7b4 --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`
6292024-12-23T15:17:59.550Z Compiling futures-task v0.3.31
6302024-12-23T15:17:59.553Z Running `/home/build/.rustup/toolchains/1.82-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=2019e2fa12d7bf52 -C extra-filename=-2019e2fa12d7bf52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6312024-12-23T15:17:59.553Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-e91ea64f61238a77/build-script-build`
6322024-12-23T15:17:59.632Z Compiling http v1.1.0
6332024-12-23T15:17:59.635Z Running `/home/build/.rustup/toolchains/1.82-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=d2eeef2fb055dd84 -C extra-filename=-d2eeef2fb055dd84 --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --cap-lints allow`
6342024-12-23T15:17:59.718Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-9a28266c3dd7b0f6/build-script-build`
6352024-12-23T15:17:59.844Z Compiling heck v0.5.0
6362024-12-23T15:17:59.847Z Running `/home/build/.rustup/toolchains/1.82-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=a74bb6a36483bfce -C extra-filename=-a74bb6a36483bfce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6372024-12-23T15:17:59.863Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --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=05cdfd8123b9c7ac -C extra-filename=-05cdfd8123b9c7ac --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-2ec0f0e21fe6806f.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-0b970e7bbafd9fb5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6382024-12-23T15:17:59.882Z Compiling atomic-waker v1.1.2
6392024-12-23T15:17:59.886Z Running `/home/build/.rustup/toolchains/1.82-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=c83bbda0772b5da6 -C extra-filename=-c83bbda0772b5da6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6402024-12-23T15:18:00.078Z Compiling httparse v1.9.4
6412024-12-23T15:18:00.080Z Running `/home/build/.rustup/toolchains/1.82-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=d56a17616791b119 -C extra-filename=-d56a17616791b119 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-d56a17616791b119 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6422024-12-23T15:18:00.133Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-7f086325ffc816ec/build-script-main`
6432024-12-23T15:18:00.373Z Running `/home/build/.rustup/toolchains/1.82-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=94283fe6939fe043 -C extra-filename=-94283fe6939fe043 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6442024-12-23T15:18:00.429Z Compiling concurrent-queue v2.5.0
6452024-12-23T15:18:00.432Z Running `/home/build/.rustup/toolchains/1.82-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=b245e322c3c9bb15 -C extra-filename=-b245e322c3c9bb15 --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-3d427b6d96bfb00b.rmeta --cap-lints allow`
6462024-12-23T15:18:00.784Z Compiling aho-corasick v1.1.3
6472024-12-23T15:18:00.787Z Running `/home/build/.rustup/toolchains/1.82-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=813ced89b989db01 -C extra-filename=-813ced89b989db01 --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-0b5e04bdd7f196ce.rmeta --cap-lints allow`
6482024-12-23T15:18:00.813Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-d56a17616791b119/build-script-build`
6492024-12-23T15:18:00.923Z Running `/home/build/.rustup/toolchains/1.82-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=049038b03c14a623 -C extra-filename=-049038b03c14a623 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6502024-12-23T15:18:01.219Z Compiling parking v2.2.0
6512024-12-23T15:18:01.222Z Running `/home/build/.rustup/toolchains/1.82-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=0def4507c54f5e1d -C extra-filename=-0def4507c54f5e1d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6522024-12-23T15:18:01.267Z Compiling fastrand v2.1.1
6532024-12-23T15:18:01.270Z Running `/home/build/.rustup/toolchains/1.82-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=a0c2f3a71ec2ef8a -C extra-filename=-a0c2f3a71ec2ef8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6542024-12-23T15:18:01.604Z Compiling regex-syntax v0.8.5
6552024-12-23T15:18:01.609Z Running `/home/build/.rustup/toolchains/1.82-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=b88c58f7244881b5 -C extra-filename=-b88c58f7244881b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6562024-12-23T15:18:01.855Z Running `/home/build/.rustup/toolchains/1.82-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=7c2b421304846867 -C extra-filename=-7c2b421304846867 --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`
6572024-12-23T15:18:01.884Z Compiling ring v0.17.8
6582024-12-23T15:18:01.887Z Running `/home/build/.rustup/toolchains/1.82-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=fddba677fca102d1 -C extra-filename=-fddba677fca102d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-fddba677fca102d1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --cap-lints allow`
6592024-12-23T15:18:02.207Z Compiling libz-sys v1.1.20
6602024-12-23T15:18:02.211Z Running `/home/build/.rustup/toolchains/1.82-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=0417579826cb7218 -C extra-filename=-0417579826cb7218 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-0417579826cb7218 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-52792130163f43ec.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow`
6612024-12-23T15:18:02.584Z Compiling dyn-clone v1.0.17
6622024-12-23T15:18:02.587Z Running `/home/build/.rustup/toolchains/1.82-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=6869515caa012bc2 -C extra-filename=-6869515caa012bc2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6632024-12-23T15:18:02.846Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="const_generics"' --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=8d9786751187027e -C extra-filename=-8d9786751187027e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6642024-12-23T15:18:02.916Z Compiling allocator-api2 v0.2.18
6652024-12-23T15:18:02.919Z Running `/home/build/.rustup/toolchains/1.82-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=2d897a6949068429 -C extra-filename=-2d897a6949068429 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6662024-12-23T15:18:02.919Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-0417579826cb7218/build-script-build`
6672024-12-23T15:18:03.235Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-fddba677fca102d1/build-script-build`
6682024-12-23T15:18:03.442Z Compiling synstructure v0.13.1
6692024-12-23T15:18:03.445Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c7ba7e8fc8fbf87a -C extra-filename=-c7ba7e8fc8fbf87a --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-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rmeta --cap-lints allow`
6702024-12-23T15:18:03.661Z Compiling serde_derive_internals v0.29.1
6712024-12-23T15:18:03.664Z Running `/home/build/.rustup/toolchains/1.82-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=212dd3edc67f5a99 -C extra-filename=-212dd3edc67f5a99 --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-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rmeta --cap-lints allow`
6722024-12-23T15:18:04.780Z Compiling iana-time-zone v0.1.60
6732024-12-23T15:18:04.782Z Running `/home/build/.rustup/toolchains/1.82-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=d3bc873df9183908 -C extra-filename=-d3bc873df9183908 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6742024-12-23T15:18:05.276Z Compiling regex-automata v0.4.8
6752024-12-23T15:18:05.279Z Running `/home/build/.rustup/toolchains/1.82-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=1bc4fcd65f4659e4 -C extra-filename=-1bc4fcd65f4659e4 --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-813ced89b989db01.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b88c58f7244881b5.rmeta --cap-lints allow`
6762024-12-23T15:18:05.621Z Compiling rustls-pki-types v1.8.0
6772024-12-23T15:18:05.624Z Running `/home/build/.rustup/toolchains/1.82-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=b3fc9fdeed43d616 -C extra-filename=-b3fc9fdeed43d616 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6782024-12-23T15:18:05.686Z Compiling spin v0.9.8
6792024-12-23T15:18:05.688Z Running `/home/build/.rustup/toolchains/1.82-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=2f9d92d182118ed5 -C extra-filename=-2f9d92d182118ed5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6802024-12-23T15:18:05.938Z Compiling schemars v0.8.21
6812024-12-23T15:18:05.941Z Running `/home/build/.rustup/toolchains/1.82-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=c5375a892673d5a9 -C extra-filename=-c5375a892673d5a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-c5375a892673d5a9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6822024-12-23T15:18:06.337Z Compiling percent-encoding v2.3.1
6832024-12-23T15:18:06.340Z Running `/home/build/.rustup/toolchains/1.82-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=979a6ffd7abfd08b -C extra-filename=-979a6ffd7abfd08b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6842024-12-23T15:18:06.430Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-c5375a892673d5a9/build-script-build`
6852024-12-23T15:18:06.455Z Compiling untrusted v0.9.0
6862024-12-23T15:18:06.458Z Running `/home/build/.rustup/toolchains/1.82-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=708e3792e0eecbdb -C extra-filename=-708e3792e0eecbdb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6872024-12-23T15:18:06.519Z Compiling form_urlencoded v1.2.1
6882024-12-23T15:18:06.522Z Running `/home/build/.rustup/toolchains/1.82-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=a14e9e00c55afb81 -C extra-filename=-a14e9e00c55afb81 --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-979a6ffd7abfd08b.rmeta --cap-lints allow`
6892024-12-23T15:18:06.636Z Compiling try-lock v0.2.5
6902024-12-23T15:18:06.639Z Running `/home/build/.rustup/toolchains/1.82-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=aa1742a0b7dc6287 -C extra-filename=-aa1742a0b7dc6287 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6912024-12-23T15:18:06.738Z Compiling thiserror v2.0.7
6922024-12-23T15:18:06.740Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37b547443a6fb480 -C extra-filename=-37b547443a6fb480 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-37b547443a6fb480 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6932024-12-23T15:18:06.778Z Compiling want v0.3.1
6942024-12-23T15:18:06.781Z Running `/home/build/.rustup/toolchains/1.82-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=5e22de2122d8b20f -C extra-filename=-5e22de2122d8b20f --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-aa1742a0b7dc6287.rmeta --cap-lints allow`
6952024-12-23T15:18:06.844Z Compiling httpdate v1.0.3
6962024-12-23T15:18:06.847Z Running `/home/build/.rustup/toolchains/1.82-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=a74ba5c59811b47c -C extra-filename=-a74ba5c59811b47c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6972024-12-23T15:18:07.090Z Compiling zeroize v1.8.1
6982024-12-23T15:18:07.102Z Running `/home/build/.rustup/toolchains/1.82-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=2603b4c4a5354fb8 -C extra-filename=-2603b4c4a5354fb8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6992024-12-23T15:18:07.319Z Compiling http-body v1.0.1
7002024-12-23T15:18:07.323Z Running `/home/build/.rustup/toolchains/1.82-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=9601e263d7a8ec04 -C extra-filename=-9601e263d7a8ec04 --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --cap-lints allow`
7012024-12-23T15:18:07.339Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-37b547443a6fb480/build-script-build`
7022024-12-23T15:18:07.357Z Compiling anstyle v1.0.8
7032024-12-23T15:18:07.357Z Running `/home/build/.rustup/toolchains/1.82-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=bd40b868ce792842 -C extra-filename=-bd40b868ce792842 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7042024-12-23T15:18:07.561Z Compiling subtle v2.6.1
7052024-12-23T15:18:07.569Z Running `/home/build/.rustup/toolchains/1.82-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=624497046c8e871d -C extra-filename=-624497046c8e871d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7062024-12-23T15:18:07.672Z Compiling openssl-probe v0.1.5
7072024-12-23T15:18:07.676Z Running `/home/build/.rustup/toolchains/1.82-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=a11e19e89d155712 -C extra-filename=-a11e19e89d155712 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7082024-12-23T15:18:07.805Z Compiling tower-service v0.3.3
7092024-12-23T15:18:07.809Z Running `/home/build/.rustup/toolchains/1.82-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=8552aec5b0efa10d -C extra-filename=-8552aec5b0efa10d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7102024-12-23T15:18:07.822Z Compiling event-listener v5.3.1
7112024-12-23T15:18:07.827Z Running `/home/build/.rustup/toolchains/1.82-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=ee456648af9fc82e -C extra-filename=-ee456648af9fc82e --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-b245e322c3c9bb15.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
7122024-12-23T15:18:07.924Z Compiling rand_core v0.6.4
7132024-12-23T15:18:07.930Z Running `/home/build/.rustup/toolchains/1.82-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=2aa5afc0ab77f983 -C extra-filename=-2aa5afc0ab77f983 --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-fffd529d0ace163d.rmeta --cap-lints allow`
7142024-12-23T15:18:08.046Z Compiling either v1.13.0
7152024-12-23T15:18:08.050Z Running `/home/build/.rustup/toolchains/1.82-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=7e00d018c5861d41 -C extra-filename=-7e00d018c5861d41 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7162024-12-23T15:18:08.142Z Compiling serde_derive v1.0.216
7172024-12-23T15:18:08.146Z Running `/home/build/.rustup/toolchains/1.82-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.216/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=67dc359342a879fd -C extra-filename=-67dc359342a879fd --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7182024-12-23T15:18:08.351Z Compiling zerofrom-derive v0.1.4
7192024-12-23T15:18:08.355Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.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=014c98a7c68106b8 -C extra-filename=-014c98a7c68106b8 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-c7ba7e8fc8fbf87a.rlib --extern proc_macro --cap-lints allow`
7202024-12-23T15:18:08.403Z Compiling yoke-derive v0.7.4
7212024-12-23T15:18:08.409Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.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=17020a4d0b512980 -C extra-filename=-17020a4d0b512980 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern synstructure=/work/oxidecomputer/oxide.rs/target/debug/deps/libsynstructure-c7ba7e8fc8fbf87a.rlib --extern proc_macro --cap-lints allow`
7222024-12-23T15:18:08.423Z Compiling zerovec-derive v0.10.3
7232024-12-23T15:18:08.423Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b82465d758390f96 -C extra-filename=-b82465d758390f96 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7242024-12-23T15:18:08.448Z Compiling displaydoc v0.2.5
7252024-12-23T15:18:08.454Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5b8ae83ea1c345f0 -C extra-filename=-5b8ae83ea1c345f0 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7262024-12-23T15:18:08.667Z Compiling icu_provider_macros v1.5.0
7272024-12-23T15:18:08.674Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80755befc4c8eafe -C extra-filename=-80755befc4c8eafe --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7282024-12-23T15:18:09.833Z Compiling zerocopy-derive v0.7.35
7292024-12-23T15:18:09.836Z Running `/home/build/.rustup/toolchains/1.82-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=292a10365be323c2 -C extra-filename=-292a10365be323c2 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7302024-12-23T15:18:09.983Z Compiling tracing-attributes v0.1.27
7312024-12-23T15:18:09.990Z Running `/home/build/.rustup/toolchains/1.82-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=df68c29ce80c4c61 -C extra-filename=-df68c29ce80c4c61 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7322024-12-23T15:18:10.906Z Compiling tokio-macros v2.4.0
7332024-12-23T15:18:10.911Z Running `/home/build/.rustup/toolchains/1.82-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=c0b1cfbb58d8329a -C extra-filename=-c0b1cfbb58d8329a --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7342024-12-23T15:18:11.058Z Compiling futures-macro v0.3.31
7352024-12-23T15:18:11.063Z Running `/home/build/.rustup/toolchains/1.82-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=cd341c403701cfdf -C extra-filename=-cd341c403701cfdf --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7362024-12-23T15:18:11.779Z Compiling zerofrom v0.1.4
7372024-12-23T15:18:11.802Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=405b174ac960011b -C extra-filename=-405b174ac960011b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom_derive-014c98a7c68106b8.so --cap-lints allow`
7382024-12-23T15:18:11.871Z Compiling zerocopy v0.7.35
7392024-12-23T15:18:11.874Z Running `/home/build/.rustup/toolchains/1.82-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=4365050d8739c38a -C extra-filename=-4365050d8739c38a --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-ae9c71e129d70e32.rmeta --extern zerocopy_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy_derive-292a10365be323c2.so --cap-lints allow`
7402024-12-23T15:18:12.026Z Compiling yoke v0.7.4
7412024-12-23T15:18:12.029Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b3d4d7a0e0398f8e -C extra-filename=-b3d4d7a0e0398f8e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libstable_deref_trait-5fb76e509a9ad487.rmeta --extern yoke_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke_derive-17020a4d0b512980.so --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-405b174ac960011b.rmeta --cap-lints allow`
7422024-12-23T15:18:12.379Z Compiling zerovec v0.10.4
7432024-12-23T15:18:12.412Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=238a47583cfd1d5d -C extra-filename=-238a47583cfd1d5d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-b3d4d7a0e0398f8e.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-405b174ac960011b.rmeta --extern zerovec_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec_derive-b82465d758390f96.so --cap-lints allow`
7442024-12-23T15:18:12.446Z Compiling tokio v1.42.0
7452024-12-23T15:18:12.448Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.42.0/src/lib.rs --error-format=json --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=7c6bb524cc1e5bba -C extra-filename=-7c6bb524cc1e5bba --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-34df12a77920a882.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-69e057e18df9cc31.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-a864e76be89d060f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-041dc5dfb092318a.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-221ca3677cab1486.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-c0b1cfbb58d8329a.so --cap-lints allow`
7462024-12-23T15:18:12.935Z Compiling futures-util v0.3.31
7472024-12-23T15:18:12.952Z Running `/home/build/.rustup/toolchains/1.82-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=f3bb6aa4bc9ca547 -C extra-filename=-f3bb6aa4bc9ca547 --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-cd341c403701cfdf.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --cap-lints allow`
7482024-12-23T15:18:13.098Z Compiling tracing v0.1.40
7492024-12-23T15:18:13.101Z Running `/home/build/.rustup/toolchains/1.82-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=3c60d10bbad7a548 -C extra-filename=-3c60d10bbad7a548 --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-056a6f96131f7850.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-df68c29ce80c4c61.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-c7783e0b9edacbbb.rmeta --cap-lints allow`
7502024-12-23T15:18:13.512Z Compiling schemars_derive v0.8.21
7512024-12-23T15:18:13.515Z Running `/home/build/.rustup/toolchains/1.82-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=d2937829211a1a50 -C extra-filename=-d2937829211a1a50 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-212dd3edc67f5a99.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7522024-12-23T15:18:13.656Z Compiling regex v1.11.1
7532024-12-23T15:18:13.659Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=b9572e440c113b1d -C extra-filename=-b9572e440c113b1d --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-813ced89b989db01.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-1bc4fcd65f4659e4.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b88c58f7244881b5.rmeta --cap-lints allow`
7542024-12-23T15:18:14.755Z Compiling tinystr v0.7.6
7552024-12-23T15:18:14.758Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=f698c2757f4679c9 -C extra-filename=-f698c2757f4679c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7562024-12-23T15:18:14.837Z Compiling icu_collections v1.5.0
7572024-12-23T15:18:14.840Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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("bench", "databake", "serde", "std"))' -C metadata=d09448b574291cb7 -C extra-filename=-d09448b574291cb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-b3d4d7a0e0398f8e.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-405b174ac960011b.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7582024-12-23T15:18:15.236Z Compiling icu_locid v1.5.0
7592024-12-23T15:18:15.239Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=625f238509e9b9b5 -C extra-filename=-625f238509e9b9b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern litemap=/work/oxidecomputer/oxide.rs/target/debug/deps/liblitemap-f12d2d6b0b338679.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-f698c2757f4679c9.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-5944bd6d78342901.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7602024-12-23T15:18:15.256Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/src/lib.rs --error-format=json --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=a77dd7cc388ec350 -C extra-filename=-a77dd7cc388ec350 --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-67dc359342a879fd.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7612024-12-23T15:18:16.375Z Compiling icu_provider v1.5.0
7622024-12-23T15:18:16.379Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=fb30f953bd414c3c -C extra-filename=-fb30f953bd414c3c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-625f238509e9b9b5.rmeta --extern icu_provider_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider_macros-80755befc4c8eafe.so --extern stable_deref_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libstable_deref_trait-5fb76e509a9ad487.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-f698c2757f4679c9.rmeta --extern writeable=/work/oxidecomputer/oxide.rs/target/debug/deps/libwriteable-5944bd6d78342901.rmeta --extern yoke=/work/oxidecomputer/oxide.rs/target/debug/deps/libyoke-b3d4d7a0e0398f8e.rmeta --extern zerofrom=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerofrom-405b174ac960011b.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7632024-12-23T15:18:16.438Z Running `/home/build/.rustup/toolchains/1.82-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=f74c0ddfd1f53c54 -C extra-filename=-f74c0ddfd1f53c54 --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-bf8464dc6ea26318.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-4365050d8739c38a.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
7642024-12-23T15:18:16.464Z Running `/home/build/.rustup/toolchains/1.82-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=0237a1ed51394553 -C extra-filename=-0237a1ed51394553 --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-bf8464dc6ea26318.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-fffd529d0ace163d.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
7652024-12-23T15:18:17.011Z Compiling hashbrown v0.14.5
7662024-12-23T15:18:17.014Z Running `/home/build/.rustup/toolchains/1.82-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=35ef691df5bea808 -C extra-filename=-35ef691df5bea808 --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-f74c0ddfd1f53c54.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-2d897a6949068429.rmeta --cap-lints allow`
7672024-12-23T15:18:17.530Z Compiling icu_locid_transform v1.5.0
7682024-12-23T15:18:17.532Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fe29648d266a2af9 -C extra-filename=-fe29648d266a2af9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern icu_locid=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid-625f238509e9b9b5.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform_data-2e516210a263aeb9.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-fb30f953bd414c3c.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-f698c2757f4679c9.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7692024-12-23T15:18:17.844Z Compiling thiserror-impl v2.0.7
7702024-12-23T15:18:17.847Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.7/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=e8c386f1d7fa5fd8 -C extra-filename=-e8c386f1d7fa5fd8 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7712024-12-23T15:18:18.375Z Compiling ppv-lite86 v0.2.20
7722024-12-23T15:18:18.378Z Running `/home/build/.rustup/toolchains/1.82-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=921e842f8b625ed1 -C extra-filename=-921e842f8b625ed1 --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-4365050d8739c38a.rmeta --cap-lints allow`
7732024-12-23T15:18:19.277Z Compiling icu_properties v1.5.1
7742024-12-23T15:18:19.280Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=85b30b12d44c912e -C extra-filename=-85b30b12d44c912e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d09448b574291cb7.rmeta --extern icu_locid_transform=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_locid_transform-fe29648d266a2af9.rmeta --extern icu_properties_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties_data-a18112048da2b7b0.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-fb30f953bd414c3c.rmeta --extern tinystr=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinystr-f698c2757f4679c9.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
7752024-12-23T15:18:19.280Z Compiling rustls-webpki v0.102.7
7762024-12-23T15:18:19.321Z Running `/home/build/.rustup/toolchains/1.82-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=3da2a81e8de52be4 -C extra-filename=-3da2a81e8de52be4 --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-0237a1ed51394553.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
7772024-12-23T15:18:20.473Z Compiling foreign-types-shared v0.1.1
7782024-12-23T15:18:20.491Z Running `/home/build/.rustup/toolchains/1.82-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=3e88c51f198c4536 -C extra-filename=-3e88c51f198c4536 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7792024-12-23T15:18:20.509Z Compiling openssl v0.10.66
7802024-12-23T15:18:20.511Z Running `/home/build/.rustup/toolchains/1.82-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=cf26f19a4011385e -C extra-filename=-cf26f19a4011385e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-cf26f19a4011385e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7812024-12-23T15:18:20.585Z Compiling foreign-types v0.3.2
7822024-12-23T15:18:20.587Z Running `/home/build/.rustup/toolchains/1.82-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=5d52dbc4bf401aff -C extra-filename=-5d52dbc4bf401aff --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-3e88c51f198c4536.rmeta --cap-lints allow`
7832024-12-23T15:18:20.687Z Compiling rand_chacha v0.3.1
7842024-12-23T15:18:20.689Z Running `/home/build/.rustup/toolchains/1.82-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=1b79bffd7509f1d4 -C extra-filename=-1b79bffd7509f1d4 --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-921e842f8b625ed1.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-2aa5afc0ab77f983.rmeta --cap-lints allow`
7852024-12-23T15:18:20.928Z Compiling tokio-util v0.7.11
7862024-12-23T15:18:20.931Z Running `/home/build/.rustup/toolchains/1.82-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=de0092897b303179 -C extra-filename=-de0092897b303179 --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --cap-lints allow`
7872024-12-23T15:18:20.976Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=afb6bab0dd3194d0 -C extra-filename=-afb6bab0dd3194d0 --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-e8c386f1d7fa5fd8.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
7882024-12-23T15:18:21.135Z Running `/home/build/.rustup/toolchains/1.82-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.133/src/lib.rs --error-format=json --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=5ca17ec1bbb5f5b0 -C extra-filename=-5ca17ec1bbb5f5b0 --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-6d4211eb8bc4d712.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7892024-12-23T15:18:21.576Z Compiling indexmap v2.7.0
7902024-12-23T15:18:21.578Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=fd6c1417bc54c913 -C extra-filename=-fd6c1417bc54c913 --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-7de52f742ab865cc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-d7dc87c93d63ea37.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
7912024-12-23T15:18:21.655Z Compiling chrono v0.4.39
7922024-12-23T15:18:21.658Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --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=d9faa469a9c9ee8e -C extra-filename=-d9faa469a9c9ee8e --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-d3bc873df9183908.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-177e9464a0e2d7b4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
7932024-12-23T15:18:21.982Z Compiling uuid v1.11.0
7942024-12-23T15:18:22.017Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=014ab37aade82d8b -C extra-filename=-014ab37aade82d8b --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-fffd529d0ace163d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
7952024-12-23T15:18:22.388Z Compiling event-listener-strategy v0.5.2
7962024-12-23T15:18:22.391Z Running `/home/build/.rustup/toolchains/1.82-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=4e71c1d95585cf7f -C extra-filename=-4e71c1d95585cf7f --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-ee456648af9fc82e.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
7972024-12-23T15:18:22.604Z Compiling openssl-macros v0.1.1
7982024-12-23T15:18:22.607Z Running `/home/build/.rustup/toolchains/1.82-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=b7858cf4edabde36 -C extra-filename=-b7858cf4edabde36 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
7992024-12-23T15:18:22.891Z Compiling encoding_rs v0.8.34
8002024-12-23T15:18:22.894Z Running `/home/build/.rustup/toolchains/1.82-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=511f7d990b54805f -C extra-filename=-511f7d990b54805f --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-bf8464dc6ea26318.rmeta --cap-lints allow`
8012024-12-23T15:18:23.049Z Compiling icu_normalizer v1.5.0
8022024-12-23T15:18:23.052Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=2d1ead36c57efcf3 -C extra-filename=-2d1ead36c57efcf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d09448b574291cb7.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-1ee45bb2627af1ca.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-85b30b12d44c912e.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-fb30f953bd414c3c.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-828203e0337ced79.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-2fd6a3c459759c72.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
8032024-12-23T15:18:23.470Z Compiling h2 v0.4.6
8042024-12-23T15:18:23.473Z Running `/home/build/.rustup/toolchains/1.82-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=69b921422a2ba461 -C extra-filename=-69b921422a2ba461 --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-c83bbda0772b5da6.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-fd6c1417bc54c913.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-de0092897b303179.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --cap-lints allow`
8052024-12-23T15:18:24.221Z Running `/home/build/.rustup/toolchains/1.82-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=8f6a8df862ba9b15 -C extra-filename=-8f6a8df862ba9b15 --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-d9faa469a9c9ee8e.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-6869515caa012bc2.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-d2937829211a1a50.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8062024-12-23T15:18:24.409Z Compiling idna_adapter v1.2.0
8072024-12-23T15:18:24.411Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=a64169691438bfdc -C extra-filename=-a64169691438bfdc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer-2d1ead36c57efcf3.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-85b30b12d44c912e.rmeta --cap-lints allow`
8082024-12-23T15:18:24.655Z Compiling idna v1.0.3
8092024-12-23T15:18:24.658Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=6b0d3351f6399593 -C extra-filename=-6b0d3351f6399593 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern idna_adapter=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna_adapter-a64169691438bfdc.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --cap-lints allow`
8102024-12-23T15:18:25.154Z Compiling utf8parse v0.2.2
8112024-12-23T15:18:25.157Z Running `/home/build/.rustup/toolchains/1.82-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=a5360700994d30b5 -C extra-filename=-a5360700994d30b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8122024-12-23T15:18:25.323Z Compiling url v2.5.4
8132024-12-23T15:18:25.326Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=486aadc33cc7c0a2 -C extra-filename=-486aadc33cc7c0a2 --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-a14e9e00c55afb81.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-6b0d3351f6399593.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
8142024-12-23T15:18:25.624Z Compiling same-file v1.0.6
8152024-12-23T15:18:25.627Z Running `/home/build/.rustup/toolchains/1.82-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=e01a49cf6e73c389 -C extra-filename=-e01a49cf6e73c389 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8162024-12-23T15:18:26.000Z Compiling rustls v0.23.12
8172024-12-23T15:18:26.002Z Running `/home/build/.rustup/toolchains/1.82-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=3e40a1e0fbeac03e -C extra-filename=-3e40a1e0fbeac03e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-3e40a1e0fbeac03e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8182024-12-23T15:18:26.359Z Compiling native-tls v0.2.12
8192024-12-23T15:18:26.361Z Running `/home/build/.rustup/toolchains/1.82-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=e1447c127dc9bed0 -C extra-filename=-e1447c127dc9bed0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-e1447c127dc9bed0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8202024-12-23T15:18:26.721Z Compiling typenum v1.17.0
8212024-12-23T15:18:26.724Z Running `/home/build/.rustup/toolchains/1.82-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=b5425cb3c5d74c6c -C extra-filename=-b5425cb3c5d74c6c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-b5425cb3c5d74c6c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8222024-12-23T15:18:26.744Z Compiling mime v0.3.17
8232024-12-23T15:18:26.766Z Running `/home/build/.rustup/toolchains/1.82-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=90f85e4a978ca235 -C extra-filename=-90f85e4a978ca235 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8242024-12-23T15:18:27.438Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-3e40a1e0fbeac03e/build-script-build`
8252024-12-23T15:18:27.464Z Compiling walkdir v2.5.0
8262024-12-23T15:18:27.467Z Running `/home/build/.rustup/toolchains/1.82-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=0584817040041f29 -C extra-filename=-0584817040041f29 --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-e01a49cf6e73c389.rmeta --cap-lints allow`
8272024-12-23T15:18:27.483Z Compiling anstyle-parse v0.2.5
8282024-12-23T15:18:27.485Z Running `/home/build/.rustup/toolchains/1.82-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=92d5727de4b3f0c2 -C extra-filename=-92d5727de4b3f0c2 --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-a5360700994d30b5.rmeta --cap-lints allow`
8292024-12-23T15:18:27.619Z Compiling toml_datetime v0.6.8
8302024-12-23T15:18:27.642Z Running `/home/build/.rustup/toolchains/1.82-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=85bfc355de582a17 -C extra-filename=-85bfc355de582a17 --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-a77dd7cc388ec350.rmeta --cap-lints allow`
8312024-12-23T15:18:27.681Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-b5425cb3c5d74c6c/build-script-main`
8322024-12-23T15:18:27.847Z Compiling serde_spanned v0.6.7
8332024-12-23T15:18:27.850Z Running `/home/build/.rustup/toolchains/1.82-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=a2fc3a0f56b61b32 -C extra-filename=-a2fc3a0f56b61b32 --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-a77dd7cc388ec350.rmeta --cap-lints allow`
8342024-12-23T15:18:27.867Z Compiling rand v0.8.5
8352024-12-23T15:18:27.867Z Running `/home/build/.rustup/toolchains/1.82-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=c01de0badb437b26 -C extra-filename=-c01de0badb437b26 --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-30f2b1c2a440a19a.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-1b79bffd7509f1d4.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-2aa5afc0ab77f983.rmeta --cap-lints allow`
8362024-12-23T15:18:28.088Z Compiling regress v0.10.1
8372024-12-23T15:18:28.091Z Running `/home/build/.rustup/toolchains/1.82-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=fc539a61ef54af1f -C extra-filename=-fc539a61ef54af1f --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-35ef691df5bea808.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --cap-lints allow`
8382024-12-23T15:18:28.176Z Compiling futures-lite v2.3.0
8392024-12-23T15:18:28.179Z Running `/home/build/.rustup/toolchains/1.82-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=49ecc3606dcf6ac3 -C extra-filename=-49ecc3606dcf6ac3 --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-a0c2f3a71ec2ef8a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
8402024-12-23T15:18:28.316Z Compiling libnghttp2-sys v0.1.10+1.61.0
8412024-12-23T15:18:28.319Z Running `/home/build/.rustup/toolchains/1.82-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=697528f4c71c83cd -C extra-filename=-697528f4c71c83cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-697528f4c71c83cd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --cap-lints allow`
8422024-12-23T15:18:28.370Z Compiling generic-array v0.14.7
8432024-12-23T15:18:28.373Z Running `/home/build/.rustup/toolchains/1.82-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=92272856af0dcbd4 -C extra-filename=-92272856af0dcbd4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-92272856af0dcbd4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
8442024-12-23T15:18:28.723Z Compiling is_terminal_polyfill v1.70.1
8452024-12-23T15:18:28.726Z Running `/home/build/.rustup/toolchains/1.82-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=089565dc1441357c -C extra-filename=-089565dc1441357c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8462024-12-23T15:18:28.851Z Compiling colorchoice v1.0.2
8472024-12-23T15:18:28.854Z Running `/home/build/.rustup/toolchains/1.82-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=fc6aab16216c9ff9 -C extra-filename=-fc6aab16216c9ff9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8482024-12-23T15:18:28.882Z Compiling event-listener v2.5.3
8492024-12-23T15:18:28.884Z Running `/home/build/.rustup/toolchains/1.82-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=5c16bf983b08f15a -C extra-filename=-5c16bf983b08f15a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8502024-12-23T15:18:29.020Z Compiling winnow v0.6.18
8512024-12-23T15:18:29.022Z Running `/home/build/.rustup/toolchains/1.82-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=d01edbdc2e5a52f4 -C extra-filename=-d01edbdc2e5a52f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8522024-12-23T15:18:29.092Z Compiling anstyle-query v1.1.1
8532024-12-23T15:18:29.095Z Running `/home/build/.rustup/toolchains/1.82-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=8817fcf7dbd6f7ff -C extra-filename=-8817fcf7dbd6f7ff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8542024-12-23T15:18:29.249Z Compiling anstream v0.6.15
8552024-12-23T15:18:29.252Z Running `/home/build/.rustup/toolchains/1.82-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=51e4aaa9d518371f -C extra-filename=-51e4aaa9d518371f --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-bd40b868ce792842.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-92d5727de4b3f0c2.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-8817fcf7dbd6f7ff.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-fc6aab16216c9ff9.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-089565dc1441357c.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-a5360700994d30b5.rmeta --cap-lints allow`
8562024-12-23T15:18:29.357Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-697528f4c71c83cd/build-script-build`
8572024-12-23T15:18:29.484Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-92272856af0dcbd4/build-script-build`
8582024-12-23T15:18:29.549Z Running `/home/build/.rustup/toolchains/1.82-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=40da369545626ed8 -C extra-filename=-40da369545626ed8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8592024-12-23T15:18:29.881Z Running `/home/build/.rustup/toolchains/1.82-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=17880e50bbddcca9 -C extra-filename=-17880e50bbddcca9 --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-010afe84a545c693.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-0237a1ed51394553.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-3da2a81e8de52be4.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-624497046c8e871d.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8602024-12-23T15:18:30.035Z Compiling http-body-util v0.1.2
8612024-12-23T15:18:30.038Z Running `/home/build/.rustup/toolchains/1.82-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=f3d7b706bc7de5fd -C extra-filename=-f3d7b706bc7de5fd --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-34df12a77920a882.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-9601e263d7a8ec04.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
8622024-12-23T15:18:30.550Z Compiling hyper v1.5.0
8632024-12-23T15:18:30.552Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=185157deb81e5901 -C extra-filename=-185157deb81e5901 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-69b921422a2ba461.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-9601e263d7a8ec04.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-7c2b421304846867.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-a74ba5c59811b47c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e22de2122d8b20f.rmeta --cap-lints allow`
8642024-12-23T15:18:30.926Z Compiling terminal_size v0.4.0
8652024-12-23T15:18:30.928Z Running `/home/build/.rustup/toolchains/1.82-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=0af968cbe05183ca -C extra-filename=-0af968cbe05183ca --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-05cdfd8123b9c7ac.rmeta --cap-lints allow`
8662024-12-23T15:18:31.150Z Running `/home/build/.rustup/toolchains/1.82-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=3a55642733a22541 -C extra-filename=-3a55642733a22541 --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-94283fe6939fe043.rmeta --cap-lints allow`
8672024-12-23T15:18:32.760Z Compiling toml_edit v0.22.22
8682024-12-23T15:18:32.763Z Running `/home/build/.rustup/toolchains/1.82-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=e613bba425f02c8e -C extra-filename=-e613bba425f02c8e --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-fd6c1417bc54c913.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-a2fc3a0f56b61b32.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-85bfc355de582a17.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-d01edbdc2e5a52f4.rmeta --cap-lints allow`
8692024-12-23T15:18:33.215Z Compiling hyper-util v0.1.10
8702024-12-23T15:18:33.218Z Running `/home/build/.rustup/toolchains/1.82-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.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="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=da894d5d9f1d6580 -C extra-filename=-da894d5d9f1d6580 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-9601e263d7a8ec04.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-185157deb81e5901.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-221ca3677cab1486.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --cap-lints allow`
8712024-12-23T15:18:33.603Z Compiling http v0.2.12
8722024-12-23T15:18:33.606Z Running `/home/build/.rustup/toolchains/1.82-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=1f8f64161a8fb0e9 -C extra-filename=-1f8f64161a8fb0e9 --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --cap-lints allow`
8732024-12-23T15:18:34.402Z Compiling dirs-sys-next v0.1.2
8742024-12-23T15:18:34.404Z Running `/home/build/.rustup/toolchains/1.82-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=1bed2aac5fdff09b -C extra-filename=-1bed2aac5fdff09b --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-a17e9eb8da053443.rmeta --cap-lints allow`
8752024-12-23T15:18:34.919Z Compiling polling v2.8.0
8762024-12-23T15:18:34.922Z Running `/home/build/.rustup/toolchains/1.82-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=364c17a613be4cf1 -C extra-filename=-364c17a613be4cf1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-364c17a613be4cf1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-5ed68c8ff7d90331.rlib --cap-lints allow`
8772024-12-23T15:18:35.152Z Compiling base64 v0.22.1
8782024-12-23T15:18:35.155Z Running `/home/build/.rustup/toolchains/1.82-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=8109389a6bf1ad53 -C extra-filename=-8109389a6bf1ad53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8792024-12-23T15:18:35.288Z Compiling clap_lex v0.7.4
8802024-12-23T15:18:35.292Z Running `/home/build/.rustup/toolchains/1.82-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.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=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab8131b0005610c8 -C extra-filename=-ab8131b0005610c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8812024-12-23T15:18:35.878Z Compiling crunchy v0.2.2
8822024-12-23T15:18:35.880Z Running `/home/build/.rustup/toolchains/1.82-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=2aaa94f53ae683f5 -C extra-filename=-2aaa94f53ae683f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-2aaa94f53ae683f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8832024-12-23T15:18:35.987Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode"' --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=b73628caf7eb1ab3 -C extra-filename=-b73628caf7eb1ab3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8842024-12-23T15:18:36.239Z Compiling strsim v0.11.1
8852024-12-23T15:18:36.242Z Running `/home/build/.rustup/toolchains/1.82-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=808dcfd10ef8f3a0 -C extra-filename=-808dcfd10ef8f3a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8862024-12-23T15:18:36.402Z Running `/home/build/.rustup/toolchains/1.82-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=f54cee1d469ec360 -C extra-filename=-f54cee1d469ec360 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8872024-12-23T15:18:36.550Z Compiling io-lifetimes v1.0.11
8882024-12-23T15:18:36.553Z Running `/home/build/.rustup/toolchains/1.82-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=a042bce62b324de4 -C extra-filename=-a042bce62b324de4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-a042bce62b324de4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8892024-12-23T15:18:36.623Z Compiling clap_builder v4.5.23
8902024-12-23T15:18:36.626Z Running `/home/build/.rustup/toolchains/1.82-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.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 --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=3f122d3fb726ad2f -C extra-filename=-3f122d3fb726ad2f --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-51e4aaa9d518371f.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-bd40b868ce792842.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-ab8131b0005610c8.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-808dcfd10ef8f3a0.rmeta --extern terminal_size=/work/oxidecomputer/oxide.rs/target/debug/deps/libterminal_size-0af968cbe05183ca.rmeta --cap-lints allow`
8912024-12-23T15:18:36.953Z Running `/home/build/.rustup/toolchains/1.82-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=3f4388ee31ecabd9 -C extra-filename=-3f4388ee31ecabd9 --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-f54cee1d469ec360.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
8922024-12-23T15:18:37.128Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-a042bce62b324de4/build-script-build`
8932024-12-23T15:18:37.235Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-2aaa94f53ae683f5/build-script-build`
8942024-12-23T15:18:37.261Z Compiling toml v0.8.19
8952024-12-23T15:18:37.264Z Running `/home/build/.rustup/toolchains/1.82-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=55a6d496c5526669 -C extra-filename=-55a6d496c5526669 --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-a77dd7cc388ec350.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-a2fc3a0f56b61b32.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-85bfc355de582a17.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rmeta --cap-lints allow`
8962024-12-23T15:18:37.411Z Compiling rustls-pemfile v2.1.3
8972024-12-23T15:18:37.413Z Running `/home/build/.rustup/toolchains/1.82-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=a2ae38d9cb266312 -C extra-filename=-a2ae38d9cb266312 --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-8109389a6bf1ad53.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --cap-lints allow`
8982024-12-23T15:18:37.586Z Compiling tokio-rustls v0.26.0
8992024-12-23T15:18:37.589Z Running `/home/build/.rustup/toolchains/1.82-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=ad23889234e90371 -C extra-filename=-ad23889234e90371 --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-17880e50bbddcca9.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
9002024-12-23T15:18:37.926Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-364c17a613be4cf1/build-script-build`
9012024-12-23T15:18:38.064Z Compiling dirs-next v2.0.0
9022024-12-23T15:18:38.067Z Running `/home/build/.rustup/toolchains/1.82-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=061927c468fae373 -C extra-filename=-061927c468fae373 --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-1bed2aac5fdff09b.rmeta --cap-lints allow`
9032024-12-23T15:18:38.082Z Running `/home/build/.rustup/toolchains/1.82-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=25648f832b7abb65 -C extra-filename=-25648f832b7abb65 --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-40da369545626ed8.rmeta --cap-lints allow --cfg relaxed_coherence`
9042024-12-23T15:18:38.268Z Compiling async-lock v3.4.0
9052024-12-23T15:18:38.271Z Running `/home/build/.rustup/toolchains/1.82-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=dd9168fea1e29773 -C extra-filename=-dd9168fea1e29773 --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-ee456648af9fc82e.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-4e71c1d95585cf7f.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
9062024-12-23T15:18:39.175Z Compiling serde_urlencoded v0.7.1
9072024-12-23T15:18:39.178Z Running `/home/build/.rustup/toolchains/1.82-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=a015a8039c1118cd -C extra-filename=-a015a8039c1118cd --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-a14e9e00c55afb81.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
9082024-12-23T15:18:39.437Z Compiling polling v3.7.3
9092024-12-23T15:18:39.440Z Running `/home/build/.rustup/toolchains/1.82-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=156199815a0950a2 -C extra-filename=-156199815a0950a2 --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-bf8464dc6ea26318.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-05cdfd8123b9c7ac.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --cap-lints allow`
9102024-12-23T15:18:39.584Z Running `/home/build/.rustup/toolchains/1.82-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="hybrid"' --cfg 'feature="meta"' --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=eb7c1496f2770679 -C extra-filename=-eb7c1496f2770679 --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-3a55642733a22541.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --cap-lints allow`
9112024-12-23T15:18:39.694Z Compiling clap_derive v4.5.18
9122024-12-23T15:18:39.697Z Running `/home/build/.rustup/toolchains/1.82-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=46477b7efb16a818 -C extra-filename=-46477b7efb16a818 --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
9132024-12-23T15:18:40.211Z Compiling webpki-roots v0.26.6
9142024-12-23T15:18:40.214Z Running `/home/build/.rustup/toolchains/1.82-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=d6eb60a0209a31f5 -C extra-filename=-d6eb60a0209a31f5 --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-b3fc9fdeed43d616.rmeta --cap-lints allow`
9152024-12-23T15:18:40.435Z Running `/home/build/.rustup/toolchains/1.82-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=d2209fb4f0af63ba -C extra-filename=-d2209fb4f0af63ba --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a17e9eb8da053443.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --cap-lints allow`
9162024-12-23T15:18:41.176Z Compiling curl-sys v0.4.74+curl-8.9.0
9172024-12-23T15:18:41.179Z Running `/home/build/.rustup/toolchains/1.82-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=cd5e0c104ab88c9e -C extra-filename=-cd5e0c104ab88c9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-cd5e0c104ab88c9e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-52792130163f43ec.rlib --cap-lints allow`
9182024-12-23T15:18:41.756Z Compiling tiny-keccak v2.0.2
9192024-12-23T15:18:41.759Z Running `/home/build/.rustup/toolchains/1.82-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=4c3857278c9411d7 -C extra-filename=-4c3857278c9411d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-4c3857278c9411d7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9202024-12-23T15:18:41.875Z Compiling waker-fn v1.2.0
9212024-12-23T15:18:41.907Z Running `/home/build/.rustup/toolchains/1.82-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=f83a50c726660c3f -C extra-filename=-f83a50c726660c3f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9222024-12-23T15:18:41.939Z Compiling semver v1.0.24
9232024-12-23T15:18:41.948Z Running `/home/build/.rustup/toolchains/1.82-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.24/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=15aaa84572ca7808 -C extra-filename=-15aaa84572ca7808 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-15aaa84572ca7808 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9242024-12-23T15:18:41.997Z Running `/home/build/.rustup/toolchains/1.82-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.24/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=c68232b6a458cff1 -C extra-filename=-c68232b6a458cff1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-c68232b6a458cff1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9252024-12-23T15:18:42.091Z Compiling fastrand v1.9.0
9262024-12-23T15:18:42.094Z Running `/home/build/.rustup/toolchains/1.82-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=fa7adbf4dfda5309 -C extra-filename=-fa7adbf4dfda5309 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9272024-12-23T15:18:42.467Z Compiling thiserror v1.0.69
9282024-12-23T15:18:42.467Z Running `/home/build/.rustup/toolchains/1.82-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.69/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=84c427b2c26a1919 -C extra-filename=-84c427b2c26a1919 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-84c427b2c26a1919 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9292024-12-23T15:18:42.517Z Compiling siphasher v0.3.11
9302024-12-23T15:18:42.521Z Running `/home/build/.rustup/toolchains/1.82-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=9d7380afa3bc83b5 -C extra-filename=-9d7380afa3bc83b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9312024-12-23T15:18:42.654Z Compiling rustix v0.37.27
9322024-12-23T15:18:42.656Z Running `/home/build/.rustup/toolchains/1.82-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=02fa7be9f9192954 -C extra-filename=-02fa7be9f9192954 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-02fa7be9f9192954 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9332024-12-23T15:18:42.885Z Compiling lazy_static v1.5.0
9342024-12-23T15:18:42.888Z Running `/home/build/.rustup/toolchains/1.82-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=627c4027aa780a5c -C extra-filename=-627c4027aa780a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9352024-12-23T15:18:43.027Z Compiling phf_shared v0.10.0
9362024-12-23T15:18:43.027Z Running `/home/build/.rustup/toolchains/1.82-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=ccf8cf1b35eb398d -C extra-filename=-ccf8cf1b35eb398d --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-9d7380afa3bc83b5.rmeta --cap-lints allow`
9372024-12-23T15:18:43.046Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-84c427b2c26a1919/build-script-build`
9382024-12-23T15:18:43.287Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-02fa7be9f9192954/build-script-build`
9392024-12-23T15:18:43.353Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-c68232b6a458cff1/build-script-build`
9402024-12-23T15:18:43.402Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-15aaa84572ca7808/build-script-build`
9412024-12-23T15:18:43.420Z Compiling futures-lite v1.13.0
9422024-12-23T15:18:43.422Z Running `/home/build/.rustup/toolchains/1.82-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=b209f6b99c9ecd7b -C extra-filename=-b209f6b99c9ecd7b --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-fa7adbf4dfda5309.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-f83a50c726660c3f.rmeta --cap-lints allow`
9432024-12-23T15:18:43.462Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-4c3857278c9411d7/build-script-build`
9442024-12-23T15:18:43.488Z Running `/home/build/.rustup/toolchains/1.82-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=6f9128f5fc53f341 -C extra-filename=-6f9128f5fc53f341 --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-3f4388ee31ecabd9.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-d2209fb4f0af63ba.rmeta --cap-lints allow`
9452024-12-23T15:18:43.560Z Compiling hyper-rustls v0.27.3
9462024-12-23T15:18:43.563Z Running `/home/build/.rustup/toolchains/1.82-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=a3f204118dcd8a15 -C extra-filename=-a3f204118dcd8a15 --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-f3bb6aa4bc9ca547.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-185157deb81e5901.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-da894d5d9f1d6580.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-17880e50bbddcca9.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-ad23889234e90371.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-d6eb60a0209a31f5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
9472024-12-23T15:18:44.046Z Compiling clap v4.5.23
9482024-12-23T15:18:44.049Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --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=0ee74ef867a8d40d -C extra-filename=-0ee74ef867a8d40d --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-3f122d3fb726ad2f.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-46477b7efb16a818.so --cap-lints allow`
9492024-12-23T15:18:44.165Z Compiling async-io v2.3.4
9502024-12-23T15:18:44.168Z Running `/home/build/.rustup/toolchains/1.82-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=2b72c723a9b153da -C extra-filename=-2b72c723a9b153da --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-dd9168fea1e29773.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-b245e322c3c9bb15.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-49ecc3606dcf6ac3.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-156199815a0950a2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-05cdfd8123b9c7ac.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --cap-lints allow`
9512024-12-23T15:18:44.260Z Compiling term v0.7.0
9522024-12-23T15:18:44.262Z Running `/home/build/.rustup/toolchains/1.82-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=13fdba4de3a45773 -C extra-filename=-13fdba4de3a45773 --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-061927c468fae373.rmeta --cap-lints allow`
9532024-12-23T15:18:44.279Z Running `/home/build/.rustup/toolchains/1.82-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=501248e1f79b4257 -C extra-filename=-501248e1f79b4257 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --cap-lints allow`
9542024-12-23T15:18:44.447Z Running `/home/build/.rustup/toolchains/1.82-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=4b03fa4c1b5c94df -C extra-filename=-4b03fa4c1b5c94df --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-30f2b1c2a440a19a.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn`
9552024-12-23T15:18:44.651Z Running `/home/build/.rustup/toolchains/1.82-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=ba56844e1a63868d -C extra-filename=-ba56844e1a63868d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9562024-12-23T15:18:44.759Z Compiling futures-executor v0.3.31
9572024-12-23T15:18:44.762Z Running `/home/build/.rustup/toolchains/1.82-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=517c6aaa04acdf4a -C extra-filename=-517c6aaa04acdf4a --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-b3d09398cdf3eb85.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --cap-lints allow`
9582024-12-23T15:18:44.813Z Compiling thiserror-impl v1.0.69
9592024-12-23T15:18:44.816Z Running `/home/build/.rustup/toolchains/1.82-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.69/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=56c8e9acb974a54d -C extra-filename=-56c8e9acb974a54d --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
9602024-12-23T15:18:45.178Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --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=e6c3b9814e34d383 -C extra-filename=-e6c3b9814e34d383 --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-7de52f742ab865cc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-d7dc87c93d63ea37.rmeta --cap-lints allow`
9612024-12-23T15:18:45.398Z Compiling sync_wrapper v1.0.1
9622024-12-23T15:18:45.401Z Running `/home/build/.rustup/toolchains/1.82-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=29b218de4e496fc8 -C extra-filename=-29b218de4e496fc8 --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-b3d09398cdf3eb85.rmeta --cap-lints allow`
9632024-12-23T15:18:45.561Z Compiling async-io v1.13.0
9642024-12-23T15:18:45.564Z Running `/home/build/.rustup/toolchains/1.82-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=8a122d8dbbd9d65d -C extra-filename=-8a122d8dbbd9d65d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-8a122d8dbbd9d65d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-5ed68c8ff7d90331.rlib --cap-lints allow`
9652024-12-23T15:18:45.934Z Compiling ipnet v2.9.0
9662024-12-23T15:18:45.944Z Running `/home/build/.rustup/toolchains/1.82-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=d9edfcac8477b1af -C extra-filename=-d9edfcac8477b1af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9672024-12-23T15:18:46.073Z Compiling new_debug_unreachable v1.0.6
9682024-12-23T15:18:46.091Z Running `/home/build/.rustup/toolchains/1.82-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=a9e0a22baaabf039 -C extra-filename=-a9e0a22baaabf039 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9692024-12-23T15:18:46.177Z Compiling async-task v4.7.1
9702024-12-23T15:18:46.179Z Running `/home/build/.rustup/toolchains/1.82-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=5933e8f78a9d01cb -C extra-filename=-5933e8f78a9d01cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9712024-12-23T15:18:46.281Z Compiling precomputed-hash v0.1.1
9722024-12-23T15:18:46.287Z Running `/home/build/.rustup/toolchains/1.82-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=c9e5542599c05788 -C extra-filename=-c9e5542599c05788 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9732024-12-23T15:18:46.404Z Compiling fixedbitset v0.4.2
9742024-12-23T15:18:46.407Z Running `/home/build/.rustup/toolchains/1.82-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=e97c3124e67f4d89 -C extra-filename=-e97c3124e67f4d89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9752024-12-23T15:18:46.652Z Compiling bitflags v1.3.2
9762024-12-23T15:18:46.654Z Running `/home/build/.rustup/toolchains/1.82-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=f1587b5143289584 -C extra-filename=-f1587b5143289584 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9772024-12-23T15:18:46.737Z Compiling bit-vec v0.6.3
9782024-12-23T15:18:46.740Z Running `/home/build/.rustup/toolchains/1.82-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=d95f2bd8e43a6cb4 -C extra-filename=-d95f2bd8e43a6cb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9792024-12-23T15:18:46.781Z Running `/home/build/.rustup/toolchains/1.82-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=48a178cb6fe63678 -C extra-filename=-48a178cb6fe63678 --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-f1587b5143289584.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-0b970e7bbafd9fb5.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-4b03fa4c1b5c94df.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --cap-lints allow --cfg libc --cfg solarish`
9802024-12-23T15:18:46.800Z Compiling petgraph v0.6.5
9812024-12-23T15:18:46.803Z Running `/home/build/.rustup/toolchains/1.82-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=0a1fea45d3eeb384 -C extra-filename=-0a1fea45d3eeb384 --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-e97c3124e67f4d89.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-e6c3b9814e34d383.rmeta --cap-lints allow`
9822024-12-23T15:18:46.819Z Compiling string_cache v0.8.7
9832024-12-23T15:18:46.836Z Running `/home/build/.rustup/toolchains/1.82-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=5d5c08e232a7132d -C extra-filename=-5d5c08e232a7132d --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-a9e0a22baaabf039.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-6f9128f5fc53f341.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-ccf8cf1b35eb398d.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-c9e5542599c05788.rmeta --cap-lints allow`
9842024-12-23T15:18:47.137Z Compiling bit-set v0.5.3
9852024-12-23T15:18:47.140Z Running `/home/build/.rustup/toolchains/1.82-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=7b51ddb018831869 -C extra-filename=-7b51ddb018831869 --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-d95f2bd8e43a6cb4.rmeta --cap-lints allow`
9862024-12-23T15:18:47.155Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-8a122d8dbbd9d65d/build-script-build`
9872024-12-23T15:18:47.180Z Compiling futures v0.3.31
9882024-12-23T15:18:47.183Z Running `/home/build/.rustup/toolchains/1.82-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=69a564d3b619990e -C extra-filename=-69a564d3b619990e --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-517c6aaa04acdf4a.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --cap-lints allow`
9892024-12-23T15:18:47.292Z Compiling ascii-canvas v3.0.0
9902024-12-23T15:18:47.296Z Running `/home/build/.rustup/toolchains/1.82-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=4256a8311d9b03b7 -C extra-filename=-4256a8311d9b03b7 --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-13fdba4de3a45773.rmeta --cap-lints allow`
9912024-12-23T15:18:47.313Z Running `/home/build/.rustup/toolchains/1.82-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=62860a3f15a87289 -C extra-filename=-62860a3f15a87289 --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-ba56844e1a63868d.rmeta --cap-lints allow`
9922024-12-23T15:18:47.358Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=106569082e7519a1 -C extra-filename=-106569082e7519a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --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)'`
9932024-12-23T15:18:47.415Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=582a2462932c8c7c -C extra-filename=-582a2462932c8c7c --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-a77dd7cc388ec350.rmeta --cap-lints allow --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)'`
9942024-12-23T15:18:47.688Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-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=0bcaa31240b43107 -C extra-filename=-0bcaa31240b43107 --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-56c8e9acb974a54d.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9952024-12-23T15:18:47.741Z Compiling lalrpop-util v0.20.2
9962024-12-23T15:18:47.744Z Running `/home/build/.rustup/toolchains/1.82-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=b2c19d6762bf87b6 -C extra-filename=-b2c19d6762bf87b6 --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-eb7c1496f2770679.rmeta --cap-lints allow`
9972024-12-23T15:18:47.809Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode"' --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=8ee8073e8a5ac034 -C extra-filename=-8ee8073e8a5ac034 --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-eb7c1496f2770679.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --cap-lints allow`
9982024-12-23T15:18:47.830Z Compiling crypto-common v0.1.6
9992024-12-23T15:18:47.831Z Running `/home/build/.rustup/toolchains/1.82-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=ab9b4f6984c8e6ed -C extra-filename=-ab9b4f6984c8e6ed --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-25648f832b7abb65.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-40da369545626ed8.rmeta --cap-lints allow`
10002024-12-23T15:18:48.023Z Compiling block-buffer v0.10.4
10012024-12-23T15:18:48.023Z Running `/home/build/.rustup/toolchains/1.82-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=0ba9162d9dc4fbff -C extra-filename=-0ba9162d9dc4fbff --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-25648f832b7abb65.rmeta --cap-lints allow`
10022024-12-23T15:18:48.072Z Compiling async-channel v1.9.0
10032024-12-23T15:18:48.075Z Running `/home/build/.rustup/toolchains/1.82-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=177b6fd902993380 -C extra-filename=-177b6fd902993380 --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-b245e322c3c9bb15.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-5c16bf983b08f15a.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --cap-lints allow`
10042024-12-23T15:18:48.123Z Compiling async-lock v2.8.0
10052024-12-23T15:18:48.126Z Running `/home/build/.rustup/toolchains/1.82-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=bce28b47d37deabc -C extra-filename=-bce28b47d37deabc --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-5c16bf983b08f15a.rmeta --cap-lints allow`
10062024-12-23T15:18:48.150Z Compiling async-channel v2.3.1
10072024-12-23T15:18:48.152Z Running `/home/build/.rustup/toolchains/1.82-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=849bbaee5950a3d9 -C extra-filename=-849bbaee5950a3d9 --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-b245e322c3c9bb15.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-4e71c1d95585cf7f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
10082024-12-23T15:18:48.231Z Compiling itertools v0.11.0
10092024-12-23T15:18:48.234Z Running `/home/build/.rustup/toolchains/1.82-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=9ef3fde48c58436f -C extra-filename=-9ef3fde48c58436f --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-7e00d018c5861d41.rmeta --cap-lints allow`
10102024-12-23T15:18:48.395Z Compiling piper v0.2.4
10112024-12-23T15:18:48.398Z Running `/home/build/.rustup/toolchains/1.82-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=faf0f55813f09221 -C extra-filename=-faf0f55813f09221 --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-c83bbda0772b5da6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --cap-lints allow`
10122024-12-23T15:18:48.521Z Compiling ena v0.14.3
10132024-12-23T15:18:48.523Z Running `/home/build/.rustup/toolchains/1.82-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=7180169e122256a7 -C extra-filename=-7180169e122256a7 --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-049038b03c14a623.rmeta --cap-lints allow`
10142024-12-23T15:18:48.776Z Compiling socket2 v0.4.10
10152024-12-23T15:18:48.778Z Running `/home/build/.rustup/toolchains/1.82-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=6923aa581166dc8b -C extra-filename=-6923aa581166dc8b --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
10162024-12-23T15:18:48.845Z Compiling unicode-xid v0.2.5
10172024-12-23T15:18:48.849Z Running `/home/build/.rustup/toolchains/1.82-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=68953fefd30ec0b6 -C extra-filename=-68953fefd30ec0b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10182024-12-23T15:18:48.886Z Compiling pico-args v0.5.0
10192024-12-23T15:18:48.889Z Running `/home/build/.rustup/toolchains/1.82-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=def075d116f25a19 -C extra-filename=-def075d116f25a19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10202024-12-23T15:18:48.904Z Compiling blocking v1.6.1
10212024-12-23T15:18:48.907Z Running `/home/build/.rustup/toolchains/1.82-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=be3282d392058cbb -C extra-filename=-be3282d392058cbb --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-849bbaee5950a3d9.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-5933e8f78a9d01cb.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-49ecc3606dcf6ac3.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-faf0f55813f09221.rmeta --cap-lints allow`
10222024-12-23T15:18:48.924Z Compiling digest v0.10.7
10232024-12-23T15:18:48.927Z Running `/home/build/.rustup/toolchains/1.82-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=6d03354e662e8017 -C extra-filename=-6d03354e662e8017 --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-0ba9162d9dc4fbff.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-ab9b4f6984c8e6ed.rmeta --cap-lints allow`
10242024-12-23T15:18:49.008Z Compiling async-executor v1.13.0
10252024-12-23T15:18:49.010Z Running `/home/build/.rustup/toolchains/1.82-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=bb261ceff9ecf662 -C extra-filename=-bb261ceff9ecf662 --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-5933e8f78a9d01cb.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-b245e322c3c9bb15.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-49ecc3606dcf6ac3.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --cap-lints allow`
10262024-12-23T15:18:49.268Z Running `/home/build/.rustup/toolchains/1.82-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=8e455c624c8bc223 -C extra-filename=-8e455c624c8bc223 --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-bce28b47d37deabc.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-b245e322c3c9bb15.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-b209f6b99c9ecd7b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-501248e1f79b4257.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-48a178cb6fe63678.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-6923aa581166dc8b.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-f83a50c726660c3f.rmeta --cap-lints allow`
10272024-12-23T15:18:49.287Z Compiling async-signal v0.2.10
10282024-12-23T15:18:49.290Z Running `/home/build/.rustup/toolchains/1.82-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=8441edebf4d1c40f -C extra-filename=-8441edebf4d1c40f --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-2b72c723a9b153da.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-05cdfd8123b9c7ac.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-041dc5dfb092318a.rmeta --cap-lints allow`
10292024-12-23T15:18:49.307Z Running `/home/build/.rustup/toolchains/1.82-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=08bc1bdb79b54066 -C extra-filename=-08bc1bdb79b54066 --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-30f2b1c2a440a19a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -l static=nghttp2`
10302024-12-23T15:18:49.516Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=4c4ace65c3f8a828 -C extra-filename=-4c4ace65c3f8a828 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern displaydoc=/work/oxidecomputer/oxide.rs/target/debug/deps/libdisplaydoc-5b8ae83ea1c345f0.so --extern icu_collections=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_collections-d09448b574291cb7.rmeta --extern icu_normalizer_data=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer_data-1ee45bb2627af1ca.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-85b30b12d44c912e.rmeta --extern icu_provider=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_provider-fb30f953bd414c3c.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --extern utf16_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf16_iter-828203e0337ced79.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --extern write16=/work/oxidecomputer/oxide.rs/target/debug/deps/libwrite16-2fd6a3c459759c72.rmeta --extern zerovec=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerovec-238a47583cfd1d5d.rmeta --cap-lints allow`
10312024-12-23T15:18:49.597Z Compiling serde_tokenstream v0.2.2
10322024-12-23T15:18:49.600Z Running `/home/build/.rustup/toolchains/1.82-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=ef2beb976e3eaf00 -C extra-filename=-ef2beb976e3eaf00 --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-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rmeta --cap-lints allow`
10332024-12-23T15:18:49.736Z Compiling pin-project-internal v1.1.5
10342024-12-23T15:18:49.739Z Running `/home/build/.rustup/toolchains/1.82-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=222e1f776aa75795 -C extra-filename=-222e1f776aa75795 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
10352024-12-23T15:18:49.754Z Compiling tempfile v3.14.0
10362024-12-23T15:18:49.757Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3299c497ebf73fd6 -C extra-filename=-3299c497ebf73fd6 --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-bf8464dc6ea26318.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-05cdfd8123b9c7ac.rmeta --cap-lints allow`
10372024-12-23T15:18:49.913Z Running `/home/build/.rustup/toolchains/1.82-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=add3dd2f4e4e219a -C extra-filename=-add3dd2f4e4e219a --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-30f2b1c2a440a19a.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
10382024-12-23T15:18:50.080Z Compiling event-listener v3.1.0
10392024-12-23T15:18:50.083Z Running `/home/build/.rustup/toolchains/1.82-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=1e4c399298478035 -C extra-filename=-1e4c399298478035 --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-b245e322c3c9bb15.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
10402024-12-23T15:18:50.160Z Compiling dirs-sys v0.3.7
10412024-12-23T15:18:50.163Z Running `/home/build/.rustup/toolchains/1.82-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=6e5d99e255469810 -C extra-filename=-6e5d99e255469810 --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
10422024-12-23T15:18:50.688Z Compiling similar v2.6.0
10432024-12-23T15:18:50.691Z Running `/home/build/.rustup/toolchains/1.82-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=6871b99356dee450 -C extra-filename=-6871b99356dee450 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10442024-12-23T15:18:50.706Z Compiling powerfmt v0.2.0
10452024-12-23T15:18:50.709Z Running `/home/build/.rustup/toolchains/1.82-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=7eb74dd6cd99c168 -C extra-filename=-7eb74dd6cd99c168 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10462024-12-23T15:18:50.962Z Compiling lalrpop v0.20.2
10472024-12-23T15:18:50.965Z Running `/home/build/.rustup/toolchains/1.82-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=4b161b577adebd75 -C extra-filename=-4b161b577adebd75 --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-4256a8311d9b03b7.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7b51ddb018831869.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-7180169e122256a7.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-9ef3fde48c58436f.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-b2c19d6762bf87b6.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-0a1fea45d3eeb384.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-def075d116f25a19.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-8ee8073e8a5ac034.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b73628caf7eb1ab3.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-5d5c08e232a7132d.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-13fdba4de3a45773.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-62860a3f15a87289.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-68953fefd30ec0b6.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0584817040041f29.rmeta --cap-lints allow`
10482024-12-23T15:18:51.042Z Compiling time-core v0.1.2
10492024-12-23T15:18:51.045Z Running `/home/build/.rustup/toolchains/1.82-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=a01f1f19c1b90d99 -C extra-filename=-a01f1f19c1b90d99 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10502024-12-23T15:18:51.140Z Compiling unicode-width v0.1.13
10512024-12-23T15:18:51.142Z Running `/home/build/.rustup/toolchains/1.82-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=78080f0b468bede3 -C extra-filename=-78080f0b468bede3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10522024-12-23T15:18:51.228Z Compiling rustversion v1.0.17
10532024-12-23T15:18:51.231Z Running `/home/build/.rustup/toolchains/1.82-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=52491f50c2973b31 -C extra-filename=-52491f50c2973b31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-52491f50c2973b31 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10542024-12-23T15:18:51.305Z Compiling curl v0.4.46
10552024-12-23T15:18:51.307Z Running `/home/build/.rustup/toolchains/1.82-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=c215e99fadfa2e21 -C extra-filename=-c215e99fadfa2e21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-c215e99fadfa2e21 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10562024-12-23T15:18:51.393Z Compiling cpufeatures v0.2.13
10572024-12-23T15:18:51.395Z Running `/home/build/.rustup/toolchains/1.82-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=e63651a9c18f791b -C extra-filename=-e63651a9c18f791b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10582024-12-23T15:18:51.495Z Compiling num-conv v0.1.0
10592024-12-23T15:18:51.498Z Running `/home/build/.rustup/toolchains/1.82-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=27a85599505da96b -C extra-filename=-27a85599505da96b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10602024-12-23T15:18:51.648Z Compiling deranged v0.3.11
10612024-12-23T15:18:51.650Z Running `/home/build/.rustup/toolchains/1.82-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=500c245c96496426 -C extra-filename=-500c245c96496426 --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-7eb74dd6cd99c168.rmeta --cap-lints allow`
10622024-12-23T15:18:51.701Z Compiling async-process v1.8.1
10632024-12-23T15:18:51.704Z Running `/home/build/.rustup/toolchains/1.82-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=22bcbf51648ed23c -C extra-filename=-22bcbf51648ed23c --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-8e455c624c8bc223.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-bce28b47d37deabc.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-8441edebf4d1c40f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-1e4c399298478035.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-b209f6b99c9ecd7b.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-05cdfd8123b9c7ac.rmeta --cap-lints allow`
10642024-12-23T15:18:51.789Z Compiling time-macros v0.2.18
10652024-12-23T15:18:51.823Z Running `/home/build/.rustup/toolchains/1.82-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=5269a051887fbb93 -C extra-filename=-5269a051887fbb93 --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-27a85599505da96b.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-a01f1f19c1b90d99.rlib --extern proc_macro --cap-lints allow`
10662024-12-23T15:18:51.918Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-52491f50c2973b31/build-script-build`
10672024-12-23T15:18:51.985Z Compiling dirs v4.0.0
10682024-12-23T15:18:51.988Z Running `/home/build/.rustup/toolchains/1.82-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=2767acdb77a488eb -C extra-filename=-2767acdb77a488eb --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-6e5d99e255469810.rmeta --cap-lints allow`
10692024-12-23T15:18:52.194Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=e741736942020178 -C extra-filename=-e741736942020178 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_normalizer-4c4ace65c3f8a828.rmeta --extern icu_properties=/work/oxidecomputer/oxide.rs/target/debug/deps/libicu_properties-85b30b12d44c912e.rmeta --cap-lints allow`
10702024-12-23T15:18:52.448Z Compiling async-global-executor v2.4.1
10712024-12-23T15:18:52.451Z Running `/home/build/.rustup/toolchains/1.82-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=646cb463119d1416 -C extra-filename=-646cb463119d1416 --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-849bbaee5950a3d9.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-bb261ceff9ecf662.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-2b72c723a9b153da.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-dd9168fea1e29773.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-be3282d392058cbb.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-49ecc3606dcf6ac3.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --cap-lints allow`
10722024-12-23T15:18:52.473Z Compiling pin-project v1.1.5
10732024-12-23T15:18:52.476Z Running `/home/build/.rustup/toolchains/1.82-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=2e3d8f899b43cc4b -C extra-filename=-2e3d8f899b43cc4b --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-222e1f776aa75795.so --cap-lints allow`
10742024-12-23T15:18:52.605Z Compiling async-trait v0.1.83
10752024-12-23T15:18:52.607Z Running `/home/build/.rustup/toolchains/1.82-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=bc43c2bfcc2620b3 -C extra-filename=-bc43c2bfcc2620b3 --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
10762024-12-23T15:18:53.215Z Compiling libgit2-sys v0.17.0+1.8.1
10772024-12-23T15:18:53.224Z Running `/home/build/.rustup/toolchains/1.82-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=1e7e2b87d2f33832 -C extra-filename=-1e7e2b87d2f33832 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-1e7e2b87d2f33832 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-52792130163f43ec.rlib --cap-lints allow`
10782024-12-23T15:18:53.312Z Compiling kv-log-macro v1.0.7
10792024-12-23T15:18:53.314Z Running `/home/build/.rustup/toolchains/1.82-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=87739da9692aaf2b -C extra-filename=-87739da9692aaf2b --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-056a6f96131f7850.rmeta --cap-lints allow`
10802024-12-23T15:18:53.528Z Compiling num_threads v0.1.7
10812024-12-23T15:18:53.531Z Running `/home/build/.rustup/toolchains/1.82-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=95594cd1707ccf22 -C extra-filename=-95594cd1707ccf22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10822024-12-23T15:18:53.559Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=968c5906d51f91a2 -C extra-filename=-968c5906d51f91a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10832024-12-23T15:18:53.668Z Compiling home v0.5.9
10842024-12-23T15:18:53.671Z Running `/home/build/.rustup/toolchains/1.82-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=c2b382b5f3ac49c8 -C extra-filename=-c2b382b5f3ac49c8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10852024-12-23T15:18:53.874Z Compiling isahc v1.7.2
10862024-12-23T15:18:53.877Z Running `/home/build/.rustup/toolchains/1.82-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=c389e59f1377694f -C extra-filename=-c389e59f1377694f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-c389e59f1377694f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10872024-12-23T15:18:53.959Z Compiling unicode-segmentation v1.11.0
10882024-12-23T15:18:53.959Z Running `/home/build/.rustup/toolchains/1.82-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=4fb454fe0d105d8a -C extra-filename=-4fb454fe0d105d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10892024-12-23T15:18:53.997Z Compiling slog v2.7.0
10902024-12-23T15:18:54.001Z Running `/home/build/.rustup/toolchains/1.82-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=13111d0261322188 -C extra-filename=-13111d0261322188 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-13111d0261322188 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10912024-12-23T15:18:54.368Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-1e7e2b87d2f33832/build-script-build`
10922024-12-23T15:18:54.436Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d75f1b59a9751334 -C extra-filename=-d75f1b59a9751334 --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-968c5906d51f91a2.rmeta --cap-lints allow`
10932024-12-23T15:18:54.510Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-13111d0261322188/build-script-build`
10942024-12-23T15:18:54.574Z Compiling async-std v1.12.0
10952024-12-23T15:18:54.577Z Running `/home/build/.rustup/toolchains/1.82-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=61fd05735c980a37 -C extra-filename=-61fd05735c980a37 --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-177b6fd902993380.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-646cb463119d1416.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-8e455c624c8bc223.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-bce28b47d37deabc.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-22bcbf51648ed23c.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-3d427b6d96bfb00b.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-b209f6b99c9ecd7b.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-87739da9692aaf2b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --cap-lints allow`
10962024-12-23T15:18:54.616Z Compiling time v0.3.36
10972024-12-23T15:18:54.619Z Running `/home/build/.rustup/toolchains/1.82-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=94915f7bdbef0146 -C extra-filename=-94915f7bdbef0146 --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-500c245c96496426.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-27a85599505da96b.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-95594cd1707ccf22.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-a01f1f19c1b90d99.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-5269a051887fbb93.so --cap-lints allow`
10982024-12-23T15:18:54.712Z Compiling tracing-futures v0.2.5
10992024-12-23T15:18:54.714Z Running `/home/build/.rustup/toolchains/1.82-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=943d2e495be4f21e -C extra-filename=-943d2e495be4f21e --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-2e3d8f899b43cc4b.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --cap-lints allow`
11002024-12-23T15:18:54.813Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=d9ebd27aeede9929 -C extra-filename=-d9ebd27aeede9929 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern idna_adapter=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna_adapter-e741736942020178.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-8d9786751187027e.rmeta --extern utf8_iter=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8_iter-b7c95c31ed462f44.rmeta --cap-lints allow`
11012024-12-23T15:18:54.891Z Compiling sluice v0.5.5
11022024-12-23T15:18:54.894Z Running `/home/build/.rustup/toolchains/1.82-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=1f9ad9d1c44a72f4 -C extra-filename=-1f9ad9d1c44a72f4 --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"))'`
11032024-12-23T15:18:54.894Z Running `/home/build/.rustup/toolchains/1.82-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=87e39030b3da38fc -C extra-filename=-87e39030b3da38fc --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-177b6fd902993380.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-4f1ea4d59b26b83e.rmeta --cap-lints allow`
11042024-12-23T15:18:55.519Z Compiling http-body v0.4.6
11052024-12-23T15:18:55.536Z Running `/home/build/.rustup/toolchains/1.82-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=3a2d5d6a1f5d4ebc -C extra-filename=-3a2d5d6a1f5d4ebc --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-1f8f64161a8fb0e9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
11062024-12-23T15:18:56.022Z Running `/home/build/.rustup/toolchains/1.82-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=dd73192081ad645b -C extra-filename=-dd73192081ad645b --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-a17e9eb8da053443.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z`
11072024-12-23T15:18:56.086Z Running `/home/build/.rustup/toolchains/1.82-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=4b7bb82a2ccb384e -C extra-filename=-4b7bb82a2ccb384e --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
11082024-12-23T15:18:56.186Z Compiling signal-hook v0.3.17
11092024-12-23T15:18:56.189Z Running `/home/build/.rustup/toolchains/1.82-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=4aab96283893f1dc -C extra-filename=-4aab96283893f1dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-4aab96283893f1dc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11102024-12-23T15:18:56.518Z Running `/home/build/.rustup/toolchains/1.82-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=e0fe9df6ccc4cbee -C extra-filename=-e0fe9df6ccc4cbee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11112024-12-23T15:18:56.802Z Compiling castaway v0.1.2
11122024-12-23T15:18:56.805Z Running `/home/build/.rustup/toolchains/1.82-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=d8dea586cb955b44 -C extra-filename=-d8dea586cb955b44 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11132024-12-23T15:18:56.826Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-4aab96283893f1dc/build-script-build`
11142024-12-23T15:18:56.867Z Running `/home/build/.rustup/toolchains/1.82-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=86ba5c498ea63233 -C extra-filename=-86ba5c498ea63233 --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-4b7bb82a2ccb384e.rmeta --cap-lints allow`
11152024-12-23T15:18:56.870Z Compiling hyper v0.14.30
11162024-12-23T15:18:56.872Z Running `/home/build/.rustup/toolchains/1.82-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=a95fa71c98e7fb7c -C extra-filename=-a95fa71c98e7fb7c --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-1f8f64161a8fb0e9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-3a2d5d6a1f5d4ebc.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-7c2b421304846867.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-a74ba5c59811b47c.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-221ca3677cab1486.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-5e22de2122d8b20f.rmeta --cap-lints allow`
11172024-12-23T15:18:56.937Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e043ae5e440ce779 -C extra-filename=-e043ae5e440ce779 --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-d75f1b59a9751334.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-d9ebd27aeede9929.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-968c5906d51f91a2.rmeta --cap-lints allow`
11182024-12-23T15:18:57.049Z Running `/home/build/.rustup/toolchains/1.82-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=e2391476ca50eb7d -C extra-filename=-e2391476ca50eb7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
11192024-12-23T15:18:57.948Z Compiling sha1 v0.10.6
11202024-12-23T15:18:57.951Z Running `/home/build/.rustup/toolchains/1.82-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=356d6eca1431c781 -C extra-filename=-356d6eca1431c781 --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-e63651a9c18f791b.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-6d03354e662e8017.rmeta --cap-lints allow`
11212024-12-23T15:18:58.377Z Compiling openapiv3 v2.0.0
11222024-12-23T15:18:58.380Z Running `/home/build/.rustup/toolchains/1.82-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=f133ca34abdded33 -C extra-filename=-f133ca34abdded33 --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-fd6c1417bc54c913.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --cap-lints allow`
11232024-12-23T15:18:58.507Z Compiling assert-json-diff v2.0.2
11242024-12-23T15:18:58.510Z Running `/home/build/.rustup/toolchains/1.82-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=77dff534fa193b54 -C extra-filename=-77dff534fa193b54 --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-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --cap-lints allow`
11252024-12-23T15:18:58.533Z Compiling serde_regex v1.1.0
11262024-12-23T15:18:58.536Z Running `/home/build/.rustup/toolchains/1.82-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=a23ba18099c0fee0 -C extra-filename=-a23ba18099c0fee0 --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-b9572e440c113b1d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
11272024-12-23T15:18:58.820Z Compiling async-object-pool v0.1.4
11282024-12-23T15:18:58.823Z Running `/home/build/.rustup/toolchains/1.82-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=6e433e06852a2aca -C extra-filename=-6e433e06852a2aca --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-61fd05735c980a37.rmeta --cap-lints allow`
11292024-12-23T15:18:58.978Z Running `/home/build/.rustup/toolchains/1.82-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=8859613eb28f0b87 -C extra-filename=-8859613eb28f0b87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11302024-12-23T15:18:59.288Z Compiling paste v1.0.15
11312024-12-23T15:18:59.292Z Running `/home/build/.rustup/toolchains/1.82-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=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11322024-12-23T15:18:59.550Z Compiling levenshtein v1.0.5
11332024-12-23T15:18:59.553Z Running `/home/build/.rustup/toolchains/1.82-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=7ce1da2d36a254b6 -C extra-filename=-7ce1da2d36a254b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11342024-12-23T15:18:59.797Z Compiling predicates-core v1.0.8
11352024-12-23T15:18:59.800Z Running `/home/build/.rustup/toolchains/1.82-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=1674af710ae85904 -C extra-filename=-1674af710ae85904 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11362024-12-23T15:18:59.855Z Compiling base64 v0.21.7
11372024-12-23T15:18:59.858Z Running `/home/build/.rustup/toolchains/1.82-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=df0384e71321f0d4 -C extra-filename=-df0384e71321f0d4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11382024-12-23T15:19:00.200Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-75740250ed219447/build-script-build`
11392024-12-23T15:19:00.266Z Running `/home/build/.rustup/toolchains/1.82-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=0d30681e496efad0 -C extra-filename=-0d30681e496efad0 --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-86ba5c498ea63233.rmeta --cap-lints allow`
11402024-12-23T15:19:00.633Z Running `/home/build/.rustup/toolchains/1.82-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=91fbe524da290f5f -C extra-filename=-91fbe524da290f5f --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-30f2b1c2a440a19a.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-041dc5dfb092318a.rmeta --cap-lints allow`
11412024-12-23T15:19:01.765Z Compiling console v0.15.8
11422024-12-23T15:19:01.768Z Running `/home/build/.rustup/toolchains/1.82-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=0686804f89b35a98 -C extra-filename=-0686804f89b35a98 --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-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-78080f0b468bede3.rmeta --cap-lints allow`
11432024-12-23T15:19:01.808Z Compiling float-cmp v0.9.0
11442024-12-23T15:19:01.811Z Running `/home/build/.rustup/toolchains/1.82-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=036cead47cb04d1b -C extra-filename=-036cead47cb04d1b --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-177e9464a0e2d7b4.rmeta --cap-lints allow`
11452024-12-23T15:19:01.959Z Compiling is-terminal v0.4.13
11462024-12-23T15:19:01.962Z Running `/home/build/.rustup/toolchains/1.82-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=363596e6bdf04b50 -C extra-filename=-363596e6bdf04b50 --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
11472024-12-23T15:19:02.007Z Compiling mio v0.8.11
11482024-12-23T15:19:02.010Z Running `/home/build/.rustup/toolchains/1.82-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=5e2530f7f16ecaae -C extra-filename=-5e2530f7f16ecaae --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-30f2b1c2a440a19a.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --cap-lints allow`
11492024-12-23T15:19:02.099Z Compiling difflib v0.4.0
11502024-12-23T15:19:02.102Z Running `/home/build/.rustup/toolchains/1.82-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=55e4d0b24675d848 -C extra-filename=-55e4d0b24675d848 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11512024-12-23T15:19:02.466Z Compiling rustls v0.22.4
11522024-12-23T15:19:02.469Z Running `/home/build/.rustup/toolchains/1.82-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=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11532024-12-23T15:19:02.614Z Compiling normalize-line-endings v0.3.0
11542024-12-23T15:19:02.617Z Running `/home/build/.rustup/toolchains/1.82-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=0333db7a69362c60 -C extra-filename=-0333db7a69362c60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11552024-12-23T15:19:02.746Z Compiling portable-atomic v1.7.0
11562024-12-23T15:19:02.749Z Running `/home/build/.rustup/toolchains/1.82-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=3aea05e79fd8a956 -C extra-filename=-3aea05e79fd8a956 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3aea05e79fd8a956 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11572024-12-23T15:19:02.787Z Compiling data-encoding v2.6.0
11582024-12-23T15:19:02.790Z Running `/home/build/.rustup/toolchains/1.82-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=8fbb18ef3ab8846b -C extra-filename=-8fbb18ef3ab8846b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11592024-12-23T15:19:03.314Z Compiling utf-8 v0.7.6
11602024-12-23T15:19:03.314Z Running `/home/build/.rustup/toolchains/1.82-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=38ee3b2062c0dce3 -C extra-filename=-38ee3b2062c0dce3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11612024-12-23T15:19:03.353Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build`
11622024-12-23T15:19:03.380Z Compiling predicates v3.1.2
11632024-12-23T15:19:03.383Z Running `/home/build/.rustup/toolchains/1.82-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=af7bfe9edc8ff563 -C extra-filename=-af7bfe9edc8ff563 --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-bd40b868ce792842.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-55e4d0b24675d848.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-036cead47cb04d1b.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-0333db7a69362c60.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-1674af710ae85904.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --cap-lints allow`
11642024-12-23T15:19:03.634Z Compiling tungstenite v0.20.1
11652024-12-23T15:19:03.637Z Running `/home/build/.rustup/toolchains/1.82-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=9a276d62171b42dd -C extra-filename=-9a276d62171b42dd --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-ae9c71e129d70e32.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-8fbb18ef3ab8846b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-1f8f64161a8fb0e9.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-7c2b421304846867.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-356d6eca1431c781.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-0bcaa31240b43107.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow`
11662024-12-23T15:19:03.676Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-3aea05e79fd8a956/build-script-build`
11672024-12-23T15:19:03.746Z Compiling signal-hook-mio v0.2.4
11682024-12-23T15:19:03.750Z Running `/home/build/.rustup/toolchains/1.82-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=404843344cf4d2fb -C extra-filename=-404843344cf4d2fb --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-30f2b1c2a440a19a.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-5e2530f7f16ecaae.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-91fbe524da290f5f.rmeta --cap-lints allow`
11692024-12-23T15:19:03.919Z Running `/home/build/.rustup/toolchains/1.82-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=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --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"))'`
11702024-12-23T15:19:03.953Z Compiling castaway v0.2.3
11712024-12-23T15:19:03.956Z Running `/home/build/.rustup/toolchains/1.82-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=72a8c41556e0201c -C extra-filename=-72a8c41556e0201c --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-1f9ad9d1c44a72f4.so --cap-lints allow`
11722024-12-23T15:19:04.143Z Compiling strum_macros v0.26.4
11732024-12-23T15:19:04.145Z Running `/home/build/.rustup/toolchains/1.82-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=a2df5d80896a3c78 -C extra-filename=-a2df5d80896a3c78 --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-1f9ad9d1c44a72f4.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
11742024-12-23T15:19:04.975Z Compiling newline-converter v0.3.0
11752024-12-23T15:19:04.978Z Running `/home/build/.rustup/toolchains/1.82-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=02eac1dd61f22396 -C extra-filename=-02eac1dd61f22396 --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-4fb454fe0d105d8a.rmeta --cap-lints allow`
11762024-12-23T15:19:05.143Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
11772024-12-23T15:19:05.146Z Running `/home/build/.rustup/toolchains/1.82-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=b4e63e81121c8496 -C extra-filename=-b4e63e81121c8496 --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-d9faa469a9c9ee8e.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rmeta`
11782024-12-23T15:19:05.236Z Compiling serde_path_to_error v0.1.16
11792024-12-23T15:19:05.238Z Running `/home/build/.rustup/toolchains/1.82-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=82924c691c2ffa8a -C extra-filename=-82924c691c2ffa8a --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-6d4211eb8bc4d712.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow`
11802024-12-23T15:19:05.301Z Compiling itertools v0.13.0
11812024-12-23T15:19:05.304Z Running `/home/build/.rustup/toolchains/1.82-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=c5e3b8995b4c7695 -C extra-filename=-c5e3b8995b4c7695 --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-7e00d018c5861d41.rmeta --cap-lints allow`
11822024-12-23T15:19:05.577Z Compiling ring v0.16.20
11832024-12-23T15:19:05.579Z Running `/home/build/.rustup/toolchains/1.82-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=01d10e9edca63567 -C extra-filename=-01d10e9edca63567 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-01d10e9edca63567 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-7f123337a0e89c15.rlib --cap-lints allow`
11842024-12-23T15:19:05.822Z Compiling multer v3.1.0
11852024-12-23T15:19:05.825Z Running `/home/build/.rustup/toolchains/1.82-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=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
11862024-12-23T15:19:06.109Z Compiling is-docker v0.2.0
11872024-12-23T15:19:06.112Z Running `/home/build/.rustup/toolchains/1.82-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=d91182bbdc23a353 -C extra-filename=-d91182bbdc23a353 --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-010afe84a545c693.rmeta --cap-lints allow`
11882024-12-23T15:19:06.200Z Compiling thread_local v1.1.8
11892024-12-23T15:19:06.203Z Running `/home/build/.rustup/toolchains/1.82-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=f0c86f4fefdd96cf -C extra-filename=-f0c86f4fefdd96cf --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-bf8464dc6ea26318.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --cap-lints allow`
11902024-12-23T15:19:06.480Z Compiling camino v1.1.9
11912024-12-23T15:19:06.482Z Running `/home/build/.rustup/toolchains/1.82-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=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11922024-12-23T15:19:06.577Z Compiling anyhow v1.0.94
11932024-12-23T15:19:06.580Z Running `/home/build/.rustup/toolchains/1.82-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.94/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=f6a6f4393534a5ec -C extra-filename=-f6a6f4393534a5ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-f6a6f4393534a5ec -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11942024-12-23T15:19:06.824Z Compiling doc-comment v0.3.3
11952024-12-23T15:19:06.827Z Running `/home/build/.rustup/toolchains/1.82-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=7223dc5cc3642da8 -C extra-filename=-7223dc5cc3642da8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-7223dc5cc3642da8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11962024-12-23T15:19:07.058Z Compiling match_cfg v0.1.0
11972024-12-23T15:19:07.061Z Running `/home/build/.rustup/toolchains/1.82-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=97b440040956074b -C extra-filename=-97b440040956074b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11982024-12-23T15:19:07.159Z Compiling static_assertions v1.1.0
11992024-12-23T15:19:07.162Z Running `/home/build/.rustup/toolchains/1.82-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=4b1822c1f175f3e2 -C extra-filename=-4b1822c1f175f3e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12002024-12-23T15:19:07.201Z Compiling slog-async v2.8.0
12012024-12-23T15:19:07.204Z Running `/home/build/.rustup/toolchains/1.82-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=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12022024-12-23T15:19:07.257Z Compiling compact_str v0.7.1
12032024-12-23T15:19:07.260Z Running `/home/build/.rustup/toolchains/1.82-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=60055b2e33d6f165 -C extra-filename=-60055b2e33d6f165 --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-72a8c41556e0201c.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-6d4211eb8bc4d712.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-4b1822c1f175f3e2.rmeta --cap-lints allow`
12042024-12-23T15:19:07.343Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-7223dc5cc3642da8/build-script-build`
12052024-12-23T15:19:07.490Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-f6a6f4393534a5ec/build-script-build`
12062024-12-23T15:19:07.613Z Compiling unicode-truncate v1.1.0
12072024-12-23T15:19:07.616Z Running `/home/build/.rustup/toolchains/1.82-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=1029bdc92a759390 -C extra-filename=-1029bdc92a759390 --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-c5e3b8995b4c7695.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-4fb454fe0d105d8a.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-78080f0b468bede3.rmeta --cap-lints allow`
12082024-12-23T15:19:07.709Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-030021f3cd14cece/build-script-build`
12092024-12-23T15:19:07.772Z Compiling hostname v0.3.1
12102024-12-23T15:19:07.775Z Running `/home/build/.rustup/toolchains/1.82-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=0e2b54809358b0d4 -C extra-filename=-0e2b54809358b0d4 --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-30f2b1c2a440a19a.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow`
12112024-12-23T15:19:07.824Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-09afcb09feb91121/build-script-build`
12122024-12-23T15:19:07.843Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-01d10e9edca63567/build-script-build`
12132024-12-23T15:19:07.885Z Compiling is-wsl v0.4.0
12142024-12-23T15:19:07.888Z Running `/home/build/.rustup/toolchains/1.82-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=2eeb595519eea34f -C extra-filename=-2eeb595519eea34f --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-d91182bbdc23a353.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --cap-lints allow`
12152024-12-23T15:19:08.041Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-5c817e893026d061/build-script-build`
12162024-12-23T15:19:08.108Z Compiling tokio-tungstenite v0.20.1
12172024-12-23T15:19:08.110Z Running `/home/build/.rustup/toolchains/1.82-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=fe292cf0de9dc87e -C extra-filename=-fe292cf0de9dc87e --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-f3bb6aa4bc9ca547.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-9a276d62171b42dd.rmeta --cap-lints allow`
12182024-12-23T15:19:08.179Z Compiling crossterm v0.27.0
12192024-12-23T15:19:08.182Z Running `/home/build/.rustup/toolchains/1.82-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=d17955399ba36337 -C extra-filename=-d17955399ba36337 --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-2ec0f0e21fe6806f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-5e2530f7f16ecaae.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-a864e76be89d060f.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-91fbe524da290f5f.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-404843344cf4d2fb.rmeta --cap-lints allow`
12202024-12-23T15:19:08.306Z Running `/home/build/.rustup/toolchains/1.82-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=d586d8c78d1d4608 -C extra-filename=-d586d8c78d1d4608 --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"))'`
12212024-12-23T15:19:08.359Z Compiling strum v0.26.3
12222024-12-23T15:19:08.361Z Running `/home/build/.rustup/toolchains/1.82-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=d83a28bade0a1c71 -C extra-filename=-d83a28bade0a1c71 --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-a2df5d80896a3c78.so --cap-lints allow`
12232024-12-23T15:19:08.551Z Running `/home/build/.rustup/toolchains/1.82-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=abb0c1ed8096ee09 -C extra-filename=-abb0c1ed8096ee09 --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-056a6f96131f7850.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-0237a1ed51394553.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-3da2a81e8de52be4.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-624497046c8e871d.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
12242024-12-23T15:19:08.727Z Compiling slog-json v2.6.1
12252024-12-23T15:19:08.730Z Running `/home/build/.rustup/toolchains/1.82-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=149f7db68b0b41fb -C extra-filename=-149f7db68b0b41fb --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-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-94915f7bdbef0146.rmeta --cap-lints allow`
12262024-12-23T15:19:09.088Z Compiling termini v1.0.0
12272024-12-23T15:19:09.088Z Running `/home/build/.rustup/toolchains/1.82-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=fb1a9e9e77d63c38 -C extra-filename=-fb1a9e9e77d63c38 --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-c2b382b5f3ac49c8.rmeta --cap-lints allow`
12282024-12-23T15:19:09.667Z Compiling sha2 v0.10.8
12292024-12-23T15:19:09.670Z Running `/home/build/.rustup/toolchains/1.82-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=7ffef05d02b59d05 -C extra-filename=-7ffef05d02b59d05 --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-e63651a9c18f791b.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-6d03354e662e8017.rmeta --cap-lints allow`
12302024-12-23T15:19:10.326Z Compiling ipnetwork v0.20.0
12312024-12-23T15:19:10.329Z Running `/home/build/.rustup/toolchains/1.82-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=9f4e83f5d747fd68 -C extra-filename=-9f4e83f5d747fd68 --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-a77dd7cc388ec350.rmeta --cap-lints allow`
12322024-12-23T15:19:10.510Z Compiling lru v0.12.4
12332024-12-23T15:19:10.513Z Running `/home/build/.rustup/toolchains/1.82-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=9ada83a2a4aeb9e0 -C extra-filename=-9ada83a2a4aeb9e0 --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-35ef691df5bea808.rmeta --cap-lints allow`
12342024-12-23T15:19:10.579Z Compiling itertools v0.12.1
12352024-12-23T15:19:10.581Z Running `/home/build/.rustup/toolchains/1.82-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=c7a89e46723b5e97 -C extra-filename=-c7a89e46723b5e97 --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-7e00d018c5861d41.rmeta --cap-lints allow`
12362024-12-23T15:19:10.877Z Compiling stability v0.2.1
12372024-12-23T15:19:10.879Z Running `/home/build/.rustup/toolchains/1.82-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=bad38d8874bd5ff5 -C extra-filename=-bad38d8874bd5ff5 --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-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
12382024-12-23T15:19:10.988Z Compiling async-stream-impl v0.3.6
12392024-12-23T15:19:10.992Z Running `/home/build/.rustup/toolchains/1.82-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=f23d70a1d8d3195e -C extra-filename=-f23d70a1d8d3195e --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
12402024-12-23T15:19:11.571Z Compiling crossbeam-channel v0.5.13
12412024-12-23T15:19:11.574Z Running `/home/build/.rustup/toolchains/1.82-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=fa86d0431be9e039 -C extra-filename=-fa86d0431be9e039 --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-3d427b6d96bfb00b.rmeta --cap-lints allow`
12422024-12-23T15:19:11.907Z Compiling dropshot v0.13.0
12432024-12-23T15:19:11.910Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.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 '--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=461164cb87c2fca8 -C extra-filename=-461164cb87c2fca8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-461164cb87c2fca8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
12442024-12-23T15:19:12.270Z Compiling termcolor v1.4.1
12452024-12-23T15:19:12.273Z Running `/home/build/.rustup/toolchains/1.82-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=f8b38a9da2d8b5e2 -C extra-filename=-f8b38a9da2d8b5e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12462024-12-23T15:19:12.290Z Compiling termtree v0.4.1
12472024-12-23T15:19:12.293Z Running `/home/build/.rustup/toolchains/1.82-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=7997caf0b0e57a0b -C extra-filename=-7997caf0b0e57a0b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12482024-12-23T15:19:12.523Z Compiling number_prefix v0.4.0
12492024-12-23T15:19:12.527Z Running `/home/build/.rustup/toolchains/1.82-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=1548d4cb51fb76ac -C extra-filename=-1548d4cb51fb76ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12502024-12-23T15:19:12.716Z Compiling base64 v0.13.1
12512024-12-23T15:19:12.719Z Running `/home/build/.rustup/toolchains/1.82-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=a8497778d8f0fab7 -C extra-filename=-a8497778d8f0fab7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12522024-12-23T15:19:12.766Z Compiling humantime v2.1.0
12532024-12-23T15:19:12.769Z Running `/home/build/.rustup/toolchains/1.82-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=1694f109aa70fbb7 -C extra-filename=-1694f109aa70fbb7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12542024-12-23T15:19:13.246Z Compiling untrusted v0.7.1
12552024-12-23T15:19:13.256Z Running `/home/build/.rustup/toolchains/1.82-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=726ef1ce13f7359d -C extra-filename=-726ef1ce13f7359d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12562024-12-23T15:19:13.288Z Compiling shell-words v1.1.0
12572024-12-23T15:19:13.291Z Running `/home/build/.rustup/toolchains/1.82-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=84603ec490d3f098 -C extra-filename=-84603ec490d3f098 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12582024-12-23T15:19:13.307Z Compiling cassowary v0.3.0
12592024-12-23T15:19:13.310Z Running `/home/build/.rustup/toolchains/1.82-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=9c6ece65f75c7a3b -C extra-filename=-9c6ece65f75c7a3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12602024-12-23T15:19:13.388Z Compiling basic-cookies v0.1.5
12612024-12-23T15:19:13.390Z Running `/home/build/.rustup/toolchains/1.82-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=aa4f7ad8b20283aa -C extra-filename=-aa4f7ad8b20283aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-aa4f7ad8b20283aa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-4b161b577adebd75.rlib --cap-lints allow`
12622024-12-23T15:19:13.408Z Compiling take_mut v0.2.2
12632024-12-23T15:19:13.411Z Running `/home/build/.rustup/toolchains/1.82-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=9705e1ce3ffa86bd -C extra-filename=-9705e1ce3ffa86bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12642024-12-23T15:19:13.556Z Compiling assert_cmd v2.0.16
12652024-12-23T15:19:13.560Z Running `/home/build/.rustup/toolchains/1.82-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=b460335e5a870a65 -C extra-filename=-b460335e5a870a65 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-b460335e5a870a65 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12662024-12-23T15:19:13.621Z Compiling spin v0.5.2
12672024-12-23T15:19:13.624Z Running `/home/build/.rustup/toolchains/1.82-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=6e67f9f7a86f1977 -C extra-filename=-6e67f9f7a86f1977 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12682024-12-23T15:19:13.668Z Compiling unicode-width v0.2.0
12692024-12-23T15:19:13.671Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=62535f02a9d22ea9 -C extra-filename=-62535f02a9d22ea9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12702024-12-23T15:19:13.850Z Compiling pathdiff v0.2.1
12712024-12-23T15:19:13.853Z Running `/home/build/.rustup/toolchains/1.82-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=aefcef68be979593 -C extra-filename=-aefcef68be979593 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
12722024-12-23T15:19:13.989Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-b460335e5a870a65/build-script-build`
12732024-12-23T15:19:13.992Z Compiling open v4.2.0
12742024-12-23T15:19:14.008Z Running `/home/build/.rustup/toolchains/1.82-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=c2d1d196c2902e48 -C extra-filename=-c2d1d196c2902e48 --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-2eeb595519eea34f.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-aefcef68be979593.rmeta --cap-lints allow`
12752024-12-23T15:19:14.030Z Running `/home/build/.rustup/toolchains/1.82-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=c8486869274ddb17 -C extra-filename=-c8486869274ddb17 --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-010afe84a545c693.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6e67f9f7a86f1977.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-726ef1ce13f7359d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out -l static=ring-core -l static=ring-test`
12762024-12-23T15:19:14.141Z Compiling indicatif v0.17.9
12772024-12-23T15:19:14.144Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="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=a6dc142c4370275e -C extra-filename=-a6dc142c4370275e --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-0686804f89b35a98.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-1548d4cb51fb76ac.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-d586d8c78d1d4608.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-62535f02a9d22ea9.rmeta --cap-lints allow`
12782024-12-23T15:19:14.305Z Compiling ratatui v0.26.3
12792024-12-23T15:19:14.307Z Running `/home/build/.rustup/toolchains/1.82-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=572cb3b7cc327850 -C extra-filename=-572cb3b7cc327850 --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-2ec0f0e21fe6806f.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-9c6ece65f75c7a3b.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-60055b2e33d6f165.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-c7a89e46723b5e97.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-9ada83a2a4aeb9e0.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-bad38d8874bd5ff5.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-d83a28bade0a1c71.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-4fb454fe0d105d8a.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-1029bdc92a759390.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-78080f0b468bede3.rmeta --cap-lints allow`
12802024-12-23T15:19:14.693Z Running `/home/build/.rustup/toolchains/1.82-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=f56176e3e7d20380 -C extra-filename=-f56176e3e7d20380 --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-fa86d0431be9e039.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-9705e1ce3ffa86bd.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-f0c86f4fefdd96cf.rmeta --cap-lints allow --cfg integer128`
12812024-12-23T15:19:14.897Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-aa4f7ad8b20283aa/build-script-build`
12822024-12-23T15:19:14.933Z Running `/home/build/.rustup/toolchains/1.82-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=5581fa1e7d0a9142 -C extra-filename=-5581fa1e7d0a9142 --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-e0fe9df6ccc4cbee.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --cap-lints allow`
12832024-12-23T15:19:16.040Z Compiling dialoguer v0.10.4
12842024-12-23T15:19:16.058Z Running `/home/build/.rustup/toolchains/1.82-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=c2c15677d33abeec -C extra-filename=-c2c15677d33abeec --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-0686804f89b35a98.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-84603ec490d3f098.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-2603b4c4a5354fb8.rmeta --cap-lints allow`
12852024-12-23T15:19:16.101Z Compiling pem v1.1.1
12862024-12-23T15:19:16.104Z Running `/home/build/.rustup/toolchains/1.82-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=9c45af66f5816b6b -C extra-filename=-9c45af66f5816b6b --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-a8497778d8f0fab7.rmeta --cap-lints allow`
12872024-12-23T15:19:16.740Z Compiling env_logger v0.10.2
12882024-12-23T15:19:16.743Z Running `/home/build/.rustup/toolchains/1.82-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=bfbbf66c86c34f3b -C extra-filename=-bfbbf66c86c34f3b --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-1694f109aa70fbb7.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-363596e6bdf04b50.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-f8b38a9da2d8b5e2.rmeta --cap-lints allow`
12892024-12-23T15:19:16.858Z Compiling tokio-rustls v0.25.0
12902024-12-23T15:19:16.860Z Running `/home/build/.rustup/toolchains/1.82-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=f5c3eac68f9a4dda -C extra-filename=-f5c3eac68f9a4dda --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-abb0c1ed8096ee09.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
12912024-12-23T15:19:17.292Z Compiling predicates-tree v1.0.11
12922024-12-23T15:19:17.294Z Running `/home/build/.rustup/toolchains/1.82-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=d23d06297a1d35f5 -C extra-filename=-d23d06297a1d35f5 --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-1674af710ae85904.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-7997caf0b0e57a0b.rmeta --cap-lints allow`
12932024-12-23T15:19:17.845Z Compiling async-stream v0.3.6
12942024-12-23T15:19:17.863Z Running `/home/build/.rustup/toolchains/1.82-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=17a9277f3b0a03b5 -C extra-filename=-17a9277f3b0a03b5 --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-f23d70a1d8d3195e.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --cap-lints allow`
12952024-12-23T15:19:17.865Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-461164cb87c2fca8/build-script-build`
12962024-12-23T15:19:17.927Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
12972024-12-23T15:19:17.929Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --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=3973bd1e7cd6256f -C extra-filename=-3973bd1e7cd6256f --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-9f4e83f5d747fd68.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --cap-lints allow`
12982024-12-23T15:19:17.973Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
12992024-12-23T15:19:17.975Z Running `/home/build/.rustup/toolchains/1.82-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=75cbb5bb5a1d9e03 -C extra-filename=-75cbb5bb5a1d9e03 --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-69a564d3b619990e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-0d30681e496efad0.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-fb1a9e9e77d63c38.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-0bcaa31240b43107.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-fe292cf0de9dc87e.rmeta --cap-lints allow`
13002024-12-23T15:19:18.130Z Compiling slog-bunyan v2.5.0
13012024-12-23T15:19:18.131Z Running `/home/build/.rustup/toolchains/1.82-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=37c235ca3c1977ec -C extra-filename=-37c235ca3c1977ec --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-0e2b54809358b0d4.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-149f7db68b0b41fb.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-94915f7bdbef0146.rmeta --cap-lints allow`
13022024-12-23T15:19:18.159Z Running `/home/build/.rustup/toolchains/1.82-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=f3b0828908d19dc5 -C extra-filename=-f3b0828908d19dc5 --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-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-511f7d990b54805f.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-7c2b421304846867.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-0b5e04bdd7f196ce.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-90f85e4a978ca235.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --cap-lints allow`
13032024-12-23T15:19:18.357Z Running `/home/build/.rustup/toolchains/1.82-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=c9b140419ea70ff9 -C extra-filename=-c9b140419ea70ff9 --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-a77dd7cc388ec350.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)'`
13042024-12-23T15:19:18.866Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.94/src/lib.rs --error-format=json --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=d6cbaaf9e7da1827 -C extra-filename=-d6cbaaf9e7da1827 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace --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)'`
13052024-12-23T15:19:18.910Z Running `/home/build/.rustup/toolchains/1.82-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=524f8b0071d9fa7e -C extra-filename=-524f8b0071d9fa7e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13062024-12-23T15:19:18.982Z Compiling slog-term v2.9.1
13072024-12-23T15:19:18.985Z Running `/home/build/.rustup/toolchains/1.82-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=2753a4f9aef9d2a2 -C extra-filename=-2753a4f9aef9d2a2 --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-363596e6bdf04b50.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-0d30681e496efad0.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-f0c86f4fefdd96cf.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-94915f7bdbef0146.rmeta --cap-lints allow`
13082024-12-23T15:19:19.343Z Compiling yasna v0.5.2
13092024-12-23T15:19:19.343Z Compiling tabwriter v1.4.0
13102024-12-23T15:19:19.346Z Running `/home/build/.rustup/toolchains/1.82-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=cc74dd1a1860c49d -C extra-filename=-cc74dd1a1860c49d --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-94915f7bdbef0146.rmeta --cap-lints allow`
13112024-12-23T15:19:19.346Z Running `/home/build/.rustup/toolchains/1.82-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=112f7b53638e57fd -C extra-filename=-112f7b53638e57fd --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-78080f0b468bede3.rmeta --cap-lints allow`
13122024-12-23T15:19:19.485Z Compiling dropshot_endpoint v0.13.0
13132024-12-23T15:19:19.488Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.13.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 '--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=ff61e59dc292561a -C extra-filename=-ff61e59dc292561a --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-a74bb6a36483bfce.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-582a2462932c8c7c.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-ef2beb976e3eaf00.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern proc_macro --cap-lints allow`
13142024-12-23T15:19:19.793Z Compiling clap_complete v4.5.39
13152024-12-23T15:19:19.797Z Running `/home/build/.rustup/toolchains/1.82-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.39/src/lib.rs --error-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=894811fbc04f8084 -C extra-filename=-894811fbc04f8084 --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-0ee74ef867a8d40d.rmeta --cap-lints allow`
13162024-12-23T15:19:19.917Z Compiling colored v2.2.0
13172024-12-23T15:19:19.920Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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("no-color"))' -C metadata=11a85166844c6b20 -C extra-filename=-11a85166844c6b20 --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-627c4027aa780a5c.rmeta --cap-lints allow`
13182024-12-23T15:19:20.301Z Compiling bstr v1.10.0
13192024-12-23T15:19:20.303Z Running `/home/build/.rustup/toolchains/1.82-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=fabf986131e9f6f6 -C extra-filename=-fabf986131e9f6f6 --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-0b5e04bdd7f196ce.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-1bc4fcd65f4659e4.rmeta --cap-lints allow`
13202024-12-23T15:19:20.922Z Compiling waitgroup v0.1.2
13212024-12-23T15:19:20.925Z Running `/home/build/.rustup/toolchains/1.82-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=3ea953276fb833b3 -C extra-filename=-3ea953276fb833b3 --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-c83bbda0772b5da6.rmeta --cap-lints allow`
13222024-12-23T15:19:21.101Z Compiling hostname v0.4.0
13232024-12-23T15:19:21.104Z Running `/home/build/.rustup/toolchains/1.82-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=dc0af481cf9ac171 -C extra-filename=-dc0af481cf9ac171 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --cap-lints allow`
13242024-12-23T15:19:21.157Z Compiling wait-timeout v0.2.0
13252024-12-23T15:19:21.159Z Running `/home/build/.rustup/toolchains/1.82-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=86fbc0a8b1bd424b -C extra-filename=-86fbc0a8b1bd424b --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-30f2b1c2a440a19a.rmeta --cap-lints allow`
13262024-12-23T15:19:21.399Z Compiling yansi v1.0.1
13272024-12-23T15:19:21.402Z Running `/home/build/.rustup/toolchains/1.82-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=e560e591904df35d -C extra-filename=-e560e591904df35d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13282024-12-23T15:19:21.467Z Compiling md5 v0.7.0
13292024-12-23T15:19:21.470Z Running `/home/build/.rustup/toolchains/1.82-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=616ee95188bd3a32 -C extra-filename=-616ee95188bd3a32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13302024-12-23T15:19:21.669Z Compiling diff v0.1.13
13312024-12-23T15:19:21.672Z Running `/home/build/.rustup/toolchains/1.82-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=0e47bd752a6ab438 -C extra-filename=-0e47bd752a6ab438 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13322024-12-23T15:19:21.802Z Compiling debug-ignore v1.0.5
13332024-12-23T15:19:21.802Z Running `/home/build/.rustup/toolchains/1.82-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=dcf4c983dd45bc4a -C extra-filename=-dcf4c983dd45bc4a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13342024-12-23T15:19:21.844Z Running `/home/build/.rustup/toolchains/1.82-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=51973adb50b11847 -C extra-filename=-51973adb50b11847 --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-bd40b868ce792842.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-fabf986131e9f6f6.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-524f8b0071d9fa7e.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-1674af710ae85904.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-d23d06297a1d35f5.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-86fbc0a8b1bd424b.rmeta --cap-lints allow`
13352024-12-23T15:19:21.951Z Compiling rcgen v0.10.0
13362024-12-23T15:19:21.954Z Running `/home/build/.rustup/toolchains/1.82-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=8c32142b83cff970 -C extra-filename=-8c32142b83cff970 --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-9c45af66f5816b6b.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-c8486869274ddb17.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-94915f7bdbef0146.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-cc74dd1a1860c49d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
13372024-12-23T15:19:22.049Z Compiling pretty_assertions v1.4.1
13382024-12-23T15:19:22.052Z Running `/home/build/.rustup/toolchains/1.82-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=db80e023ddaf32ec -C extra-filename=-db80e023ddaf32ec --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-0e47bd752a6ab438.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-e560e591904df35d.rmeta --cap-lints allow`
13392024-12-23T15:19:22.178Z Compiling expectorate v1.1.0
13402024-12-23T15:19:22.181Z Running `/home/build/.rustup/toolchains/1.82-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=7c9f5fd8f73dab23 -C extra-filename=-7c9f5fd8f73dab23 --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-0686804f89b35a98.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-02eac1dd61f22396.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-6871b99356dee450.rmeta --cap-lints allow`
13412024-12-23T15:19:22.415Z Running `/home/build/.rustup/toolchains/1.82-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=47ed5b7adb9578e8 -C extra-filename=-47ed5b7adb9578e8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13422024-12-23T15:19:22.561Z Running `/home/build/.rustup/toolchains/1.82-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="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --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=ec83179f321e7d64 -C extra-filename=-ec83179f321e7d64 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-ec83179f321e7d64 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
13432024-12-23T15:19:22.705Z Running `/home/build/.rustup/toolchains/1.82-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.133/src/lib.rs --error-format=json --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=279a5935c4463638 -C extra-filename=-279a5935c4463638 --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-6d4211eb8bc4d712.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-08d82746684180f2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
13442024-12-23T15:19:22.950Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-ec83179f321e7d64/build-script-build`
13452024-12-23T15:19:22.975Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/lib.rs --error-format=json --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=4f8d0b0a0265c5a8 -C extra-filename=-4f8d0b0a0265c5a8 --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-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b0de75057cd269cd.rmeta --cap-lints allow`
13462024-12-23T15:19:23.180Z Running `/home/build/.rustup/toolchains/1.82-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=5744b8a85bb60631 -C extra-filename=-5744b8a85bb60631 --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-bf8464dc6ea26318.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-47ed5b7adb9578e8.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
13472024-12-23T15:19:23.242Z Compiling toolchain_find v0.4.0
13482024-12-23T15:19:23.244Z Running `/home/build/.rustup/toolchains/1.82-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=70de3786a0a222a9 -C extra-filename=-70de3786a0a222a9 --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-c2b382b5f3ac49c8.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-106569082e7519a1.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0584817040041f29.rmeta --cap-lints allow`
13492024-12-23T15:19:23.636Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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=89ba4f9947ffb799 -C extra-filename=-89ba4f9947ffb799 --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-17a9277f3b0a03b5.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-c9b140419ea70ff9.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-ff61e59dc292561a.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-dc0af481cf9ac171.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-f3d7b706bc7de5fd.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-185157deb81e5901.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-da894d5d9f1d6580.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-fd6c1417bc54c913.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-f3b0828908d19dc5.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f133ca34abdded33.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-abb0c1ed8096ee09.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-a2ae38d9cb266312.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-106569082e7519a1.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-82924c691c2ffa8a.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-a015a8039c1118cd.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-356d6eca1431c781.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e2391476ca50eb7d.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-f56176e3e7d20380.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-37c235ca3c1977ec.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-149f7db68b0b41fb.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-2753a4f9aef9d2a2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-0bcaa31240b43107.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-f5c3eac68f9a4dda.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-3ea953276fb833b3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
13502024-12-23T15:19:23.661Z Running `/home/build/.rustup/toolchains/1.82-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=9ab841ec7cf2d78c -C extra-filename=-9ab841ec7cf2d78c --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-5744b8a85bb60631.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-2d897a6949068429.rmeta --cap-lints allow`
13512024-12-23T15:19:23.995Z Compiling rustfmt-wrapper v0.2.1
13522024-12-23T15:19:23.997Z Running `/home/build/.rustup/toolchains/1.82-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=4ac942bae43d2c96 -C extra-filename=-4ac942bae43d2c96 --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-a77dd7cc388ec350.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-0bcaa31240b43107.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-70de3786a0a222a9.rmeta --cap-lints allow`
13532024-12-23T15:19:24.305Z Compiling integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
13542024-12-23T15:19:24.308Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 integration-tests/src/lib.rs --error-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=7320e028eed23a71 -C extra-filename=-7320e028eed23a71 --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`
13552024-12-23T15:19:24.410Z Running `/home/build/.rustup/toolchains/1.82-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 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --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=e4ee897093a9e4ad -C extra-filename=-e4ee897093a9e4ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-6869515caa012bc2.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-d2937829211a1a50.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-279a5935c4463638.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
13562024-12-23T15:19:24.514Z Running `/home/build/.rustup/toolchains/1.82-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=2ec16ba375990740 -C extra-filename=-2ec16ba375990740 --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-d9faa469a9c9ee8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib`
13572024-12-23T15:19:25.037Z Running `/home/build/.rustup/toolchains/1.82-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=a14c6b4921f4bf92 -C extra-filename=-a14c6b4921f4bf92 --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-9ab841ec7cf2d78c.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-94283fe6939fe043.rmeta --cap-lints allow`
13582024-12-23T15:19:27.408Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
13592024-12-23T15:19:27.411Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/9065106/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=e8aa2c3676348a76 -C extra-filename=-e8aa2c3676348a76 --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-a74bb6a36483bfce.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-fc539a61ef54af1f.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-106569082e7519a1.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-4f8d0b0a0265c5a8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b0de75057cd269cd.rmeta --cap-lints allow`
13602024-12-23T15:19:29.249Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/9065106/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=eea2a905d21f859f -C extra-filename=-eea2a905d21f859f --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-a74bb6a36483bfce.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-049038b03c14a623.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-a14c6b4921f4bf92.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-e4ee897093a9e4ad.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-582a2462932c8c7c.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-279a5935c4463638.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b0de75057cd269cd.rmeta --cap-lints allow`
13612024-12-23T15:19:36.442Z Running `/home/build/.rustup/toolchains/1.82-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=68a74bd0c02ecb59 -C extra-filename=-68a74bd0c02ecb59 --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-a17e9eb8da053443.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-dd73192081ad645b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
13622024-12-23T15:19:37.091Z Compiling git2 v0.19.0
13632024-12-23T15:19:37.096Z Running `/home/build/.rustup/toolchains/1.82-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=0292053c0170028a -C extra-filename=-0292053c0170028a --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-8859613eb28f0b87.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-a17e9eb8da053443.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-68a74bd0c02ecb59.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-049038b03c14a623.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-e043ae5e440ce779.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/usr/lib/amd64`
13642024-12-23T15:19:41.708Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
13652024-12-23T15:19:41.728Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/9065106/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=94224e2a54c249ec -C extra-filename=-94224e2a54c249ec --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-da34867d150792a8.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-e4ee897093a9e4ad.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-582a2462932c8c7c.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-279a5935c4463638.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-ef2beb976e3eaf00.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-cd7ec46cf626a021.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-eea2a905d21f859f.rlib --extern proc_macro --cap-lints allow`
13662024-12-23T15:19:43.280Z Compiling built v0.7.5
13672024-12-23T15:19:43.283Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="git2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=b72028abec8d15f9 -C extra-filename=-b72028abec8d15f9 --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-0292053c0170028a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/usr/lib/amd64`
13682024-12-23T15:19:44.977Z Compiling oxide-cli v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/cli)
13692024-12-23T15:19:44.980Z Running `/home/build/.rustup/toolchains/1.82-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=dfdaa13c4259debe -C extra-filename=-dfdaa13c4259debe --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-dfdaa13c4259debe -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-b72028abec8d15f9.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/usr/lib/amd64`
13702024-12-23T15:19:45.668Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
13712024-12-23T15:19:45.671Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/9065106/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=aeaac8b90ea0f9c4 -C extra-filename=-aeaac8b90ea0f9c4 --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-e8aa2c3676348a76.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-94224e2a54c249ec.so --cap-lints allow`
13722024-12-23T15:19:45.796Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#e65651f0)
13732024-12-23T15:19:45.796Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/e65651f/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=16f9e8746f2bf3c9 -C extra-filename=-16f9e8746f2bf3c9 --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-a74bb6a36483bfce.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-fd6c1417bc54c913.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f133ca34abdded33.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-da34867d150792a8.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-ace16124e6babb15.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-4f8d0b0a0265c5a8.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-aeaac8b90ea0f9c4.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b0de75057cd269cd.rmeta --cap-lints allow`
13742024-12-23T15:19:46.305Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-dfdaa13c4259debe/build-script-build`
13752024-12-23T15:19:48.280Z Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#e65651f0)
13762024-12-23T15:19:48.283Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/e65651f/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("default", "macro"))' -C metadata=1aa936b28272734d -C extra-filename=-1aa936b28272734d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-16f9e8746f2bf3c9.rmeta --cap-lints allow`
13772024-12-23T15:19:53.445Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
13782024-12-23T15:19:53.447Z Running `/home/build/.rustup/toolchains/1.82-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=c788d967b58bca3d -C extra-filename=-c788d967b58bca3d --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-0ee74ef867a8d40d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-02eac1dd61f22396.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1aa936b28272734d.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-4ac942bae43d2c96.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-6871b99356dee450.rlib`
13792024-12-23T15:19:53.468Z Running `/home/build/.rustup/toolchains/1.82-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=cb9aaf487e7c3902 -C extra-filename=-cb9aaf487e7c3902 --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-0ee74ef867a8d40d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-02eac1dd61f22396.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1aa936b28272734d.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-4ac942bae43d2c96.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-6871b99356dee450.rlib`
13802024-12-23T15:20:10.617Z Running `/home/build/.rustup/toolchains/1.82-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=7e7a1a332d0c609b -C extra-filename=-7e7a1a332d0c609b --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-30f2b1c2a440a19a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/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)'`
13812024-12-23T15:20:10.618Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-cd5e0c104ab88c9e/build-script-build`
13822024-12-23T15:20:10.621Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-e1447c127dc9bed0/build-script-build`
13832024-12-23T15:20:10.621Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-cf26f19a4011385e/build-script-build`
13842024-12-23T15:20:11.694Z Running `/home/build/.rustup/toolchains/1.82-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=26a959f5ad06dea0 -C extra-filename=-26a959f5ad06dea0 --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-2ec0f0e21fe6806f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-5d52dbc4bf401aff.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-b7858cf4edabde36.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-7e7a1a332d0c609b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/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)'`
13852024-12-23T15:20:13.857Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-c215e99fadfa2e21/build-script-build`
13862024-12-23T15:20:13.860Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-c389e59f1377694f/build-script-build`
13872024-12-23T15:20:13.860Z Running `/home/build/.rustup/toolchains/1.82-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=1b5c7d98485b81fb -C extra-filename=-1b5c7d98485b81fb --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-30f2b1c2a440a19a.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-08bc1bdb79b54066.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-add3dd2f4e4e219a.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-7e7a1a332d0c609b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl`
13882024-12-23T15:20:14.058Z Running `/home/build/.rustup/toolchains/1.82-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=7d81475d28c942f4 -C extra-filename=-7d81475d28c942f4 --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-1b5c7d98485b81fb.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-a11e19e89d155712.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-7e7a1a332d0c609b.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-221ca3677cab1486.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib --cfg need_openssl_probe`
13892024-12-23T15:20:14.706Z Running `/home/build/.rustup/toolchains/1.82-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=3c1c2023a8cdc7db -C extra-filename=-3c1c2023a8cdc7db --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-177b6fd902993380.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-d8dea586cb955b44.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-3d427b6d96bfb00b.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-7d81475d28c942f4.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-1b5c7d98485b81fb.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-511f7d990b54805f.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-5c16bf983b08f15a.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-b209f6b99c9ecd7b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-1f8f64161a8fb0e9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-90f85e4a978ca235.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-501248e1f79b4257.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-f6f845c67c0c89d0.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-87e39030b3da38fc.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-3c60d10bbad7a548.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-943d2e495be4f21e.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-f83a50c726660c3f.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
13902024-12-23T15:20:15.916Z Running `/home/build/.rustup/toolchains/1.82-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=ddd8c84fcbe216ad -C extra-filename=-ddd8c84fcbe216ad --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-056a6f96131f7850.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-26a959f5ad06dea0.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-a11e19e89d155712.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-7e7a1a332d0c609b.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib --cfg have_min_max_version`
13912024-12-23T15:20:16.179Z Compiling tokio-native-tls v0.3.1
13922024-12-23T15:20:16.182Z Running `/home/build/.rustup/toolchains/1.82-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=c089fcf648739942 -C extra-filename=-c089fcf648739942 --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-ddd8c84fcbe216ad.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
13932024-12-23T15:20:16.256Z Compiling httpmock v0.6.8
13942024-12-23T15:20:16.258Z Running `/home/build/.rustup/toolchains/1.82-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=878ef04849996e51 -C extra-filename=-878ef04849996e51 --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-77dff534fa193b54.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-6e433e06852a2aca.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-df0384e71321f0d4.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-5581fa1e7d0a9142.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-3d427b6d96bfb00b.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-a95fa71c98e7fb7c.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-3c1c2023a8cdc7db.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-7ce1da2d36a254b6.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-a23ba18099c0fee0.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-6871b99356dee450.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
13952024-12-23T15:20:16.451Z Compiling hyper-tls v0.6.0
13962024-12-23T15:20:16.454Z Running `/home/build/.rustup/toolchains/1.82-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=682bf657b33fb0c3 -C extra-filename=-682bf657b33fb0c3 --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-34df12a77920a882.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-f3d7b706bc7de5fd.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-185157deb81e5901.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-da894d5d9f1d6580.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-ddd8c84fcbe216ad.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-c089fcf648739942.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
13972024-12-23T15:20:16.718Z Compiling reqwest v0.12.9
13982024-12-23T15:20:16.720Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="rustls-tls-webpki-roots-no-provider"' --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-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=a801cae953683a51 -C extra-filename=-a801cae953683a51 --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-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-511f7d990b54805f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f3bb6aa4bc9ca547.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-69b921422a2ba461.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-9601e263d7a8ec04.rmeta --extern http_body_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body_util-f3d7b706bc7de5fd.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-185157deb81e5901.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-a3f204118dcd8a15.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-682bf657b33fb0c3.rmeta --extern hyper_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_util-da894d5d9f1d6580.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-d9edfcac8477b1af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-90f85e4a978ca235.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-ddd8c84fcbe216ad.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-010afe84a545c693.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-e0d7e5a3e3f714b5.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-17880e50bbddcca9.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-a2ae38d9cb266312.rmeta --extern rustls_pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-b3fc9fdeed43d616.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-a015a8039c1118cd.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-29b218de4e496fc8.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-c089fcf648739942.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-ad23889234e90371.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-de0092897b303179.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-8552aec5b0efa10d.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-d6eb60a0209a31f5.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
13992024-12-23T15:20:18.525Z Compiling progenitor-client v0.8.0
14002024-12-23T15:20:18.525Z Compiling oauth2 v5.0.0-rc.1
14012024-12-23T15:20:18.528Z Running `/home/build/.rustup/toolchains/1.82-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=467c6e4207b9f877 -C extra-filename=-467c6e4207b9f877 --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-a015a8039c1118cd.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
14022024-12-23T15:20:18.528Z Running `/home/build/.rustup/toolchains/1.82-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=91b334e60109a896 -C extra-filename=-91b334e60109a896 --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-8109389a6bf1ad53.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-d2eeef2fb055dd84.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-82924c691c2ffa8a.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-7ffef05d02b59d05.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-0bcaa31240b43107.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
14032024-12-23T15:20:18.778Z Compiling oxide v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/sdk)
14042024-12-23T15:20:18.781Z Running `/home/build/.rustup/toolchains/1.82-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=3e64a8a34a3a68de -C extra-filename=-3e64a8a34a3a68de --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-8109389a6bf1ad53.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-467c6e4207b9f877.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-fc539a61ef54af1f.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
14052024-12-23T15:20:23.015Z Running `/home/build/.rustup/toolchains/1.82-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=7172f0c98956aa15 -C extra-filename=-7172f0c98956aa15 --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-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-467c6e4207b9f877.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-fc539a61ef54af1f.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
14062024-12-23T15:20:55.735Z Compiling oxide-httpmock v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
14072024-12-23T15:20:55.739Z Running `/home/build/.rustup/toolchains/1.82-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=0d32e4f730ccc2b9 -C extra-filename=-0d32e4f730ccc2b9 --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-d9faa469a9c9ee8e.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
14082024-12-23T15:21:09.466Z Running `/home/build/.rustup/toolchains/1.82-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=ae373b61ea65f976 -C extra-filename=-ae373b61ea65f976 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14092024-12-23T15:21:09.466Z Running `/home/build/.rustup/toolchains/1.82-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=a2857bb6b25695c2 -C extra-filename=-a2857bb6b25695c2 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14102024-12-23T15:21:09.471Z Running `/home/build/.rustup/toolchains/1.82-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=ea11c1cb83aebd8b -C extra-filename=-ea11c1cb83aebd8b --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14112024-12-23T15:21:09.471Z Running `/home/build/.rustup/toolchains/1.82-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=e18c637f0f80f6f1 -C extra-filename=-e18c637f0f80f6f1 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14122024-12-23T15:21:09.471Z Running `/home/build/.rustup/toolchains/1.82-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=fde2a25d82518984 -C extra-filename=-fde2a25d82518984 --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-d9faa469a9c9ee8e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
14132024-12-23T15:21:09.471Z Running `/home/build/.rustup/toolchains/1.82-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=2e775bae4ad0fabf -C extra-filename=-2e775bae4ad0fabf --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14142024-12-23T15:21:09.480Z Running `/home/build/.rustup/toolchains/1.82-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=fade16d387f317d5 -C extra-filename=-fade16d387f317d5 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14152024-12-23T15:21:09.483Z Running `/home/build/.rustup/toolchains/1.82-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=346971d72af0915b -C extra-filename=-346971d72af0915b --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14162024-12-23T15:21:11.727Z Running `/home/build/.rustup/toolchains/1.82-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=e50b4cd746d6439b -C extra-filename=-e50b4cd746d6439b --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14172024-12-23T15:21:15.639Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 integration-tests/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=12baf7b83513ff7f -C extra-filename=-12baf7b83513ff7f --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 httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
14182024-12-23T15:21:16.128Z Running `/home/build/.rustup/toolchains/1.82-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=1f6dfcfd284b9187 -C extra-filename=-1f6dfcfd284b9187 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14192024-12-23T15:21:27.822Z Running `/home/build/.rustup/toolchains/1.82-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=780d0a80bd2d7470 -C extra-filename=-780d0a80bd2d7470 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14202024-12-23T15:21:27.930Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustc --crate-name test_extras --edition=2021 integration-tests/tests/test_extras.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=7875797ed614dd1b -C extra-filename=-7875797ed614dd1b --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 httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-7320e028eed23a71.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out`
14212024-12-23T15:21:28.224Z Running `/home/build/.rustup/toolchains/1.82-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=b097e7e838e04331 -C extra-filename=-b097e7e838e04331 --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-d6cbaaf9e7da1827.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib`
14222024-12-23T15:21:28.718Z Running `/home/build/.rustup/toolchains/1.82-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=fdeb673148deeed0 -C extra-filename=-fdeb673148deeed0 --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-d6cbaaf9e7da1827.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-51973adb50b11847.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-bc43c2bfcc2620b3.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-894811fbc04f8084.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-11a85166844c6b20.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-d17955399ba36337.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-c2c15677d33abeec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-89ba4f9947ffb799.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-bfbbf66c86c34f3b.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-7c9f5fd8f73dab23.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-1694f109aa70fbb7.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a6dc142c4370275e.rlib --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-30f2b1c2a440a19a.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-056a6f96131f7850.rlib --extern md5=/work/oxidecomputer/oxide.rs/target/debug/deps/libmd5-616ee95188bd3a32.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-91b334e60109a896.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-c2d1d196c2902e48.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-3973bd1e7cd6256f.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-af7bfe9edc8ff563.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-db80e023ddaf32ec.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-572cb3b7cc327850.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-8c32142b83cff970.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-112f7b53638e57fd.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-75cbb5bb5a1d9e03.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-486aadc33cc7c0a2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out`
14232024-12-23T15:22:20.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 34s
14242024-12-23T15:22:20.396Z
14252024-12-23T15:22:20.399Zreal 4:34.734846415
14262024-12-23T15:22:20.399Zuser 22:07.372439512
14272024-12-23T15:22:20.399Zsys 4:10.870471174
14282024-12-23T15:22:20.399Ztrap 0.734725260
14292024-12-23T15:22:20.399Ztflt 2.378018673
14302024-12-23T15:22:20.399Zdflt 2.297629069
14312024-12-23T15:22:20.399Zkflt 0.010883448
14322024-12-23T15:22:20.399Zlock 30:34.550529244
14332024-12-23T15:22:20.399Zslp 1:32:10.923323349
14342024-12-23T15:22:20.399Zlat 1:12.170852501
14352024-12-23T15:22:20.399Zstop 1:57.430689676
14362024-12-23T15:22:20.399Z+ banner test
14372024-12-23T15:22:20.399Z
14382024-12-23T15:22:20.399Z ##### ###### #### #####
14392024-12-23T15:22:20.399Z # # # #
14402024-12-23T15:22:20.399Z # ##### #### #
14412024-12-23T15:22:20.399Z # # # #
14422024-12-23T15:22:20.399Z # # # # #
14432024-12-23T15:22:20.399Z # ###### #### #
14442024-12-23T15:22:20.399Z
14452024-12-23T15:22:20.399Z+ ptime -m cargo test --all-features --locked --verbose
14462024-12-23T15:22:20.823Z Fresh unicode-ident v1.0.14
14472024-12-23T15:22:20.823Z Fresh cfg-if v1.0.0
14482024-12-23T15:22:20.823Z Fresh autocfg v1.3.0
14492024-12-23T15:22:20.823Z Fresh once_cell v1.19.0
14502024-12-23T15:22:20.826Z Fresh proc-macro2 v1.0.92
14512024-12-23T15:22:20.826Z Fresh shlex v1.3.0
14522024-12-23T15:22:20.826Z Fresh itoa v1.0.11
14532024-12-23T15:22:20.826Z Fresh pin-project-lite v0.2.14
14542024-12-23T15:22:20.826Z Fresh quote v1.0.37
14552024-12-23T15:22:20.826Z Fresh libc v0.2.169
14562024-12-23T15:22:20.826Z Fresh value-bag v1.9.0
14572024-12-23T15:22:20.826Z Fresh futures-core v0.3.31
14582024-12-23T15:22:20.826Z Fresh version_check v0.9.5
14592024-12-23T15:22:20.826Z Fresh futures-io v0.3.31
14602024-12-23T15:22:20.826Z Fresh pkg-config v0.3.30
14612024-12-23T15:22:20.826Z Fresh jobserver v0.1.32
14622024-12-23T15:22:20.826Z Fresh vcpkg v0.2.15
14632024-12-23T15:22:20.826Z Fresh bytes v1.9.0
14642024-12-23T15:22:20.827Z Fresh serde_derive v1.0.216
14652024-12-23T15:22:20.827Z Fresh cc v1.1.15
14662024-12-23T15:22:20.827Z Fresh synstructure v0.13.1
14672024-12-23T15:22:20.827Z Fresh getrandom v0.2.15
14682024-12-23T15:22:20.827Z Fresh stable_deref_trait v1.2.0
14692024-12-23T15:22:20.827Z Fresh serde v1.0.216
14702024-12-23T15:22:20.827Z Fresh zerofrom-derive v0.1.4
14712024-12-23T15:22:20.827Z Fresh yoke-derive v0.7.4
14722024-12-23T15:22:20.827Z Fresh slab v0.4.9
14732024-12-23T15:22:20.827Z Fresh zerovec-derive v0.10.3
14742024-12-23T15:22:20.827Z Fresh ryu v1.0.18
14752024-12-23T15:22:20.827Z Fresh displaydoc v0.2.5
14762024-12-23T15:22:20.827Z Fresh zerofrom v0.1.4
14772024-12-23T15:22:20.827Z Fresh signal-hook-registry v1.4.2
14782024-12-23T15:22:20.827Z Fresh fnv v1.0.7
14792024-12-23T15:22:20.827Z Fresh litemap v0.7.3
14802024-12-23T15:22:20.827Z Fresh hashbrown v0.15.0
14812024-12-23T15:22:20.827Z Fresh writeable v0.5.5
14822024-12-23T15:22:20.827Z Fresh yoke v0.7.4
14832024-12-23T15:22:20.827Z Fresh equivalent v1.0.1
14842024-12-23T15:22:20.827Z Fresh icu_provider_macros v1.5.0
14852024-12-23T15:22:20.827Z Fresh icu_locid_transform_data v1.5.0
14862024-12-23T15:22:20.827Z Fresh zerocopy-derive v0.7.35
14872024-12-23T15:22:20.827Z Fresh zerovec v0.10.4
14882024-12-23T15:22:20.827Z Fresh tracing-attributes v0.1.27
14892024-12-23T15:22:20.827Z Fresh tracing-core v0.1.32
14902024-12-23T15:22:20.827Z Fresh icu_properties_data v1.5.0
14912024-12-23T15:22:20.827Z Fresh byteorder v1.5.0
14922024-12-23T15:22:20.827Z Fresh socket2 v0.5.7
14932024-12-23T15:22:20.827Z Fresh futures-sink v0.3.31
14942024-12-23T15:22:20.827Z Fresh tinystr v0.7.6
14952024-12-23T15:22:20.827Z Fresh icu_collections v1.5.0
14962024-12-23T15:22:20.827Z Fresh tracing v0.1.40
14972024-12-23T15:22:20.827Z Fresh write16 v1.0.0
14982024-12-23T15:22:20.827Z Fresh utf8_iter v1.0.4
14992024-12-23T15:22:20.827Z Fresh icu_locid v1.5.0
15002024-12-23T15:22:20.828Z Fresh utf16_iter v1.0.5
15012024-12-23T15:22:20.828Z Fresh icu_normalizer_data v1.5.0
15022024-12-23T15:22:20.828Z Fresh openssl-src v300.3.1+3.3.1
15032024-12-23T15:22:20.828Z Fresh errno v0.3.9
15042024-12-23T15:22:20.828Z Fresh icu_provider v1.5.0
15052024-12-23T15:22:20.828Z Fresh pin-utils v0.1.0
15062024-12-23T15:22:20.828Z Fresh crossbeam-utils v0.8.20
15072024-12-23T15:22:20.828Z Fresh tokio-macros v2.4.0
15082024-12-23T15:22:20.828Z Fresh mio v1.0.2
15092024-12-23T15:22:20.828Z Fresh icu_locid_transform v1.5.0
15102024-12-23T15:22:20.828Z Fresh tokio v1.42.0
15112024-12-23T15:22:20.828Z Fresh num-traits v0.2.19
15122024-12-23T15:22:20.828Z Fresh futures-channel v0.3.31
15132024-12-23T15:22:20.828Z Fresh futures-macro v0.3.31
15142024-12-23T15:22:20.828Z Fresh futures-task v0.3.31
15152024-12-23T15:22:20.828Z Fresh icu_properties v1.5.1
15162024-12-23T15:22:20.828Z Fresh rustix v0.38.40
15172024-12-23T15:22:20.828Z Fresh futures-util v0.3.31
15182024-12-23T15:22:20.828Z Fresh atomic-waker v1.1.2
15192024-12-23T15:22:20.828Z Fresh http v1.1.0
15202024-12-23T15:22:20.828Z Fresh serde_derive_internals v0.29.1
15212024-12-23T15:22:20.828Z Fresh heck v0.5.0
15222024-12-23T15:22:20.828Z Fresh concurrent-queue v2.5.0
15232024-12-23T15:22:20.828Z Fresh memchr v2.7.4
15242024-12-23T15:22:20.828Z Fresh parking v2.2.0
15252024-12-23T15:22:20.828Z Fresh httparse v1.9.4
15262024-12-23T15:22:20.828Z Fresh schemars_derive v0.8.21
15272024-12-23T15:22:20.828Z Fresh dyn-clone v1.0.17
15282024-12-23T15:22:20.828Z Fresh fastrand v2.1.1
15292024-12-23T15:22:20.828Z Fresh smallvec v1.13.2
15302024-12-23T15:22:20.828Z Fresh log v0.4.22
15312024-12-23T15:22:20.828Z Fresh iana-time-zone v0.1.60
15322024-12-23T15:22:20.828Z Fresh allocator-api2 v0.2.18
15332024-12-23T15:22:20.828Z Fresh rustls-pki-types v1.8.0
15342024-12-23T15:22:20.828Z Fresh spin v0.9.8
15352024-12-23T15:22:20.828Z Fresh chrono v0.4.39
15362024-12-23T15:22:20.828Z Fresh openssl-sys v0.9.103
15372024-12-23T15:22:20.828Z Fresh uuid v1.11.0
15382024-12-23T15:22:20.829Z Fresh untrusted v0.9.0
15392024-12-23T15:22:20.829Z Fresh try-lock v0.2.5
15402024-12-23T15:22:20.829Z Fresh ring v0.17.8
15412024-12-23T15:22:20.829Z Fresh httpdate v1.0.3
15422024-12-23T15:22:20.829Z Fresh zeroize v1.8.1
15432024-12-23T15:22:20.829Z Fresh want v0.3.1
15442024-12-23T15:22:20.829Z Fresh rustls-webpki v0.102.7
15452024-12-23T15:22:20.829Z Fresh http-body v1.0.1
15462024-12-23T15:22:20.829Z Fresh tokio-util v0.7.11
15472024-12-23T15:22:20.829Z Fresh ppv-lite86 v0.2.20
15482024-12-23T15:22:20.829Z Fresh rand_core v0.6.4
15492024-12-23T15:22:20.829Z Fresh openssl-probe v0.1.5
15502024-12-23T15:22:20.832Z Fresh tower-service v0.3.3
15512024-12-23T15:22:20.832Z Fresh subtle v2.6.1
15522024-12-23T15:22:20.832Z Fresh h2 v0.4.6
15532024-12-23T15:22:20.832Z Fresh rand_chacha v0.3.1
15542024-12-23T15:22:20.832Z Fresh thiserror-impl v2.0.7
15552024-12-23T15:22:20.833Z Fresh foreign-types-shared v0.1.1
15562024-12-23T15:22:20.833Z Fresh anstyle v1.0.8
15572024-12-23T15:22:20.833Z Fresh rand v0.8.5
15582024-12-23T15:22:20.833Z Fresh hyper v1.5.0
15592024-12-23T15:22:20.833Z Fresh event-listener v5.3.1
15602024-12-23T15:22:20.833Z Fresh thiserror v2.0.7
15612024-12-23T15:22:20.833Z Fresh foreign-types v0.3.2
15622024-12-23T15:22:20.833Z Fresh openssl-macros v0.1.1
15632024-12-23T15:22:20.833Z Fresh encoding_rs v0.8.34
15642024-12-23T15:22:20.833Z Fresh mime v0.3.17
15652024-12-23T15:22:20.833Z Fresh either v1.13.0
15662024-12-23T15:22:20.833Z Fresh openssl v0.10.66
15672024-12-23T15:22:20.833Z Fresh event-listener-strategy v0.5.2
15682024-12-23T15:22:20.833Z Fresh hyper-util v0.1.10
15692024-12-23T15:22:20.833Z Fresh utf8parse v0.2.2
15702024-12-23T15:22:20.833Z Fresh http-body-util v0.1.2
15712024-12-23T15:22:20.833Z Fresh anstyle-parse v0.2.5
15722024-12-23T15:22:20.833Z Fresh rustls v0.23.12
15732024-12-23T15:22:20.833Z Fresh futures-lite v2.3.0
15742024-12-23T15:22:20.833Z Fresh serde_spanned v0.6.7
15752024-12-23T15:22:20.833Z Fresh toml_datetime v0.6.8
15762024-12-23T15:22:20.833Z Fresh winnow v0.6.18
15772024-12-23T15:22:20.833Z Fresh native-tls v0.2.12
15782024-12-23T15:22:20.833Z Fresh colorchoice v1.0.2
15792024-12-23T15:22:20.833Z Fresh same-file v1.0.6
15802024-12-23T15:22:20.833Z Fresh anstyle-query v1.1.1
15812024-12-23T15:22:20.833Z Fresh base64 v0.22.1
15822024-12-23T15:22:20.833Z Fresh event-listener v2.5.3
15832024-12-23T15:22:20.833Z Fresh is_terminal_polyfill v1.70.1
15842024-12-23T15:22:20.833Z Fresh rustls-pemfile v2.1.3
15852024-12-23T15:22:20.833Z Fresh tokio-native-tls v0.3.1
15862024-12-23T15:22:20.833Z Fresh anstream v0.6.15
15872024-12-23T15:22:20.833Z Fresh walkdir v2.5.0
15882024-12-23T15:22:20.833Z Fresh tokio-rustls v0.26.0
15892024-12-23T15:22:20.833Z Fresh toml_edit v0.22.22
15902024-12-23T15:22:20.833Z Fresh serde_urlencoded v0.7.1
15912024-12-23T15:22:20.833Z Fresh webpki-roots v0.26.6
15922024-12-23T15:22:20.833Z Fresh aho-corasick v1.1.3
15932024-12-23T15:22:20.833Z Fresh terminal_size v0.4.0
15942024-12-23T15:22:20.834Z Fresh http v0.2.12
15952024-12-23T15:22:20.834Z Fresh regex-syntax v0.8.5
15962024-12-23T15:22:20.834Z Fresh clap_lex v0.7.4
15972024-12-23T15:22:20.834Z Fresh scopeguard v1.2.0
15982024-12-23T15:22:20.834Z Fresh strsim v0.11.1
15992024-12-23T15:22:20.834Z Fresh regex-automata v0.4.8
16002024-12-23T15:22:20.834Z Fresh lock_api v0.4.12
16012024-12-23T15:22:20.834Z Fresh clap_builder v4.5.23
16022024-12-23T15:22:20.834Z Fresh hyper-rustls v0.27.3
16032024-12-23T15:22:20.834Z Fresh hyper-tls v0.6.0
16042024-12-23T15:22:20.834Z Fresh toml v0.8.19
16052024-12-23T15:22:20.834Z Fresh async-lock v3.4.0
16062024-12-23T15:22:20.834Z Fresh parking_lot_core v0.9.10
16072024-12-23T15:22:20.834Z Fresh clap_derive v4.5.18
16082024-12-23T15:22:20.834Z Fresh polling v3.7.3
16092024-12-23T15:22:20.834Z Fresh futures-executor v0.3.31
16102024-12-23T15:22:20.834Z Fresh sync_wrapper v1.0.1
16112024-12-23T15:22:20.834Z Fresh siphasher v0.3.11
16122024-12-23T15:22:20.834Z Fresh ipnet v2.9.0
16132024-12-23T15:22:20.834Z Fresh waker-fn v1.2.0
16142024-12-23T15:22:20.834Z Fresh lazy_static v1.5.0
16152024-12-23T15:22:20.834Z Fresh fastrand v1.9.0
16162024-12-23T15:22:20.834Z Fresh parking_lot v0.12.3
16172024-12-23T15:22:20.834Z Fresh futures-lite v1.13.0
16182024-12-23T15:22:20.834Z Fresh reqwest v0.12.9
16192024-12-23T15:22:20.834Z Fresh async-io v2.3.4
16202024-12-23T15:22:20.834Z Fresh phf_shared v0.10.0
16212024-12-23T15:22:20.834Z Fresh clap v4.5.23
16222024-12-23T15:22:20.834Z Fresh futures v0.3.31
16232024-12-23T15:22:20.834Z Fresh typenum v1.17.0
16242024-12-23T15:22:20.834Z Fresh io-lifetimes v1.0.11
16252024-12-23T15:22:20.834Z Fresh crunchy v0.2.2
16262024-12-23T15:22:20.834Z Fresh polling v2.8.0
16272024-12-23T15:22:20.834Z Fresh indexmap v2.7.0
16282024-12-23T15:22:20.834Z Fresh bit-vec v0.6.3
16292024-12-23T15:22:20.834Z Fresh bitflags v1.3.2
16302024-12-23T15:22:20.834Z Fresh new_debug_unreachable v1.0.6
16312024-12-23T15:22:20.834Z Fresh async-task v4.7.1
16322024-12-23T15:22:20.835Z Fresh precomputed-hash v0.1.1
16332024-12-23T15:22:20.835Z Fresh fixedbitset v0.4.2
16342024-12-23T15:22:20.835Z Fresh tiny-keccak v2.0.2
16352024-12-23T15:22:20.835Z Fresh petgraph v0.6.5
16362024-12-23T15:22:20.835Z Fresh bit-set v0.5.3
16372024-12-23T15:22:20.835Z Fresh rustix v0.37.27
16382024-12-23T15:22:20.835Z Fresh string_cache v0.8.7
16392024-12-23T15:22:20.835Z Fresh generic-array v0.14.7
16402024-12-23T15:22:20.835Z Fresh ascii-canvas v3.0.0
16412024-12-23T15:22:20.835Z Fresh regex v1.11.1
16422024-12-23T15:22:20.835Z Fresh async-channel v1.9.0
16432024-12-23T15:22:20.835Z Fresh async-lock v2.8.0
16442024-12-23T15:22:20.835Z Fresh async-channel v2.3.1
16452024-12-23T15:22:20.835Z Fresh itertools v0.11.0
16462024-12-23T15:22:20.835Z Fresh ena v0.14.3
16472024-12-23T15:22:20.835Z Fresh piper v0.2.4
16482024-12-23T15:22:20.835Z Fresh socket2 v0.4.10
16492024-12-23T15:22:20.835Z Fresh dirs-sys v0.3.7
16502024-12-23T15:22:20.838Z Fresh unicode-xid v0.2.5
16512024-12-23T15:22:20.838Z Fresh pico-args v0.5.0
16522024-12-23T15:22:20.838Z Fresh dirs v4.0.0
16532024-12-23T15:22:20.838Z Fresh async-io v1.13.0
16542024-12-23T15:22:20.838Z Fresh blocking v1.6.1
16552024-12-23T15:22:20.838Z Fresh async-executor v1.13.0
16562024-12-23T15:22:20.838Z Fresh progenitor-client v0.8.0
16572024-12-23T15:22:20.838Z Fresh async-signal v0.2.10
16582024-12-23T15:22:20.838Z Fresh lalrpop v0.20.2
16592024-12-23T15:22:20.838Z Fresh libnghttp2-sys v0.1.10+1.61.0
16602024-12-23T15:22:20.838Z Fresh event-listener v3.1.0
16612024-12-23T15:22:20.838Z Fresh pin-project-internal v1.1.5
16622024-12-23T15:22:20.838Z Fresh pin-project v1.1.5
16632024-12-23T15:22:20.838Z Fresh async-process v1.8.1
16642024-12-23T15:22:20.838Z Fresh curl-sys v0.4.74+curl-8.9.0
16652024-12-23T15:22:20.838Z Fresh async-global-executor v2.4.1
16662024-12-23T15:22:20.838Z Fresh crypto-common v0.1.6
16672024-12-23T15:22:20.838Z Fresh block-buffer v0.10.4
16682024-12-23T15:22:20.838Z Fresh tempfile v3.14.0
16692024-12-23T15:22:20.838Z Fresh thiserror-impl v1.0.69
16702024-12-23T15:22:20.838Z Fresh kv-log-macro v1.0.7
16712024-12-23T15:22:20.838Z Fresh async-trait v0.1.83
16722024-12-23T15:22:20.838Z Fresh similar v2.6.0
16732024-12-23T15:22:20.838Z Fresh curl v0.4.46
16742024-12-23T15:22:20.839Z Fresh async-std v1.12.0
16752024-12-23T15:22:20.839Z Fresh digest v0.10.7
16762024-12-23T15:22:20.839Z Fresh thiserror v1.0.69
16772024-12-23T15:22:20.839Z Fresh tracing-futures v0.2.5
16782024-12-23T15:22:20.839Z Fresh semver v1.0.24
16792024-12-23T15:22:20.839Z Fresh sluice v0.5.5
16802024-12-23T15:22:20.839Z Fresh http-body v0.4.6
16812024-12-23T15:22:20.839Z Fresh icu_normalizer v1.5.0
16822024-12-23T15:22:20.839Z Fresh castaway v0.1.2
16832024-12-23T15:22:20.839Z Fresh unicode-width v0.1.13
16842024-12-23T15:22:20.839Z Fresh time-core v0.1.2
16852024-12-23T15:22:20.839Z Fresh powerfmt v0.2.0
16862024-12-23T15:22:20.839Z Fresh cpufeatures v0.2.13
16872024-12-23T15:22:20.839Z Fresh lalrpop-util v0.20.2
16882024-12-23T15:22:20.839Z Fresh num-conv v0.1.0
16892024-12-23T15:22:20.839Z Fresh isahc v1.7.2
16902024-12-23T15:22:20.839Z Fresh time-macros v0.2.18
16912024-12-23T15:22:20.839Z Fresh deranged v0.3.11
16922024-12-23T15:22:20.839Z Fresh basic-cookies v0.1.5
16932024-12-23T15:22:20.839Z Fresh idna_adapter v1.2.0
16942024-12-23T15:22:20.839Z Fresh hyper v0.14.30
16952024-12-23T15:22:20.839Z Fresh async-object-pool v0.1.4
16962024-12-23T15:22:20.839Z Fresh serde_regex v1.1.0
16972024-12-23T15:22:20.839Z Fresh assert-json-diff v2.0.2
16982024-12-23T15:22:20.839Z Fresh serde_tokenstream v0.2.2
16992024-12-23T15:22:20.839Z Fresh percent-encoding v2.3.1
17002024-12-23T15:22:20.839Z Fresh levenshtein v1.0.5
17012024-12-23T15:22:20.839Z Fresh num_threads v0.1.7
17022024-12-23T15:22:20.839Z Fresh base64 v0.21.7
17032024-12-23T15:22:20.839Z Fresh httpmock v0.6.8
17042024-12-23T15:22:20.839Z Fresh form_urlencoded v1.2.1
17052024-12-23T15:22:20.839Z Fresh time v0.3.36
17062024-12-23T15:22:20.839Z Fresh rustversion v1.0.17
17072024-12-23T15:22:20.839Z Fresh idna v1.0.3
17082024-12-23T15:22:20.839Z Fresh libz-sys v1.1.20
17092024-12-23T15:22:20.839Z Fresh dirs-sys-next v0.1.2
17102024-12-23T15:22:20.839Z Fresh unicode-segmentation v1.11.0
17112024-12-23T15:22:20.839Z Fresh home v0.5.9
17122024-12-23T15:22:20.839Z Fresh url v2.5.4
17132024-12-23T15:22:20.840Z Fresh slog v2.7.0
17142024-12-23T15:22:20.840Z Fresh sha1 v0.10.6
17152024-12-23T15:22:20.840Z Fresh libgit2-sys v0.17.0+1.8.1
17162024-12-23T15:22:20.840Z Fresh dirs-next v2.0.0
17172024-12-23T15:22:20.840Z Fresh bitflags v2.6.0
17182024-12-23T15:22:20.840Z Fresh predicates-core v1.0.8
17192024-12-23T15:22:20.840Z Fresh console v0.15.8
17202024-12-23T15:22:20.840Z Fresh git2 v0.19.0
17212024-12-23T15:22:20.840Z Fresh term v0.7.0
17222024-12-23T15:22:20.840Z Fresh signal-hook v0.3.17
17232024-12-23T15:22:20.840Z Fresh openapiv3 v2.0.0
17242024-12-23T15:22:20.840Z Fresh float-cmp v0.9.0
17252024-12-23T15:22:20.840Z Fresh mio v0.8.11
17262024-12-23T15:22:20.840Z Fresh is-terminal v0.4.13
17272024-12-23T15:22:20.840Z Fresh normalize-line-endings v0.3.0
17282024-12-23T15:22:20.840Z Fresh utf-8 v0.7.6
17292024-12-23T15:22:20.840Z Fresh data-encoding v2.6.0
17302024-12-23T15:22:20.840Z Fresh difflib v0.4.0
17312024-12-23T15:22:20.840Z Fresh built v0.7.5
17322024-12-23T15:22:20.840Z Fresh paste v1.0.15
17332024-12-23T15:22:20.840Z Fresh tungstenite v0.20.1
17342024-12-23T15:22:20.840Z Fresh predicates v3.1.2
17352024-12-23T15:22:20.840Z Fresh signal-hook-mio v0.2.4
17362024-12-23T15:22:20.840Z Fresh strum_macros v0.26.4
17372024-12-23T15:22:20.840Z Fresh castaway v0.2.3
17382024-12-23T15:22:20.840Z Fresh itertools v0.13.0
17392024-12-23T15:22:20.840Z Fresh serde_path_to_error v0.1.16
17402024-12-23T15:22:20.840Z Fresh thread_local v1.1.8
17412024-12-23T15:22:20.840Z Fresh is-docker v0.2.0
17422024-12-23T15:22:20.840Z Fresh static_assertions v1.1.0
17432024-12-23T15:22:20.840Z Fresh match_cfg v0.1.0
17442024-12-23T15:22:20.840Z Fresh compact_str v0.7.1
17452024-12-23T15:22:20.840Z Fresh hostname v0.3.1
17462024-12-23T15:22:20.840Z Fresh is-wsl v0.4.0
17472024-12-23T15:22:20.840Z Fresh strum v0.26.3
17482024-12-23T15:22:20.840Z Fresh rustls v0.22.4
17492024-12-23T15:22:20.840Z Fresh unicode-truncate v1.1.0
17502024-12-23T15:22:20.843Z Fresh crossterm v0.27.0
17512024-12-23T15:22:20.843Z Fresh tokio-tungstenite v0.20.1
17522024-12-23T15:22:20.843Z Fresh portable-atomic v1.7.0
17532024-12-23T15:22:20.843Z Fresh newline-converter v0.3.0
17542024-12-23T15:22:20.843Z Fresh slog-json v2.6.1
17552024-12-23T15:22:20.844Z Fresh termini v1.0.0
17562024-12-23T15:22:20.844Z Fresh sha2 v0.10.8
17572024-12-23T15:22:20.844Z Fresh itertools v0.12.1
17582024-12-23T15:22:20.844Z Fresh lru v0.12.4
17592024-12-23T15:22:20.844Z Fresh crossbeam-channel v0.5.13
17602024-12-23T15:22:20.844Z Fresh ipnetwork v0.20.0
17612024-12-23T15:22:20.844Z Fresh stability v0.2.1
17622024-12-23T15:22:20.844Z Fresh async-stream-impl v0.3.6
17632024-12-23T15:22:20.844Z Fresh termcolor v1.4.1
17642024-12-23T15:22:20.844Z Fresh unicode-width v0.2.0
17652024-12-23T15:22:20.844Z Fresh base64 v0.13.1
17662024-12-23T15:22:20.844Z Fresh humantime v2.1.0
17672024-12-23T15:22:20.844Z Fresh untrusted v0.7.1
17682024-12-23T15:22:20.844Z Fresh termtree v0.4.1
17692024-12-23T15:22:20.844Z Fresh take_mut v0.2.2
17702024-12-23T15:22:20.844Z Fresh cassowary v0.3.0
17712024-12-23T15:22:20.844Z Fresh number_prefix v0.4.0
17722024-12-23T15:22:20.844Z Fresh shell-words v1.1.0
17732024-12-23T15:22:20.844Z Fresh spin v0.5.2
17742024-12-23T15:22:20.844Z Fresh pathdiff v0.2.1
17752024-12-23T15:22:20.844Z Fresh slog-async v2.8.0
17762024-12-23T15:22:20.844Z Fresh indicatif v0.17.9
17772024-12-23T15:22:20.844Z Fresh pem v1.1.1
17782024-12-23T15:22:20.844Z Fresh predicates-tree v1.0.11
17792024-12-23T15:22:20.844Z Fresh ring v0.16.20
17802024-12-23T15:22:20.844Z Fresh open v4.2.0
17812024-12-23T15:22:20.844Z Fresh dialoguer v0.10.4
17822024-12-23T15:22:20.844Z Fresh ratatui v0.26.3
17832024-12-23T15:22:20.844Z Fresh env_logger v0.10.2
17842024-12-23T15:22:20.844Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
17852024-12-23T15:22:20.844Z Fresh async-stream v0.3.6
17862024-12-23T15:22:20.844Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart#1f22ae24)
17872024-12-23T15:22:20.844Z Fresh oauth2 v5.0.0-rc.1
17882024-12-23T15:22:20.844Z Fresh slog-bunyan v2.5.0
17892024-12-23T15:22:20.844Z Fresh tokio-rustls v0.25.0
17902024-12-23T15:22:20.844Z Fresh doc-comment v0.3.3
17912024-12-23T15:22:20.844Z Fresh anyhow v1.0.94
17922024-12-23T15:22:20.844Z Fresh camino v1.1.9
17932024-12-23T15:22:20.844Z Fresh multer v3.1.0
17942024-12-23T15:22:20.845Z Fresh slog-term v2.9.1
17952024-12-23T15:22:20.845Z Fresh yasna v0.5.2
17962024-12-23T15:22:20.845Z Fresh dropshot_endpoint v0.13.0
17972024-12-23T15:22:20.845Z Fresh tabwriter v1.4.0
17982024-12-23T15:22:20.845Z Fresh clap_complete v4.5.39
17992024-12-23T15:22:20.845Z Fresh colored v2.2.0
18002024-12-23T15:22:20.845Z Fresh bstr v1.10.0
18012024-12-23T15:22:20.845Z Fresh waitgroup v0.1.2
18022024-12-23T15:22:20.845Z Fresh wait-timeout v0.2.0
18032024-12-23T15:22:20.845Z Fresh hostname v0.4.0
18042024-12-23T15:22:20.845Z Fresh yansi v1.0.1
18052024-12-23T15:22:20.845Z Fresh md5 v0.7.0
18062024-12-23T15:22:20.845Z Fresh debug-ignore v1.0.5
18072024-12-23T15:22:20.845Z Fresh diff v0.1.13
18082024-12-23T15:22:20.845Z Fresh rcgen v0.10.0
18092024-12-23T15:22:20.845Z Fresh pretty_assertions v1.4.1
18102024-12-23T15:22:20.845Z Fresh dropshot v0.13.0
18112024-12-23T15:22:20.845Z Fresh assert_cmd v2.0.16
18122024-12-23T15:22:20.845Z Fresh expectorate v1.1.0
18132024-12-23T15:22:20.845Z Fresh zerocopy v0.7.35
18142024-12-23T15:22:20.845Z Fresh serde_json v1.0.133
18152024-12-23T15:22:20.845Z Fresh syn v2.0.90
18162024-12-23T15:22:20.845Z Fresh ahash v0.8.11
18172024-12-23T15:22:20.845Z Fresh toolchain_find v0.4.0
18182024-12-23T15:22:20.845Z Fresh hashbrown v0.14.5
18192024-12-23T15:22:20.845Z Fresh schemars v0.8.21
18202024-12-23T15:22:20.845Z Fresh rustfmt-wrapper v0.2.1
18212024-12-23T15:22:20.845Z Fresh regress v0.10.1
18222024-12-23T15:22:20.845Z Fresh oxide-cli v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/cli)
18232024-12-23T15:22:20.845Z Fresh typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
18242024-12-23T15:22:20.845Z Fresh integration-tests v0.0.0 (/work/oxidecomputer/oxide.rs/integration-tests)
18252024-12-23T15:22:20.845Z Fresh oxide-httpmock v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
18262024-12-23T15:22:20.845Z Fresh oxide v0.9.0+20241204.0.0 (/work/oxidecomputer/oxide.rs/sdk)
18272024-12-23T15:22:20.845Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
18282024-12-23T15:22:20.845Z Fresh typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
18292024-12-23T15:22:20.845Z Fresh typify v0.2.0 (https://github.com/oxidecomputer/typify#9065106f)
18302024-12-23T15:22:20.846Z Fresh progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor#e65651f0)
18312024-12-23T15:22:20.846Z Fresh progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor#e65651f0)
18322024-12-23T15:22:20.846Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
18332024-12-23T15:22:20.846Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
18342024-12-23T15:22:20.861Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/integration_tests-12baf7b83513ff7f`
18352024-12-23T15:22:20.926Z
18362024-12-23T15:22:20.926Zrunning 0 tests
18372024-12-23T15:22:20.926Z
18382024-12-23T15:22:20.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18392024-12-23T15:22:20.926Z
18402024-12-23T15:22:20.928Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_extras-7875797ed614dd1b`
18412024-12-23T15:22:20.934Z
18422024-12-23T15:22:20.934Zrunning 1 test
18432024-12-23T15:22:20.974Ztest test_disk_import ... ok
18442024-12-23T15:22:20.975Z
18452024-12-23T15:22:20.975Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
18462024-12-23T15:22:20.975Z
18472024-12-23T15:22:20.978Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-7172f0c98956aa15`
18482024-12-23T15:22:20.987Z
18492024-12-23T15:22:20.987Zrunning 5 tests
18502024-12-23T15:22:20.989Ztest extras::disk::types::tests::test_get_disk_size ... ok
18512024-12-23T15:22:20.989Ztest clap_feature::tests::test_block_size ... ok
18522024-12-23T15:22:20.989Ztest clap_feature::tests::test_byte_count ... ok
18532024-12-23T15:22:20.989Ztest clap_feature::tests::test_name_or_id ... ok
18542024-12-23T15:22:20.989Ztest clap_feature::tests::test_name ... ok
18552024-12-23T15:22:20.989Z
18562024-12-23T15:22:20.990Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18572024-12-23T15:22:20.990Z
18582024-12-23T15:22:20.992Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-fade16d387f317d5`
18592024-12-23T15:22:20.998Z
18602024-12-23T15:22:20.998Zrunning 8 tests
18612024-12-23T15:22:21.001Ztest cmd_api::tests::test_add_query_string ... ok
18622024-12-23T15:22:21.001Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
18632024-12-23T15:22:21.001Ztest tests::test_autoref ... ok
18642024-12-23T15:22:21.001Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
18652024-12-23T15:22:21.001Ztest cmd_auth::tests::test_parse_host ... ok
18662024-12-23T15:22:21.012Ztest tests::test_json_body_required ... ok
18672024-12-23T15:22:21.053Ztest cmd_version::version_success ... ok
18682024-12-23T15:22:21.058Ztest cmd_auth::tests::test_cmd_auth_login ... ok
18692024-12-23T15:22:21.058Z
18702024-12-23T15:22:21.060Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
18712024-12-23T15:22:21.060Z
18722024-12-23T15:22:21.060Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-fdeb673148deeed0`
18732024-12-23T15:22:21.069Z
18742024-12-23T15:22:21.069Zrunning 3 tests
18752024-12-23T15:22:21.115Ztest test_pagination_success ... ok
18762024-12-23T15:22:21.115Ztest test_pagination_midway_failure ... ok
18772024-12-23T15:22:21.142Ztest test_simple_api_call ... ok
18782024-12-23T15:22:21.142Z
18792024-12-23T15:22:21.142Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
18802024-12-23T15:22:21.142Z
18812024-12-23T15:22:21.145Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-2e775bae4ad0fabf`
18822024-12-23T15:22:21.154Z
18832024-12-23T15:22:21.154Zrunning 8 tests
18842024-12-23T15:22:21.194Ztest test_cmd_auth_debug_logging ... ok
18852024-12-23T15:22:21.216Ztest test_auth_credentials_permissions ... ok
18862024-12-23T15:22:21.262Ztest test_cmd_auth_status_env ... ok
18872024-12-23T15:22:21.307Ztest test_cmd_auth_status ... ok
18882024-12-23T15:22:22.241Ztest test_auth_login_existing_default ... ok
18892024-12-23T15:22:22.241Ztest test_auth_login_first ... ok
18902024-12-23T15:22:22.249Ztest test_auth_login_existing_no_default ... ok
18912024-12-23T15:22:23.293Ztest test_auth_login_double ... ok
18922024-12-23T15:22:23.293Z
18932024-12-23T15:22:23.296Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s
18942024-12-23T15:22:23.296Z
18952024-12-23T15:22:23.299Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-1f6dfcfd284b9187`
18962024-12-23T15:22:23.306Z
18972024-12-23T15:22:23.306Zrunning 13 tests
18982024-12-23T15:22:23.350Ztest test_disk_import_bad_file_size ... ok
18992024-12-23T15:22:23.388Ztest test_disk_import_finalize ... ok
19002024-12-23T15:22:23.471Ztest test_disk_import_bad_block_size ... ok
19012024-12-23T15:22:23.516Ztest test_disk_import_required_parameters ... ok
19022024-12-23T15:22:23.541Ztest test_disk_create_fail ... ok
19032024-12-23T15:22:23.556Ztest test_disk_import_image_exists_already ... ok
19042024-12-23T15:22:23.558Ztest test_disk_import_disk_exists_already ... ok
19052024-12-23T15:22:23.570Ztest test_disk_import_snapshot_exists_already ... ok
19062024-12-23T15:22:23.579Ztest test_disk_import_start ... ok
19072024-12-23T15:22:23.582Ztest test_disk_import_stop ... ok
19082024-12-23T15:22:23.592Ztest test_disk_import_write ... ok
19092024-12-23T15:22:23.675Ztest test_disk_import_sparse ... ok
19102024-12-23T15:22:23.711Ztest test_disk_import ... ok
19112024-12-23T15:22:23.711Z
19122024-12-23T15:22:23.713Ztest result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
19132024-12-23T15:22:23.713Z
19142024-12-23T15:22:23.717Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-346971d72af0915b`
19152024-12-23T15:22:23.727Z
19162024-12-23T15:22:23.727Zrunning 1 test
19172024-12-23T15:22:23.799Ztest test_docs_json ... ok
19182024-12-23T15:22:23.799Z
19192024-12-23T15:22:23.799Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
19202024-12-23T15:22:23.799Z
19212024-12-23T15:22:23.802Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-e50b4cd746d6439b`
19222024-12-23T15:22:23.809Z
19232024-12-23T15:22:23.809Zrunning 3 tests
19242024-12-23T15:22:23.862Ztest test_instance_serial_history ... ok
19252024-12-23T15:22:23.862Ztest test_instance_create ... ok
19262024-12-23T15:22:23.865Ztest test_instance_serial_console ... ok
19272024-12-23T15:22:23.865Z
19282024-12-23T15:22:23.865Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
19292024-12-23T15:22:23.865Z
19302024-12-23T15:22:23.867Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-ae373b61ea65f976`
19312024-12-23T15:22:23.875Z
19322024-12-23T15:22:23.875Zrunning 1 test
19332024-12-23T15:22:23.934Ztest test_port_config ... ok
19342024-12-23T15:22:23.934Z
19352024-12-23T15:22:23.934Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
19362024-12-23T15:22:23.934Z
19372024-12-23T15:22:23.937Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-a2857bb6b25695c2`
19382024-12-23T15:22:23.946Z
19392024-12-23T15:22:23.946Zrunning 4 tests
19402024-12-23T15:22:24.001Ztest test_project_simple_list ... ok
19412024-12-23T15:22:24.004Ztest test_project_delete ... ok
19422024-12-23T15:22:24.004Ztest test_project_list_paginated ... ok
19432024-12-23T15:22:24.011Ztest test_project_list_paginated_fail ... ok
19442024-12-23T15:22:24.011Z
19452024-12-23T15:22:24.011Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
19462024-12-23T15:22:24.011Z
19472024-12-23T15:22:24.015Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-780d0a80bd2d7470`
19482024-12-23T15:22:24.024Z
19492024-12-23T15:22:24.024Zrunning 3 tests
19502024-12-23T15:22:24.069Ztest test_resolve_and_cacert ... ok
19512024-12-23T15:22:24.069Ztest test_insecure_hostname_verification ... ok
19522024-12-23T15:22:24.069Ztest test_insecure_cert_validation ... ok
19532024-12-23T15:22:24.072Z
19542024-12-23T15:22:24.072Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
19552024-12-23T15:22:24.072Z
19562024-12-23T15:22:24.072Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-e18c637f0f80f6f1`
19572024-12-23T15:22:24.080Z
19582024-12-23T15:22:24.080Zrunning 1 test
19592024-12-23T15:22:24.125Ztest test_silo_idp_saml_create ... ok
19602024-12-23T15:22:24.125Z
19612024-12-23T15:22:24.125Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
19622024-12-23T15:22:24.125Z
19632024-12-23T15:22:24.128Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-ea11c1cb83aebd8b`
19642024-12-23T15:22:24.136Z
19652024-12-23T15:22:24.137Zrunning 5 tests
19662024-12-23T15:22:24.156Ztest test_allowlist_neither ... ok
19672024-12-23T15:22:24.159Ztest test_allowlist_both ... ok
19682024-12-23T15:22:24.185Ztest test_allowlist_any ... ok
19692024-12-23T15:22:24.187Ztest test_allowlist_one_ip ... ok
19702024-12-23T15:22:24.196Ztest test_allowlist_many_ips ... ok
19712024-12-23T15:22:24.196Z
19722024-12-23T15:22:24.199Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
19732024-12-23T15:22:24.199Z
19742024-12-23T15:22:24.202Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-fde2a25d82518984`
19752024-12-23T15:22:24.208Z
19762024-12-23T15:22:24.208Zrunning 0 tests
19772024-12-23T15:22:24.208Z
19782024-12-23T15:22:24.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19792024-12-23T15:22:24.208Z
19802024-12-23T15:22:24.211Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-2ec16ba375990740`
19812024-12-23T15:22:24.216Z
19822024-12-23T15:22:24.216Zrunning 1 test
19832024-12-23T15:22:24.219Ztest json_mock::tests::test_one ... ok
19842024-12-23T15:22:24.219Z
19852024-12-23T15:22:24.219Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19862024-12-23T15:22:24.219Z
19872024-12-23T15:22:24.219Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-c788d967b58bca3d`
19882024-12-23T15:22:24.224Z
19892024-12-23T15:22:24.224Zrunning 0 tests
19902024-12-23T15:22:24.224Z
19912024-12-23T15:22:24.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19922024-12-23T15:22:24.224Z
19932024-12-23T15:22:24.227Z Doc-tests integration_tests
19942024-12-23T15:22:24.227Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name integration_tests --test integration-tests/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/integration-tests -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-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern integration_tests=/work/oxidecomputer/oxide.rs/target/debug/deps/libintegration_tests-7320e028eed23a71.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
19952024-12-23T15:22:24.272Z
19962024-12-23T15:22:24.272Zrunning 0 tests
19972024-12-23T15:22:24.272Z
19982024-12-23T15:22:24.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19992024-12-23T15:22:24.275Z
20002024-12-23T15:22:24.279Z Doc-tests oxide
20012024-12-23T15:22:24.281Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --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-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0ee74ef867a8d40d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-2767acdb77a488eb.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-69a564d3b619990e.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-467c6e4207b9f877.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-fc539a61ef54af1f.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-a801cae953683a51.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-3299c497ebf73fd6.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-afb6bab0dd3194d0.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-7c6bb524cc1e5bba.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-55a6d496c5526669.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-e613bba425f02c8e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.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`
20022024-12-23T15:22:29.149Z
20032024-12-23T15:22:29.149Zrunning 212 tests
20042024-12-23T15:22:29.154Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 35) ... ignored
20052024-12-23T15:22:29.154Ztest sdk/src/extras/mod.rs - extras::ClientExtraDiskExt::disk_import (line 52) ... ignored
20062024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 50579) ... ignored
20072024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 50597) ... ignored
20082024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 50614) ... ignored
20092024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 50533) ... ignored
20102024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 50563) ... ignored
20112024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 50630) ... ignored
20122024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 50516) ... ignored
20132024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 50653) ... ignored
20142024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 50548) ... ignored
20152024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 50801) ... ignored
20162024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 50736) ... ignored
20172024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 50783) ... ignored
20182024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 50817) ... ignored
20192024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 50719) ... ignored
20202024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 50767) ... ignored
20212024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 50751) ... ignored
20222024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 50897) ... ignored
20232024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 50883) ... ignored
20242024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 50867) ... ignored
20252024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 50973) ... ignored
20262024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 50931) ... ignored
20272024-12-23T15:22:29.154Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 50961) ... ignored
20282024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 50914) ... ignored
20292024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 50946) ... ignored
20302024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::timeseries_query (line 50990) ... ignored
20312024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 51074) ... ignored
20322024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 51110) ... ignored
20332024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 51127) ... ignored
20342024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 51055) ... ignored
20352024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 51144) ... ignored
20362024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 51091) ... ignored
20372024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 51210) ... ignored
20382024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 51257) ... ignored
20392024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 51295) ... ignored
20402024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 51312) ... ignored
20412024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 51276) ... ignored
20422024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 51345) ... ignored
20432024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 51362) ... ignored
20442024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 51328) ... ignored
20452024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 51193) ... ignored
20462024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 51524) ... ignored
20472024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 51585) ... ignored
20482024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 51504) ... ignored
20492024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 51561) ... ignored
20502024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 51542) ... ignored
20512024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 51377) ... ignored
20522024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 51404) ... ignored
20532024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 51427) ... ignored
20542024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 51451) ... ignored
20552024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 51469) ... ignored
20562024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 51484) ... ignored
20572024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_update (line 51241) ... ignored
20582024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 51225) ... ignored
20592024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 51705) ... ignored
20602024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 51692) ... ignored
20612024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 51743) ... ignored
20622024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 51780) ... ignored
20632024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 51770) ... ignored
20642024-12-23T15:22:29.155Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 51855) ... ignored
20652024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 51896) ... ignored
20662024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 51811) ... ignored
20672024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 51826) ... ignored
20682024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 51842) ... ignored
20692024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 51923) ... ignored
20702024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 51909) ... ignored
20712024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 51882) ... ignored
20722024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 51868) ... ignored
20732024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 51982) ... ignored
20742024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 51996) ... ignored
20752024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 52036) ... ignored
20762024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 52071) ... ignored
20772024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 52102) ... ignored
20782024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 52056) ... ignored
20792024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 52086) ... ignored
20802024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 52021) ... ignored
20812024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 52168) ... ignored
20822024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 52198) ... ignored
20832024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 52152) ... ignored
20842024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 52183) ... ignored
20852024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 52214) ... ignored
20862024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 52229) ... ignored
20872024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 52250) ... ignored
20882024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 52240) ... ignored
20892024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 52267) ... ignored
20902024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 52281) ... ignored
20912024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 52362) ... ignored
20922024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 52392) ... ignored
20932024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 52343) ... ignored
20942024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 52377) ... ignored
20952024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 52632) ... ignored
20962024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 52652) ... ignored
20972024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 52611) ... ignored
20982024-12-23T15:22:29.156Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 52670) ... ignored
20992024-12-23T15:22:29.157Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 52433) ... ignored
21002024-12-23T15:22:29.157Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 52448) ... ignored
21012024-12-23T15:22:29.157Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 52464) ... ignored
21022024-12-23T15:22:29.157Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 52479) ... ignored
21032024-12-23T15:22:29.157Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 52508) ... ignored
21042024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 52558) ... ignored
21052024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 52495) ... ignored
21062024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 52592) ... ignored
21072024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 52538) ... ignored
21082024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 52576) ... ignored
21092024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 52521) ... ignored
21102024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 52688) ... ignored
21112024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 52703) ... ignored
21122024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_create (line 52808) ... ignored
21132024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_delete (line 52849) ... ignored
21142024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_list (line 52795) ... ignored
21152024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_add (line 52885) ... ignored
21162024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_list (line 52867) ... ignored
21172024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_range_remove (line 52900) ... ignored
21182024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_add (line 53027) ... ignored
21192024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_list (line 53013) ... ignored
21202024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 53038) ... ignored
21212024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_service_view (line 52997) ... ignored
21222024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_link (line 52939) ... ignored
21232024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_list (line 52918) ... ignored
21242024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 52972) ... ignored
21252024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_silo_update (line 52957) ... ignored
21262024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_update (line 52835) ... ignored
21272024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_utilization_view (line 52986) ... ignored
21282024-12-23T15:22:29.161Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemIpPoolsExt::ip_pool_view (line 52821) ... ignored
21292024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 53137) ... ignored
21302024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_query (line 53156) ... ignored
21312024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_timeseries_schema_list (line 53171) ... ignored
21322024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 53251) ... ignored
21332024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 53219) ... ignored
21342024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 53233) ... ignored
21352024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 53206) ... ignored
21362024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 53275) ... ignored
21372024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 53265) ... ignored
21382024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 53286) ... ignored
21392024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 53297) ... ignored
21402024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 53308) ... ignored
21412024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 53395) ... ignored
21422024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 53365) ... ignored
21432024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 53381) ... ignored
21442024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announcement_list (line 53409) ... ignored
21452024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 53336) ... ignored
21462024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 53349) ... ignored
21472024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 53323) ... ignored
21482024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_exported (line 53420) ... ignored
21492024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 53445) ... ignored
21502024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 53432) ... ignored
21512024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 53456) ... ignored
21522024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 53484) ... ignored
21532024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 53505) ... ignored
21542024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 53471) ... ignored
21552024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 53540) ... ignored
21562024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 53555) ... ignored
21572024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 53526) ... ignored
21582024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 53571) ... ignored
21592024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 53727) ... ignored
21602024-12-23T15:22:29.162Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 53743) ... ignored
21612024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 53763) ... ignored
21622024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 53779) ... ignored
21632024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 53794) ... ignored
21642024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 53844) ... ignored
21652024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 53874) ... ignored
21662024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 53706) ... ignored
21672024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 53895) ... ignored
21682024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 53831) ... ignored
21692024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 53925) ... ignored
21702024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 53911) ... ignored
21712024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 53955) ... ignored
21722024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 53939) ... ignored
21732024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 53973) ... ignored
21742024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 53990) ... ignored
21752024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 54036) ... ignored
21762024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 54051) ... ignored
21772024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 53859) ... ignored
21782024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 53811) ... ignored
21792024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 54007) ... ignored
21802024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 54020) ... ignored
21812024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 54158) ... ignored
21822024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_create (line 54348) ... ignored
21832024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_delete (line 54385) ... ignored
21842024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_create (line 54212) ... ignored
21852024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_delete (line 54235) ... ignored
21862024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_address_list (line 54189) ... ignored
21872024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_create (line 54283) ... ignored
21882024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_delete (line 54305) ... ignored
21892024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_ip_pool_list (line 54260) ... ignored
21902024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_list (line 54328) ... ignored
21912024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::internet_gateway_view (line 54366) ... ignored
21922024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 54802) ... ignored
21932024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 54849) ... ignored
21942024-12-23T15:22:29.163Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 54433) ... ignored
21952024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 54403) ... ignored
21962024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 54785) ... ignored
21972024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 54588) ... ignored
21982024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 54644) ... ignored
21992024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 54568) ... ignored
22002024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 54481) ... ignored
22012024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 54546) ... ignored
22022024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 54458) ... ignored
22032024-12-23T15:22:29.164Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 54524) ... ignored
22042024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 54502) ... ignored
22052024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 54625) ... ignored
22062024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 54606) ... ignored
22072024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 54685) ... ignored
22082024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 54741) ... ignored
22092024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 54665) ... ignored
22102024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 54763) ... ignored
22112024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 54722) ... ignored
22122024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 54703) ... ignored
22132024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 54833) ... ignored
22142024-12-23T15:22:29.167Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 54817) ... ignored
22152024-12-23T15:22:29.578Ztest sdk/src/lib.rs - (line 43) - compile ... ok
22162024-12-23T15:22:29.581Z
22172024-12-23T15:22:29.581Ztest result: ok. 1 passed; 0 failed; 211 ignored; 0 measured; 0 filtered out; finished in 0.43s
22182024-12-23T15:22:29.581Z
22192024-12-23T15:22:29.656Z Doc-tests oxide_httpmock
22202024-12-23T15:22:29.659Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --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-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-878ef04849996e51.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-3e64a8a34a3a68de.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-0d32e4f730ccc2b9.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-b9572e440c113b1d.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
22212024-12-23T15:22:30.123Z
22222024-12-23T15:22:30.123Zrunning 0 tests
22232024-12-23T15:22:30.123Z
22242024-12-23T15:22:30.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22252024-12-23T15:22:30.123Z
22262024-12-23T15:22:30.142Z Doc-tests test_common
22272024-12-23T15:22:30.145Z Running `/home/build/.rustup/toolchains/1.82-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --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-954ee8aa58022224/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-342e02cc6953db7e/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-b47f9b7e2d349948/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-185ef9b4f662916d/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-36365d4f2ba45505/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-48e850368a930e52/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-d9faa469a9c9ee8e.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-c01de0badb437b26.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-8f6a8df862ba9b15.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a77dd7cc388ec350.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-5ca17ec1bbb5f5b0.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b4e63e81121c8496.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-014ab37aade82d8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
22282024-12-23T15:22:30.217Z
22292024-12-23T15:22:30.217Zrunning 0 tests
22302024-12-23T15:22:30.217Z
22312024-12-23T15:22:30.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22322024-12-23T15:22:30.217Z
22332024-12-23T15:22:30.244Z
22342024-12-23T15:22:30.246Zreal 9.826041185
22352024-12-23T15:22:30.246Zuser 7.023183206
22362024-12-23T15:22:30.246Zsys 2.999579064
22372024-12-23T15:22:30.246Ztrap 0.004632016
22382024-12-23T15:22:30.246Ztflt 0.005772407
22392024-12-23T15:22:30.246Zdflt 0.004616887
22402024-12-23T15:22:30.246Zkflt 0.000107053
22412024-12-23T15:22:30.246Zlock 1:18.921464160
22422024-12-23T15:22:30.246Zslp 1:00.268795895
22432024-12-23T15:22:30.246Zlat 0.247337214
22442024-12-23T15:22:30.246Zstop 3.793761530
22452024-12-23T15:22:30.246Zprocess exited: duration 307195 ms, exit code 0
 
22462024-12-23T15:22:30.253Zfound 0 output files