01HR5N2MFN70AZAN6HJGEAFYRD: build-and-test / illumos

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

Buildomat Job: 01HR5N30PCC7N66Q4328JX1K2B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-04T21:15:47.112Zjob assigned to worker 01HR5N37GWE44RNBKVNDBQQH2V (queued for 1 m 12 s)
 
22024-03-04T21:15:47.741Zstarting task 0: "setup"
32024-03-04T21:15:47.826Z++ uname -s
42024-03-04T21:15:47.832Z+ kern=SunOS
52024-03-04T21:15:47.832Z+ case "$kern" in
62024-03-04T21:15:47.832Z+ groupadd -g 12345 build
72024-03-04T21:15:47.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-04T21:15:49.841Z+ zfs create -o mountpoint=/work rpool/work
92024-03-04T21:15:49.939Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-04T21:15:49.943Z+ home_fs=zfs
112024-03-04T21:15:49.943Z+ [[ zfs == autofs ]]
122024-03-04T21:15:49.943Z+ mkdir -p /home/build
132024-03-04T21:15:49.944Z+ chown build:build /home/build /work
142024-03-04T21:15:51.946Z+ chmod 0700 /home/build /work
152024-03-04T21:15:51.949Zprocess exited: duration 4206 ms, exit code 0
 
162024-03-04T21:15:51.958Zstarting task 1: "rust-toolchain"
172024-03-04T21:15:51.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-04T21:15:51.967Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-04T21:15:52.091Zinfo: downloading installer
202024-03-04T21:15:57.038Zwarning: it looks like you have an existing installation of Rust at:
212024-03-04T21:15:57.038Zwarning: /opt/ooce/bin
222024-03-04T21:15:57.038Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-04T21:15:57.038Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-04T21:15:57.038Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-04T21:15:57.038Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-04T21:15:57.038Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-04T21:15:57.038Zerror: cannot install while Rust is installed
282024-03-04T21:15:57.038Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-04T21:15:57.185Zinfo: profile set to 'default'
302024-03-04T21:15:57.186Zinfo: default host triple is x86_64-unknown-illumos
312024-03-04T21:15:57.186Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-04T21:15:57.186Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
332024-03-04T21:15:57.186Zinfo: downloading component 'cargo'
342024-03-04T21:15:57.186Zinfo: downloading component 'clippy'
352024-03-04T21:15:57.186Zinfo: downloading component 'rust-docs'
362024-03-04T21:15:57.186Zinfo: downloading component 'rust-std'
372024-03-04T21:15:57.877Zinfo: downloading component 'rustc'
382024-03-04T21:16:02.403Zinfo: downloading component 'rustfmt'
392024-03-04T21:16:02.690Zinfo: installing component 'cargo'
402024-03-04T21:16:03.600Zinfo: installing component 'clippy'
412024-03-04T21:16:03.966Zinfo: installing component 'rust-docs'
422024-03-04T21:16:05.560Zinfo: installing component 'rust-std'
432024-03-04T21:16:07.457Zinfo: installing component 'rustc'
442024-03-04T21:16:11.773Zinfo: installing component 'rustfmt'
452024-03-04T21:16:12.113Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-04T21:16:12.114Z
472024-03-04T21:16:12.421Z stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04)
482024-03-04T21:16:12.421Z
492024-03-04T21:16:12.432Z
502024-03-04T21:16:12.432ZRust is installed now. Great!
512024-03-04T21:16:12.432Z
522024-03-04T21:16:12.432ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-04T21:16:12.433Zenvironment variable. This has not been done automatically.
542024-03-04T21:16:12.433Z
552024-03-04T21:16:12.433ZTo configure your current shell, run:
562024-03-04T21:16:12.433Zsource "$HOME/.cargo/env"
572024-03-04T21:16:12.480Z+ rustc --version
582024-03-04T21:16:12.546Zrustc 1.76.0 (07dca489a 2024-02-04)
592024-03-04T21:16:12.553Zprocess exited: duration 20585 ms, exit code 0
 
602024-03-04T21:16:12.562Zstarting task 2: "authentication"
612024-03-04T21:16:12.587Zprocess exited: duration 23 ms, exit code 0
 
622024-03-04T21:16:12.598Zstarting task 3: "clone repository"
632024-03-04T21:16:12.603Z+ mkdir -p /work/oxidecomputer/oxide.rs
642024-03-04T21:16:12.609Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
652024-03-04T21:16:12.845ZCloning into '/work/oxidecomputer/oxide.rs'...
662024-03-04T21:16:14.563Z+ cd /work/oxidecomputer/oxide.rs
672024-03-04T21:16:14.574Z+ git fetch origin 7b7a4bea385678bec119fff1ea8bc841aa26e181
682024-03-04T21:16:14.825ZFrom https://github.com/oxidecomputer/oxide.rs
692024-03-04T21:16:14.826Z * branch 7b7a4bea385678bec119fff1ea8bc841aa26e181 -> FETCH_HEAD
702024-03-04T21:16:14.834Z+ [[ -n dependabot/cargo/tempfile-3.10.1 ]]
712024-03-04T21:16:14.837Z++ git branch --show-current
722024-03-04T21:16:14.841Z+ current=main
732024-03-04T21:16:14.841Z+ [[ main != dependabot/cargo/tempfile-3.10.1 ]]
742024-03-04T21:16:14.841Z+ git branch -f dependabot/cargo/tempfile-3.10.1 7b7a4bea385678bec119fff1ea8bc841aa26e181
752024-03-04T21:16:14.900Z+ git checkout -f dependabot/cargo/tempfile-3.10.1
762024-03-04T21:16:14.911ZSwitched to branch 'dependabot/cargo/tempfile-3.10.1'
772024-03-04T21:16:14.911Z+ git reset --hard 7b7a4bea385678bec119fff1ea8bc841aa26e181
782024-03-04T21:16:14.912ZHEAD is now at 7b7a4be Bump tempfile from 3.10.0 to 3.10.1
792024-03-04T21:16:14.912Zprocess exited: duration 2302 ms, exit code 0
 
802024-03-04T21:16:15.745Zstarting task 4: "build"
812024-03-04T21:16:15.749Z+ cargo --version
822024-03-04T21:16:15.749Zinfo: syncing channel updates for '1.76-x86_64-unknown-illumos'
832024-03-04T21:16:15.749Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
842024-03-04T21:16:15.749Zinfo: downloading component 'cargo'
852024-03-04T21:16:16.774Zinfo: downloading component 'clippy'
862024-03-04T21:16:17.129Zinfo: downloading component 'rust-docs'
872024-03-04T21:16:18.509Zinfo: downloading component 'rust-std'
882024-03-04T21:16:20.175Zinfo: downloading component 'rustc'
892024-03-04T21:16:24.590Zinfo: downloading component 'rustfmt'
902024-03-04T21:16:26.011Zinfo: installing component 'cargo'
912024-03-04T21:16:27.074Zinfo: installing component 'clippy'
922024-03-04T21:16:27.491Zinfo: installing component 'rust-docs'
932024-03-04T21:16:28.788Zinfo: installing component 'rust-std'
942024-03-04T21:16:30.618Zinfo: installing component 'rustc'
952024-03-04T21:16:34.477Zinfo: installing component 'rustfmt'
962024-03-04T21:16:34.846Zcargo 1.76.0 (c84b36747 2024-01-18)
972024-03-04T21:16:34.866Z+ rustc --version
982024-03-04T21:16:34.920Zrustc 1.76.0 (07dca489a 2024-02-04)
992024-03-04T21:16:34.930Z+ banner build
1002024-03-04T21:16:34.979Z
1012024-03-04T21:16:34.979Z ##### # # # # #####
1022024-03-04T21:16:34.979Z # # # # # # # #
1032024-03-04T21:16:34.979Z ##### # # # # # #
1042024-03-04T21:16:34.979Z # # # # # # # #
1052024-03-04T21:16:34.980Z # # # # # # # #
1062024-03-04T21:16:34.980Z ##### #### # ###### #####
1072024-03-04T21:16:34.980Z
1082024-03-04T21:16:34.985Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1092024-03-04T21:16:35.194Z Updating crates.io index
1102024-03-04T21:16:35.242Z Updating git repository `https://github.com/oxidecomputer/thouart.git`
1112024-03-04T21:16:35.583Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1122024-03-04T21:16:36.321Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1132024-03-04T21:16:38.491Z Updating git repository `https://github.com/oxidecomputer/typify`
1142024-03-04T21:16:40.861Z Downloading crates ...
1152024-03-04T21:16:41.074Z Downloaded castaway v0.1.2
1162024-03-04T21:16:41.081Z Downloaded assert_cmd v2.0.14
1172024-03-04T21:16:41.081Z Downloaded built v0.7.1
1182024-03-04T21:16:41.084Z Downloaded diff v0.1.13
1192024-03-04T21:16:41.087Z Downloaded block-buffer v0.10.4
1202024-03-04T21:16:41.097Z Downloaded async-channel v2.2.0
1212024-03-04T21:16:41.106Z Downloaded base64 v0.13.1
1222024-03-04T21:16:41.106Z Downloaded futures-io v0.3.30
1232024-03-04T21:16:41.106Z Downloaded anstyle-parse v0.2.3
1242024-03-04T21:16:41.106Z Downloaded atty v0.2.14
1252024-03-04T21:16:41.118Z Downloaded async-channel v1.9.0
1262024-03-04T21:16:41.133Z Downloaded anstyle v1.0.6
1272024-03-04T21:16:41.133Z Downloaded async-lock v2.8.0
1282024-03-04T21:16:41.133Z Downloaded async-io v1.13.0
1292024-03-04T21:16:41.146Z Downloaded thiserror-impl v1.0.57
1302024-03-04T21:16:41.146Z Downloaded siphasher v0.3.11
1312024-03-04T21:16:41.146Z Downloaded similar v2.4.0
1322024-03-04T21:16:41.146Z Downloaded thiserror v1.0.57
1332024-03-04T21:16:41.153Z Downloaded spin v0.5.2
1342024-03-04T21:16:41.153Z Downloaded bitflags v2.4.2
1352024-03-04T21:16:41.153Z Downloaded foreign-types v0.3.2
1362024-03-04T21:16:41.154Z Downloaded basic-cookies v0.1.5
1372024-03-04T21:16:41.154Z Downloaded async-stream-impl v0.3.5
1382024-03-04T21:16:41.154Z Downloaded async-signal v0.2.5
1392024-03-04T21:16:41.154Z Downloaded crunchy v0.2.2
1402024-03-04T21:16:41.164Z Downloaded async-trait v0.1.77
1412024-03-04T21:16:41.165Z Downloaded tabwriter v1.4.0
1422024-03-04T21:16:41.165Z Downloaded event-listener-strategy v0.4.0
1432024-03-04T21:16:41.173Z Downloaded env_logger v0.10.2
1442024-03-04T21:16:41.173Z Downloaded debug-ignore v1.0.5
1452024-03-04T21:16:41.174Z Downloaded colorchoice v1.0.0
1462024-03-04T21:16:41.174Z Downloaded allocator-api2 v0.2.16
1472024-03-04T21:16:41.174Z Downloaded either v1.10.0
1482024-03-04T21:16:41.600Z Downloaded term v0.7.0
1492024-03-04T21:16:41.601Z Downloaded clap_derive v4.5.0
1502024-03-04T21:16:41.601Z Downloaded equivalent v1.0.1
1512024-03-04T21:16:41.601Z Downloaded dialoguer v0.10.4
1522024-03-04T21:16:41.601Z Downloaded tinyvec_macros v0.1.1
1532024-03-04T21:16:41.601Z Downloaded sha1 v0.10.6
1542024-03-04T21:16:41.601Z Downloaded async-task v4.7.0
1552024-03-04T21:16:41.601Z Downloaded futures-core v0.3.30
1562024-03-04T21:16:41.602Z Downloaded sync_wrapper v0.1.2
1572024-03-04T21:16:41.602Z Downloaded fixedbitset v0.4.2
1582024-03-04T21:16:41.602Z Downloaded assert-json-diff v2.0.2
1592024-03-04T21:16:41.602Z Downloaded pkg-config v0.3.29
1602024-03-04T21:16:41.602Z Downloaded tokio-native-tls v0.3.1
1612024-03-04T21:16:41.602Z Downloaded async-process v1.8.1
1622024-03-04T21:16:41.602Z Downloaded atomic-waker v1.1.2
1632024-03-04T21:16:41.602Z Downloaded async-stream v0.3.5
1642024-03-04T21:16:41.602Z Downloaded try-lock v0.2.5
1652024-03-04T21:16:41.603Z Downloaded rustls-pemfile v2.0.0
1662024-03-04T21:16:41.603Z Downloaded ascii-canvas v3.0.0
1672024-03-04T21:16:41.603Z Downloaded rustls-pemfile v1.0.4
1682024-03-04T21:16:41.603Z Downloaded strsim v0.11.0
1692024-03-04T21:16:41.603Z Downloaded bit-vec v0.6.3
1702024-03-04T21:16:41.603Z Downloaded anstyle-query v1.0.2
1712024-03-04T21:16:41.603Z Downloaded string_cache v0.8.7
1722024-03-04T21:16:41.603Z Downloaded async-io v2.3.1
1732024-03-04T21:16:41.603Z Downloaded time-core v0.1.2
1742024-03-04T21:16:41.603Z Downloaded tower-service v0.3.2
1752024-03-04T21:16:41.603Z Downloaded toolchain_find v0.4.0
1762024-03-04T21:16:41.603Z Downloaded termtree v0.4.1
1772024-03-04T21:16:41.604Z Downloaded is-wsl v0.4.0
1782024-03-04T21:16:41.604Z Downloaded sluice v0.5.5
1792024-03-04T21:16:41.604Z Downloaded take_mut v0.2.2
1802024-03-04T21:16:41.604Z Downloaded tiny-keccak v2.0.2
1812024-03-04T21:16:41.604Z Downloaded form_urlencoded v1.2.1
1822024-03-04T21:16:41.604Z Downloaded event-listener v4.0.3
1832024-03-04T21:16:41.604Z Downloaded tokio-tungstenite v0.20.1
1842024-03-04T21:16:41.604Z Downloaded spin v0.9.8
1852024-03-04T21:16:41.604Z Downloaded cc v1.0.83
1862024-03-04T21:16:41.604Z Downloaded bitflags v1.3.2
1872024-03-04T21:16:41.604Z Downloaded slab v0.4.9
1882024-03-04T21:16:41.604Z Downloaded powerfmt v0.2.0
1892024-03-04T21:16:41.604Z Downloaded termcolor v1.4.1
1902024-03-04T21:16:41.604Z Downloaded serde_urlencoded v0.7.1
1912024-03-04T21:16:41.604Z Downloaded signal-hook-registry v1.4.1
1922024-03-04T21:16:41.605Z Downloaded openssl-macros v0.1.1
1932024-03-04T21:16:41.605Z Downloaded want v0.3.1
1942024-03-04T21:16:41.605Z Downloaded pathdiff v0.2.1
1952024-03-04T21:16:41.605Z Downloaded slog-async v2.8.0
1962024-03-04T21:16:41.605Z Downloaded match_cfg v0.1.0
1972024-03-04T21:16:41.605Z Downloaded slog-term v2.9.0
1982024-03-04T21:16:41.605Z Downloaded futures-channel v0.3.30
1992024-03-04T21:16:41.605Z Downloaded slog-json v2.6.1
2002024-03-04T21:16:41.605Z Downloaded http-body v0.4.6
2012024-03-04T21:16:41.605Z Downloaded tracing-futures v0.2.5
2022024-03-04T21:16:41.605Z Downloaded toml_datetime v0.6.5
2032024-03-04T21:16:41.605Z Downloaded slog-bunyan v2.5.0
2042024-03-04T21:16:41.605Z Downloaded camino v1.1.6
2052024-03-04T21:16:41.605Z Downloaded console v0.15.8
2062024-03-04T21:16:41.605Z Downloaded precomputed-hash v0.1.1
2072024-03-04T21:16:41.605Z Downloaded lalrpop-util v0.20.0
2082024-03-04T21:16:41.605Z Downloaded httpdate v1.0.3
2092024-03-04T21:16:41.605Z Downloaded hyper-tls v0.5.0
2102024-03-04T21:16:41.605Z Downloaded anyhow v1.0.80
2112024-03-04T21:16:41.605Z Downloaded serde_derive_internals v0.26.0
2122024-03-04T21:16:41.605Z Downloaded rcgen v0.10.0
2132024-03-04T21:16:41.606Z Downloaded open v4.2.0
2142024-03-04T21:16:41.606Z Downloaded tempfile v3.10.1
2152024-03-04T21:16:41.606Z Downloaded clap v4.5.1
2162024-03-04T21:16:41.606Z Downloaded is-docker v0.2.0
2172024-03-04T21:16:41.606Z Downloaded openssl-probe v0.1.5
2182024-03-04T21:16:41.606Z Downloaded rustfmt-wrapper v0.2.1
2192024-03-04T21:16:41.606Z Downloaded getopts v0.2.21
2202024-03-04T21:16:41.606Z Downloaded heck v0.4.1
2212024-03-04T21:16:41.606Z Downloaded typenum v1.17.0
2222024-03-04T21:16:41.606Z Downloaded home v0.5.9
2232024-03-04T21:16:41.606Z Downloaded quote v1.0.35
2242024-03-04T21:16:41.606Z Downloaded socket2 v0.4.10
2252024-03-04T21:16:41.606Z Downloaded newline-converter v0.3.0
2262024-03-04T21:16:41.606Z Downloaded generic-array v0.14.7
2272024-03-04T21:16:41.606Z Downloaded num-conv v0.1.0
2282024-03-04T21:16:41.606Z Downloaded event-listener v3.1.0
2292024-03-04T21:16:41.606Z Downloaded predicates-core v1.0.6
2302024-03-04T21:16:41.606Z Downloaded sha2 v0.10.8
2312024-03-04T21:16:41.606Z Downloaded yansi v0.5.1
2322024-03-04T21:16:41.606Z Downloaded tinyvec v1.6.0
2332024-03-04T21:16:41.606Z Downloaded unicode-xid v0.2.4
2342024-03-04T21:16:41.606Z Downloaded levenshtein v1.0.5
2352024-03-04T21:16:41.606Z Downloaded num_threads v0.1.6
2362024-03-04T21:16:41.606Z Downloaded crossbeam-utils v0.8.19
2372024-03-04T21:16:41.606Z Downloaded waitgroup v0.1.2
2382024-03-04T21:16:41.607Z Downloaded futures-lite v2.2.0
2392024-03-04T21:16:41.607Z Downloaded slog v2.7.0
2402024-03-04T21:16:41.607Z Downloaded parking v2.2.0
2412024-03-04T21:16:41.607Z Downloaded waker-fn v1.1.1
2422024-03-04T21:16:41.607Z Downloaded unicode-ident v1.0.12
2432024-03-04T21:16:41.607Z Downloaded normalize-line-endings v0.3.0
2442024-03-04T21:16:41.607Z Downloaded mime v0.3.17
2452024-03-04T21:16:41.607Z Downloaded untrusted v0.9.0
2462024-03-04T21:16:41.607Z Downloaded ppv-lite86 v0.2.17
2472024-03-04T21:16:41.607Z Downloaded iana-time-zone v0.1.60
2482024-03-04T21:16:41.633Z Downloaded untrusted v0.7.1
2492024-03-04T21:16:41.633Z Downloaded number_prefix v0.4.0
2502024-03-04T21:16:41.633Z Downloaded once_cell v1.19.0
2512024-03-04T21:16:41.633Z Downloaded futures v0.3.30
2522024-03-04T21:16:41.633Z Downloaded humantime v2.1.0
2532024-03-04T21:16:41.633Z Downloaded lazy_static v1.4.0
2542024-03-04T21:16:41.634Z Downloaded futures-sink v0.3.30
2552024-03-04T21:16:41.634Z Downloaded pin-utils v0.1.0
2562024-03-04T21:16:41.634Z Downloaded parking_lot_core v0.9.9
2572024-03-04T21:16:41.634Z Downloaded log v0.4.20
2582024-03-04T21:16:41.634Z Downloaded piper v0.2.1
2592024-03-04T21:16:41.634Z Downloaded ipnet v2.9.0
2602024-03-04T21:16:41.635Z Downloaded curl v0.4.46
2612024-03-04T21:16:41.635Z Downloaded predicates v3.1.0
2622024-03-04T21:16:41.635Z Downloaded jobserver v0.1.28
2632024-03-04T21:16:41.635Z Downloaded native-tls v0.2.11
2642024-03-04T21:16:41.636Z Downloaded pin-project-internal v1.1.4
2652024-03-04T21:16:41.636Z Downloaded paste v1.0.14
2662024-03-04T21:16:41.636Z Downloaded num-traits v0.2.18
2672024-03-04T21:16:41.636Z Downloaded tungstenite v0.20.1
2682024-03-04T21:16:41.636Z Downloaded futures-task v0.3.30
2692024-03-04T21:16:41.636Z Downloaded yasna v0.5.2
2702024-03-04T21:16:41.636Z Downloaded parking_lot v0.12.1
2712024-03-04T21:16:41.636Z Downloaded unsafe-libyaml v0.2.10
2722024-03-04T21:16:41.636Z Downloaded walkdir v2.4.0
2732024-03-04T21:16:41.636Z Downloaded zeroize v1.7.0
2742024-03-04T21:16:41.637Z Downloaded num_cpus v1.16.0
2752024-03-04T21:16:41.637Z Downloaded multer v3.0.0
2762024-03-04T21:16:41.637Z Downloaded unicode-width v0.1.11
2772024-03-04T21:16:41.637Z Downloaded hostname v0.3.1
2782024-03-04T21:16:41.637Z Downloaded futures-macro v0.3.30
2792024-03-04T21:16:41.637Z Downloaded pem v1.1.1
2802024-03-04T21:16:41.637Z Downloaded polling v2.8.0
2812024-03-04T21:16:41.637Z Downloaded lock_api v0.4.11
2822024-03-04T21:16:41.637Z Downloaded polling v3.4.0
2832024-03-04T21:16:41.638Z Downloaded pretty_assertions v1.4.0
2842024-03-04T21:16:41.638Z Downloaded is-terminal v0.4.12
2852024-03-04T21:16:41.638Z Downloaded serde_derive v1.0.197
2862024-03-04T21:16:41.638Z Downloaded serde_yaml v0.9.31
2872024-03-04T21:16:41.638Z Downloaded rand v0.8.5
2882024-03-04T21:16:41.638Z Downloaded utf-8 v0.7.6
2892024-03-04T21:16:41.638Z Downloaded toml_edit v0.22.5
2902024-03-04T21:16:41.638Z Downloaded hyper-rustls v0.24.2
2912024-03-04T21:16:41.638Z Downloaded pin-project v1.1.4
2922024-03-04T21:16:41.638Z Downloaded httpmock v0.6.8
2932024-03-04T21:16:41.638Z Downloaded toml v0.8.10
2942024-03-04T21:16:41.638Z Downloaded time v0.3.34
2952024-03-04T21:16:41.638Z Downloaded value-bag v1.7.0
2962024-03-04T21:16:41.639Z Downloaded ryu v1.0.16
2972024-03-04T21:16:41.639Z Downloaded pico-args v0.5.0
2982024-03-04T21:16:41.639Z Downloaded unicode-segmentation v1.11.0
2992024-03-04T21:16:41.639Z Downloaded aho-corasick v1.1.2
3002024-03-04T21:16:41.639Z Downloaded http v0.2.11
3012024-03-04T21:16:41.639Z Downloaded proc-macro2 v1.0.78
3022024-03-04T21:16:41.639Z Downloaded portable-atomic v1.6.0
3032024-03-04T21:16:41.639Z Downloaded http v1.0.0
3042024-03-04T21:16:41.639Z Downloaded itertools v0.10.5
3052024-03-04T21:16:41.639Z Downloaded crossbeam-channel v0.5.11
3062024-03-04T21:16:41.639Z Downloaded base64 v0.21.7
3072024-03-04T21:16:41.639Z Downloaded expectorate v1.1.0
3082024-03-04T21:16:41.639Z Downloaded reqwest v0.11.24
3092024-03-04T21:16:41.639Z Downloaded io-lifetimes v1.0.11
3102024-03-04T21:16:41.639Z Downloaded openssl-sys v0.9.99
3112024-03-04T21:16:41.639Z Downloaded indicatif v0.17.8
3122024-03-04T21:16:41.640Z Downloaded h2 v0.3.24
3132024-03-04T21:16:41.640Z Downloaded winnow v0.6.0
3142024-03-04T21:16:41.640Z Downloaded syn v2.0.51
3152024-03-04T21:16:41.640Z Downloaded indexmap v2.2.3
3162024-03-04T21:16:41.640Z Downloaded git2 v0.18.2
3172024-03-04T21:16:41.640Z Downloaded hyper v0.14.28
3182024-03-04T21:16:41.640Z Downloaded syn v1.0.109
3192024-03-04T21:16:41.640Z Downloaded mio v0.8.10
3202024-03-04T21:16:41.640Z Downloaded isahc v1.7.2
3212024-03-04T21:16:41.640Z Downloaded webpki-roots v0.25.4
3222024-03-04T21:16:41.640Z Downloaded url v2.5.0
3232024-03-04T21:16:41.640Z Downloaded petgraph v0.6.4
3242024-03-04T21:16:41.640Z Downloaded rustls v0.22.2
3252024-03-04T21:16:42.062Z Downloaded serde_json v1.0.114
3262024-03-04T21:16:42.062Z Downloaded memchr v2.7.1
3272024-03-04T21:16:42.062Z Downloaded clap_builder v4.5.1
3282024-03-04T21:16:42.062Z Downloaded oauth2 v4.4.2
3292024-03-04T21:16:42.062Z Downloaded unicode-normalization v0.1.22
3302024-03-04T21:16:42.062Z Downloaded tokio-util v0.7.10
3312024-03-04T21:16:42.062Z Downloaded rustls-webpki v0.101.7
3322024-03-04T21:16:42.062Z Downloaded hashbrown v0.14.3
3332024-03-04T21:16:42.062Z Downloaded zerocopy v0.7.32
3342024-03-04T21:16:42.062Z Downloaded futures-util v0.3.30
3352024-03-04T21:16:42.062Z Downloaded regex v1.10.3
3362024-03-04T21:16:42.062Z Downloaded tokio v1.36.0
3372024-03-04T21:16:42.062Z Downloaded chrono v0.4.34
3382024-03-04T21:16:42.063Z Downloaded regress v0.8.0
3392024-03-04T21:16:42.063Z Downloaded rustls-webpki v0.102.2
3402024-03-04T21:16:42.063Z Downloaded libc v0.2.153
3412024-03-04T21:16:42.063Z Downloaded lalrpop v0.20.0
3422024-03-04T21:16:42.063Z Downloaded rustls v0.21.10
3432024-03-04T21:16:42.063Z Downloaded vcpkg v0.2.15
3442024-03-04T21:16:42.063Z Downloaded openssl v0.10.63
3452024-03-04T21:16:42.063Z Downloaded idna v0.5.0
3462024-03-04T21:16:42.063Z Downloaded regex-syntax v0.8.2
3472024-03-04T21:16:42.063Z Downloaded regex-syntax v0.7.5
3482024-03-04T21:16:42.063Z Downloaded bstr v1.9.0
3492024-03-04T21:16:42.063Z Downloaded rustix v0.38.31
3502024-03-04T21:16:42.063Z Downloaded openapiv3 v2.0.0
3512024-03-04T21:16:42.063Z Downloaded rustix v0.37.27
3522024-03-04T21:16:42.063Z Downloaded async-std v1.12.0
3532024-03-04T21:16:42.063Z Downloaded httparse v1.8.0
3542024-03-04T21:16:42.063Z Downloaded kv-log-macro v1.0.7
3552024-03-04T21:16:42.063Z Downloaded futures-lite v1.13.0
3562024-03-04T21:16:42.063Z Downloaded tracing-core v0.1.32
3572024-03-04T21:16:42.063Z Downloaded tracing v0.1.40
3582024-03-04T21:16:42.063Z Downloaded serde v1.0.197
3592024-03-04T21:16:42.063Z Downloaded unicode-bidi v0.3.15
3602024-03-04T21:16:42.063Z Downloaded socket2 v0.5.5
3612024-03-04T21:16:42.063Z Downloaded schemars v0.8.16
3622024-03-04T21:16:42.064Z Downloaded bytes v1.5.0
3632024-03-04T21:16:42.064Z Downloaded regex-automata v0.4.5
3642024-03-04T21:16:42.064Z Downloaded progenitor-client v0.5.0
3652024-03-04T21:16:42.064Z Downloaded rand_chacha v0.3.1
3662024-03-04T21:16:42.064Z Downloaded uuid v1.7.0
3672024-03-04T21:16:42.064Z Downloaded sct v0.7.1
3682024-03-04T21:16:42.064Z Downloaded phf_shared v0.10.0
3692024-03-04T21:16:42.064Z Downloaded getrandom v0.2.12
3702024-03-04T21:16:42.064Z Downloaded itoa v1.0.10
3712024-03-04T21:16:42.064Z Downloaded percent-encoding v2.3.1
3722024-03-04T21:16:42.064Z Downloaded smallvec v1.13.1
3732024-03-04T21:16:42.064Z Downloaded serde_tokenstream v0.2.0
3742024-03-04T21:16:42.064Z Downloaded float-cmp v0.9.0
3752024-03-04T21:16:42.064Z Downloaded event-listener v5.0.0
3762024-03-04T21:16:42.064Z Downloaded errno v0.3.8
3772024-03-04T21:16:42.064Z Downloaded tracing-attributes v0.1.27
3782024-03-04T21:16:42.064Z Downloaded tokio-rustls v0.25.0
3792024-03-04T21:16:42.064Z Downloaded rand_core v0.6.4
3802024-03-04T21:16:42.064Z Downloaded wait-timeout v0.2.0
3812024-03-04T21:16:42.064Z Downloaded version_check v0.9.4
3822024-03-04T21:16:42.064Z Downloaded utf8parse v0.2.1
3832024-03-04T21:16:42.064Z Downloaded serde_regex v1.1.0
3842024-03-04T21:16:42.064Z Downloaded cpufeatures v0.2.12
3852024-03-04T21:16:42.064Z Downloaded predicates-tree v1.0.9
3862024-03-04T21:16:42.065Z Downloaded pin-project-lite v0.2.13
3872024-03-04T21:16:42.065Z Downloaded shell-words v1.1.0
3882024-03-04T21:16:42.065Z Downloaded byteorder v1.5.0
3892024-03-04T21:16:42.065Z Downloaded event-listener v2.5.3
3902024-03-04T21:16:42.065Z Downloaded new_debug_unreachable v1.0.4
3912024-03-04T21:16:42.065Z Downloaded same-file v1.0.6
3922024-03-04T21:16:42.065Z Downloaded futures-executor v0.3.30
3932024-03-04T21:16:42.065Z Downloaded fnv v1.0.7
3942024-03-04T21:16:42.065Z Downloaded event-listener-strategy v0.5.0
3952024-03-04T21:16:42.065Z Downloaded fastrand v2.0.1
3962024-03-04T21:16:42.065Z Downloaded fastrand v1.9.0
3972024-03-04T21:16:42.069Z Downloaded dyn-clone v1.0.16
3982024-03-04T21:16:42.069Z Downloaded difflib v0.4.0
3992024-03-04T21:16:42.069Z Downloaded dirs-sys v0.3.7
4002024-03-04T21:16:42.069Z Downloaded dirs v4.0.0
4012024-03-04T21:16:42.069Z Downloaded serde_path_to_error v0.1.15
4022024-03-04T21:16:42.069Z Downloaded scopeguard v1.2.0
4032024-03-04T21:16:42.069Z Downloaded dirs-sys-next v0.1.2
4042024-03-04T21:16:42.069Z Downloaded dirs-next v2.0.0
4052024-03-04T21:16:42.069Z Downloaded digest v0.10.7
4062024-03-04T21:16:42.072Z Downloaded crypto-common v0.1.6
4072024-03-04T21:16:42.073Z Downloaded ahash v0.8.8
4082024-03-04T21:16:42.073Z Downloaded serde_spanned v0.6.5
4092024-03-04T21:16:42.076Z Downloaded rustls-pki-types v1.3.0
4102024-03-04T21:16:42.076Z Downloaded data-encoding v2.5.0
4112024-03-04T21:16:42.076Z Downloaded clap_lex v0.7.0
4122024-03-04T21:16:42.076Z Downloaded tokio-macros v2.2.0
4132024-03-04T21:16:42.079Z Downloaded schemars_derive v0.8.16
4142024-03-04T21:16:42.079Z Downloaded libgit2-sys v0.16.2+1.7.2
4152024-03-04T21:16:42.139Z Downloaded libnghttp2-sys v0.1.9+1.58.0
4162024-03-04T21:16:42.220Z Downloaded deranged v0.3.11
4172024-03-04T21:16:42.226Z Downloaded concurrent-queue v2.4.0
4182024-03-04T21:16:42.226Z Downloaded blocking v1.5.1
4192024-03-04T21:16:42.226Z Downloaded autocfg v1.1.0
4202024-03-04T21:16:42.226Z Downloaded cfg-if v1.0.0
4212024-03-04T21:16:42.226Z Downloaded time-macros v0.2.17
4222024-03-04T21:16:42.226Z Downloaded semver v1.0.21
4232024-03-04T21:16:42.226Z Downloaded ena v0.14.2
4242024-03-04T21:16:42.226Z Downloaded async-lock v3.3.0
4252024-03-04T21:16:42.226Z Downloaded bit-set v0.5.3
4262024-03-04T21:16:42.235Z Downloaded async-executor v1.8.0
4272024-03-04T21:16:42.235Z Downloaded doc-comment v0.3.3
4282024-03-04T21:16:42.235Z Downloaded subtle v2.5.0
4292024-03-04T21:16:42.235Z Downloaded foreign-types-shared v0.1.1
4302024-03-04T21:16:42.235Z Downloaded async-global-executor v2.4.1
4312024-03-04T21:16:42.235Z Downloaded tokio-rustls v0.24.1
4322024-03-04T21:16:42.248Z Downloaded async-object-pool v0.1.4
4332024-03-04T21:16:42.248Z Downloaded thread_local v1.1.7
4342024-03-04T21:16:42.248Z Downloaded anstream v0.6.11
4352024-03-04T21:16:42.303Z Downloaded encoding_rs v0.8.33
4362024-03-04T21:16:42.432Z Downloaded libz-sys v1.1.15
4372024-03-04T21:16:42.548Z Downloaded ring v0.16.20
4382024-03-04T21:16:42.869Z Downloaded curl-sys v0.4.72+curl-8.6.0
4392024-03-04T21:16:43.218Z Downloaded ring v0.17.7
4402024-03-04T21:16:43.644Z Downloaded openssl-src v300.2.3+3.2.1
4412024-03-04T21:16:44.216Z Compiling proc-macro2 v1.0.78
4422024-03-04T21:16:44.216Z Compiling unicode-ident v1.0.12
4432024-03-04T21:16:44.219Z Compiling libc v0.2.153
4442024-03-04T21:16:44.219Z Compiling cfg-if v1.0.0
4452024-03-04T21:16:44.219Z Compiling autocfg v1.1.0
4462024-03-04T21:16:44.249Z Compiling once_cell v1.19.0
4472024-03-04T21:16:44.253Z Compiling serde v1.0.197
4482024-03-04T21:16:44.260Z Running `/home/build/.rustup/toolchains/1.76-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.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=386175465f30bbf3 -C extra-filename=-386175465f30bbf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-386175465f30bbf3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4492024-03-04T21:16:44.261Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b64eb30348e58c1e -C extra-filename=-b64eb30348e58c1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4502024-03-04T21:16:44.265Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=b77d6fe577e8d33a -C extra-filename=-b77d6fe577e8d33a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-b77d6fe577e8d33a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4512024-03-04T21:16:44.265Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4522024-03-04T21:16:44.265Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f716f91425103e14 -C extra-filename=-f716f91425103e14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4532024-03-04T21:16:44.266Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e07f62a3ff7f115 -C extra-filename=-2e07f62a3ff7f115 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-2e07f62a3ff7f115 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4542024-03-04T21:16:44.270Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=3250e89af52da2b5 -C extra-filename=-3250e89af52da2b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4552024-03-04T21:16:44.270Z Running `/home/build/.rustup/toolchains/1.76-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.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=33514f11eedb6a89 -C extra-filename=-33514f11eedb6a89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-33514f11eedb6a89 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4562024-03-04T21:16:44.360Z Compiling version_check v0.9.4
4572024-03-04T21:16:44.366Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4582024-03-04T21:16:44.682Z Compiling pin-project-lite v0.2.13
4592024-03-04T21:16:44.688Z Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=a3638da379cdcfa3 -C extra-filename=-a3638da379cdcfa3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4602024-03-04T21:16:44.771Z Compiling itoa v1.0.10
4612024-03-04T21:16:45.187Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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 -C metadata=b3077f10a0b2f8e4 -C extra-filename=-b3077f10a0b2f8e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4622024-03-04T21:16:45.187Z Compiling value-bag v1.7.0
4632024-03-04T21:16:45.187Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=79c71b222581f300 -C extra-filename=-79c71b222581f300 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4642024-03-04T21:16:45.187Z Compiling memchr v2.7.1
4652024-03-04T21:16:45.187Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2de88b9b103b5d1b -C extra-filename=-2de88b9b103b5d1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4662024-03-04T21:16:45.187Z Compiling ahash v0.8.8
4672024-03-04T21:16:45.188Z Running `/home/build/.rustup/toolchains/1.76-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.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=abe38878c2eef461 -C extra-filename=-abe38878c2eef461 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-abe38878c2eef461 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
4682024-03-04T21:16:45.261Z Compiling log v0.4.20
4692024-03-04T21:16:45.266Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' -C metadata=7f379754e0fa332b -C extra-filename=-7f379754e0fa332b --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-79c71b222581f300.rmeta --cap-lints allow`
4702024-03-04T21:16:45.880Z Compiling zerocopy v0.7.32
4712024-03-04T21:16:45.884Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' -C metadata=7ac8c1310b784add -C extra-filename=-7ac8c1310b784add --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4722024-03-04T21:16:45.966Z Compiling futures-core v0.3.30
4732024-03-04T21:16:45.969Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4742024-03-04T21:16:45.995Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-386175465f30bbf3/build-script-build`
4752024-03-04T21:16:46.010Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-b77d6fe577e8d33a/build-script-build`
4762024-03-04T21:16:46.010Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-2e07f62a3ff7f115/build-script-build`
4772024-03-04T21:16:46.014Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-abe38878c2eef461/build-script-build`
4782024-03-04T21:16:46.014Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-33514f11eedb6a89/build-script-build`
4792024-03-04T21:16:46.056Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=c9c1b0b7fe6fe29e -C extra-filename=-c9c1b0b7fe6fe29e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
4802024-03-04T21:16:46.072Z Compiling allocator-api2 v0.2.16
4812024-03-04T21:16:46.076Z Running `/home/build/.rustup/toolchains/1.76-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.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 --cfg 'feature="alloc"' -C metadata=2fed6c2e69983ead -C extra-filename=-2fed6c2e69983ead --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4822024-03-04T21:16:46.089Z Compiling pkg-config v0.3.29
4832024-03-04T21:16:46.515Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f177a89b95b40c50 -C extra-filename=-f177a89b95b40c50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4842024-03-04T21:16:46.521Z Running `/home/build/.rustup/toolchains/1.76-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.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd6d9d0f99a472ce -C extra-filename=-fd6d9d0f99a472ce --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-b64eb30348e58c1e.rmeta --cap-lints allow --cfg wrap_proc_macro`
4852024-03-04T21:16:46.521Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/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"' -C metadata=02fd268b4d5df09d -C extra-filename=-02fd268b4d5df09d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
4862024-03-04T21:16:46.521Z Compiling futures-io v0.3.30
4872024-03-04T21:16:46.521Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5a57c87a43d3d711 -C extra-filename=-5a57c87a43d3d711 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4882024-03-04T21:16:46.522Z Compiling vcpkg v0.2.15
4892024-03-04T21:16:46.522Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /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 -C metadata=807650c813107af2 -C extra-filename=-807650c813107af2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4902024-03-04T21:16:46.528Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=95f076417653d3ba -C extra-filename=-95f076417653d3ba --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-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-7ac8c1310b784add.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
4912024-03-04T21:16:46.571Z Compiling slab v0.4.9
4922024-03-04T21:16:46.590Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=10e69b8016c189b9 -C extra-filename=-10e69b8016c189b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-10e69b8016c189b9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
4932024-03-04T21:16:46.879Z Compiling quote v1.0.35
4942024-03-04T21:16:46.889Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=61da3da9dff5804b -C extra-filename=-61da3da9dff5804b --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-fd6d9d0f99a472ce.rmeta --cap-lints allow`
4952024-03-04T21:16:46.889Z Compiling jobserver v0.1.28
4962024-03-04T21:16:46.889Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=36dc674b52c6b681 -C extra-filename=-36dc674b52c6b681 --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-02fd268b4d5df09d.rmeta --cap-lints allow`
4972024-03-04T21:16:46.911Z Compiling parking_lot_core v0.9.9
4982024-03-04T21:16:46.918Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0b3eccdaf542aa18 -C extra-filename=-0b3eccdaf542aa18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-0b3eccdaf542aa18 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4992024-03-04T21:16:47.000Z Compiling hashbrown v0.14.3
5002024-03-04T21:16:47.008Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=5cda2307cac65498 -C extra-filename=-5cda2307cac65498 --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-95f076417653d3ba.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-2fed6c2e69983ead.rmeta --cap-lints allow`
5012024-03-04T21:16:47.271Z Compiling syn v2.0.51
5022024-03-04T21:16:47.277Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=b82f1a21fb65b159 -C extra-filename=-b82f1a21fb65b159 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
5032024-03-04T21:16:47.343Z Compiling cc v1.0.83
5042024-03-04T21:16:47.357Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=6f5496be75bd3efa -C extra-filename=-6f5496be75bd3efa --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-36dc674b52c6b681.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --cap-lints allow`
5052024-03-04T21:16:47.585Z Compiling getrandom v0.2.12
5062024-03-04T21:16:47.585Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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="std"' -C metadata=5c86490fdcd84a10 -C extra-filename=-5c86490fdcd84a10 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5072024-03-04T21:16:47.611Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-0b3eccdaf542aa18/build-script-build`
5082024-03-04T21:16:47.636Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-10e69b8016c189b9/build-script-build`
5092024-03-04T21:16:47.660Z Compiling lock_api v0.4.11
5102024-03-04T21:16:47.705Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=e9f5a655aba9a7d9 -C extra-filename=-e9f5a655aba9a7d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-e9f5a655aba9a7d9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
5112024-03-04T21:16:48.331Z Compiling smallvec v1.13.1
5122024-03-04T21:16:48.331Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ea6c31f42356ca6e -C extra-filename=-ea6c31f42356ca6e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5132024-03-04T21:16:48.331Z Compiling ryu v1.0.16
5142024-03-04T21:16:48.331Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.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 -C metadata=aac1a38c7b242f6d -C extra-filename=-aac1a38c7b242f6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5152024-03-04T21:16:48.331Z Compiling bytes v1.5.0
5162024-03-04T21:16:48.331Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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"' -C metadata=f412e2fce08c74d3 -C extra-filename=-f412e2fce08c74d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5172024-03-04T21:16:48.332Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-e9f5a655aba9a7d9/build-script-build`
5182024-03-04T21:16:48.332Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ba75b939594c9ec5 -C extra-filename=-ba75b939594c9ec5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5192024-03-04T21:16:48.332Z Compiling serde_json v1.0.114
5202024-03-04T21:16:48.332Z Running `/home/build/.rustup/toolchains/1.76-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.114/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6b3ceb70c8b5004 -C extra-filename=-c6b3ceb70c8b5004 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-c6b3ceb70c8b5004 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5212024-03-04T21:16:48.332Z Compiling equivalent v1.0.1
5222024-03-04T21:16:48.332Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=3cc869d592c774fc -C extra-filename=-3cc869d592c774fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5232024-03-04T21:16:48.333Z Compiling scopeguard v1.2.0
5242024-03-04T21:16:48.333Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1daf4482b74bb397 -C extra-filename=-1daf4482b74bb397 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5252024-03-04T21:16:48.352Z Compiling num-traits v0.2.18
5262024-03-04T21:16:48.356Z Compiling tracing-core v0.1.32
5272024-03-04T21:16:48.356Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=351e989164531a74 -C extra-filename=-351e989164531a74 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-351e989164531a74 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
5282024-03-04T21:16:48.356Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=10cef7a13e1f7082 -C extra-filename=-10cef7a13e1f7082 --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-3250e89af52da2b5.rmeta --cap-lints allow`
5292024-03-04T21:16:48.444Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=f67d6d78ab3379f5 -C extra-filename=-f67d6d78ab3379f5 --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-1daf4482b74bb397.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
5302024-03-04T21:16:48.936Z Compiling signal-hook-registry v1.4.1
5312024-03-04T21:16:48.949Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=61e44982b9bd185f -C extra-filename=-61e44982b9bd185f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5322024-03-04T21:16:48.949Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-c6b3ceb70c8b5004/build-script-build`
5332024-03-04T21:16:48.949Z Compiling fnv v1.0.7
5342024-03-04T21:16:48.949Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5352024-03-04T21:16:48.949Z Compiling openssl-src v300.2.3+3.2.1
5362024-03-04T21:16:48.949Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.2.3+3.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="default"' --cfg 'feature="legacy"' -C metadata=780214b296c72e6e -C extra-filename=-780214b296c72e6e --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-6f5496be75bd3efa.rmeta --cap-lints allow`
5372024-03-04T21:16:48.950Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-351e989164531a74/build-script-build`
5382024-03-04T21:16:48.950Z Compiling crossbeam-utils v0.8.19
5392024-03-04T21:16:48.950Z Running `/home/build/.rustup/toolchains/1.76-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1aace4d0925c592c -C extra-filename=-1aace4d0925c592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5402024-03-04T21:16:49.204Z Compiling regex-syntax v0.8.2
5412024-03-04T21:16:49.212Z Running `/home/build/.rustup/toolchains/1.76-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.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"' --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"' -C metadata=0cebd7237e9b4c90 -C extra-filename=-0cebd7237e9b4c90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5422024-03-04T21:16:49.365Z Compiling bitflags v2.4.2
5432024-03-04T21:16:49.394Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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 --cfg 'feature="std"' -C metadata=3746b547fa27bf5c -C extra-filename=-3746b547fa27bf5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5442024-03-04T21:16:49.436Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build`
5452024-03-04T21:16:49.463Z Compiling socket2 v0.5.5
5462024-03-04T21:16:49.497Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=8afa32a7ed28efc3 -C extra-filename=-8afa32a7ed28efc3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5472024-03-04T21:16:49.525Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-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 -C metadata=4cd0e693837fde19 -C extra-filename=-4cd0e693837fde19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
5482024-03-04T21:16:49.553Z Running `/home/build/.rustup/toolchains/1.76-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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d635ff551b53ede7 -C extra-filename=-d635ff551b53ede7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5492024-03-04T21:16:49.778Z Compiling http v0.2.11
5502024-03-04T21:16:49.794Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=eecd83e3c8fd118b -C extra-filename=-eecd83e3c8fd118b --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --cap-lints allow`
5512024-03-04T21:16:49.971Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=49a3437f40c8375c -C extra-filename=-49a3437f40c8375c --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-ea6c31f42356ca6e.rmeta --cap-lints allow`
5522024-03-04T21:16:50.192Z Compiling openssl-sys v0.9.99
5532024-03-04T21:16:50.196Z Running `/home/build/.rustup/toolchains/1.76-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.99/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"' -C metadata=bd540e0ddf8222e6 -C extra-filename=-bd540e0ddf8222e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bd540e0ddf8222e6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-780214b296c72e6e.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow`
5542024-03-04T21:16:50.521Z Compiling futures-sink v0.3.30
5552024-03-04T21:16:50.524Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5562024-03-04T21:16:50.653Z Compiling pin-utils v0.1.0
5572024-03-04T21:16:50.691Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5582024-03-04T21:16:50.740Z Compiling percent-encoding v2.3.1
5592024-03-04T21:16:50.744Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5602024-03-04T21:16:50.744Z Compiling tinyvec_macros v0.1.1
5612024-03-04T21:16:50.756Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f6cbcecb7a939373 -C extra-filename=-f6cbcecb7a939373 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5622024-03-04T21:16:50.842Z Compiling tinyvec v1.6.0
5632024-03-04T21:16:50.851Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=67489d888a3517dc -C extra-filename=-67489d888a3517dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec_macros-f6cbcecb7a939373.rmeta --cap-lints allow`
5642024-03-04T21:16:51.009Z Compiling form_urlencoded v1.2.1
5652024-03-04T21:16:51.026Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --out-dir /work/oxidecomputer/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-8d02a3f55b6b58b9.rmeta --cap-lints allow`
5662024-03-04T21:16:51.110Z Compiling parking_lot v0.12.1
5672024-03-04T21:16:51.117Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=8b9474d0b90b7878 -C extra-filename=-8b9474d0b90b7878 --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-f67d6d78ab3379f5.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-49a3437f40c8375c.rmeta --cap-lints allow`
5682024-03-04T21:16:51.172Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bd540e0ddf8222e6/build-script-main`
5692024-03-04T21:16:51.319Z Compiling ring v0.17.7
5702024-03-04T21:16:51.323Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=275d5ff52ec36f45 -C extra-filename=-275d5ff52ec36f45 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-275d5ff52ec36f45 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow`
5712024-03-04T21:16:51.395Z Compiling mio v0.8.10
5722024-03-04T21:16:51.402Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=c710a692f3ae0a51 -C extra-filename=-c710a692f3ae0a51 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5732024-03-04T21:16:52.184Z Compiling num_cpus v1.16.0
5742024-03-04T21:16:52.214Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8ccce2aa188e53dd -C extra-filename=-8ccce2aa188e53dd --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5752024-03-04T21:16:52.282Z Compiling syn v1.0.109
5762024-03-04T21:16:52.295Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=259912c46908cb35 -C extra-filename=-259912c46908cb35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/syn-259912c46908cb35 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5772024-03-04T21:16:52.311Z Compiling unicode-normalization v0.1.22
5782024-03-04T21:16:52.311Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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="std"' -C metadata=bc7044d061ded349 -C extra-filename=-bc7044d061ded349 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec-67489d888a3517dc.rmeta --cap-lints allow`
5792024-03-04T21:16:52.366Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-275d5ff52ec36f45/build-script-build`
5802024-03-04T21:16:52.391Z Compiling futures-channel v0.3.30
5812024-03-04T21:16:52.396Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --out-dir /work/oxidecomputer/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-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow`
5822024-03-04T21:16:52.497Z Compiling futures-task v0.3.30
5832024-03-04T21:16:52.502Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5842024-03-04T21:16:52.742Z Compiling unicode-bidi v0.3.15
5852024-03-04T21:16:52.746Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=8e0f9c0ac325a90f -C extra-filename=-8e0f9c0ac325a90f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5862024-03-04T21:16:52.800Z Compiling httparse v1.8.0
5872024-03-04T21:16:52.807Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5882024-03-04T21:16:52.824Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 metadata=820ff9818bff8636 -C extra-filename=-820ff9818bff8636 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5892024-03-04T21:16:52.851Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-259912c46908cb35/build-script-build`
5902024-03-04T21:16:52.909Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=712cae91f612efb1 -C extra-filename=-712cae91f612efb1 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
5912024-03-04T21:16:53.165Z Compiling thiserror v1.0.57
5922024-03-04T21:16:53.169Z Running `/home/build/.rustup/toolchains/1.76-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.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=354ea09654183740 -C extra-filename=-354ea09654183740 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-354ea09654183740 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5932024-03-04T21:16:53.203Z Compiling spin v0.9.8
5942024-03-04T21:16:53.207Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' -C metadata=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5952024-03-04T21:16:53.367Z Compiling idna v0.5.0
5962024-03-04T21:16:53.371Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f8a52631f8e38d3 -C extra-filename=-8f8a52631f8e38d3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_bidi-8e0f9c0ac325a90f.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-bc7044d061ded349.rmeta --cap-lints allow`
5972024-03-04T21:16:53.438Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build`
5982024-03-04T21:16:53.452Z Compiling concurrent-queue v2.4.0
5992024-03-04T21:16:53.456Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42092375f8312a0b -C extra-filename=-42092375f8312a0b --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-d635ff551b53ede7.rmeta --cap-lints allow`
6002024-03-04T21:16:53.641Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-354ea09654183740/build-script-build`
6012024-03-04T21:16:53.730Z Compiling parking v2.2.0
6022024-03-04T21:16:53.736Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6032024-03-04T21:16:53.751Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=31fe13d583561b22 -C extra-filename=-31fe13d583561b22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6042024-03-04T21:16:54.077Z Compiling schemars v0.8.16
6052024-03-04T21:16:54.093Z Running `/home/build/.rustup/toolchains/1.76-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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=e0b90da099175cd2 -C extra-filename=-e0b90da099175cd2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0b90da099175cd2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6062024-03-04T21:16:54.403Z Compiling untrusted v0.9.0
6072024-03-04T21:16:54.409Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6082024-03-04T21:16:54.415Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0b90da099175cd2/build-script-build`
6092024-03-04T21:16:54.438Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd`
6102024-03-04T21:16:54.570Z Compiling dyn-clone v1.0.16
6112024-03-04T21:16:54.580Z Running `/home/build/.rustup/toolchains/1.76-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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=675f9f2cde994949 -C extra-filename=-675f9f2cde994949 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6122024-03-04T21:16:54.783Z Compiling aho-corasick v1.1.2
6132024-03-04T21:16:54.796Z Running `/home/build/.rustup/toolchains/1.76-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.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="perf-literal"' --cfg 'feature="std"' -C metadata=42920dc3a7a84865 -C extra-filename=-42920dc3a7a84865 --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-2de88b9b103b5d1b.rmeta --cap-lints allow`
6142024-03-04T21:16:54.958Z Compiling libz-sys v1.1.15
6152024-03-04T21:16:54.972Z Running `/home/build/.rustup/toolchains/1.76-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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=7086785a580915b4 -C extra-filename=-7086785a580915b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-7086785a580915b4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow`
6162024-03-04T21:16:55.135Z Compiling errno v0.3.8
6172024-03-04T21:16:55.142Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=02ff827996c6454c -C extra-filename=-02ff827996c6454c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
6182024-03-04T21:16:55.201Z Compiling fastrand v2.0.1
6192024-03-04T21:16:55.205Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d52cae0eeab46be2 -C extra-filename=-d52cae0eeab46be2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6202024-03-04T21:16:55.364Z Compiling heck v0.4.1
6212024-03-04T21:16:55.373Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=fe91cec5d57a0d19 -C extra-filename=-fe91cec5d57a0d19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6222024-03-04T21:16:55.481Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-7086785a580915b4/build-script-build`
6232024-03-04T21:16:55.748Z Compiling openssl-probe v0.1.5
6242024-03-04T21:16:55.751Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=4d4cdea3d120a157 -C extra-filename=-4d4cdea3d120a157 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6252024-03-04T21:16:55.812Z Compiling try-lock v0.2.5
6262024-03-04T21:16:55.820Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /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 -C metadata=faa406ed01f40ffa -C extra-filename=-faa406ed01f40ffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6272024-03-04T21:16:55.930Z Compiling rustix v0.38.31
6282024-03-04T21:16:56.360Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=c3fcceca43ec1592 -C extra-filename=-c3fcceca43ec1592 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-c3fcceca43ec1592 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6292024-03-04T21:16:56.360Z Compiling want v0.3.1
6302024-03-04T21:16:56.360Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c97a904080338b58 -C extra-filename=-c97a904080338b58 --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-faa406ed01f40ffa.rmeta --cap-lints allow`
6312024-03-04T21:16:56.360Z Compiling http-body v0.4.6
6322024-03-04T21:16:56.360Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=44cc836fedb14c74 -C extra-filename=-44cc836fedb14c74 --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-f412e2fce08c74d3.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
6332024-03-04T21:16:56.360Z Compiling httpdate v1.0.3
6342024-03-04T21:16:56.361Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=02ef4b1e0af5b63d -C extra-filename=-02ef4b1e0af5b63d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6352024-03-04T21:16:56.510Z Compiling serde_derive_internals v0.26.0
6362024-03-04T21:16:56.514Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8de86f1dca4786fb -C extra-filename=-8de86f1dca4786fb --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-712cae91f612efb1.rmeta --cap-lints allow`
6372024-03-04T21:16:56.530Z Compiling regex-automata v0.4.5
6382024-03-04T21:16:56.533Z Running `/home/build/.rustup/toolchains/1.76-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.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="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"' -C metadata=88810935cfafcaa9 -C extra-filename=-88810935cfafcaa9 --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-42920dc3a7a84865.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow`
6392024-03-04T21:16:56.533Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-c3fcceca43ec1592/build-script-build`
6402024-03-04T21:16:56.608Z Compiling foreign-types-shared v0.1.1
6412024-03-04T21:16:56.614Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /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 -C metadata=efb008d8c62bad32 -C extra-filename=-efb008d8c62bad32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6422024-03-04T21:16:56.635Z Compiling openssl v0.10.63
6432024-03-04T21:16:56.641Z Running `/home/build/.rustup/toolchains/1.76-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.63/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"' -C metadata=1e5502d5d429d2f5 -C extra-filename=-1e5502d5d429d2f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-1e5502d5d429d2f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6442024-03-04T21:16:56.700Z Compiling tower-service v0.3.2
6452024-03-04T21:16:56.713Z Running `/home/build/.rustup/toolchains/1.76-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=09c5d48e32fe9842 -C extra-filename=-09c5d48e32fe9842 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6462024-03-04T21:16:56.819Z Compiling iana-time-zone v0.1.60
6472024-03-04T21:16:56.830Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=a386be8828156f3b -C extra-filename=-a386be8828156f3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6482024-03-04T21:16:57.012Z Compiling foreign-types v0.3.2
6492024-03-04T21:16:57.016Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /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 -C metadata=633f1397b7c013c5 -C extra-filename=-633f1397b7c013c5 --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-efb008d8c62bad32.rmeta --cap-lints allow`
6502024-03-04T21:16:57.116Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=539f479a313cbb64 -C extra-filename=-539f479a313cbb64 --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-3746b547fa27bf5c.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6512024-03-04T21:16:57.313Z Compiling encoding_rs v0.8.33
6522024-03-04T21:16:57.317Z Running `/home/build/.rustup/toolchains/1.76-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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c7eb3b7bda001938 -C extra-filename=-c7eb3b7bda001938 --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow`
6532024-03-04T21:16:58.760Z Compiling serde_derive v1.0.197
6542024-03-04T21:16:58.771Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=af1a0ad3b616a517 -C extra-filename=-af1a0ad3b616a517 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6552024-03-04T21:16:58.842Z Compiling tracing-attributes v0.1.27
6562024-03-04T21:16:59.508Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=61b2fdf4f0a5170b -C extra-filename=-61b2fdf4f0a5170b --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6572024-03-04T21:16:59.725Z Compiling tokio-macros v2.2.0
6582024-03-04T21:16:59.737Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=82d3c7bd4008373b -C extra-filename=-82d3c7bd4008373b --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6592024-03-04T21:17:01.315Z Compiling futures-macro v0.3.30
6602024-03-04T21:17:01.329Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b8d1505e3289435e -C extra-filename=-b8d1505e3289435e --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6612024-03-04T21:17:01.527Z Compiling tokio v1.36.0
6622024-03-04T21:17:01.556Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=5d3bcf516b8ea5c2 -C extra-filename=-5d3bcf516b8ea5c2 --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-f412e2fce08c74d3.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-c710a692f3ae0a51.rmeta --extern num_cpus=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_cpus-8ccce2aa188e53dd.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-8b9474d0b90b7878.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-61e44982b9bd185f.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-82d3c7bd4008373b.so --cap-lints allow`
6632024-03-04T21:17:01.698Z Compiling thiserror-impl v1.0.57
6642024-03-04T21:17:01.726Z Running `/home/build/.rustup/toolchains/1.76-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.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a1c53a83409891ae -C extra-filename=-a1c53a83409891ae --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6652024-03-04T21:17:02.248Z Compiling schemars_derive v0.8.16
6662024-03-04T21:17:02.256Z Running `/home/build/.rustup/toolchains/1.76-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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f7e9b04570b0095e -C extra-filename=-f7e9b04570b0095e --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-8de86f1dca4786fb.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-712cae91f612efb1.rlib --extern proc_macro --cap-lints allow`
6672024-03-04T21:17:02.271Z Compiling tracing v0.1.40
6682024-03-04T21:17:02.303Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=1602bdf620c044d5 -C extra-filename=-1602bdf620c044d5 --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-7f379754e0fa332b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-61b2fdf4f0a5170b.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow`
6692024-03-04T21:17:02.828Z Compiling regex v1.10.3
6702024-03-04T21:17:02.842Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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="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"' -C metadata=5dd7719bfeefd921 -C extra-filename=-5dd7719bfeefd921 --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-42920dc3a7a84865.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-88810935cfafcaa9.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow`
6712024-03-04T21:17:03.404Z Compiling futures-util v0.3.30
6722024-03-04T21:17:03.433Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=f9cd611b3d32a1cd -C extra-filename=-f9cd611b3d32a1cd --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-b8d1505e3289435e.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow`
6732024-03-04T21:17:04.054Z Compiling openssl-macros v0.1.1
6742024-03-04T21:17:04.059Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=c9ff6b610aa8bb65 -C extra-filename=-c9ff6b610aa8bb65 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
6752024-03-04T21:17:04.604Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=97b4423a26ab14f9 -C extra-filename=-97b4423a26ab14f9 --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-a1c53a83409891ae.so --cap-lints allow`
6762024-03-04T21:17:04.717Z Compiling native-tls v0.2.11
6772024-03-04T21:17:04.725Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.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="vendored"' -C metadata=199295045709d550 -C extra-filename=-199295045709d550 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6782024-03-04T21:17:04.919Z Compiling base64 v0.21.7
6792024-03-04T21:17:04.944Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=0b029c77597f8d47 -C extra-filename=-0b029c77597f8d47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6802024-03-04T21:17:05.059Z Compiling rustls v0.21.10
6812024-03-04T21:17:05.068Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=cd77a843c36da444 -C extra-filename=-cd77a843c36da444 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-cd77a843c36da444 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6822024-03-04T21:17:05.306Z Compiling mime v0.3.17
6832024-03-04T21:17:05.335Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=a34827aadd55c062 -C extra-filename=-a34827aadd55c062 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6842024-03-04T21:17:05.404Z Running `/home/build/.rustup/toolchains/1.76-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.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="perf-literal"' --cfg 'feature="std"' -C metadata=2f709fe9879e2c5d -C extra-filename=-2f709fe9879e2c5d --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-31fe13d583561b22.rmeta --cap-lints allow`
6852024-03-04T21:17:05.648Z Compiling typenum v1.17.0
6862024-03-04T21:17:05.653Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e39b9cffd1db3e72 -C extra-filename=-e39b9cffd1db3e72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6872024-03-04T21:17:05.973Z Compiling event-listener v4.0.3
6882024-03-04T21:17:05.979Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.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="parking"' --cfg 'feature="std"' -C metadata=d4bad86a330051ee -C extra-filename=-d4bad86a330051ee --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
6892024-03-04T21:17:06.221Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=f2eb64821d75426f -C extra-filename=-f2eb64821d75426f --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-af1a0ad3b616a517.so --cap-lints allow`
6902024-03-04T21:17:06.586Z Compiling rand_core v0.6.4
6912024-03-04T21:17:06.589Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=dcba7d9788c91745 -C extra-filename=-dcba7d9788c91745 --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-5c86490fdcd84a10.rmeta --cap-lints allow`
6922024-03-04T21:17:06.589Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main`
6932024-03-04T21:17:06.802Z Compiling generic-array v0.14.7
6942024-03-04T21:17:07.237Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=89677f8aab9db4a8 -C extra-filename=-89677f8aab9db4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
6952024-03-04T21:17:07.245Z Compiling unicode-width v0.1.11
6962024-03-04T21:17:07.245Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.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"' -C metadata=204a73a923e7c9fc -C extra-filename=-204a73a923e7c9fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6972024-03-04T21:17:07.246Z Compiling ppv-lite86 v0.2.17
6982024-03-04T21:17:07.246Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' -C metadata=0befd25cab6fd854 -C extra-filename=-0befd25cab6fd854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6992024-03-04T21:17:07.246Z Compiling anstyle v1.0.6
7002024-03-04T21:17:07.246Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=46aa3677ea85067a -C extra-filename=-46aa3677ea85067a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7012024-03-04T21:17:07.651Z Running `/home/build/.rustup/toolchains/1.76-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.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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-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"' -C metadata=e1dfbe98e5819e27 -C extra-filename=-e1dfbe98e5819e27 --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-2f709fe9879e2c5d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow`
7022024-03-04T21:17:07.913Z Compiling rand_chacha v0.3.1
7032024-03-04T21:17:07.930Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=413738857c4f7cd9 -C extra-filename=-413738857c4f7cd9 --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-0befd25cab6fd854.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-dcba7d9788c91745.rmeta --cap-lints allow`
7042024-03-04T21:17:09.149Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build`
7052024-03-04T21:17:09.191Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=514c51e0ae2cae8c -C extra-filename=-514c51e0ae2cae8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7062024-03-04T21:17:09.216Z Compiling event-listener-strategy v0.4.0
7072024-03-04T21:17:09.683Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' -C metadata=19fbdd65e4930722 -C extra-filename=-19fbdd65e4930722 --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-d4bad86a330051ee.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
7082024-03-04T21:17:09.683Z Compiling tokio-util v0.7.10
7092024-03-04T21:17:09.683Z Running `/home/build/.rustup/toolchains/1.76-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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=6a48ea2ff8a68f8c -C extra-filename=-6a48ea2ff8a68f8c --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
7102024-03-04T21:17:09.793Z Compiling rustls-pemfile v1.0.4
7112024-03-04T21:17:09.809Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac64e0cf10521e61 -C extra-filename=-ac64e0cf10521e61 --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-0b029c77597f8d47.rmeta --cap-lints allow`
7122024-03-04T21:17:10.260Z Compiling sync_wrapper v0.1.2
7132024-03-04T21:17:10.271Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0b3030cec78f8ef9 -C extra-filename=-0b3030cec78f8ef9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7142024-03-04T21:17:10.406Z Compiling ipnet v2.9.0
7152024-03-04T21:17:10.424Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=81b89b6a67fa03af -C extra-filename=-81b89b6a67fa03af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7162024-03-04T21:17:10.623Z Compiling webpki-roots v0.25.4
7172024-03-04T21:17:10.638Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=def8f56e183ae9f6 -C extra-filename=-def8f56e183ae9f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7182024-03-04T21:17:10.768Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=bf7e2d63449f69cd -C extra-filename=-bf7e2d63449f69cd --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-514c51e0ae2cae8c.rmeta --cap-lints allow --cfg relaxed_coherence`
7192024-03-04T21:17:10.960Z Compiling async-lock v3.3.0
7202024-03-04T21:17:10.979Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31ffa78e94c81369 -C extra-filename=-31ffa78e94c81369 --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-d4bad86a330051ee.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-19fbdd65e4930722.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
7212024-03-04T21:17:11.805Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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="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"' -C metadata=d435210f18efc5ca -C extra-filename=-d435210f18efc5ca --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-2f709fe9879e2c5d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-e1dfbe98e5819e27.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-0cebd7237e9b4c90.rmeta --cap-lints allow`
7222024-03-04T21:17:12.013Z Compiling indexmap v2.2.3
7232024-03-04T21:17:12.040Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d72456460fb955df -C extra-filename=-d72456460fb955df --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-3cc869d592c774fc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-5cda2307cac65498.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
7242024-03-04T21:17:12.231Z Running `/home/build/.rustup/toolchains/1.76-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.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3aa6ecae86bd857d -C extra-filename=-3aa6ecae86bd857d --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-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow --cfg limb_width_64`
7252024-03-04T21:17:12.247Z Compiling url v2.5.0
7262024-03-04T21:17:12.272Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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="serde"' -C metadata=d9f80a39cbb98ed8 -C extra-filename=-d9f80a39cbb98ed8 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8f8a52631f8e38d3.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
7272024-03-04T21:17:12.286Z Compiling chrono v0.4.34
7282024-03-04T21:17:12.304Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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"' -C metadata=8838ce92df4d8bf6 -C extra-filename=-8838ce92df4d8bf6 --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-a386be8828156f3b.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-4cd0e693837fde19.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
7292024-03-04T21:17:13.015Z Compiling uuid v1.7.0
7302024-03-04T21:17:13.018Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=b98efbc9b4855086 -C extra-filename=-b98efbc9b4855086 --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-5c86490fdcd84a10.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
7312024-03-04T21:17:13.484Z Compiling h2 v0.3.24
7322024-03-04T21:17:13.495Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=fd118080bf307f16 -C extra-filename=-fd118080bf307f16 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d72456460fb955df.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-6a48ea2ff8a68f8c.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
7332024-03-04T21:17:13.927Z Compiling serde_urlencoded v0.7.1
7342024-03-04T21:17:13.945Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=955b890f6b1f16ca -C extra-filename=-955b890f6b1f16ca --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-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
7352024-03-04T21:17:14.334Z Compiling serde_spanned v0.6.5
7362024-03-04T21:17:14.338Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=35c4d3b4666011de -C extra-filename=-35c4d3b4666011de --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-f2eb64821d75426f.rmeta --cap-lints allow`
7372024-03-04T21:17:14.478Z Compiling serde_tokenstream v0.2.0
7382024-03-04T21:17:14.486Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=646c8b36c260bcb9 -C extra-filename=-646c8b36c260bcb9 --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rmeta --cap-lints allow`
7392024-03-04T21:17:14.565Z Compiling toml_datetime v0.6.5
7402024-03-04T21:17:14.568Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=3acded8dffb18202 -C extra-filename=-3acded8dffb18202 --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-f2eb64821d75426f.rmeta --cap-lints allow`
7412024-03-04T21:17:14.981Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=87f353f26274a112 -C extra-filename=-87f353f26274a112 --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-8838ce92df4d8bf6.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-675f9f2cde994949.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-f7e9b04570b0095e.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7422024-03-04T21:17:15.100Z Compiling rand v0.8.5
7432024-03-04T21:17:15.106Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=d6fdb17fa95ab75e -C extra-filename=-d6fdb17fa95ab75e --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-c9c1b0b7fe6fe29e.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-413738857c4f7cd9.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-dcba7d9788c91745.rmeta --cap-lints allow`
7442024-03-04T21:17:15.178Z Compiling futures-lite v2.2.0
7452024-03-04T21:17:15.182Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=4cc23a8bce5347c4 -C extra-filename=-4cc23a8bce5347c4 --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-d52cae0eeab46be2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
7462024-03-04T21:17:15.748Z Compiling libnghttp2-sys v0.1.9+1.58.0
7472024-03-04T21:17:16.172Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.9+1.58.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=51de0750de485fa9 -C extra-filename=-51de0750de485fa9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-51de0750de485fa9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow`
7482024-03-04T21:17:16.278Z Compiling regress v0.8.0
7492024-03-04T21:17:16.292Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64ed61a2f131dbf3 -C extra-filename=-64ed61a2f131dbf3 --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-5cda2307cac65498.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --cap-lints allow`
7502024-03-04T21:17:16.616Z Compiling event-listener v2.5.3
7512024-03-04T21:17:16.622Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f55cdf44e1505c0c -C extra-filename=-f55cdf44e1505c0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7522024-03-04T21:17:16.840Z Compiling winnow v0.6.0
7532024-03-04T21:17:16.846Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25588663a6df5a90 -C extra-filename=-25588663a6df5a90 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7542024-03-04T21:17:16.939Z Compiling utf8parse v0.2.1
7552024-03-04T21:17:16.963Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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 --cfg 'feature="default"' -C metadata=55b94bf56b111e50 -C extra-filename=-55b94bf56b111e50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7562024-03-04T21:17:17.082Z Compiling anstyle-parse v0.2.3
7572024-03-04T21:17:17.096Z Running `/home/build/.rustup/toolchains/1.76-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.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="utf8"' -C metadata=785cb738609963c4 -C extra-filename=-785cb738609963c4 --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-55b94bf56b111e50.rmeta --cap-lints allow`
7582024-03-04T21:17:17.113Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-51de0750de485fa9/build-script-build`
7592024-03-04T21:17:17.397Z Compiling dirs-sys-next v0.1.2
7602024-03-04T21:17:17.417Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=70f773ffac36fe02 -C extra-filename=-70f773ffac36fe02 --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-02fd268b4d5df09d.rmeta --cap-lints allow`
7612024-03-04T21:17:18.111Z Compiling polling v2.8.0
7622024-03-04T21:17:18.117Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=26fc744159b1829f -C extra-filename=-26fc744159b1829f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-26fc744159b1829f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
7632024-03-04T21:17:18.422Z Compiling io-lifetimes v1.0.11
7642024-03-04T21:17:18.425Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5d007121bab626bb -C extra-filename=-5d007121bab626bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7652024-03-04T21:17:18.772Z Compiling atomic-waker v1.1.2
7662024-03-04T21:17:18.777Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=e7a19b0165a38f6d -C extra-filename=-e7a19b0165a38f6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7672024-03-04T21:17:18.892Z Compiling anstyle-query v1.0.2
7682024-03-04T21:17:18.909Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 -C metadata=09ce49fc3394724e -C extra-filename=-09ce49fc3394724e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7692024-03-04T21:17:18.913Z Compiling colorchoice v1.0.0
7702024-03-04T21:17:18.913Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75f65312e96bfcd9 -C extra-filename=-75f65312e96bfcd9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7712024-03-04T21:17:19.015Z Compiling crunchy v0.2.2
7722024-03-04T21:17:19.020Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=c401f24cb2421025 -C extra-filename=-c401f24cb2421025 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7732024-03-04T21:17:19.047Z Compiling anstream v0.6.11
7742024-03-04T21:17:19.051Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=4589b9b4de533979 -C extra-filename=-4589b9b4de533979 --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-46aa3677ea85067a.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-785cb738609963c4.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-09ce49fc3394724e.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-75f65312e96bfcd9.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-55b94bf56b111e50.rmeta --cap-lints allow`
7752024-03-04T21:17:19.208Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build`
7762024-03-04T21:17:19.468Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-26fc744159b1829f/build-script-build`
7772024-03-04T21:17:19.477Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build`
7782024-03-04T21:17:19.493Z Compiling dirs-next v2.0.0
7792024-03-04T21:17:19.498Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=048fc89c42c3d19d -C extra-filename=-048fc89c42c3d19d --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-70f773ffac36fe02.rmeta --cap-lints allow`
7802024-03-04T21:17:19.576Z Compiling block-buffer v0.10.4
7812024-03-04T21:17:19.583Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=7aac53c173c7538a -C extra-filename=-7aac53c173c7538a --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-bf7e2d63449f69cd.rmeta --cap-lints allow`
7822024-03-04T21:17:19.670Z Compiling crypto-common v0.1.6
7832024-03-04T21:17:19.677Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=52cefadcfd72e47d -C extra-filename=-52cefadcfd72e47d --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-bf7e2d63449f69cd.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow`
7842024-03-04T21:17:19.726Z Compiling polling v3.4.0
7852024-03-04T21:17:19.729Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-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 -C metadata=18cd5d8696feb3aa -C extra-filename=-18cd5d8696feb3aa --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-b3a1e01bc1d1ef78.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
7862024-03-04T21:17:19.767Z Compiling hyper v0.14.28
7872024-03-04T21:17:19.770Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=143abcaa943b48a5 -C extra-filename=-143abcaa943b48a5 --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-f412e2fce08c74d3.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-fd118080bf307f16.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-44cc836fedb14c74.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-02ef4b1e0af5b63d.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow`
7882024-03-04T21:17:19.822Z Compiling toml_edit v0.22.5
7892024-03-04T21:17:19.827Z Running `/home/build/.rustup/toolchains/1.76-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.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=343ae84933c27f8e -C extra-filename=-343ae84933c27f8e --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-d72456460fb955df.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-35c4d3b4666011de.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-3acded8dffb18202.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-25588663a6df5a90.rmeta --cap-lints allow`
7902024-03-04T21:17:20.012Z Compiling event-listener v5.0.0
7912024-03-04T21:17:20.031Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=e736fd4e1a516a61 -C extra-filename=-e736fd4e1a516a61 --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
7922024-03-04T21:17:20.187Z Compiling curl-sys v0.4.72+curl-8.6.0
7932024-03-04T21:17:20.201Z Running `/home/build/.rustup/toolchains/1.76-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.72+curl-8.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=b530580e3c14f663 -C extra-filename=-b530580e3c14f663 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b530580e3c14f663 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --cap-lints allow`
7942024-03-04T21:17:20.518Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85e3a5c553f56d10 -C extra-filename=-85e3a5c553f56d10 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-ea6c31f42356ca6e.rmeta --cap-lints allow`
7952024-03-04T21:17:20.590Z Compiling tiny-keccak v2.0.2
7962024-03-04T21:17:20.596Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5324aa666afe1fc5 -C extra-filename=-5324aa666afe1fc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7972024-03-04T21:17:20.910Z Compiling clap_lex v0.7.0
7982024-03-04T21:17:20.914Z Running `/home/build/.rustup/toolchains/1.76-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d8161a5bdc51b291 -C extra-filename=-d8161a5bdc51b291 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7992024-03-04T21:17:20.930Z Compiling strsim v0.11.0
8002024-03-04T21:17:20.930Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C debuginfo=2 -C metadata=9872d068bfb8251e -C extra-filename=-9872d068bfb8251e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8012024-03-04T21:17:21.253Z Compiling rustix v0.37.27
8022024-03-04T21:17:21.257Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=1b107a1d73ccc61a -C extra-filename=-1b107a1d73ccc61a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8032024-03-04T21:17:21.452Z Compiling siphasher v0.3.11
8042024-03-04T21:17:21.468Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6d9070602a08273f -C extra-filename=-6d9070602a08273f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8052024-03-04T21:17:21.787Z Compiling fastrand v1.9.0
8062024-03-04T21:17:21.793Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a9f7b1d3dbac03c2 -C extra-filename=-a9f7b1d3dbac03c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8072024-03-04T21:17:21.862Z Compiling waker-fn v1.1.1
8082024-03-04T21:17:21.872Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d4a64745b27fdd12 -C extra-filename=-d4a64745b27fdd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8092024-03-04T21:17:21.979Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build`
8102024-03-04T21:17:22.012Z Compiling phf_shared v0.10.0
8112024-03-04T21:17:22.023Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f6a2605a56265bf3 -C extra-filename=-f6a2605a56265bf3 --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-6d9070602a08273f.rmeta --cap-lints allow`
8122024-03-04T21:17:22.076Z Compiling clap_builder v4.5.1
8132024-03-04T21:17:22.091Z Running `/home/build/.rustup/toolchains/1.76-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.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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=11feaa338d084b5b -C extra-filename=-11feaa338d084b5b --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-4589b9b4de533979.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-46aa3677ea85067a.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-d8161a5bdc51b291.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-9872d068bfb8251e.rmeta --cap-lints allow`
8142024-03-04T21:17:22.355Z Compiling futures-lite v1.13.0
8152024-03-04T21:17:22.359Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=7394159c7c94014b -C extra-filename=-7394159c7c94014b --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-a9f7b1d3dbac03c2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow`
8162024-03-04T21:17:22.378Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build`
8172024-03-04T21:17:22.396Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=5cacccb31b0ab5fb -C extra-filename=-5cacccb31b0ab5fb --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-f67d6d78ab3379f5.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-85e3a5c553f56d10.rmeta --cap-lints allow`
8182024-03-04T21:17:23.143Z Compiling toml v0.8.10
8192024-03-04T21:17:23.153Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=67eda1d088d09dca -C extra-filename=-67eda1d088d09dca --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-f2eb64821d75426f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-35c4d3b4666011de.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-3acded8dffb18202.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-343ae84933c27f8e.rmeta --cap-lints allow`
8202024-03-04T21:17:23.551Z Compiling event-listener-strategy v0.5.0
8212024-03-04T21:17:23.561Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=c7060b71a29fe433 -C extra-filename=-c7060b71a29fe433 --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-e736fd4e1a516a61.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
8222024-03-04T21:17:23.749Z Compiling async-io v2.3.1
8232024-03-04T21:17:23.763Z Running `/home/build/.rustup/toolchains/1.76-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ab9d5ffc875a46ea -C extra-filename=-ab9d5ffc875a46ea --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-31ffa78e94c81369.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-18cd5d8696feb3aa.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
8242024-03-04T21:17:24.248Z Compiling digest v0.10.7
8252024-03-04T21:17:24.254Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1068141db1750c0 -C extra-filename=-e1068141db1750c0 --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-7aac53c173c7538a.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-52cefadcfd72e47d.rmeta --cap-lints allow`
8262024-03-04T21:17:24.408Z Compiling term v0.7.0
8272024-03-04T21:17:24.411Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=f91bf7275dc0d345 -C extra-filename=-f91bf7275dc0d345 --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-048fc89c42c3d19d.rmeta --cap-lints allow`
8282024-03-04T21:17:24.598Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5380a624a1727d88 -C extra-filename=-5380a624a1727d88 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --cap-lints allow`
8292024-03-04T21:17:25.111Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /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"' -C metadata=099739b55fd71f5a -C extra-filename=-099739b55fd71f5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8302024-03-04T21:17:25.176Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=cfd4588f3457d056 -C extra-filename=-cfd4588f3457d056 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn`
8312024-03-04T21:17:25.219Z Compiling futures-executor v0.3.30
8322024-03-04T21:17:25.238Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=350b79f6c1ad5602 -C extra-filename=-350b79f6c1ad5602 --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-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --cap-lints allow`
8332024-03-04T21:17:25.344Z Compiling clap_derive v4.5.0
8342024-03-04T21:17:25.355Z Running `/home/build/.rustup/toolchains/1.76-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=d5a273ffe73bab82 -C extra-filename=-d5a273ffe73bab82 --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-fe91cec5d57a0d19.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
8352024-03-04T21:17:25.894Z Compiling async-io v1.13.0
8362024-03-04T21:17:25.897Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=35881424475b1d89 -C extra-filename=-35881424475b1d89 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-35881424475b1d89 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
8372024-03-04T21:17:26.224Z Compiling powerfmt v0.2.0
8382024-03-04T21:17:26.232Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8392024-03-04T21:17:26.240Z Compiling fixedbitset v0.4.2
8402024-03-04T21:17:26.277Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /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 -C metadata=7733a3ac9462985c -C extra-filename=-7733a3ac9462985c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8412024-03-04T21:17:26.450Z Compiling diff v0.1.13
8422024-03-04T21:17:26.454Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name diff /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 -C metadata=5d47cf8a1fa4e7b2 -C extra-filename=-5d47cf8a1fa4e7b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8432024-03-04T21:17:26.630Z Compiling cpufeatures v0.2.12
8442024-03-04T21:17:26.634Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c800e6746f28ebd7 -C extra-filename=-c800e6746f28ebd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8452024-03-04T21:17:26.644Z Compiling either v1.10.0
8462024-03-04T21:17:26.648Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="use_std"' -C metadata=8d3f7608f5f61877 -C extra-filename=-8d3f7608f5f61877 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8472024-03-04T21:17:26.728Z Compiling num-conv v0.1.0
8482024-03-04T21:17:26.732Z Running `/home/build/.rustup/toolchains/1.76-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' -C metadata=9808afdcd566b1f1 -C extra-filename=-9808afdcd566b1f1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8492024-03-04T21:17:27.434Z Compiling time-core v0.1.2
8502024-03-04T21:17:27.439Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8512024-03-04T21:17:27.439Z Compiling precomputed-hash v0.1.1
8522024-03-04T21:17:27.439Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /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 -C metadata=b9327b0afdd02e4b -C extra-filename=-b9327b0afdd02e4b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8532024-03-04T21:17:27.439Z Compiling bit-vec v0.6.3
8542024-03-04T21:17:27.439Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /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 -C metadata=e898843fc4c2592c -C extra-filename=-e898843fc4c2592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8552024-03-04T21:17:27.439Z Compiling async-task v4.7.0
8562024-03-04T21:17:27.439Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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"' -C metadata=9f2ae7f53094583a -C extra-filename=-9f2ae7f53094583a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8572024-03-04T21:17:27.439Z Compiling bitflags v1.3.2
8582024-03-04T21:17:27.440Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=b314dd0635d4a453 -C extra-filename=-b314dd0635d4a453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8592024-03-04T21:17:27.440Z Compiling new_debug_unreachable v1.0.4
8602024-03-04T21:17:27.440Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 metadata=fa5070a450930edf -C extra-filename=-fa5070a450930edf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8612024-03-04T21:17:27.440Z Compiling lazy_static v1.4.0
8622024-03-04T21:17:27.440Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8632024-03-04T21:17:27.515Z Compiling bit-set v0.5.3
8642024-03-04T21:17:27.519Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /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 -C metadata=7bf32aaf4d995b96 -C extra-filename=-7bf32aaf4d995b96 --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-e898843fc4c2592c.rmeta --cap-lints allow`
8652024-03-04T21:17:27.562Z Compiling string_cache v0.8.7
8662024-03-04T21:17:27.572Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2e78f0dfac736bde -C extra-filename=-2e78f0dfac736bde --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-fa5070a450930edf.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-5cacccb31b0ab5fb.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-f6a2605a56265bf3.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-b9327b0afdd02e4b.rmeta --cap-lints allow`
8672024-03-04T21:17:27.748Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=4c5962a97f8c6046 -C extra-filename=-4c5962a97f8c6046 --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-b314dd0635d4a453.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-cfd4588f3457d056.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg libc --cfg solarish`
8682024-03-04T21:17:27.787Z Compiling time-macros v0.2.17
8692024-03-04T21:17:27.795Z Running `/home/build/.rustup/toolchains/1.76-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.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' -C metadata=0f22364806d21824 -C extra-filename=-0f22364806d21824 --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-9808afdcd566b1f1.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow`
8702024-03-04T21:17:27.971Z Compiling itertools v0.10.5
8712024-03-04T21:17:27.981Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b07cbb3ab2722668 -C extra-filename=-b07cbb3ab2722668 --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-8d3f7608f5f61877.rmeta --cap-lints allow`
8722024-03-04T21:17:29.848Z Compiling petgraph v0.6.4
8732024-03-04T21:17:29.858Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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 metadata=e659e4553d9532d8 -C extra-filename=-e659e4553d9532d8 --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-7733a3ac9462985c.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d72456460fb955df.rmeta --cap-lints allow`
8742024-03-04T21:17:29.892Z Compiling deranged v0.3.11
8752024-03-04T21:17:29.913Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --cap-lints allow`
8762024-03-04T21:17:30.102Z Compiling clap v4.5.1
8772024-03-04T21:17:30.139Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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"' -C metadata=a3d39fa4ccd16210 -C extra-filename=-a3d39fa4ccd16210 --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-11feaa338d084b5b.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-d5a273ffe73bab82.so --cap-lints allow`
8782024-03-04T21:17:30.206Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-35881424475b1d89/build-script-build`
8792024-03-04T21:17:30.345Z Compiling futures v0.3.30
8802024-03-04T21:17:30.362Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=a131b764fa726406 -C extra-filename=-a131b764fa726406 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-350b79f6c1ad5602.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --cap-lints allow`
8812024-03-04T21:17:30.456Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=950a78e91594856e -C extra-filename=-950a78e91594856e --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-099739b55fd71f5a.rmeta --cap-lints allow`
8822024-03-04T21:17:30.668Z Compiling ascii-canvas v3.0.0
8832024-03-04T21:17:30.671Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f2480ffe7c22f246 -C extra-filename=-f2480ffe7c22f246 --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-f91bf7275dc0d345.rmeta --cap-lints allow`
8842024-03-04T21:17:30.684Z Compiling async-channel v2.2.0
8852024-03-04T21:17:30.688Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=08348ff29b0d4a20 -C extra-filename=-08348ff29b0d4a20 --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-42092375f8312a0b.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-e736fd4e1a516a61.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-c7060b71a29fe433.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
8862024-03-04T21:17:30.909Z Compiling piper v0.2.1
8872024-03-04T21:17:30.913Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' -C metadata=5f7c1037ca3b60ec -C extra-filename=-5f7c1037ca3b60ec --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-e7a19b0165a38f6d.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow`
8882024-03-04T21:17:30.925Z Compiling async-channel v1.9.0
8892024-03-04T21:17:30.928Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=197ad7a47f62e03c -C extra-filename=-197ad7a47f62e03c --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-42092375f8312a0b.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --cap-lints allow`
8902024-03-04T21:17:31.037Z Compiling async-lock v2.8.0
8912024-03-04T21:17:31.452Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=4be68d1eb73c3572 -C extra-filename=-4be68d1eb73c3572 --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-f55cdf44e1505c0c.rmeta --cap-lints allow`
8922024-03-04T21:17:31.458Z Compiling lalrpop-util v0.20.0
8932024-03-04T21:17:31.458Z Running `/home/build/.rustup/toolchains/1.76-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.0/src/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="regex"' --cfg 'feature="std"' -C metadata=71781cf19b37fc87 -C extra-filename=-71781cf19b37fc87 --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-d435210f18efc5ca.rmeta --cap-lints allow`
8942024-03-04T21:17:31.458Z Compiling ena v0.14.2
8952024-03-04T21:17:31.458Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9afe702541124bdb -C extra-filename=-9afe702541124bdb --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-820ff9818bff8636.rmeta --cap-lints allow`
8962024-03-04T21:17:31.458Z Compiling libgit2-sys v0.16.2+1.7.2
8972024-03-04T21:17:31.459Z Running `/home/build/.rustup/toolchains/1.76-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.16.2+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 -C metadata=5dba19fa970e41f4 -C extra-filename=-5dba19fa970e41f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-5dba19fa970e41f4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-f177a89b95b40c50.rlib --cap-lints allow`
8982024-03-04T21:17:31.465Z Compiling socket2 v0.4.10
8992024-03-04T21:17:31.475Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=23235a4b01ab8eb7 -C extra-filename=-23235a4b01ab8eb7 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
9002024-03-04T21:17:31.609Z Compiling is-terminal v0.4.12
9012024-03-04T21:17:31.614Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38471b4a284e3117 -C extra-filename=-38471b4a284e3117 --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-02fd268b4d5df09d.rmeta --cap-lints allow`
9022024-03-04T21:17:31.723Z Compiling slog v2.7.0
9032024-03-04T21:17:31.727Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f2511497328d765 -C extra-filename=-7f2511497328d765 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9042024-03-04T21:17:31.760Z Compiling async-trait v0.1.77
9052024-03-04T21:17:31.775Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3882fbef5e23ff1b -C extra-filename=-3882fbef5e23ff1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-trait-3882fbef5e23ff1b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9062024-03-04T21:17:31.819Z Compiling num_threads v0.1.6
9072024-03-04T21:17:31.825Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 -C metadata=070f77c9c40a7ea1 -C extra-filename=-070f77c9c40a7ea1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9082024-03-04T21:17:31.943Z Compiling regex-syntax v0.7.5
9092024-03-04T21:17:31.955Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-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="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"' -C metadata=979ceb6f2b40a84f -C extra-filename=-979ceb6f2b40a84f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9102024-03-04T21:17:32.081Z Compiling unicode-xid v0.2.4
9112024-03-04T21:17:32.125Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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 metadata=1b9440c5d9c0e702 -C extra-filename=-1b9440c5d9c0e702 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9122024-03-04T21:17:32.183Z Compiling pico-args v0.5.0
9132024-03-04T21:17:32.188Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=2d9b5663b31c65df -C extra-filename=-2d9b5663b31c65df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9142024-03-04T21:17:32.229Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-trait-3882fbef5e23ff1b/build-script-build`
9152024-03-04T21:17:32.246Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build`
9162024-03-04T21:17:32.289Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-5dba19fa970e41f4/build-script-build`
9172024-03-04T21:17:32.305Z Compiling time v0.3.34
9182024-03-04T21:17:32.323Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=49eeac5e2d21873f -C extra-filename=-49eeac5e2d21873f --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-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-9808afdcd566b1f1.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-070f77c9c40a7ea1.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-0f22364806d21824.so --cap-lints allow`
9192024-03-04T21:17:32.327Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f6ac713242dba0b0 -C extra-filename=-f6ac713242dba0b0 --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-4be68d1eb73c3572.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-5380a624a1727d88.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-4c5962a97f8c6046.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-23235a4b01ab8eb7.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow`
9202024-03-04T21:17:32.388Z Compiling blocking v1.5.1
9212024-03-04T21:17:32.393Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-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 -C metadata=4d576f8ce79f406a -C extra-filename=-4d576f8ce79f406a --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-08348ff29b0d4a20.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-31ffa78e94c81369.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-9f2ae7f53094583a.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-5f7c1037ca3b60ec.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
9222024-03-04T21:17:32.941Z Compiling async-executor v1.8.0
9232024-03-04T21:17:32.945Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-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 -C metadata=52898bfb52a16b8e -C extra-filename=-52898bfb52a16b8e --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-31ffa78e94c81369.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-9f2ae7f53094583a.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-42092375f8312a0b.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow`
9242024-03-04T21:17:32.945Z Compiling async-signal v0.2.5
9252024-03-04T21:17:32.945Z Running `/home/build/.rustup/toolchains/1.76-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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=447ab75a3f76d07f -C extra-filename=-447ab75a3f76d07f --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-ab9d5ffc875a46ea.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-61e44982b9bd185f.rmeta --cap-lints allow`
9262024-03-04T21:17:33.179Z Compiling pin-project-internal v1.1.4
9272024-03-04T21:17:33.183Z Running `/home/build/.rustup/toolchains/1.76-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.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 --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=missing_debug_implementations '--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::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=a3e14259274ab134 -C extra-filename=-a3e14259274ab134 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
9282024-03-04T21:17:33.353Z Running `/home/build/.rustup/toolchains/1.76-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.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="libc"' -C metadata=f1af3d1c2bcfb261 -C extra-filename=-f1af3d1c2bcfb261 --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-02fd268b4d5df09d.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z`
9292024-03-04T21:17:33.520Z Running `/home/build/.rustup/toolchains/1.76-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.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="libc"' -C metadata=11f4a08dca36a76f -C extra-filename=-11f4a08dca36a76f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z`
9302024-03-04T21:17:33.932Z Compiling event-listener v3.1.0
9312024-03-04T21:17:33.933Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ecbab68d2c454cfd -C extra-filename=-ecbab68d2c454cfd --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-42092375f8312a0b.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
9322024-03-04T21:17:33.933Z Compiling dirs-sys v0.3.7
9332024-03-04T21:17:33.933Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /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 -C metadata=ea644346ae4e1226 -C extra-filename=-ea644346ae4e1226 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
9342024-03-04T21:17:33.953Z Compiling curl v0.4.46
9352024-03-04T21:17:33.967Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=dd208e87d572c5ea -C extra-filename=-dd208e87d572c5ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9362024-03-04T21:17:34.137Z Compiling similar v2.4.0
9372024-03-04T21:17:34.143Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=79491110bce9c781 -C extra-filename=-79491110bce9c781 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9382024-03-04T21:17:34.320Z Compiling async-process v1.8.1
9392024-03-04T21:17:34.324Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=73c83a29d6465563 -C extra-filename=-73c83a29d6465563 --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-f6ac713242dba0b0.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-447ab75a3f76d07f.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-ecbab68d2c454cfd.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --cap-lints allow`
9402024-03-04T21:17:34.382Z Compiling dirs v4.0.0
9412024-03-04T21:17:34.385Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs /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 -C metadata=eb6b8e0ba83c5c75 -C extra-filename=-eb6b8e0ba83c5c75 --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-ea644346ae4e1226.rmeta --cap-lints allow`
9422024-03-04T21:17:34.515Z Compiling async-global-executor v2.4.1
9432024-03-04T21:17:34.519Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=b8f82811b6b2699b -C extra-filename=-b8f82811b6b2699b --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-08348ff29b0d4a20.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-52898bfb52a16b8e.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-ab9d5ffc875a46ea.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-31ffa78e94c81369.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-4d576f8ce79f406a.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-4cc23a8bce5347c4.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow`
9442024-03-04T21:17:34.566Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6ac4cb563bb831f -C extra-filename=-e6ac4cb563bb831f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
9452024-03-04T21:17:35.334Z Compiling lalrpop v0.20.0
9462024-03-04T21:17:35.341Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' -C metadata=a9edee372d637f1c -C extra-filename=-a9edee372d637f1c --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-f2480ffe7c22f246.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7bf32aaf4d995b96.rmeta --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-5d47cf8a1fa4e7b2.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-9afe702541124bdb.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-38471b4a284e3117.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-b07cbb3ab2722668.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-71781cf19b37fc87.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-e659e4553d9532d8.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-2d9b5663b31c65df.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-d435210f18efc5ca.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-979ceb6f2b40a84f.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-2e78f0dfac736bde.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f91bf7275dc0d345.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-950a78e91594856e.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-1b9440c5d9c0e702.rmeta --cap-lints allow`
9472024-03-04T21:17:35.848Z Running `/home/build/.rustup/toolchains/1.76-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.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b64554da21279d6b -C extra-filename=-b64554da21279d6b --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
9482024-03-04T21:17:36.060Z Compiling pin-project v1.1.4
9492024-03-04T21:17:36.077Z Running `/home/build/.rustup/toolchains/1.76-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.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=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=missing_debug_implementations '--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::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=226f7a4e652ca21b -C extra-filename=-226f7a4e652ca21b --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-a3e14259274ab134.so --cap-lints allow`
9502024-03-04T21:17:36.183Z Compiling sha1 v0.10.6
9512024-03-04T21:17:36.198Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1dc3c58c554ed768 -C extra-filename=-1dc3c58c554ed768 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow`
9522024-03-04T21:17:36.616Z Compiling openapiv3 v2.0.0
9532024-03-04T21:17:36.623Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=88ae4576d8b16280 -C extra-filename=-88ae4576d8b16280 --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-d72456460fb955df.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --cap-lints allow`
9542024-03-04T21:17:36.808Z Compiling tempfile v3.10.1
9552024-03-04T21:17:36.825Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6fb8998f4632c105 -C extra-filename=-6fb8998f4632c105 --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-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-539f479a313cbb64.rmeta --cap-lints allow`
9562024-03-04T21:17:36.879Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 --cfg 'feature="default"' -C metadata=0818598946a91b52 -C extra-filename=-0818598946a91b52 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-8f8a52631f8e38d3.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow`
9572024-03-04T21:17:36.917Z Compiling kv-log-macro v1.0.7
9582024-03-04T21:17:36.934Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=51e698f8e13c2273 -C extra-filename=-51e698f8e13c2273 --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-7f379754e0fa332b.rmeta --cap-lints allow`
9592024-03-04T21:17:37.082Z Compiling zeroize v1.7.0
9602024-03-04T21:17:37.090Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9612024-03-04T21:17:37.399Z Compiling isahc v1.7.2
9622024-03-04T21:17:37.412Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6b8bbe6616c74264 -C extra-filename=-6b8bbe6616c74264 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9632024-03-04T21:17:37.632Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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 metadata=fc60680b3b02d820 -C extra-filename=-fc60680b3b02d820 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9642024-03-04T21:17:38.368Z Compiling rustls-pki-types v1.3.0
9652024-03-04T21:17:38.369Z Running `/home/build/.rustup/toolchains/1.76-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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=521a7fa8801ab854 -C extra-filename=-521a7fa8801ab854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9662024-03-04T21:17:38.369Z Compiling predicates-core v1.0.6
9672024-03-04T21:17:38.369Z Running `/home/build/.rustup/toolchains/1.76-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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7d3e7e4b957783f -C extra-filename=-f7d3e7e4b957783f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9682024-03-04T21:17:38.369Z Compiling async-std v1.12.0
9692024-03-04T21:17:38.370Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=0ed8c88e0ba7c97f -C extra-filename=-0ed8c88e0ba7c97f --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-197ad7a47f62e03c.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-b8f82811b6b2699b.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-f6ac713242dba0b0.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-73c83a29d6465563.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-51e698f8e13c2273.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --cap-lints allow`
9702024-03-04T21:17:38.370Z Compiling tracing-futures v0.2.5
9712024-03-04T21:17:38.370Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=a275a51f2de394ea -C extra-filename=-a275a51f2de394ea --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-226f7a4e652ca21b.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --cap-lints allow`
9722024-03-04T21:17:38.421Z Compiling sluice v0.5.5
9732024-03-04T21:17:38.429Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=35ecc4ac38709bdb -C extra-filename=-35ecc4ac38709bdb --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-197ad7a47f62e03c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow`
9742024-03-04T21:17:38.499Z Compiling console v0.15.8
9752024-03-04T21:17:38.503Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=a06feba0cb718dc4 -C extra-filename=-a06feba0cb718dc4 --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-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-204a73a923e7c9fc.rmeta --cap-lints allow`
9762024-03-04T21:17:38.562Z Compiling float-cmp v0.9.0
9772024-03-04T21:17:38.579Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=fef8442a0a6b1eb9 -C extra-filename=-fef8442a0a6b1eb9 --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-4cd0e693837fde19.rmeta --cap-lints allow`
9782024-03-04T21:17:38.585Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e11ebdd3ebb38ca3 -C extra-filename=-e11ebdd3ebb38ca3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
9792024-03-04T21:17:38.758Z Compiling portable-atomic v1.6.0
9802024-03-04T21:17:38.770Z Running `/home/build/.rustup/toolchains/1.76-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.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8ee8fa511153e1a4 -C extra-filename=-8ee8fa511153e1a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9812024-03-04T21:17:39.046Z Compiling byteorder v1.5.0
9822024-03-04T21:17:39.054Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=f15dc302a153ff9c -C extra-filename=-f15dc302a153ff9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9832024-03-04T21:17:39.336Z Compiling difflib v0.4.0
9842024-03-04T21:17:39.340Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name difflib /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 -C metadata=9ac0cd639c889c82 -C extra-filename=-9ac0cd639c889c82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9852024-03-04T21:17:39.506Z Compiling base64 v0.13.1
9862024-03-04T21:17:39.567Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1e908b25f55742f -C extra-filename=-d1e908b25f55742f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9872024-03-04T21:17:39.658Z Compiling castaway v0.1.2
9882024-03-04T21:17:40.122Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=48e7259eedd626e1 -C extra-filename=-48e7259eedd626e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9892024-03-04T21:17:40.122Z Compiling rustls v0.22.2
9902024-03-04T21:17:40.122Z Running `/home/build/.rustup/toolchains/1.76-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.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=0b29c8d352cd3df7 -C extra-filename=-0b29c8d352cd3df7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-0b29c8d352cd3df7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9912024-03-04T21:17:40.122Z Compiling data-encoding v2.5.0
9922024-03-04T21:17:40.122Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cbbb69939a029e6c -C extra-filename=-cbbb69939a029e6c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9932024-03-04T21:17:40.133Z Compiling normalize-line-endings v0.3.0
9942024-03-04T21:17:40.171Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /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 -C metadata=1a5398f8eb94050b -C extra-filename=-1a5398f8eb94050b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9952024-03-04T21:17:40.263Z Running `/home/build/.rustup/toolchains/1.76-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a4d8764f3a59c5d -C extra-filename=-6a4d8764f3a59c5d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9962024-03-04T21:17:40.270Z Compiling unicode-segmentation v1.11.0
9972024-03-04T21:17:40.270Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=fed9da3fb0b18572 -C extra-filename=-fed9da3fb0b18572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9982024-03-04T21:17:40.584Z Compiling utf-8 v0.7.6
9992024-03-04T21:17:40.592Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10002024-03-04T21:17:40.897Z Compiling newline-converter v0.3.0
10012024-03-04T21:17:40.906Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=96d4693b16f09b7b -C extra-filename=-96d4693b16f09b7b --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-fed9da3fb0b18572.rmeta --cap-lints allow`
10022024-03-04T21:17:41.061Z Compiling tungstenite v0.20.1
10032024-03-04T21:17:41.081Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=158578afc6ee75fa -C extra-filename=-158578afc6ee75fa --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-f15dc302a153ff9c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-cbbb69939a029e6c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow`
10042024-03-04T21:17:41.103Z Compiling predicates v3.1.0
10052024-03-04T21:17:41.107Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=178d6b701597bc3d -C extra-filename=-178d6b701597bc3d --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-46aa3677ea85067a.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-9ac0cd639c889c82.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-fef8442a0a6b1eb9.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-1a5398f8eb94050b.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --cap-lints allow`
10062024-03-04T21:17:41.342Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build`
10072024-03-04T21:17:41.360Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=27345742eacaac4a -C extra-filename=-27345742eacaac4a --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-e11ebdd3ebb38ca3.rmeta --cap-lints allow`
10082024-03-04T21:17:41.403Z Compiling assert-json-diff v2.0.2
10092024-03-04T21:17:41.406Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=04693d5394c38f08 -C extra-filename=-04693d5394c38f08 --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-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --cap-lints allow`
10102024-03-04T21:17:41.550Z Compiling serde_regex v1.1.0
10112024-03-04T21:17:41.568Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=4af83644b44ceebb -C extra-filename=-4af83644b44ceebb --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-5dd7719bfeefd921.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
10122024-03-04T21:17:41.811Z Compiling serde_path_to_error v0.1.15
10132024-03-04T21:17:41.822Z Running `/home/build/.rustup/toolchains/1.76-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.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 -C metadata=2448fee66e712faa -C extra-filename=-2448fee66e712faa --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-b3077f10a0b2f8e4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --cap-lints allow`
10142024-03-04T21:17:42.522Z Compiling async-object-pool v0.1.4
10152024-03-04T21:17:42.534Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=b10dd3313875a4a1 -C extra-filename=-b10dd3313875a4a1 --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-0ed8c88e0ba7c97f.rmeta --cap-lints allow`
10162024-03-04T21:17:42.696Z Compiling ring v0.16.20
10172024-03-04T21:17:42.704Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 metadata=56a112ababe17600 -C extra-filename=-56a112ababe17600 --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-4cd0e693837fde19.rmeta --cap-lints allow`
10182024-03-04T21:17:42.704Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=7ed90fd367e5c2ca -C extra-filename=-7ed90fd367e5c2ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-7ed90fd367e5c2ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-6f5496be75bd3efa.rlib --cap-lints allow`
10192024-03-04T21:17:42.856Z Compiling multer v3.0.0
10202024-03-04T21:17:42.863Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=a2f5832851923eaa -C extra-filename=-a2f5832851923eaa --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-a2f5832851923eaa -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
10212024-03-04T21:17:43.186Z Compiling is-docker v0.2.0
10222024-03-04T21:17:43.625Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_docker /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 -C metadata=5679109dd29eb65b -C extra-filename=-5679109dd29eb65b --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-3250e89af52da2b5.rmeta --cap-lints allow`
10232024-03-04T21:17:43.636Z Compiling thread_local v1.1.7
10242024-03-04T21:17:43.636Z Running `/home/build/.rustup/toolchains/1.76-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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=047adb3e13470ca6 -C extra-filename=-047adb3e13470ca6 --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-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow`
10252024-03-04T21:17:43.637Z Compiling levenshtein v1.0.5
10262024-03-04T21:17:43.637Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein /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 -C metadata=ac68483962793787 -C extra-filename=-ac68483962793787 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10272024-03-04T21:17:43.637Z Compiling match_cfg v0.1.0
10282024-03-04T21:17:43.637Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10292024-03-04T21:17:43.686Z Compiling paste v1.0.14
10302024-03-04T21:17:43.686Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0472a60bd609e3c6 -C extra-filename=-0472a60bd609e3c6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-0472a60bd609e3c6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10312024-03-04T21:17:43.693Z Compiling anyhow v1.0.80
10322024-03-04T21:17:43.693Z Running `/home/build/.rustup/toolchains/1.76-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.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ec3e885c2f4fa7bf -C extra-filename=-ec3e885c2f4fa7bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-ec3e885c2f4fa7bf -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10332024-03-04T21:17:43.795Z Compiling subtle v2.5.0
10342024-03-04T21:17:43.795Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10352024-03-04T21:17:43.840Z Compiling doc-comment v0.3.3
10362024-03-04T21:17:43.866Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=6ad415cf3634a2b1 -C extra-filename=-6ad415cf3634a2b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10372024-03-04T21:17:44.056Z Compiling camino v1.1.6
10382024-03-04T21:17:44.077Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=491fe6ccf6a88b16 -C extra-filename=-491fe6ccf6a88b16 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-491fe6ccf6a88b16 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10392024-03-04T21:17:44.117Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 metadata=90478d4bb7349d1e -C extra-filename=-90478d4bb7349d1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10402024-03-04T21:17:44.190Z Compiling slog-async v2.8.0
10412024-03-04T21:17:44.200Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10422024-03-04T21:17:44.386Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build`
10432024-03-04T21:17:44.495Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-ec3e885c2f4fa7bf/build-script-build`
10442024-03-04T21:17:44.595Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-491fe6ccf6a88b16/build-script-build`
10452024-03-04T21:17:44.643Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=6bee3a62a590e1b9 -C extra-filename=-6bee3a62a590e1b9 --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-56a112ababe17600.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-675f9f2cde994949.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-f7e9b04570b0095e.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-90478d4bb7349d1e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
10462024-03-04T21:17:44.661Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-0472a60bd609e3c6/build-script-build`
10472024-03-04T21:17:44.671Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-7ed90fd367e5c2ca/build-script-build`
10482024-03-04T21:17:44.707Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build`
10492024-03-04T21:17:44.717Z Compiling hostname v0.3.1
10502024-03-04T21:17:44.718Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=194faf19b9951c04 -C extra-filename=-194faf19b9951c04 --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-c9c1b0b7fe6fe29e.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow`
10512024-03-04T21:17:44.747Z Compiling is-wsl v0.4.0
10522024-03-04T21:17:44.778Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl /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 -C metadata=a65257e30ccc1771 -C extra-filename=-a65257e30ccc1771 --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-5679109dd29eb65b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow`
10532024-03-04T21:17:44.781Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-a2f5832851923eaa/build-script-build`
10542024-03-04T21:17:44.836Z Compiling tokio-tungstenite v0.20.1
10552024-03-04T21:17:44.840Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=d0505885796b63e3 -C extra-filename=-d0505885796b63e3 --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-f9cd611b3d32a1cd.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-158578afc6ee75fa.rmeta --cap-lints allow`
10562024-03-04T21:17:44.960Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e5d5a36611f6f0b0 -C extra-filename=-e5d5a36611f6f0b0 --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-27345742eacaac4a.rmeta --cap-lints allow`
10572024-03-04T21:17:44.983Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=43adb6e6d45df2a3 -C extra-filename=-43adb6e6d45df2a3 --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`
10582024-03-04T21:17:45.382Z Compiling slog-json v2.6.1
10592024-03-04T21:17:45.393Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=303dfa7ca0ee2317 -C extra-filename=-303dfa7ca0ee2317 --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-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow`
10602024-03-04T21:17:45.797Z Compiling sha2 v0.10.8
10612024-03-04T21:17:45.808Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=514573b1f0e820e2 -C extra-filename=-514573b1f0e820e2 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow`
10622024-03-04T21:17:46.407Z Compiling async-stream-impl v0.3.5
10632024-03-04T21:17:46.420Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=875798c42a064e21 -C extra-filename=-875798c42a064e21 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
10642024-03-04T21:17:46.681Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25ebff790a8b1aaf -C extra-filename=-25ebff790a8b1aaf --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-5cda2307cac65498.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-31fe13d583561b22.rmeta --cap-lints allow`
10652024-03-04T21:17:46.750Z Compiling crossbeam-channel v0.5.11
10662024-03-04T21:17:46.754Z Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=8ba3728957d9f258 -C extra-filename=-8ba3728957d9f258 --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-d635ff551b53ede7.rmeta --cap-lints allow`
10672024-03-04T21:17:46.773Z Compiling http v1.0.0
10682024-03-04T21:17:46.776Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93887e206269da8e -C extra-filename=-93887e206269da8e --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --cap-lints allow`
10692024-03-04T21:17:47.126Z Compiling atty v0.2.14
10702024-03-04T21:17:47.141Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d11965bdf6012c96 -C extra-filename=-d11965bdf6012c96 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
10712024-03-04T21:17:47.259Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=18a0713c4f999d77 -C extra-filename=-18a0713c4f999d77 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
10722024-03-04T21:17:47.381Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#c37bbb45)
10732024-03-04T21:17:47.398Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/c37bbb4/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5f54482c1300ac51 -C extra-filename=-5f54482c1300ac51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-5f54482c1300ac51 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
10742024-03-04T21:17:47.785Z Compiling take_mut v0.2.2
10752024-03-04T21:17:47.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10762024-03-04T21:17:48.222Z Compiling shell-words v1.1.0
10772024-03-04T21:17:48.223Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /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"' -C metadata=de146c6cd09024ed -C extra-filename=-de146c6cd09024ed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10782024-03-04T21:17:48.231Z Compiling number_prefix v0.4.0
10792024-03-04T21:17:48.231Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /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"' -C metadata=504a44568e8f89cb -C extra-filename=-504a44568e8f89cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10802024-03-04T21:17:48.231Z Compiling termtree v0.4.1
10812024-03-04T21:17:48.231Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=56e30ba0b2b56a5c -C extra-filename=-56e30ba0b2b56a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10822024-03-04T21:17:48.231Z Compiling termcolor v1.4.1
10832024-03-04T21:17:48.231Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=802e4c96959df99c -C extra-filename=-802e4c96959df99c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10842024-03-04T21:17:48.231Z Compiling spin v0.5.2
10852024-03-04T21:17:48.231Z Compiling assert_cmd v2.0.14
10862024-03-04T21:17:48.231Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=acee181154aa4361 -C extra-filename=-acee181154aa4361 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10872024-03-04T21:17:48.231Z Running `/home/build/.rustup/toolchains/1.76-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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=be3580b7a6300f76 -C extra-filename=-be3580b7a6300f76 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10882024-03-04T21:17:48.812Z Compiling untrusted v0.7.1
10892024-03-04T21:17:48.834Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=844a7e271ec2bd61 -C extra-filename=-844a7e271ec2bd61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10902024-03-04T21:17:48.834Z Compiling humantime v2.1.0
10912024-03-04T21:17:48.834Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a6079f328e78e155 -C extra-filename=-a6079f328e78e155 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10922024-03-04T21:17:48.834Z Compiling pathdiff v0.2.1
10932024-03-04T21:17:48.834Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=7f8c8f1b959732b3 -C extra-filename=-7f8c8f1b959732b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10942024-03-04T21:17:48.834Z Compiling open v4.2.0
10952024-03-04T21:17:48.835Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=dd13a36b6f74812f -C extra-filename=-dd13a36b6f74812f --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-a65257e30ccc1771.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7f8c8f1b959732b3.rmeta --cap-lints allow`
10962024-03-04T21:17:49.030Z Compiling env_logger v0.10.2
10972024-03-04T21:17:49.045Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=537a012d279ef71c -C extra-filename=-537a012d279ef71c --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-a6079f328e78e155.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-18a0713c4f999d77.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-802e4c96959df99c.rmeta --cap-lints allow`
10982024-03-04T21:17:49.090Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build`
10992024-03-04T21:17:49.130Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 -C debuginfo=2 --cfg 'feature="default"' -C metadata=b0e3f7c0eac94530 -C extra-filename=-b0e3f7c0eac94530 --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-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-93887e206269da8e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-2de88b9b103b5d1b.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow`
11002024-03-04T21:17:49.142Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=98971107a2a67b3a -C extra-filename=-98971107a2a67b3a --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-3250e89af52da2b5.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-acee181154aa4361.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-844a7e271ec2bd61.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out -l static=ring-core -l static=ring-test`
11012024-03-04T21:17:49.151Z Compiling predicates-tree v1.0.9
11022024-03-04T21:17:49.151Z Running `/home/build/.rustup/toolchains/1.76-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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fc0d2c0460b80d9c -C extra-filename=-fc0d2c0460b80d9c --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-f7d3e7e4b957783f.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-56e30ba0b2b56a5c.rmeta --cap-lints allow`
11032024-03-04T21:17:49.607Z Compiling indicatif v0.17.8
11042024-03-04T21:17:49.629Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=43857ee9271b0eb7 -C extra-filename=-43857ee9271b0eb7 --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-a06feba0cb718dc4.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-504a44568e8f89cb.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-43adb6e6d45df2a3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-204a73a923e7c9fc.rmeta --cap-lints allow`
11052024-03-04T21:17:49.790Z Compiling dialoguer v0.10.4
11062024-03-04T21:17:50.204Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=b25bf0409a8d14ec -C extra-filename=-b25bf0409a8d14ec --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-a06feba0cb718dc4.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-de146c6cd09024ed.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow`
11072024-03-04T21:17:50.344Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
11082024-03-04T21:17:50.376Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/78dcbff/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 -C metadata=213f11f3cd308edb -C extra-filename=-213f11f3cd308edb --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-fe91cec5d57a0d19.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-820ff9818bff8636.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-25ebff790a8b1aaf.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6bee3a62a590e1b9.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11092024-03-04T21:17:50.466Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1608409419bc44a3 -C extra-filename=-1608409419bc44a3 --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-8ba3728957d9f258.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-047adb3e13470ca6.rmeta --cap-lints allow --cfg integer128`
11102024-03-04T21:17:51.911Z Compiling async-stream v0.3.5
11112024-03-04T21:17:51.922Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fa1aedaea92576e6 -C extra-filename=-fa1aedaea92576e6 --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-875798c42a064e21.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --cap-lints allow`
11122024-03-04T21:17:52.004Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-5f54482c1300ac51/build-script-build`
11132024-03-04T21:17:52.033Z Compiling slog-term v2.9.0
11142024-03-04T21:17:52.047Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d26af4c77d8599a6 -C extra-filename=-d26af4c77d8599a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atty=/work/oxidecomputer/oxide.rs/target/debug/deps/libatty-d11965bdf6012c96.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-047adb3e13470ca6.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow`
11152024-03-04T21:17:52.244Z Compiling slog-bunyan v2.5.0
11162024-03-04T21:17:52.253Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5c01e4ae403876bd -C extra-filename=-5c01e4ae403876bd --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-194faf19b9951c04.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-303dfa7ca0ee2317.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow`
11172024-03-04T21:17:52.444Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#b55912f8)
11182024-03-04T21:17:52.460Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/b55912f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e89e0e788bad0dd2 -C extra-filename=-e89e0e788bad0dd2 --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-a131b764fa726406.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-d0505885796b63e3.rmeta --cap-lints allow`
11192024-03-04T21:17:52.489Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e51cd6ff8f0a0459 -C extra-filename=-e51cd6ff8f0a0459 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow`
11202024-03-04T21:17:53.199Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d8016b2d247857bf -C extra-filename=-d8016b2d247857bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace`
11212024-03-04T21:17:53.282Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=72e11849809434a8 -C extra-filename=-72e11849809434a8 --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-f2eb64821d75426f.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
11222024-03-04T21:17:53.341Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /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 -C metadata=87d0cd21a2c83278 -C extra-filename=-87d0cd21a2c83278 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11232024-03-04T21:17:53.411Z Compiling pem v1.1.1
11242024-03-04T21:17:53.422Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=02ded8909823d872 -C extra-filename=-02ded8909823d872 --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-d1e908b25f55742f.rmeta --cap-lints allow`
11252024-03-04T21:17:53.598Z Compiling rustls-pemfile v2.0.0
11262024-03-04T21:17:53.619Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=728c6fbacfcb30c3 -C extra-filename=-728c6fbacfcb30c3 --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-0b029c77597f8d47.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --cap-lints allow`
11272024-03-04T21:17:53.867Z Compiling yasna v0.5.2
11282024-03-04T21:17:53.898Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=44d05a114e1e192e -C extra-filename=-44d05a114e1e192e --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-49eeac5e2d21873f.rmeta --cap-lints allow`
11292024-03-04T21:17:54.075Z Compiling waitgroup v0.1.2
11302024-03-04T21:17:54.081Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c5854a292acb82a2 -C extra-filename=-c5854a292acb82a2 --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-e7a19b0165a38f6d.rmeta --cap-lints allow`
11312024-03-04T21:17:54.144Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#c37bbb45)
11322024-03-04T21:17:54.181Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/c37bbb4/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=370d04c1dde4418b -C extra-filename=-370d04c1dde4418b --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-646c8b36c260bcb9.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
11332024-03-04T21:17:54.234Z Compiling tabwriter v1.4.0
11342024-03-04T21:17:54.244Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=659e1be8b2ed001f -C extra-filename=-659e1be8b2ed001f --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-204a73a923e7c9fc.rmeta --cap-lints allow`
11352024-03-04T21:17:54.294Z Compiling bstr v1.9.0
11362024-03-04T21:17:54.303Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=ddef57bb12635a85 -C extra-filename=-ddef57bb12635a85 --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-2de88b9b103b5d1b.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-88810935cfafcaa9.rmeta --cap-lints allow`
11372024-03-04T21:17:54.753Z Compiling wait-timeout v0.2.0
11382024-03-04T21:17:54.753Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /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 -C metadata=345374e7a9bb2f15 -C extra-filename=-345374e7a9bb2f15 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
11392024-03-04T21:17:54.759Z Compiling debug-ignore v1.0.5
11402024-03-04T21:17:54.779Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11412024-03-04T21:17:54.897Z Compiling yansi v0.5.1
11422024-03-04T21:17:54.905Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c6f328d0ec8ebb69 -C extra-filename=-c6f328d0ec8ebb69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11432024-03-04T21:17:55.168Z Compiling rcgen v0.10.0
11442024-03-04T21:17:55.189Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=ae1957b09a46dbc8 -C extra-filename=-ae1957b09a46dbc8 --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-02ded8909823d872.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-98971107a2a67b3a.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-44d05a114e1e192e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
11452024-03-04T21:17:55.240Z Compiling pretty_assertions v1.4.0
11462024-03-04T21:17:55.247Z Running `/home/build/.rustup/toolchains/1.76-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2a6ad269328f39b0 -C extra-filename=-2a6ad269328f39b0 --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-5d47cf8a1fa4e7b2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-c6f328d0ec8ebb69.rmeta --cap-lints allow`
11472024-03-04T21:17:55.622Z Running `/home/build/.rustup/toolchains/1.76-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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=561b0afed8c4afcc -C extra-filename=-561b0afed8c4afcc --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-46aa3677ea85067a.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-ddef57bb12635a85.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-87d0cd21a2c83278.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-fc0d2c0460b80d9c.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-345374e7a9bb2f15.rmeta --cap-lints allow`
11482024-03-04T21:17:55.784Z Compiling expectorate v1.1.0
11492024-03-04T21:17:55.799Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=8e6eed95d72e6334 -C extra-filename=-8e6eed95d72e6334 --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-a06feba0cb718dc4.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rmeta --cap-lints allow`
11502024-03-04T21:17:56.274Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
11512024-03-04T21:17:56.277Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=dd8c89a6d19188bc -C extra-filename=-dd8c89a6d19188bc --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-8838ce92df4d8bf6.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rmeta`
11522024-03-04T21:17:56.277Z Compiling getopts v0.2.21
11532024-03-04T21:17:56.289Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.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 -C metadata=3bf1bd6860b62097 -C extra-filename=-3bf1bd6860b62097 --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-204a73a923e7c9fc.rmeta --cap-lints allow`
11542024-03-04T21:17:56.332Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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"' --cfg 'feature="quote"' -C metadata=c12db0db07901f1f -C extra-filename=-c12db0db07901f1f --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-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11552024-03-04T21:17:56.682Z Compiling semver v1.0.21
11562024-03-04T21:17:56.694Z Running `/home/build/.rustup/toolchains/1.76-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.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="std"' -C metadata=3ad781d901f72572 -C extra-filename=-3ad781d901f72572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-3ad781d901f72572 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11572024-03-04T21:17:57.173Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-3ad781d901f72572/build-script-build`
11582024-03-04T21:17:57.180Z Running `/home/build/.rustup/toolchains/1.76-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 metadata=f52df25826e2e242 -C extra-filename=-f52df25826e2e242 --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-d72456460fb955df.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --cap-lints allow`
11592024-03-04T21:17:57.217Z Compiling same-file v1.0.6
11602024-03-04T21:17:57.228Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=78253212bcd3c8db -C extra-filename=-78253212bcd3c8db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11612024-03-04T21:17:57.458Z Compiling unsafe-libyaml v0.2.10
11622024-03-04T21:17:57.465Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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 metadata=611f7ed6b87df0c2 -C extra-filename=-611f7ed6b87df0c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11632024-03-04T21:17:57.487Z Compiling walkdir v2.4.0
11642024-03-04T21:17:57.494Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9680213641a78cc6 -C extra-filename=-9680213641a78cc6 --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-78253212bcd3c8db.rmeta --cap-lints allow`
11652024-03-04T21:17:57.653Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="std"' -C metadata=2cc46e99912de5b7 -C extra-filename=-2cc46e99912de5b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11662024-03-04T21:17:58.407Z Compiling home v0.5.9
11672024-03-04T21:17:58.414Z Running `/home/build/.rustup/toolchains/1.76-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' -C metadata=193acd7fe5dbcb23 -C extra-filename=-193acd7fe5dbcb23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11682024-03-04T21:17:58.842Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=0cd8dfefc9510895 -C extra-filename=-0cd8dfefc9510895 --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-8838ce92df4d8bf6.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib`
11692024-03-04T21:17:58.852Z Compiling toolchain_find v0.4.0
11702024-03-04T21:17:58.853Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=64d4c9a29c1950bd -C extra-filename=-64d4c9a29c1950bd --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-193acd7fe5dbcb23.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2cc46e99912de5b7.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-9680213641a78cc6.rmeta --cap-lints allow`
11712024-03-04T21:17:59.373Z Compiling serde_yaml v0.9.31
11722024-03-04T21:17:59.411Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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 metadata=6bd7ad6a4ccab913 -C extra-filename=-6bd7ad6a4ccab913 --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-d72456460fb955df.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-b3077f10a0b2f8e4.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-aac1a38c7b242f6d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-611f7ed6b87df0c2.rmeta --cap-lints allow`
11732024-03-04T21:17:59.496Z Compiling rustfmt-wrapper v0.2.1
11742024-03-04T21:17:59.500Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=eee4bd2eef1c3041 -C extra-filename=-eee4bd2eef1c3041 --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-f2eb64821d75426f.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-67eda1d088d09dca.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-64d4c9a29c1950bd.rmeta --cap-lints allow`
11752024-03-04T21:18:01.229Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/78dcbff/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 -C metadata=76b37aec10030a98 -C extra-filename=-76b37aec10030a98 --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-fe91cec5d57a0d19.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-64ed61a2f131dbf3.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-c12db0db07901f1f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11762024-03-04T21:18:01.292Z Compiling basic-cookies v0.1.5
11772024-03-04T21:18:01.321Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=3663634e629d1cba -C extra-filename=-3663634e629d1cba --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-3663634e629d1cba -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-a9edee372d637f1c.rlib --cap-lints allow`
11782024-03-04T21:18:03.572Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-3663634e629d1cba/build-script-build`
11792024-03-04T21:18:03.619Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=9b2bf80068955602 -C extra-filename=-9b2bf80068955602 --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-6a4d8764f3a59c5d.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --cap-lints allow`
11802024-03-04T21:18:11.193Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
11812024-03-04T21:18:11.254Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/78dcbff/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 -C metadata=086d6a8119d5def0 -C extra-filename=-086d6a8119d5def0 --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-fd6d9d0f99a472ce.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6bee3a62a590e1b9.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-646c8b36c260bcb9.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-213f11f3cd308edb.rlib --extern proc_macro --cap-lints allow`
11822024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=cdf9029579968b43 -C extra-filename=-cdf9029579968b43 --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-5c86490fdcd84a10.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
11832024-03-04T21:18:17.785Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-cd77a843c36da444/build-script-build`
11842024-03-04T21:18:17.785Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-0b29c8d352cd3df7/build-script-build`
11852024-03-04T21:18:17.785Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
11862024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/78dcbff/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"' -C metadata=dd4f5b04ccd01961 -C extra-filename=-dd4f5b04ccd01961 --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-213f11f3cd308edb.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-086d6a8119d5def0.so --cap-lints allow`
11872024-03-04T21:18:17.785Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
11882024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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 -C metadata=cde57707980d39e0 -C extra-filename=-cde57707980d39e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getopts=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetopts-3bf1bd6860b62097.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-fe91cec5d57a0d19.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d72456460fb955df.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f52df25826e2e242.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-d435210f18efc5ca.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6bee3a62a590e1b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-dd4f5b04ccd01961.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11892024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/78dcbff/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"' -C metadata=95354ed2242b12a1 -C extra-filename=-95354ed2242b12a1 --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-76b37aec10030a98.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-086d6a8119d5def0.so --cap-lints allow`
11902024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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 -C metadata=f02854b560970448 -C extra-filename=-f02854b560970448 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getopts=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetopts-3bf1bd6860b62097.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-fe91cec5d57a0d19.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d72456460fb955df.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-88ae4576d8b16280.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-c12db0db07901f1f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-95354ed2242b12a1.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11912024-03-04T21:18:17.785Z Compiling sct v0.7.1
11922024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ed53c7adadf607e0 -C extra-filename=-ed53c7adadf607e0 --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-cdf9029579968b43.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11932024-03-04T21:18:17.785Z Compiling rustls-webpki v0.101.7
11942024-03-04T21:18:17.785Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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"' -C metadata=65a88c8eb5e9edaf -C extra-filename=-65a88c8eb5e9edaf --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-cdf9029579968b43.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11952024-03-04T21:18:17.786Z Compiling rustls-webpki v0.102.2
11962024-03-04T21:18:17.786Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=301730e38f852d00 -C extra-filename=-301730e38f852d00 --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-cdf9029579968b43.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11972024-03-04T21:18:17.786Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=afadd1430c58b02b -C extra-filename=-afadd1430c58b02b --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-7f379754e0fa332b.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-cdf9029579968b43.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-65a88c8eb5e9edaf.rmeta --extern sct=/work/oxidecomputer/oxide.rs/target/debug/deps/libsct-ed53c7adadf607e0.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11982024-03-04T21:18:18.430Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=a7cd680bc2896c00 -C extra-filename=-a7cd680bc2896c00 --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-7f379754e0fa332b.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-cdf9029579968b43.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-301730e38f852d00.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11992024-03-04T21:18:21.252Z Compiling tokio-rustls v0.24.1
12002024-03-04T21:18:21.256Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=e621eb141faf5ef0 -C extra-filename=-e621eb141faf5ef0 --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-afadd1430c58b02b.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12012024-03-04T21:18:21.666Z Compiling hyper-rustls v0.24.2
12022024-03-04T21:18:21.696Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7d568311552c75e4 -C extra-filename=-7d568311552c75e4 --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-f9cd611b3d32a1cd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-143abcaa943b48a5.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-afadd1430c58b02b.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-e621eb141faf5ef0.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12032024-03-04T21:18:22.632Z Compiling tokio-rustls v0.25.0
12042024-03-04T21:18:22.636Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=4889e90a8f012f62 -C extra-filename=-4889e90a8f012f62 --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-a7cd680bc2896c00.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-521a7fa8801ab854.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12052024-03-04T21:18:22.674Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
12062024-03-04T21:18:22.674Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5978f6875968c929 -C extra-filename=-5978f6875968c929 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-f52df25826e2e242.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-cde57707980d39e0.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-6bee3a62a590e1b9.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-646c8b36c260bcb9.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-6bd7ad6a4ccab913.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-b82f1a21fb65b159.rlib --extern proc_macro --cap-lints allow`
12072024-03-04T21:18:23.048Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/c37bbb4/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=55ef596ac528f5ce -C extra-filename=-55ef596ac528f5ce --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-fa1aedaea92576e6.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-72e11849809434a8.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-370d04c1dde4418b.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-143abcaa943b48a5.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-d72456460fb955df.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-b0e3f7c0eac94530.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-88ae4576d8b16280.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-fd6d9d0f99a472ce.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-a7cd680bc2896c00.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-728c6fbacfcb30c3.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-2448fee66e712faa.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-955b890f6b1f16ca.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-1608409419bc44a3.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-5c01e4ae403876bd.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-303dfa7ca0ee2317.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-d26af4c77d8599a6.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-4889e90a8f012f62.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-67eda1d088d09dca.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-c5854a292acb82a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12082024-03-04T21:18:31.056Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.9+1.58.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=97bfc34127c18a16 -C extra-filename=-97bfc34127c18a16 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -l static=nghttp2`
12092024-03-04T21:18:38.810Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.16.2+1.7.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8b61960fbb181e12 -C extra-filename=-8b61960fbb181e12 --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-02fd268b4d5df09d.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-f1af3d1c2bcfb261.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
12102024-03-04T21:18:39.384Z Compiling git2 v0.18.2
12112024-03-04T21:18:39.387Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f08442dc45d1a1ad -C extra-filename=-f08442dc45d1a1ad --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-fc60680b3b02d820.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-02fd268b4d5df09d.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-8b61960fbb181e12.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-820ff9818bff8636.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-0818598946a91b52.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64`
12122024-03-04T21:18:45.156Z Compiling built v0.7.1
12132024-03-04T21:18:45.159Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-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 --cfg 'feature="git2"' -C metadata=be6bc6f7ef174f9b -C extra-filename=-be6bc6f7ef174f9b --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-f08442dc45d1a1ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64`
12142024-03-04T21:18:47.273Z Compiling oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli)
12152024-03-04T21:18:47.273Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=90615dcd0bfaceed -C extra-filename=-90615dcd0bfaceed --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-90615dcd0bfaceed -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-be6bc6f7ef174f9b.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64`
12162024-03-04T21:18:48.047Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-90615dcd0bfaceed/build-script-build`
12172024-03-04T21:18:56.526Z Running `/home/build/.rustup/toolchains/1.76-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.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=4777c72a77769b40 -C extra-filename=-4777c72a77769b40 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/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 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`
12182024-03-04T21:18:56.526Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b530580e3c14f663/build-script-build`
12192024-03-04T21:18:56.536Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build`
12202024-03-04T21:18:56.536Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1e5502d5d429d2f5/build-script-build`
12212024-03-04T21:18:57.463Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.63/src/lib.rs --error-format=json --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"' -C metadata=73c26d5c1df2828a -C extra-filename=-73c26d5c1df2828a --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-3746b547fa27bf5c.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-633f1397b7c013c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-c9ff6b610aa8bb65.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/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 ossl300 --cfg ossl310 --cfg ossl320`
12222024-03-04T21:18:59.462Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build`
12232024-03-04T21:18:59.465Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build`
12242024-03-04T21:18:59.466Z Running `/home/build/.rustup/toolchains/1.76-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.72+curl-8.6.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"' -C metadata=62569f872f69cede -C extra-filename=-62569f872f69cede --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-c9c1b0b7fe6fe29e.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-97bfc34127c18a16.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-11f4a08dca36a76f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl`
12252024-03-04T21:18:59.620Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=6c18c4d9032c5c7d -C extra-filename=-6c18c4d9032c5c7d --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-62569f872f69cede.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg need_openssl_probe`
12262024-03-04T21:19:00.281Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=40f87c59391ecb00 -C extra-filename=-40f87c59391ecb00 --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-197ad7a47f62e03c.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-48e7259eedd626e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-6c18c4d9032c5c7d.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-62569f872f69cede.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-7394159c7c94014b.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-5380a624a1727d88.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-35ecc4ac38709bdb.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1602bdf620c044d5.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-a275a51f2de394ea.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12272024-03-04T21:19:01.729Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="vendored"' -C metadata=1e1fdec25391c531 -C extra-filename=-1e1fdec25391c531 --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-7f379754e0fa332b.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-73c26d5c1df2828a.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-4777c72a77769b40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib --cfg have_min_max_version`
12282024-03-04T21:19:01.783Z Compiling httpmock v0.6.8
12292024-03-04T21:19:01.791Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=4724387405f75ec0 -C extra-filename=-4724387405f75ec0 --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-04693d5394c38f08.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-b10dd3313875a4a1.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-9b2bf80068955602.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-143abcaa943b48a5.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-40f87c59391ecb00.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-ac68483962793787.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-4af83644b44ceebb.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12302024-03-04T21:19:01.952Z Compiling tokio-native-tls v0.3.1
12312024-03-04T21:19:01.966Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=b7cf6ca3c21cb894 -C extra-filename=-b7cf6ca3c21cb894 --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-1e1fdec25391c531.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12322024-03-04T21:19:02.213Z Compiling hyper-tls v0.5.0
12332024-03-04T21:19:02.223Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-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 -C metadata=1f7692ca60cfe2c0 -C extra-filename=-1f7692ca60cfe2c0 --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-f412e2fce08c74d3.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-143abcaa943b48a5.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-1e1fdec25391c531.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-b7cf6ca3c21cb894.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12342024-03-04T21:19:02.476Z Compiling reqwest v0.11.24
12352024-03-04T21:19:02.481Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-crate"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=da7d41bbd23151dd -C extra-filename=-da7d41bbd23151dd --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-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-c7eb3b7bda001938.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-f9cd611b3d32a1cd.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-fd118080bf307f16.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-44cc836fedb14c74.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-143abcaa943b48a5.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-7d568311552c75e4.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-1f7692ca60cfe2c0.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-1e1fdec25391c531.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a3638da379cdcfa3.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-afadd1430c58b02b.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-ac64e0cf10521e61.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-955b890f6b1f16ca.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-0b3030cec78f8ef9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-b7cf6ca3c21cb894.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-e621eb141faf5ef0.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-6a48ea2ff8a68f8c.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-def8f56e183ae9f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12362024-03-04T21:19:04.400Z Compiling progenitor-client v0.5.0
12372024-03-04T21:19:04.401Z Compiling oauth2 v4.4.2
12382024-03-04T21:19:04.405Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
12392024-03-04T21:19:04.405Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 -C metadata=b777e9ba179c5c1d -C extra-filename=-b777e9ba179c5c1d --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-955b890f6b1f16ca.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12402024-03-04T21:19:04.405Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d99a68bacbebafc4 -C extra-filename=-d99a68bacbebafc4 --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-955b890f6b1f16ca.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12412024-03-04T21:19:04.405Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="rustls-tls"' -C metadata=796c993baaa235d3 -C extra-filename=-796c993baaa235d3 --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-d1e908b25f55742f.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-2448fee66e712faa.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12422024-03-04T21:19:04.614Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
12432024-03-04T21:19:04.625Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/08bbafc/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 -C metadata=4bd6bffa4457c79a -C extra-filename=-4bd6bffa4457c79a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-d99a68bacbebafc4.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-f02854b560970448.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-5978f6875968c929.so --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12442024-03-04T21:19:04.677Z Compiling oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk)
12452024-03-04T21:19:04.681Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=5b5420174a0533ba -C extra-filename=-5b5420174a0533ba --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-0b029c77597f8d47.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-b777e9ba179c5c1d.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-64ed61a2f131dbf3.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-67eda1d088d09dca.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-343ae84933c27f8e.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12462024-03-04T21:19:11.291Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
12472024-03-04T21:19:11.301Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=03fd599edad7dec6 -C extra-filename=-03fd599edad7dec6 --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-a3d39fa4ccd16210.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-4bd6bffa4457c79a.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-eee4bd2eef1c3041.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12482024-03-04T21:19:11.301Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=78a3d52dc80c5323 -C extra-filename=-78a3d52dc80c5323 --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-a3d39fa4ccd16210.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-4bd6bffa4457c79a.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-eee4bd2eef1c3041.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12492024-03-04T21:19:11.301Z Running `/home/build/.rustup/toolchains/1.76-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"' -C metadata=57e4ce8e7c815761 -C extra-filename=-57e4ce8e7c815761 --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-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-b777e9ba179c5c1d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-64ed61a2f131dbf3.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-67eda1d088d09dca.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-343ae84933c27f8e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12502024-03-04T21:19:30.303Z Compiling oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
12512024-03-04T21:19:30.307Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=3120391132da0f49 -C extra-filename=-3120391132da0f49 --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-8838ce92df4d8bf6.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12522024-03-04T21:19:45.179Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a3fe5f99cfe7b5ca -C extra-filename=-a3fe5f99cfe7b5ca --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12532024-03-04T21:19:45.775Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=a153ac3466648c6e -C extra-filename=-a153ac3466648c6e --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12542024-03-04T21:19:45.775Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=221c87093eee33c8 -C extra-filename=-221c87093eee33c8 --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12552024-03-04T21:19:45.776Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f43f30dbd7fffbe4 -C extra-filename=-f43f30dbd7fffbe4 --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-8838ce92df4d8bf6.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12562024-03-04T21:19:45.776Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=f1663c96a4eb13d5 -C extra-filename=-f1663c96a4eb13d5 --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12572024-03-04T21:19:45.776Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=45d580070c47bd0a -C extra-filename=-45d580070c47bd0a --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12582024-03-04T21:19:45.776Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=eb09ab18b1d8af2b -C extra-filename=-eb09ab18b1d8af2b --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12592024-03-04T21:19:45.776Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=bd4199e71e923d4b -C extra-filename=-bd4199e71e923d4b --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12602024-03-04T21:19:47.454Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=d085caa9770fa5de -C extra-filename=-d085caa9770fa5de --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-d8016b2d247857bf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12612024-03-04T21:19:51.113Z Running `/home/build/.rustup/toolchains/1.76-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 -C metadata=d8173c45d24a6d71 -C extra-filename=-d8173c45d24a6d71 --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-d8016b2d247857bf.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-561b0afed8c4afcc.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-b64554da21279d6b.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-b25bf0409a8d14ec.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-55ef596ac528f5ce.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-537a012d279ef71c.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-7f379754e0fa332b.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-796c993baaa235d3.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-ae1957b09a46dbc8.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-e89e0e788bad0dd2.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-5d3bcf516b8ea5c2.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-d9f80a39cbb98ed8.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out`
12622024-03-04T21:20:35.427Z Finished dev [unoptimized + debuginfo] target(s) in 4m 00s
12632024-03-04T21:20:35.634Z
12642024-03-04T21:20:35.635Zreal 4:00.502653827
12652024-03-04T21:20:35.635Zuser 20:44.391529554
12662024-03-04T21:20:35.635Zsys 3:43.885125916
12672024-03-04T21:20:35.635Ztrap 0.661460560
12682024-03-04T21:20:35.635Ztflt 5.291063471
12692024-03-04T21:20:35.640Zdflt 4.969943701
12702024-03-04T21:20:35.640Zkflt 0.073481048
12712024-03-04T21:20:35.640Zlock 31:11.066279131
12722024-03-04T21:20:35.640Zslp 1:20:10.454285430
12732024-03-04T21:20:35.641Zlat 1:02.029089677
12742024-03-04T21:20:35.641Zstop 1:43.148400374
12752024-03-04T21:20:35.641Z+ banner test
12762024-03-04T21:20:35.641Z
12772024-03-04T21:20:35.642Z ##### ###### #### #####
12782024-03-04T21:20:35.642Z # # # #
12792024-03-04T21:20:35.642Z # ##### #### #
12802024-03-04T21:20:35.642Z # # # #
12812024-03-04T21:20:35.642Z # # # # #
12822024-03-04T21:20:35.642Z # ###### #### #
12832024-03-04T21:20:35.642Z
12842024-03-04T21:20:35.643Z+ ptime -m cargo test --all-features --locked --verbose
12852024-03-04T21:20:35.943Z Fresh unicode-ident v1.0.12
12862024-03-04T21:20:35.943Z Fresh cfg-if v1.0.0
12872024-03-04T21:20:35.943Z Fresh autocfg v1.1.0
12882024-03-04T21:20:35.944Z Fresh once_cell v1.19.0
12892024-03-04T21:20:35.950Z Fresh proc-macro2 v1.0.78
12902024-03-04T21:20:35.950Z Fresh version_check v0.9.4
12912024-03-04T21:20:35.951Z Fresh pin-project-lite v0.2.13
12922024-03-04T21:20:35.951Z Fresh itoa v1.0.10
12932024-03-04T21:20:35.951Z Fresh value-bag v1.7.0
12942024-03-04T21:20:35.951Z Fresh quote v1.0.35
12952024-03-04T21:20:35.951Z Fresh libc v0.2.153
12962024-03-04T21:20:35.951Z Fresh zerocopy v0.7.32
12972024-03-04T21:20:35.951Z Fresh futures-core v0.3.30
12982024-03-04T21:20:35.951Z Fresh jobserver v0.1.28
12992024-03-04T21:20:35.951Z Fresh allocator-api2 v0.2.16
13002024-03-04T21:20:35.951Z Fresh pkg-config v0.3.29
13012024-03-04T21:20:35.951Z Fresh vcpkg v0.2.15
13022024-03-04T21:20:35.952Z Fresh futures-io v0.3.30
13032024-03-04T21:20:35.952Z Fresh getrandom v0.2.12
13042024-03-04T21:20:35.952Z Fresh serde_derive v1.0.197
13052024-03-04T21:20:35.952Z Fresh cc v1.0.83
13062024-03-04T21:20:35.952Z Fresh ahash v0.8.8
13072024-03-04T21:20:35.952Z Fresh ryu v1.0.16
13082024-03-04T21:20:35.952Z Fresh bytes v1.5.0
13092024-03-04T21:20:35.952Z Fresh serde v1.0.197
13102024-03-04T21:20:35.952Z Fresh hashbrown v0.14.3
13112024-03-04T21:20:35.952Z Fresh smallvec v1.13.1
13122024-03-04T21:20:35.952Z Fresh equivalent v1.0.1
13132024-03-04T21:20:35.952Z Fresh slab v0.4.9
13142024-03-04T21:20:35.953Z Fresh scopeguard v1.2.0
13152024-03-04T21:20:35.953Z Fresh indexmap v2.2.3
13162024-03-04T21:20:35.953Z Fresh tracing-attributes v0.1.27
13172024-03-04T21:20:35.953Z Fresh tracing-core v0.1.32
13182024-03-04T21:20:35.953Z Fresh signal-hook-registry v1.4.1
13192024-03-04T21:20:35.953Z Fresh serde_json v1.0.114
13202024-03-04T21:20:35.953Z Fresh lock_api v0.4.11
13212024-03-04T21:20:35.953Z Fresh tracing v0.1.40
13222024-03-04T21:20:35.953Z Fresh fnv v1.0.7
13232024-03-04T21:20:35.953Z Fresh openssl-src v300.2.3+3.2.1
13242024-03-04T21:20:35.953Z Fresh num-traits v0.2.18
13252024-03-04T21:20:35.953Z Fresh socket2 v0.5.5
13262024-03-04T21:20:35.953Z Fresh regex-syntax v0.8.2
13272024-03-04T21:20:35.953Z Fresh http v0.2.11
13282024-03-04T21:20:35.954Z Fresh futures-sink v0.3.30
13292024-03-04T21:20:35.954Z Fresh crossbeam-utils v0.8.19
13302024-03-04T21:20:35.954Z Fresh tinyvec_macros v0.1.1
13312024-03-04T21:20:35.954Z Fresh percent-encoding v2.3.1
13322024-03-04T21:20:35.954Z Fresh pin-utils v0.1.0
13332024-03-04T21:20:35.954Z Fresh tinyvec v1.6.0
13342024-03-04T21:20:35.954Z Fresh form_urlencoded v1.2.1
13352024-03-04T21:20:35.954Z Fresh tokio-macros v2.2.0
13362024-03-04T21:20:35.954Z Fresh num_cpus v1.16.0
13372024-03-04T21:20:35.954Z Fresh mio v0.8.10
13382024-03-04T21:20:35.954Z Fresh futures-channel v0.3.30
13392024-03-04T21:20:35.954Z Fresh unicode-normalization v0.1.22
13402024-03-04T21:20:35.954Z Fresh tokio v1.36.0
13412024-03-04T21:20:35.954Z Fresh syn v1.0.109
13422024-03-04T21:20:35.954Z Fresh futures-macro v0.3.30
13432024-03-04T21:20:35.955Z Fresh futures-task v0.3.30
13442024-03-04T21:20:35.955Z Fresh unicode-bidi v0.3.15
13452024-03-04T21:20:35.955Z Fresh spin v0.9.8
13462024-03-04T21:20:35.955Z Fresh idna v0.5.0
13472024-03-04T21:20:35.955Z Fresh serde_derive_internals v0.26.0
13482024-03-04T21:20:35.955Z Fresh futures-util v0.3.30
13492024-03-04T21:20:35.955Z Fresh concurrent-queue v2.4.0
13502024-03-04T21:20:35.955Z Fresh thiserror-impl v1.0.57
13512024-03-04T21:20:35.955Z Fresh schemars_derive v0.8.16
13522024-03-04T21:20:35.955Z Fresh log v0.4.20
13532024-03-04T21:20:35.955Z Fresh parking v2.2.0
13542024-03-04T21:20:35.955Z Fresh dyn-clone v1.0.16
13552024-03-04T21:20:35.955Z Fresh untrusted v0.9.0
13562024-03-04T21:20:35.955Z Fresh httparse v1.8.0
13572024-03-04T21:20:35.956Z Fresh ring v0.17.7
13582024-03-04T21:20:35.956Z Fresh thiserror v1.0.57
13592024-03-04T21:20:35.956Z Fresh memchr v2.7.1
13602024-03-04T21:20:35.956Z Fresh openssl-sys v0.9.99
13612024-03-04T21:20:35.956Z Fresh tokio-util v0.7.10
13622024-03-04T21:20:35.956Z Fresh errno v0.3.8
13632024-03-04T21:20:35.956Z Fresh heck v0.4.1
13642024-03-04T21:20:35.956Z Fresh iana-time-zone v0.1.60
13652024-03-04T21:20:35.956Z Fresh fastrand v2.0.1
13662024-03-04T21:20:35.956Z Fresh openssl-probe v0.1.5
13672024-03-04T21:20:35.956Z Fresh try-lock v0.2.5
13682024-03-04T21:20:35.956Z Fresh h2 v0.3.24
13692024-03-04T21:20:35.956Z Fresh want v0.3.1
13702024-03-04T21:20:35.956Z Fresh http-body v0.4.6
13712024-03-04T21:20:35.956Z Fresh tower-service v0.3.2
13722024-03-04T21:20:35.956Z Fresh foreign-types-shared v0.1.1
13732024-03-04T21:20:35.956Z Fresh httpdate v1.0.3
13742024-03-04T21:20:35.956Z Fresh foreign-types v0.3.2
13752024-03-04T21:20:35.956Z Fresh hyper v0.14.28
13762024-03-04T21:20:35.956Z Fresh openssl-macros v0.1.1
13772024-03-04T21:20:35.956Z Fresh encoding_rs v0.8.33
13782024-03-04T21:20:35.956Z Fresh base64 v0.21.7
13792024-03-04T21:20:35.957Z Fresh mime v0.3.17
13802024-03-04T21:20:35.957Z Fresh openssl v0.10.63
13812024-03-04T21:20:35.957Z Fresh sct v0.7.1
13822024-03-04T21:20:35.957Z Fresh rustix v0.38.31
13832024-03-04T21:20:35.957Z Fresh rustls-webpki v0.101.7
13842024-03-04T21:20:35.957Z Fresh rand_core v0.6.4
13852024-03-04T21:20:35.957Z Fresh ppv-lite86 v0.2.17
13862024-03-04T21:20:35.957Z Fresh aho-corasick v1.1.2
13872024-03-04T21:20:35.957Z Fresh event-listener v4.0.3
13882024-03-04T21:20:35.957Z Fresh rand_chacha v0.3.1
13892024-03-04T21:20:35.962Z Fresh rustls v0.21.10
13902024-03-04T21:20:35.962Z Fresh native-tls v0.2.11
13912024-03-04T21:20:35.962Z Fresh regex-automata v0.4.5
13922024-03-04T21:20:35.963Z Fresh serde_urlencoded v0.7.1
13932024-03-04T21:20:35.963Z Fresh anstyle v1.0.6
13942024-03-04T21:20:35.963Z Fresh event-listener-strategy v0.4.0
13952024-03-04T21:20:35.963Z Fresh tokio-native-tls v0.3.1
13962024-03-04T21:20:35.963Z Fresh rand v0.8.5
13972024-03-04T21:20:35.963Z Fresh tokio-rustls v0.24.1
13982024-03-04T21:20:35.963Z Fresh regex v1.10.3
13992024-03-04T21:20:35.963Z Fresh rustls-pemfile v1.0.4
14002024-03-04T21:20:35.963Z Fresh webpki-roots v0.25.4
14012024-03-04T21:20:35.964Z Fresh hyper-rustls v0.24.2
14022024-03-04T21:20:35.964Z Fresh hyper-tls v0.5.0
14032024-03-04T21:20:35.964Z Fresh ipnet v2.9.0
14042024-03-04T21:20:35.964Z Fresh sync_wrapper v0.1.2
14052024-03-04T21:20:35.964Z Fresh typenum v1.17.0
14062024-03-04T21:20:35.964Z Fresh async-lock v3.3.0
14072024-03-04T21:20:35.964Z Fresh futures-lite v2.2.0
14082024-03-04T21:20:35.965Z Fresh reqwest v0.11.24
14092024-03-04T21:20:35.965Z Fresh toml_datetime v0.6.5
14102024-03-04T21:20:35.965Z Fresh serde_spanned v0.6.5
14112024-03-04T21:20:35.965Z Fresh event-listener v2.5.3
14122024-03-04T21:20:35.965Z Fresh winnow v0.6.0
14132024-03-04T21:20:35.965Z Fresh unicode-width v0.1.11
14142024-03-04T21:20:35.965Z Fresh utf8parse v0.2.1
14152024-03-04T21:20:35.965Z Fresh toml_edit v0.22.5
14162024-03-04T21:20:35.965Z Fresh generic-array v0.14.7
14172024-03-04T21:20:35.966Z Fresh anstyle-query v1.0.2
14182024-03-04T21:20:35.966Z Fresh anstyle-parse v0.2.3
14192024-03-04T21:20:35.966Z Fresh colorchoice v1.0.0
14202024-03-04T21:20:35.966Z Fresh atomic-waker v1.1.2
14212024-03-04T21:20:35.966Z Fresh toml v0.8.10
14222024-03-04T21:20:35.966Z Fresh anstream v0.6.11
14232024-03-04T21:20:35.966Z Fresh polling v3.4.0
14242024-03-04T21:20:35.966Z Fresh event-listener v5.0.0
14252024-03-04T21:20:35.966Z Fresh futures-executor v0.3.30
14262024-03-04T21:20:35.966Z Fresh parking_lot_core v0.9.9
14272024-03-04T21:20:35.966Z Fresh serde_tokenstream v0.2.0
14282024-03-04T21:20:35.967Z Fresh clap_lex v0.7.0
14292024-03-04T21:20:35.967Z Fresh fastrand v1.9.0
14302024-03-04T21:20:35.967Z Fresh waker-fn v1.1.1
14312024-03-04T21:20:35.967Z Fresh strsim v0.11.0
14322024-03-04T21:20:35.967Z Fresh siphasher v0.3.11
14332024-03-04T21:20:35.967Z Fresh async-io v2.3.1
14342024-03-04T21:20:35.967Z Fresh clap_builder v4.5.1
14352024-03-04T21:20:35.967Z Fresh futures-lite v1.13.0
14362024-03-04T21:20:35.967Z Fresh phf_shared v0.10.0
14372024-03-04T21:20:35.968Z Fresh futures v0.3.30
14382024-03-04T21:20:35.968Z Fresh parking_lot v0.12.1
14392024-03-04T21:20:35.968Z Fresh crunchy v0.2.2
14402024-03-04T21:20:35.968Z Fresh event-listener-strategy v0.5.0
14412024-03-04T21:20:35.968Z Fresh io-lifetimes v1.0.11
14422024-03-04T21:20:35.968Z Fresh polling v2.8.0
14432024-03-04T21:20:35.968Z Fresh block-buffer v0.10.4
14442024-03-04T21:20:35.968Z Fresh crypto-common v0.1.6
14452024-03-04T21:20:35.968Z Fresh clap_derive v4.5.0
14462024-03-04T21:20:35.968Z Fresh fixedbitset v0.4.2
14472024-03-04T21:20:35.969Z Fresh bit-vec v0.6.3
14482024-03-04T21:20:35.969Z Fresh async-task v4.7.0
14492024-03-04T21:20:35.969Z Fresh precomputed-hash v0.1.1
14502024-03-04T21:20:35.969Z Fresh lazy_static v1.4.0
14512024-03-04T21:20:35.969Z Fresh bitflags v1.3.2
14522024-03-04T21:20:35.969Z Fresh new_debug_unreachable v1.0.4
14532024-03-04T21:20:35.969Z Fresh either v1.10.0
14542024-03-04T21:20:35.969Z Fresh diff v0.1.13
14552024-03-04T21:20:35.969Z Fresh petgraph v0.6.4
14562024-03-04T21:20:35.969Z Fresh bit-set v0.5.3
14572024-03-04T21:20:35.970Z Fresh string_cache v0.8.7
14582024-03-04T21:20:35.970Z Fresh rustix v0.37.27
14592024-03-04T21:20:35.970Z Fresh digest v0.10.7
14602024-03-04T21:20:35.970Z Fresh itertools v0.10.5
14612024-03-04T21:20:35.970Z Fresh ascii-canvas v3.0.0
14622024-03-04T21:20:35.970Z Fresh async-channel v2.2.0
14632024-03-04T21:20:35.970Z Fresh tiny-keccak v2.0.2
14642024-03-04T21:20:35.970Z Fresh clap v4.5.1
14652024-03-04T21:20:35.970Z Fresh piper v0.2.1
14662024-03-04T21:20:35.971Z Fresh async-lock v2.8.0
14672024-03-04T21:20:35.971Z Fresh async-channel v1.9.0
14682024-03-04T21:20:35.971Z Fresh ena v0.14.2
14692024-03-04T21:20:35.971Z Fresh socket2 v0.4.10
14702024-03-04T21:20:35.971Z Fresh dirs-sys v0.3.7
14712024-03-04T21:20:35.971Z Fresh powerfmt v0.2.0
14722024-03-04T21:20:35.971Z Fresh time-core v0.1.2
14732024-03-04T21:20:35.971Z Fresh unicode-xid v0.2.4
14742024-03-04T21:20:35.971Z Fresh cpufeatures v0.2.12
14752024-03-04T21:20:35.971Z Fresh regex-syntax v0.7.5
14762024-03-04T21:20:35.972Z Fresh num-conv v0.1.0
14772024-03-04T21:20:35.972Z Fresh pico-args v0.5.0
14782024-03-04T21:20:35.972Z Fresh deranged v0.3.11
14792024-03-04T21:20:35.972Z Fresh dirs v4.0.0
14802024-03-04T21:20:35.972Z Fresh async-io v1.13.0
14812024-03-04T21:20:35.972Z Fresh time-macros v0.2.17
14822024-03-04T21:20:35.972Z Fresh lalrpop v0.20.0
14832024-03-04T21:20:35.972Z Fresh blocking v1.5.1
14842024-03-04T21:20:35.972Z Fresh async-executor v1.8.0
14852024-03-04T21:20:35.972Z Fresh async-signal v0.2.5
14862024-03-04T21:20:35.972Z Fresh libnghttp2-sys v0.1.9+1.58.0
14872024-03-04T21:20:35.973Z Fresh progenitor-client v0.5.0
14882024-03-04T21:20:35.973Z Fresh event-listener v3.1.0
14892024-03-04T21:20:35.979Z Fresh pin-project-internal v1.1.4
14902024-03-04T21:20:35.979Z Fresh num_threads v0.1.6
14912024-03-04T21:20:35.979Z Fresh async-process v1.8.1
14922024-03-04T21:20:35.980Z Fresh curl-sys v0.4.72+curl-8.6.0
14932024-03-04T21:20:35.980Z Fresh pin-project v1.1.4
14942024-03-04T21:20:35.980Z Fresh time v0.3.34
14952024-03-04T21:20:35.980Z Fresh async-trait v0.1.77
14962024-03-04T21:20:35.980Z Fresh async-global-executor v2.4.1
14972024-03-04T21:20:35.980Z Fresh libz-sys v1.1.15
14982024-03-04T21:20:35.980Z Fresh kv-log-macro v1.0.7
14992024-03-04T21:20:35.981Z Fresh similar v2.4.0
15002024-03-04T21:20:35.981Z Fresh slog v2.7.0
15012024-03-04T21:20:35.981Z Fresh tracing-futures v0.2.5
15022024-03-04T21:20:35.981Z Fresh curl v0.4.46
15032024-03-04T21:20:35.981Z Fresh async-std v1.12.0
15042024-03-04T21:20:35.981Z Fresh libgit2-sys v0.16.2+1.7.2
15052024-03-04T21:20:35.981Z Fresh sha1 v0.10.6
15062024-03-04T21:20:35.981Z Fresh sluice v0.5.5
15072024-03-04T21:20:35.981Z Fresh url v2.5.0
15082024-03-04T21:20:35.982Z Fresh zeroize v1.7.0
15092024-03-04T21:20:35.982Z Fresh lalrpop-util v0.20.0
15102024-03-04T21:20:35.982Z Fresh castaway v0.1.2
15112024-03-04T21:20:35.982Z Fresh bitflags v2.4.2
15122024-03-04T21:20:35.982Z Fresh predicates-core v1.0.6
15132024-03-04T21:20:35.982Z Fresh rustls-pki-types v1.3.0
15142024-03-04T21:20:35.982Z Fresh async-object-pool v0.1.4
15152024-03-04T21:20:35.982Z Fresh console v0.15.8
15162024-03-04T21:20:35.983Z Fresh basic-cookies v0.1.5
15172024-03-04T21:20:35.983Z Fresh git2 v0.18.2
15182024-03-04T21:20:35.983Z Fresh isahc v1.7.2
15192024-03-04T21:20:35.983Z Fresh tempfile v3.10.1
15202024-03-04T21:20:35.983Z Fresh serde_regex v1.1.0
15212024-03-04T21:20:35.983Z Fresh float-cmp v0.9.0
15222024-03-04T21:20:35.983Z Fresh assert-json-diff v2.0.2
15232024-03-04T21:20:35.983Z Fresh dirs-sys-next v0.1.2
15242024-03-04T21:20:35.983Z Fresh utf-8 v0.7.6
15252024-03-04T21:20:35.984Z Fresh base64 v0.13.1
15262024-03-04T21:20:35.984Z Fresh data-encoding v2.5.0
15272024-03-04T21:20:35.984Z Fresh normalize-line-endings v0.3.0
15282024-03-04T21:20:35.984Z Fresh byteorder v1.5.0
15292024-03-04T21:20:35.984Z Fresh difflib v0.4.0
15302024-03-04T21:20:35.984Z Fresh levenshtein v1.0.5
15312024-03-04T21:20:35.984Z Fresh dirs-next v2.0.0
15322024-03-04T21:20:35.985Z Fresh predicates v3.1.0
15332024-03-04T21:20:35.985Z Fresh tungstenite v0.20.1
15342024-03-04T21:20:35.985Z Fresh built v0.7.1
15352024-03-04T21:20:35.985Z Fresh rustls-webpki v0.102.2
15362024-03-04T21:20:35.985Z Fresh httpmock v0.6.8
15372024-03-04T21:20:35.985Z Fresh serde_path_to_error v0.1.15
15382024-03-04T21:20:35.986Z Fresh is-docker v0.2.0
15392024-03-04T21:20:35.986Z Fresh thread_local v1.1.7
15402024-03-04T21:20:35.986Z Fresh match_cfg v0.1.0
15412024-03-04T21:20:35.986Z Fresh unicode-segmentation v1.11.0
15422024-03-04T21:20:35.986Z Fresh subtle v2.5.0
15432024-03-04T21:20:35.986Z Fresh is-wsl v0.4.0
15442024-03-04T21:20:35.987Z Fresh rustls v0.22.2
15452024-03-04T21:20:35.987Z Fresh newline-converter v0.3.0
15462024-03-04T21:20:35.987Z Fresh hostname v0.3.1
15472024-03-04T21:20:35.987Z Fresh term v0.7.0
15482024-03-04T21:20:35.987Z Fresh portable-atomic v1.6.0
15492024-03-04T21:20:35.987Z Fresh tokio-tungstenite v0.20.1
15502024-03-04T21:20:35.987Z Fresh slog-json v2.6.1
15512024-03-04T21:20:35.987Z Fresh sha2 v0.10.8
15522024-03-04T21:20:35.987Z Fresh crossbeam-channel v0.5.11
15532024-03-04T21:20:35.988Z Fresh chrono v0.4.34
15542024-03-04T21:20:35.988Z Fresh http v1.0.0
15552024-03-04T21:20:35.988Z Fresh async-stream-impl v0.3.5
15562024-03-04T21:20:35.988Z Fresh is-terminal v0.4.12
15572024-03-04T21:20:35.988Z Fresh atty v0.2.14
15582024-03-04T21:20:35.988Z Fresh humantime v2.1.0
15592024-03-04T21:20:35.988Z Fresh spin v0.5.2
15602024-03-04T21:20:35.989Z Fresh termtree v0.4.1
15612024-03-04T21:20:35.989Z Fresh pathdiff v0.2.1
15622024-03-04T21:20:35.989Z Fresh uuid v1.7.0
15632024-03-04T21:20:35.989Z Fresh termcolor v1.4.1
15642024-03-04T21:20:35.989Z Fresh number_prefix v0.4.0
15652024-03-04T21:20:35.989Z Fresh untrusted v0.7.1
15662024-03-04T21:20:35.989Z Fresh take_mut v0.2.2
15672024-03-04T21:20:35.990Z Fresh shell-words v1.1.0
15682024-03-04T21:20:35.990Z Fresh schemars v0.8.16
15692024-03-04T21:20:35.990Z Fresh indicatif v0.17.8
15702024-03-04T21:20:35.990Z Fresh predicates-tree v1.0.9
15712024-03-04T21:20:35.990Z Fresh ring v0.16.20
15722024-03-04T21:20:35.990Z Fresh env_logger v0.10.2
15732024-03-04T21:20:35.990Z Fresh slog-async v2.8.0
15742024-03-04T21:20:35.990Z Fresh dialoguer v0.10.4
15752024-03-04T21:20:35.990Z Fresh open v4.2.0
15762024-03-04T21:20:35.991Z Fresh async-stream v0.3.5
15772024-03-04T21:20:35.991Z Fresh slog-term v2.9.0
15782024-03-04T21:20:35.991Z Fresh multer v3.0.0
15792024-03-04T21:20:35.991Z Fresh oauth2 v4.4.2
15802024-03-04T21:20:35.991Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#b55912f8)
15812024-03-04T21:20:35.991Z Fresh slog-bunyan v2.5.0
15822024-03-04T21:20:35.991Z Fresh tokio-rustls v0.25.0
15832024-03-04T21:20:35.991Z Fresh paste v1.0.14
15842024-03-04T21:20:35.991Z Fresh anyhow v1.0.80
15852024-03-04T21:20:35.991Z Fresh doc-comment v0.3.3
15862024-03-04T21:20:35.991Z Fresh camino v1.1.6
15872024-03-04T21:20:35.991Z Fresh pem v1.1.1
15882024-03-04T21:20:35.991Z Fresh rustls-pemfile v2.0.0
15892024-03-04T21:20:35.996Z Fresh yasna v0.5.2
15902024-03-04T21:20:35.996Z Fresh dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#c37bbb45)
15912024-03-04T21:20:35.996Z Fresh waitgroup v0.1.2
15922024-03-04T21:20:35.997Z Fresh tabwriter v1.4.0
15932024-03-04T21:20:35.997Z Fresh bstr v1.9.0
15942024-03-04T21:20:35.997Z Fresh regress v0.8.0
15952024-03-04T21:20:35.997Z Fresh wait-timeout v0.2.0
15962024-03-04T21:20:35.997Z Fresh yansi v0.5.1
15972024-03-04T21:20:35.997Z Fresh debug-ignore v1.0.5
15982024-03-04T21:20:35.997Z Fresh rcgen v0.10.0
15992024-03-04T21:20:35.997Z Fresh expectorate v1.1.0
16002024-03-04T21:20:35.998Z Fresh getopts v0.2.21
16012024-03-04T21:20:35.998Z Fresh dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#c37bbb45)
16022024-03-04T21:20:35.998Z Fresh assert_cmd v2.0.14
16032024-03-04T21:20:35.998Z Fresh pretty_assertions v1.4.0
16042024-03-04T21:20:35.998Z Fresh syn v2.0.51
16052024-03-04T21:20:35.998Z Fresh openapiv3 v2.0.0
16062024-03-04T21:20:35.999Z Fresh same-file v1.0.6
16072024-03-04T21:20:35.999Z Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
16082024-03-04T21:20:35.999Z Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
16092024-03-04T21:20:35.999Z Fresh unsafe-libyaml v0.2.10
16102024-03-04T21:20:35.999Z Fresh walkdir v2.4.0
16112024-03-04T21:20:35.999Z Fresh home v0.5.9
16122024-03-04T21:20:35.999Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
16132024-03-04T21:20:35.999Z Fresh semver v1.0.21
16142024-03-04T21:20:35.999Z Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#78dcbffb)
16152024-03-04T21:20:36.000Z Fresh serde_yaml v0.9.31
16162024-03-04T21:20:36.000Z Fresh toolchain_find v0.4.0
16172024-03-04T21:20:36.000Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
16182024-03-04T21:20:36.000Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
16192024-03-04T21:20:36.000Z Fresh rustfmt-wrapper v0.2.1
16202024-03-04T21:20:36.000Z Fresh oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli)
16212024-03-04T21:20:36.000Z Fresh oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
16222024-03-04T21:20:36.000Z Fresh oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk)
16232024-03-04T21:20:36.002Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
16242024-03-04T21:20:36.002Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#08bbafc2)
16252024-03-04T21:20:36.002Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
16262024-03-04T21:20:36.002Z Finished test [unoptimized + debuginfo] target(s) in 0.26s
16272024-03-04T21:20:36.002Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-57e4ce8e7c815761`
16282024-03-04T21:20:36.006Z
16292024-03-04T21:20:36.007Zrunning 4 tests
16302024-03-04T21:20:36.007Ztest clap_feature::tests::test_block_size ... ok
16312024-03-04T21:20:36.007Ztest clap_feature::tests::test_byte_count ... ok
16322024-03-04T21:20:36.007Ztest clap_feature::tests::test_name_or_id ... ok
16332024-03-04T21:20:36.007Ztest clap_feature::tests::test_name ... ok
16342024-03-04T21:20:36.007Z
16352024-03-04T21:20:36.007Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
16362024-03-04T21:20:36.008Z
16372024-03-04T21:20:36.008Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-a153ac3466648c6e`
16382024-03-04T21:20:36.012Z
16392024-03-04T21:20:36.012Zrunning 9 tests
16402024-03-04T21:20:36.012Ztest cmd_api::tests::test_add_query_string ... ok
16412024-03-04T21:20:36.012Ztest cmd_disk::test_get_disk_size ... ok
16422024-03-04T21:20:36.012Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
16432024-03-04T21:20:36.012Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
16442024-03-04T21:20:36.012Ztest tests::test_autoref ... ok
16452024-03-04T21:20:36.012Ztest cmd_auth::tests::test_parse_host ... ok
16462024-03-04T21:20:36.017Ztest tests::test_json_body_required ... ok
16472024-03-04T21:20:36.051Ztest cmd_version::version_success ... ok
16482024-03-04T21:20:36.163Ztest cmd_auth::test_cmd_auth_status ... ok
16492024-03-04T21:20:36.163Z
16502024-03-04T21:20:36.163Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
16512024-03-04T21:20:36.163Z
16522024-03-04T21:20:36.168Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-221c87093eee33c8`
16532024-03-04T21:20:36.173Z
16542024-03-04T21:20:36.173Zrunning 3 tests
16552024-03-04T21:20:36.213Ztest test_simple_api_call ... ok
16562024-03-04T21:20:36.213Ztest test_pagination_midway_failure ... ok
16572024-03-04T21:20:36.213Ztest test_pagination_success ... ok
16582024-03-04T21:20:36.213Z
16592024-03-04T21:20:36.217Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
16602024-03-04T21:20:36.218Z
16612024-03-04T21:20:36.218Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-45d580070c47bd0a`
16622024-03-04T21:20:36.224Z
16632024-03-04T21:20:36.224Zrunning 14 tests
16642024-03-04T21:20:36.252Ztest test_disk_import_bad_file_size ... ok
16652024-03-04T21:20:36.295Ztest test_disk_import_finalize ... ok
16662024-03-04T21:20:36.462Ztest test_disk_import_required_parameters ... ok
16672024-03-04T21:20:36.466Ztest test_disk_import_bad_block_size ... ok
16682024-03-04T21:20:36.472Ztest test_disk_import_disk_exists_already ... ok
16692024-03-04T21:20:36.495Ztest test_disk_import_image_exists_already ... ok
16702024-03-04T21:20:36.530Ztest test_disk_import_start ... ok
16712024-03-04T21:20:36.533Ztest test_disk_import_bulk_import_start_fail ... ok
16722024-03-04T21:20:36.549Ztest test_disk_import_stop ... ok
16732024-03-04T21:20:36.558Ztest test_disk_import_write ... ok
16742024-03-04T21:20:36.588Ztest test_disk_import_snapshot_exists_already ... ok
16752024-03-04T21:20:36.709Ztest test_disk_import_bulk_write_import_fail ... ok
16762024-03-04T21:20:36.723Ztest test_disk_import ... ok
16772024-03-04T21:20:36.747Ztest test_disk_import_sparse ... ok
16782024-03-04T21:20:36.747Z
16792024-03-04T21:20:36.747Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
16802024-03-04T21:20:36.747Z
16812024-03-04T21:20:36.755Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-eb09ab18b1d8af2b`
16822024-03-04T21:20:36.761Z
16832024-03-04T21:20:36.761Zrunning 1 test
16842024-03-04T21:20:36.797Ztest test_docs_json ... ok
16852024-03-04T21:20:36.798Z
16862024-03-04T21:20:36.798Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
16872024-03-04T21:20:36.798Z
16882024-03-04T21:20:36.802Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-f1663c96a4eb13d5`
16892024-03-04T21:20:36.806Z
16902024-03-04T21:20:36.806Zrunning 3 tests
16912024-03-04T21:20:36.863Ztest test_instance_serial_console ... ok
16922024-03-04T21:20:36.863Ztest test_instance_serial_history ... ok
16932024-03-04T21:20:36.863Ztest test_instance_create ... ok
16942024-03-04T21:20:36.863Z
16952024-03-04T21:20:36.863Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
16962024-03-04T21:20:36.864Z
16972024-03-04T21:20:36.867Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-a3fe5f99cfe7b5ca`
16982024-03-04T21:20:36.867Z
16992024-03-04T21:20:36.867Zrunning 3 tests
17002024-03-04T21:20:36.903Ztest test_projects_simple_list ... ok
17012024-03-04T21:20:36.909Ztest test_projects_list_paginated ... ok
17022024-03-04T21:20:36.914Ztest test_projects_list_paginated_fail ... ok
17032024-03-04T21:20:36.914Z
17042024-03-04T21:20:36.914Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
17052024-03-04T21:20:36.914Z
17062024-03-04T21:20:36.914Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-d8173c45d24a6d71`
17072024-03-04T21:20:36.919Z
17082024-03-04T21:20:36.919Zrunning 3 tests
17092024-03-04T21:20:36.962Ztest test_resolve_and_cacert ... ok
17102024-03-04T21:20:36.963Ztest test_insecure_cert_validation ... ok
17112024-03-04T21:20:36.963Ztest test_insecure_hostname_verification ... ok
17122024-03-04T21:20:36.963Z
17132024-03-04T21:20:36.963Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
17142024-03-04T21:20:36.963Z
17152024-03-04T21:20:36.968Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-bd4199e71e923d4b`
17162024-03-04T21:20:36.971Z
17172024-03-04T21:20:36.972Zrunning 1 test
17182024-03-04T21:20:37.011Ztest test_silo_idp_saml_create ... ok
17192024-03-04T21:20:37.011Z
17202024-03-04T21:20:37.011Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
17212024-03-04T21:20:37.011Z
17222024-03-04T21:20:37.040Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-f43f30dbd7fffbe4`
17232024-03-04T21:20:37.040Z
17242024-03-04T21:20:37.040Zrunning 0 tests
17252024-03-04T21:20:37.040Z
17262024-03-04T21:20:37.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
17272024-03-04T21:20:37.040Z
17282024-03-04T21:20:37.040Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-0cd8dfefc9510895`
17292024-03-04T21:20:37.040Z
17302024-03-04T21:20:37.040Zrunning 1 test
17312024-03-04T21:20:37.040Ztest json_mock::tests::test_one ... ok
17322024-03-04T21:20:37.040Z
17332024-03-04T21:20:37.040Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
17342024-03-04T21:20:37.040Z
17352024-03-04T21:20:37.040Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-78a3d52dc80c5323`
17362024-03-04T21:20:37.041Z
17372024-03-04T21:20:37.041Zrunning 0 tests
17382024-03-04T21:20:37.041Z
17392024-03-04T21:20:37.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
17402024-03-04T21:20:37.041Z
17412024-03-04T21:20:37.041Z Doc-tests oxide
17422024-03-04T21:20:37.041Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-a3d39fa4ccd16210.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-a131b764fa726406.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-b777e9ba179c5c1d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-64ed61a2f131dbf3.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-da7d41bbd23151dd.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-97b4423a26ab14f9.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-67eda1d088d09dca.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-343ae84933c27f8e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human`
17432024-03-04T21:20:40.928Z
17442024-03-04T21:20:40.928Zrunning 173 tests
17452024-03-04T21:20:40.934Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 36221) ... ignored
17462024-03-04T21:20:40.934Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 36239) ... ignored
17472024-03-04T21:20:40.934Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 36256) ... ignored
17482024-03-04T21:20:40.934Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 36175) ... ignored
17492024-03-04T21:20:40.934Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 36205) ... ignored
17502024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 36272) ... ignored
17512024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 36158) ... ignored
17522024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 36295) ... ignored
17532024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 36190) ... ignored
17542024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 36426) ... ignored
17552024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 36378) ... ignored
17562024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 36408) ... ignored
17572024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 36442) ... ignored
17582024-03-04T21:20:40.935Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 36361) ... ignored
17592024-03-04T21:20:40.936Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 36393) ... ignored
17602024-03-04T21:20:40.940Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 36518) ... ignored
17612024-03-04T21:20:40.940Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 36504) ... ignored
17622024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 36488) ... ignored
17632024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 36529) ... ignored
17642024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 36591) ... ignored
17652024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 36627) ... ignored
17662024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 36644) ... ignored
17672024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 36572) ... ignored
17682024-03-04T21:20:40.941Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 36661) ... ignored
17692024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 36608) ... ignored
17702024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 36727) ... ignored
17712024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 36757) ... ignored
17722024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 36795) ... ignored
17732024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 36812) ... ignored
17742024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 36776) ... ignored
17752024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 36845) ... ignored
17762024-03-04T21:20:40.942Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 36862) ... ignored
17772024-03-04T21:20:40.951Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 36828) ... ignored
17782024-03-04T21:20:40.951Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 36710) ... ignored
17792024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 36878) ... ignored
17802024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 37041) ... ignored
17812024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 37102) ... ignored
17822024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 37021) ... ignored
17832024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 37078) ... ignored
17842024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 37059) ... ignored
17852024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 36894) ... ignored
17862024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 36921) ... ignored
17872024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 36944) ... ignored
17882024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 36968) ... ignored
17892024-03-04T21:20:40.952Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 36986) ... ignored
17902024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 37001) ... ignored
17912024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 36742) ... ignored
17922024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 37222) ... ignored
17932024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 37209) ... ignored
17942024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 37257) ... ignored
17952024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 37294) ... ignored
17962024-03-04T21:20:40.953Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 37284) ... ignored
17972024-03-04T21:20:40.976Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 37369) ... ignored
17982024-03-04T21:20:40.976Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 37410) ... ignored
17992024-03-04T21:20:40.977Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 37325) ... ignored
18002024-03-04T21:20:40.977Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 37340) ... ignored
18012024-03-04T21:20:40.978Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 37356) ... ignored
18022024-03-04T21:20:40.978Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 37437) ... ignored
18032024-03-04T21:20:40.978Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 37423) ... ignored
18042024-03-04T21:20:40.978Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 37396) ... ignored
18052024-03-04T21:20:40.979Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 37382) ... ignored
18062024-03-04T21:20:40.979Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 37496) ... ignored
18072024-03-04T21:20:40.979Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 37510) ... ignored
18082024-03-04T21:20:40.979Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 37550) ... ignored
18092024-03-04T21:20:40.979Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 37585) ... ignored
18102024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 37616) ... ignored
18112024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 37570) ... ignored
18122024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 37600) ... ignored
18132024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 37535) ... ignored
18142024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 37682) ... ignored
18152024-03-04T21:20:40.980Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 37708) ... ignored
18162024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 37666) ... ignored
18172024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 37695) ... ignored
18182024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 37724) ... ignored
18192024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 37739) ... ignored
18202024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 37760) ... ignored
18212024-03-04T21:20:40.981Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 37750) ... ignored
18222024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 37777) ... ignored
18232024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 37791) ... ignored
18242024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 37872) ... ignored
18252024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 37902) ... ignored
18262024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 37853) ... ignored
18272024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 37887) ... ignored
18282024-03-04T21:20:40.982Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 38129) ... ignored
18292024-03-04T21:20:40.983Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 38149) ... ignored
18302024-03-04T21:20:40.983Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 38108) ... ignored
18312024-03-04T21:20:40.983Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 37943) ... ignored
18322024-03-04T21:20:40.983Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 37961) ... ignored
18332024-03-04T21:20:40.983Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 37976) ... ignored
18342024-03-04T21:20:40.984Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 38005) ... ignored
18352024-03-04T21:20:40.984Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 38055) ... ignored
18362024-03-04T21:20:41.007Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 37992) ... ignored
18372024-03-04T21:20:41.007Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 38089) ... ignored
18382024-03-04T21:20:41.007Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 38035) ... ignored
18392024-03-04T21:20:41.007Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 38073) ... ignored
18402024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 38018) ... ignored
18412024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 38167) ... ignored
18422024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 38182) ... ignored
18432024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 38270) ... ignored
18442024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 38315) ... ignored
18452024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 38356) ... ignored
18462024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 38302) ... ignored
18472024-03-04T21:20:41.008Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 38390) ... ignored
18482024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 38374) ... ignored
18492024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 38405) ... ignored
18502024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 38517) ... ignored
18512024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 38505) ... ignored
18522024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 38528) ... ignored
18532024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 38489) ... ignored
18542024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_link (line 38444) ... ignored
18552024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_list (line 38423) ... ignored
18562024-03-04T21:20:41.009Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_unlink (line 38477) ... ignored
18572024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_update (line 38462) ... ignored
18582024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 38342) ... ignored
18592024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 38328) ... ignored
18602024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 38589) ... ignored
18612024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 38557) ... ignored
18622024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 38571) ... ignored
18632024-03-04T21:20:41.010Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 38544) ... ignored
18642024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 38603) ... ignored
18652024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 38614) ... ignored
18662024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 38625) ... ignored
18672024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 38692) ... ignored
18682024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 38705) ... ignored
18692024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 38681) ... ignored
18702024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 38655) ... ignored
18712024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 38668) ... ignored
18722024-03-04T21:20:41.011Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 38641) ... ignored
18732024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 38718) ... ignored
18742024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 38729) ... ignored
18752024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 38757) ... ignored
18762024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 38778) ... ignored
18772024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 38744) ... ignored
18782024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 38813) ... ignored
18792024-03-04T21:20:41.012Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 38828) ... ignored
18802024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 38799) ... ignored
18812024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 38844) ... ignored
18822024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 39044) ... ignored
18832024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 39060) ... ignored
18842024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 39080) ... ignored
18852024-03-04T21:20:41.013Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 39096) ... ignored
18862024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 39111) ... ignored
18872024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 39161) ... ignored
18882024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 39191) ... ignored
18892024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 39023) ... ignored
18902024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 39212) ... ignored
18912024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 39148) ... ignored
18922024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 39242) ... ignored
18932024-03-04T21:20:41.014Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 39228) ... ignored
18942024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 39272) ... ignored
18952024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 39256) ... ignored
18962024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 39290) ... ignored
18972024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 39307) ... ignored
18982024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 39353) ... ignored
18992024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 39368) ... ignored
19002024-03-04T21:20:41.015Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 39176) ... ignored
19012024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 39128) ... ignored
19022024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 39324) ... ignored
19032024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 39337) ... ignored
19042024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 39475) ... ignored
19052024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 39675) ... ignored
19062024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 39722) ... ignored
19072024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 39517) ... ignored
19082024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 39500) ... ignored
19092024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 39658) ... ignored
19102024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 39558) ... ignored
19112024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 39614) ... ignored
19122024-03-04T21:20:41.016Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 39538) ... ignored
19132024-03-04T21:20:41.017Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 39636) ... ignored
19142024-03-04T21:20:41.017Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 39595) ... ignored
19152024-03-04T21:20:41.017Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 39576) ... ignored
19162024-03-04T21:20:41.017Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 39706) ... ignored
19172024-03-04T21:20:41.017Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 39690) ... ignored
19182024-03-04T21:20:41.017Z
19192024-03-04T21:20:41.017Ztest result: ok. 0 passed; 0 failed; 173 ignored; 0 measured; 0 filtered out; finished in 0.06s
19202024-03-04T21:20:41.017Z
19212024-03-04T21:20:41.060Z Doc-tests oxide-httpmock
19222024-03-04T21:20:41.071Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4724387405f75ec0.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-5b5420174a0533ba.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-3120391132da0f49.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -C embed-bitcode=no --error-format human`
19232024-03-04T21:20:41.418Z
19242024-03-04T21:20:41.419Zrunning 0 tests
19252024-03-04T21:20:41.419Z
19262024-03-04T21:20:41.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19272024-03-04T21:20:41.419Z
19282024-03-04T21:20:41.858Z Doc-tests test-common
19292024-03-04T21:20:41.858Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b8638c8646b6a184/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-64a1fe4781707042/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-700ceb4bca6dc721/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8838ce92df4d8bf6.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-87f353f26274a112.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-f2eb64821d75426f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-3aa6ecae86bd857d.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-dd8c89a6d19188bc.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b98efbc9b4855086.rlib -C embed-bitcode=no --error-format human`
19302024-03-04T21:20:41.858Z
19312024-03-04T21:20:41.858Zrunning 0 tests
19322024-03-04T21:20:41.858Z
19332024-03-04T21:20:41.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19342024-03-04T21:20:41.858Z
19352024-03-04T21:20:41.858Z
19362024-03-04T21:20:41.858Zreal 5.867308743
19372024-03-04T21:20:41.858Zuser 5.652118063
19382024-03-04T21:20:41.858Zsys 2.107128591
19392024-03-04T21:20:41.858Ztrap 0.002108406
19402024-03-04T21:20:41.858Ztflt 0.003656749
19412024-03-04T21:20:41.858Zdflt 0.005939039
19422024-03-04T21:20:41.859Zkflt 0.000333862
19432024-03-04T21:20:41.859Zlock 18.599417555
19442024-03-04T21:20:41.859Zslp 19.080019430
19452024-03-04T21:20:41.859Zlat 0.274603845
19462024-03-04T21:20:41.859Zstop 3.576506510
19472024-03-04T21:20:41.859Zprocess exited: duration 266151 ms, exit code 0
 
19482024-03-04T21:20:41.866Zfound 0 output files