01JG5RJGWWE4ZEA83JPFGWP3P5: build-and-test / illumos

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

Buildomat Job: 01JG5RJQHR44FSPS3TD7M08MSY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-28T04:33:14.682Zjob assigned to worker 01JG5RJSDQ5NKA0F962KKMYP8J [factory aws, i-0d1c95058b0e4f209] (queued for 55 s)
 
22024-12-28T04:33:22.560Zstarting task 0: "setup"
32024-12-28T04:33:22.569Z++ uname -s
42024-12-28T04:33:22.572Z+ kern=SunOS
52024-12-28T04:33:22.572Z+ case "$kern" in
62024-12-28T04:33:22.572Z+ groupadd -g 12345 build
72024-12-28T04:33:22.574Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-28T04:33:24.582Z+ zfs create -o mountpoint=/work rpool/work
92024-12-28T04:33:24.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-28T04:33:24.693Z+ home_fs=zfs
112024-12-28T04:33:24.693Z+ [[ zfs == autofs ]]
122024-12-28T04:33:24.693Z+ mkdir -p /home/build
132024-12-28T04:33:24.695Z+ chown build:build /home/build /work
142024-12-28T04:33:26.697Z+ chmod 0700 /home/build /work
152024-12-28T04:33:26.700Zprocess exited: duration 4141 ms, exit code 0
 
162024-12-28T04:33:26.705Zstarting task 1: "rust-toolchain"
172024-12-28T04:33:26.711Z+ printf ' * toolchain channel = "%s"
182024-12-28T04:33:26.711Z' stable
192024-12-28T04:33:26.714Z * toolchain channel = "stable"
202024-12-28T04:33:26.714Z+ printf ' * toolchain profile = "%s"
212024-12-28T04:33:26.714Z' default
222024-12-28T04:33:26.714Z * toolchain profile = "default"
232024-12-28T04:33:26.714Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-28T04:33:26.714Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-28T04:33:26.831Zinfo: downloading installer
262024-12-28T04:33:27.963Zinfo: profile set to 'default'
272024-12-28T04:33:27.963Zinfo: default host triple is x86_64-unknown-illumos
282024-12-28T04:33:27.966Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-28T04:33:28.114Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-28T04:33:28.114Zinfo: downloading component 'cargo'
312024-12-28T04:33:28.960Zinfo: downloading component 'clippy'
322024-12-28T04:33:29.282Zinfo: downloading component 'rust-docs'
332024-12-28T04:33:30.462Zinfo: downloading component 'rust-std'
342024-12-28T04:33:32.166Zinfo: downloading component 'rustc'
352024-12-28T04:33:38.623Zinfo: downloading component 'rustfmt'
362024-12-28T04:33:38.871Zinfo: installing component 'cargo'
372024-12-28T04:33:39.714Zinfo: installing component 'clippy'
382024-12-28T04:33:40.110Zinfo: installing component 'rust-docs'
392024-12-28T04:33:41.855Zinfo: installing component 'rust-std'
402024-12-28T04:33:43.647Zinfo: installing component 'rustc'
412024-12-28T04:33:49.544Zinfo: installing component 'rustfmt'
422024-12-28T04:33:49.873Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-28T04:33:49.874Z
442024-12-28T04:33:50.240Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-28T04:33:50.240Z
462024-12-28T04:33:50.243Z
472024-12-28T04:33:50.243ZRust is installed now. Great!
482024-12-28T04:33:50.243Z
492024-12-28T04:33:50.243ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-28T04:33:50.243Zenvironment variable. This has not been done automatically.
512024-12-28T04:33:50.243Z
522024-12-28T04:33:50.243ZTo configure your current shell, you need to source
532024-12-28T04:33:50.243Zthe corresponding env file under $HOME/.cargo.
542024-12-28T04:33:50.243Z
552024-12-28T04:33:50.243ZThis is usually done by running one of the following (note the leading DOT):
562024-12-28T04:33:50.243Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-28T04:33:50.243Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-28T04:33:50.316Z+ rustc --version
592024-12-28T04:33:50.383Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-28T04:33:50.387Zprocess exited: duration 23678 ms, exit code 0
 
612024-12-28T04:33:50.392Zstarting task 2: "authentication"
622024-12-28T04:33:50.413Zprocess exited: duration 20 ms, exit code 0
 
632024-12-28T04:33:50.418Zstarting task 3: "clone repository"
642024-12-28T04:33:50.423Z+ mkdir -p /work/oxidecomputer/oxide.rs
652024-12-28T04:33:50.426Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
662024-12-28T04:33:50.464ZCloning into '/work/oxidecomputer/oxide.rs'...
672024-12-28T04:33:51.755Z+ cd /work/oxidecomputer/oxide.rs
682024-12-28T04:33:51.755Z+ git fetch origin 8bf84464b6d061eb7623d2855b6d2bf3fbdad506
692024-12-28T04:33:52.233ZFrom https://github.com/oxidecomputer/oxide.rs
702024-12-28T04:33:52.234Z * branch 8bf84464b6d061eb7623d2855b6d2bf3fbdad506 -> FETCH_HEAD
712024-12-28T04:33:52.238Z+ [[ -n '' ]]
722024-12-28T04:33:52.238Z+ git reset --hard 8bf84464b6d061eb7623d2855b6d2bf3fbdad506
732024-12-28T04:33:52.264ZHEAD is now at 8bf8446 tests: add integration test for `auth` subcommand
742024-12-28T04:33:52.267Zprocess exited: duration 1848 ms, exit code 0
 
752024-12-28T04:33:52.272Zstarting task 4: "build"
762024-12-28T04:33:52.278Z+ cargo --version
772024-12-28T04:33:52.283Zinfo: syncing channel updates for '1.76-x86_64-unknown-illumos'
782024-12-28T04:33:52.745Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
792024-12-28T04:33:52.745Zinfo: downloading component 'cargo'
802024-12-28T04:33:53.790Zinfo: downloading component 'clippy'
812024-12-28T04:33:54.265Zinfo: downloading component 'rust-docs'
822024-12-28T04:33:55.152Zinfo: downloading component 'rust-std'
832024-12-28T04:33:57.052Zinfo: downloading component 'rustc'
842024-12-28T04:34:01.610Zinfo: downloading component 'rustfmt'
852024-12-28T04:34:02.042Zinfo: installing component 'cargo'
862024-12-28T04:34:02.862Zinfo: installing component 'clippy'
872024-12-28T04:34:03.169Zinfo: installing component 'rust-docs'
882024-12-28T04:34:04.644Zinfo: installing component 'rust-std'
892024-12-28T04:34:06.368Zinfo: installing component 'rustc'
902024-12-28T04:34:10.202Zinfo: installing component 'rustfmt'
912024-12-28T04:34:10.578Zcargo 1.76.0 (c84b36747 2024-01-18)
922024-12-28T04:34:10.581Z+ rustc --version
932024-12-28T04:34:10.649Zrustc 1.76.0 (07dca489a 2024-02-04)
942024-12-28T04:34:10.653Z+ banner build
952024-12-28T04:34:10.657Z
962024-12-28T04:34:10.657Z ##### # # # # #####
972024-12-28T04:34:10.657Z # # # # # # # #
982024-12-28T04:34:10.657Z ##### # # # # # #
992024-12-28T04:34:10.657Z # # # # # # # #
1002024-12-28T04:34:10.657Z # # # # # # # #
1012024-12-28T04:34:10.657Z ##### #### # ###### #####
1022024-12-28T04:34:10.657Z
1032024-12-28T04:34:10.659Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1042024-12-28T04:34:10.795Z Updating crates.io index
1052024-12-28T04:34:10.797Z Updating git repository `https://github.com/oxidecomputer/thouart.git`
1062024-12-28T04:34:11.419Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1072024-12-28T04:34:12.323Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1082024-12-28T04:34:14.097Z Updating git repository `https://github.com/oxidecomputer/typify`
1092024-12-28T04:34:16.029Z Downloading crates ...
1102024-12-28T04:34:16.122Z Downloaded async-stream-impl v0.3.5
1112024-12-28T04:34:16.125Z Downloaded async-object-pool v0.1.4
1122024-12-28T04:34:16.129Z Downloaded basic-cookies v0.1.5
1132024-12-28T04:34:16.132Z Downloaded crunchy v0.2.2
1142024-12-28T04:34:16.139Z Downloaded rand_chacha v0.3.1
1152024-12-28T04:34:16.141Z Downloaded futures-io v0.3.30
1162024-12-28T04:34:16.149Z Downloaded rcgen v0.10.0
1172024-12-28T04:34:16.152Z Downloaded foreign-types v0.3.2
1182024-12-28T04:34:16.154Z Downloaded doc-comment v0.3.3
1192024-12-28T04:34:16.156Z Downloaded take_mut v0.2.2
1202024-12-28T04:34:16.156Z Downloaded sluice v0.5.5
1212024-12-28T04:34:16.160Z Downloaded bit-set v0.5.3
1222024-12-28T04:34:16.160Z Downloaded anstyle v1.0.6
1232024-12-28T04:34:16.160Z Downloaded equivalent v1.0.1
1242024-12-28T04:34:16.164Z Downloaded colorchoice v1.0.0
1252024-12-28T04:34:16.166Z Downloaded foreign-types-shared v0.1.1
1262024-12-28T04:34:16.166Z Downloaded try-lock v0.2.5
1272024-12-28T04:34:16.169Z Downloaded time-core v0.1.2
1282024-12-28T04:34:16.173Z Downloaded toolchain_find v0.4.0
1292024-12-28T04:34:16.175Z Downloaded tinyvec_macros v0.1.1
1302024-12-28T04:34:16.177Z Downloaded atomic-waker v1.1.2
1312024-12-28T04:34:16.180Z Downloaded async-executor v1.8.0
1322024-12-28T04:34:16.180Z Downloaded async-signal v0.2.5
1332024-12-28T04:34:16.182Z Downloaded serde_regex v1.1.0
1342024-12-28T04:34:16.184Z Downloaded tower-service v0.3.2
1352024-12-28T04:34:16.184Z Downloaded sync_wrapper v0.1.2
1362024-12-28T04:34:16.187Z Downloaded float-cmp v0.9.0
1372024-12-28T04:34:16.187Z Downloaded dirs-sys-next v0.1.2
1382024-12-28T04:34:16.189Z Downloaded block-buffer v0.10.4
1392024-12-28T04:34:16.189Z Downloaded autocfg v1.1.0
1402024-12-28T04:34:16.191Z Downloaded dirs-next v2.0.0
1412024-12-28T04:34:16.193Z Downloaded futures-core v0.3.30
1422024-12-28T04:34:16.196Z Downloaded fastrand v2.0.1
1432024-12-28T04:34:16.196Z Downloaded dirs v4.0.0
1442024-12-28T04:34:16.199Z Downloaded cpufeatures v0.2.12
1452024-12-28T04:34:16.199Z Downloaded either v1.10.0
1462024-12-28T04:34:16.202Z Downloaded spin v0.5.2
1472024-12-28T04:34:16.202Z Downloaded tokio-native-tls v0.3.1
1482024-12-28T04:34:16.204Z Downloaded strsim v0.11.0
1492024-12-28T04:34:16.206Z Downloaded string_cache v0.8.7
1502024-12-28T04:34:16.209Z Downloaded sha1 v0.10.6
1512024-12-28T04:34:16.211Z Downloaded schemars_derive v0.8.16
1522024-12-28T04:34:16.213Z Downloaded serde_path_to_error v0.1.15
1532024-12-28T04:34:16.216Z Downloaded fixedbitset v0.4.2
1542024-12-28T04:34:16.216Z Downloaded tokio-macros v2.2.0
1552024-12-28T04:34:16.218Z Downloaded tiny-keccak v2.0.2
1562024-12-28T04:34:16.220Z Downloaded serde_tokenstream v0.2.0
1572024-12-28T04:34:16.223Z Downloaded toml_datetime v0.6.5
1582024-12-28T04:34:16.225Z Downloaded termcolor v1.4.1
1592024-12-28T04:34:16.228Z Downloaded termini v1.0.0
1602024-12-28T04:34:16.228Z Downloaded blocking v1.5.1
1612024-12-28T04:34:16.230Z Downloaded slog-bunyan v2.5.0
1622024-12-28T04:34:16.232Z Downloaded fastrand v1.9.0
1632024-12-28T04:34:16.232Z Downloaded subtle v2.5.0
1642024-12-28T04:34:16.235Z Downloaded same-file v1.0.6
1652024-12-28T04:34:16.237Z Downloaded slog-json v2.6.1
1662024-12-28T04:34:16.239Z Downloaded thread_local v1.1.7
1672024-12-28T04:34:16.239Z Downloaded is-terminal v0.4.12
1682024-12-28T04:34:16.242Z Downloaded predicates-tree v1.0.9
1692024-12-28T04:34:16.242Z Downloaded siphasher v0.3.11
1702024-12-28T04:34:16.244Z Downloaded levenshtein v1.0.5
1712024-12-28T04:34:16.244Z Downloaded anstyle-parse v0.2.3
1722024-12-28T04:34:16.247Z Downloaded signal-hook-registry v1.4.1
1732024-12-28T04:34:16.249Z Downloaded env_logger v0.10.2
1742024-12-28T04:34:16.251Z Downloaded tracing-futures v0.2.5
1752024-12-28T04:34:16.254Z Downloaded semver v1.0.21
1762024-12-28T04:34:16.256Z Downloaded allocator-api2 v0.2.16
1772024-12-28T04:34:16.260Z Downloaded rustls-pemfile v2.1.1
1782024-12-28T04:34:16.263Z Downloaded sct v0.7.1
1792024-12-28T04:34:16.267Z Downloaded spin v0.9.8
1802024-12-28T04:34:16.269Z Downloaded tracing-attributes v0.1.27
1812024-12-28T04:34:16.272Z Downloaded tempfile v3.10.1
1822024-12-28T04:34:16.275Z Downloaded tokio-tungstenite v0.20.1
1832024-12-28T04:34:16.278Z Downloaded clap_complete v4.5.1
1842024-12-28T04:34:16.280Z Downloaded waitgroup v0.1.2
1852024-12-28T04:34:16.283Z Downloaded phf_shared v0.10.0
1862024-12-28T04:34:16.283Z Downloaded pathdiff v0.2.1
1872024-12-28T04:34:16.285Z Downloaded num_threads v0.1.6
1882024-12-28T04:34:16.285Z Downloaded time-macros v0.2.17
1892024-12-28T04:34:16.288Z Downloaded number_prefix v0.4.0
1902024-12-28T04:34:16.291Z Downloaded precomputed-hash v0.1.1
1912024-12-28T04:34:16.291Z Downloaded unicode-xid v0.2.4
1922024-12-28T04:34:16.294Z Downloaded futures-channel v0.3.30
1932024-12-28T04:34:16.294Z Downloaded pin-utils v0.1.0
1942024-12-28T04:34:16.296Z Downloaded paste v1.0.14
1952024-12-28T04:34:16.298Z Downloaded match_cfg v0.1.0
1962024-12-28T04:34:16.301Z Downloaded diff v0.1.13
1972024-12-28T04:34:16.304Z Downloaded crossbeam-utils v0.8.19
1982024-12-28T04:34:16.307Z Downloaded percent-encoding v2.3.1
1992024-12-28T04:34:16.307Z Downloaded newline-converter v0.3.0
2002024-12-28T04:34:16.307Z Downloaded normalize-line-endings v0.3.0
2012024-12-28T04:34:16.310Z Downloaded num-conv v0.1.0
2022024-12-28T04:34:16.310Z Downloaded is-wsl v0.4.0
2032024-12-28T04:34:16.310Z Downloaded schemars v0.8.16
2042024-12-28T04:34:16.322Z Downloaded want v0.3.1
2052024-12-28T04:34:16.324Z Downloaded typenum v1.17.0
2062024-12-28T04:34:16.327Z Downloaded async-lock v3.3.0
2072024-12-28T04:34:16.329Z Downloaded async-io v2.3.1
2082024-12-28T04:34:16.332Z Downloaded toml v0.8.12
2092024-12-28T04:34:16.335Z Downloaded http-body v0.4.6
2102024-12-28T04:34:16.337Z Downloaded getopts v0.2.21
2112024-12-28T04:34:16.340Z Downloaded powerfmt v0.2.0
2122024-12-28T04:34:16.340Z Downloaded lock_api v0.4.11
2132024-12-28T04:34:16.342Z Downloaded pkg-config v0.3.29
2142024-12-28T04:34:16.345Z Downloaded piper v0.2.1
2152024-12-28T04:34:16.345Z Downloaded httpdate v1.0.3
2162024-12-28T04:34:16.347Z Downloaded ppv-lite86 v0.2.17
2172024-12-28T04:34:16.347Z Downloaded parking v2.2.0
2182024-12-28T04:34:16.349Z Downloaded mime v0.3.17
2192024-12-28T04:34:16.352Z Downloaded anyhow v1.0.81
2202024-12-28T04:34:16.354Z Downloaded openssl-probe v0.1.5
2212024-12-28T04:34:16.356Z Downloaded openssl-macros v0.1.1
2222024-12-28T04:34:16.356Z Downloaded kv-log-macro v1.0.7
2232024-12-28T04:34:16.359Z Downloaded predicates v3.1.0
2242024-12-28T04:34:16.361Z Downloaded itoa v1.0.10
2252024-12-28T04:34:16.363Z Downloaded yansi v0.5.1
2262024-12-28T04:34:16.363Z Downloaded hostname v0.3.1
2272024-12-28T04:34:16.366Z Downloaded serde_derive v1.0.197
2282024-12-28T04:34:16.368Z Downloaded is-docker v0.2.0
2292024-12-28T04:34:16.370Z Downloaded home v0.5.9
2302024-12-28T04:34:16.370Z Downloaded heck v0.5.0
2312024-12-28T04:34:16.373Z Downloaded heck v0.4.1
2322024-12-28T04:34:16.375Z Downloaded socket2 v0.4.10
2332024-12-28T04:34:16.375Z Downloaded pem v1.1.1
2342024-12-28T04:34:16.377Z Downloaded zeroize v1.7.0
2352024-12-28T04:34:16.379Z Downloaded untrusted v0.7.1
2362024-12-28T04:34:16.380Z Downloaded value-bag v1.7.0
2372024-12-28T04:34:16.382Z Downloaded walkdir v2.4.0
2382024-12-28T04:34:16.384Z Downloaded base64 v0.13.1
2392024-12-28T04:34:16.387Z Downloaded unicode-width v0.1.11
2402024-12-28T04:34:16.389Z Downloaded lalrpop-util v0.20.0
2412024-12-28T04:34:16.389Z Downloaded utf8parse v0.2.1
2422024-12-28T04:34:16.392Z Downloaded getrandom v0.2.12
2432024-12-28T04:34:16.395Z Downloaded pin-project-internal v1.1.4
2442024-12-28T04:34:16.397Z Downloaded hyper-tls v0.5.0
2452024-12-28T04:34:16.398Z Downloaded utf-8 v0.7.6
2462024-12-28T04:34:16.400Z Downloaded untrusted v0.9.0
2472024-12-28T04:34:16.400Z Downloaded pin-project-lite v0.2.13
2482024-12-28T04:34:16.405Z Downloaded open v4.2.0
2492024-12-28T04:34:16.408Z Downloaded generic-array v0.14.7
2502024-12-28T04:34:16.410Z Downloaded parking_lot_core v0.9.9
2512024-12-28T04:34:16.413Z Downloaded yasna v0.5.2
2522024-12-28T04:34:16.413Z Downloaded pico-args v0.5.0
2532024-12-28T04:34:16.415Z Downloaded rustls-pki-types v1.3.0
2542024-12-28T04:34:16.417Z Downloaded httparse v1.8.0
2552024-12-28T04:34:16.419Z Downloaded unicode-bidi v0.3.15
2562024-12-28T04:34:16.421Z Downloaded tracing-core v0.1.32
2572024-12-28T04:34:16.424Z Downloaded humantime v2.1.0
2582024-12-28T04:34:16.426Z Downloaded futures-lite v2.2.0
2592024-12-28T04:34:16.428Z Downloaded futures-lite v1.13.0
2602024-12-28T04:34:16.431Z Downloaded ipnet v2.9.0
2612024-12-28T04:34:16.433Z Downloaded io-lifetimes v1.0.11
2622024-12-28T04:34:16.435Z Downloaded iana-time-zone v0.1.60
2632024-12-28T04:34:16.437Z Downloaded pin-project v1.1.4
2642024-12-28T04:34:16.448Z Downloaded progenitor-client v0.5.0
2652024-12-28T04:34:16.450Z Downloaded parking_lot v0.12.1
2662024-12-28T04:34:16.452Z Downloaded polling v2.8.0
2672024-12-28T04:34:16.455Z Downloaded serde v1.0.197
2682024-12-28T04:34:16.458Z Downloaded uuid v1.7.0
2692024-12-28T04:34:16.460Z Downloaded log v0.4.21
2702024-12-28T04:34:16.463Z Downloaded polling v3.4.0
2712024-12-28T04:34:16.467Z Downloaded hyper-rustls v0.24.2
2722024-12-28T04:34:16.469Z Downloaded indicatif v0.17.8
2732024-12-28T04:34:16.473Z Downloaded proc-macro2 v1.0.78
2742024-12-28T04:34:16.476Z Downloaded unicode-ident v1.0.12
2752024-12-28T04:34:16.479Z Downloaded once_cell v1.19.0
2762024-12-28T04:34:16.482Z Downloaded num-traits v0.2.18
2772024-12-28T04:34:16.485Z Downloaded oauth2 v4.4.2
2782024-12-28T04:34:16.488Z Downloaded num_cpus v1.16.0
2792024-12-28T04:34:16.491Z Downloaded curl v0.4.46
2802024-12-28T04:34:16.496Z Downloaded toml_edit v0.22.8
2812024-12-28T04:34:16.519Z Downloaded httpmock v0.6.8
2822024-12-28T04:34:16.523Z Downloaded openssl-sys v0.9.99
2832024-12-28T04:34:16.528Z Downloaded pretty_assertions v1.4.0
2842024-12-28T04:34:16.530Z Downloaded mio v0.8.11
2852024-12-28T04:34:16.536Z Downloaded time v0.3.34
2862024-12-28T04:34:16.542Z Downloaded memchr v2.7.1
2872024-12-28T04:34:16.548Z Downloaded tokio-util v0.7.10
2882024-12-28T04:34:16.556Z Downloaded unicode-segmentation v1.11.0
2892024-12-28T04:34:16.559Z Downloaded http v1.0.0
2902024-12-28T04:34:16.563Z Downloaded url v2.5.0
2912024-12-28T04:34:16.566Z Downloaded indexmap v2.2.5
2922024-12-28T04:34:16.571Z Downloaded http v0.2.11
2932024-12-28T04:34:16.575Z Downloaded serde_json v1.0.114
2942024-12-28T04:34:16.583Z Downloaded itertools v0.10.5
2952024-12-28T04:34:16.589Z Downloaded portable-atomic v1.6.0
2962024-12-28T04:34:16.595Z Downloaded reqwest v0.11.26
2972024-12-28T04:34:16.603Z Downloaded clap_builder v4.5.2
2982024-12-28T04:34:16.610Z Downloaded unicode-normalization v0.1.22
2992024-12-28T04:34:16.614Z Downloaded winnow v0.6.0
3002024-12-28T04:34:16.623Z Downloaded hashbrown v0.14.3
3012024-12-28T04:34:16.629Z Downloaded zerocopy v0.7.32
3022024-12-28T04:34:16.646Z Downloaded regex v1.10.3
3032024-12-28T04:34:16.659Z Downloaded isahc v1.7.2
3042024-12-28T04:34:16.668Z Downloaded h2 v0.3.24
3052024-12-28T04:34:16.675Z Downloaded git2 v0.18.2
3062024-12-28T04:34:16.683Z Downloaded vcpkg v0.2.15
3072024-12-28T04:34:16.723Z Downloaded lalrpop v0.20.0
3082024-12-28T04:34:16.734Z Downloaded webpki-roots v0.25.4
3092024-12-28T04:34:16.737Z Downloaded syn v2.0.53
3102024-12-28T04:34:16.750Z Downloaded syn v1.0.109
3112024-12-28T04:34:16.760Z Downloaded openapiv3 v2.0.0
3122024-12-28T04:34:16.771Z Downloaded bstr v1.9.0
3132024-12-28T04:34:16.782Z Downloaded rustls v0.21.10
3142024-12-28T04:34:16.793Z Downloaded rustls-webpki v0.102.2
3152024-12-28T04:34:16.811Z Downloaded idna v0.5.0
3162024-12-28T04:34:16.817Z Downloaded hyper v0.14.28
3172024-12-28T04:34:16.825Z Downloaded openssl v0.10.63
3182024-12-28T04:34:16.836Z Downloaded rustls v0.22.2
3192024-12-28T04:34:16.849Z Downloaded rustix v0.38.31
3202024-12-28T04:34:16.872Z Downloaded regress v0.9.0
3212024-12-28T04:34:16.880Z Downloaded regex-syntax v0.7.5
3222024-12-28T04:34:16.888Z Downloaded rustix v0.37.27
3232024-12-28T04:34:16.907Z Downloaded regex-syntax v0.8.2
3242024-12-28T04:34:16.915Z Downloaded petgraph v0.6.4
3252024-12-28T04:34:16.929Z Downloaded chrono v0.4.35
3262024-12-28T04:34:16.937Z Downloaded async-std v1.12.0
3272024-12-28T04:34:16.956Z Downloaded futures-util v0.3.30
3282024-12-28T04:34:16.967Z Downloaded rustls-webpki v0.101.7
3292024-12-28T04:34:16.982Z Downloaded regex-automata v0.4.5
3302024-12-28T04:34:16.999Z Downloaded encoding_rs v0.8.33
3312024-12-28T04:34:17.019Z Downloaded crossbeam-channel v0.5.11
3322024-12-28T04:34:17.023Z Downloaded aho-corasick v1.1.2
3332024-12-28T04:34:17.028Z Downloaded expectorate v1.1.0
3342024-12-28T04:34:17.031Z Downloaded futures-sink v0.3.30
3352024-12-28T04:34:17.033Z Downloaded unsafe-libyaml v0.2.10
3362024-12-28T04:34:17.036Z Downloaded tracing v0.1.40
3372024-12-28T04:34:17.039Z Downloaded quote v1.0.35
3382024-12-28T04:34:17.042Z Downloaded tungstenite v0.20.1
3392024-12-28T04:34:17.045Z Downloaded serde_yaml v0.9.31
3402024-12-28T04:34:17.048Z Downloaded cc v1.0.83
3412024-12-28T04:34:17.051Z Downloaded bytes v1.5.0
3422024-12-28T04:34:17.055Z Downloaded base64 v0.21.7
3432024-12-28T04:34:17.058Z Downloaded futures-task v0.3.30
3442024-12-28T04:34:17.060Z Downloaded event-listener v5.0.0
3452024-12-28T04:34:17.062Z Downloaded futures-macro v0.3.30
3462024-12-28T04:34:17.062Z Downloaded native-tls v0.2.11
3472024-12-28T04:34:17.065Z Downloaded multer v3.0.0
3482024-12-28T04:34:17.067Z Downloaded jobserver v0.1.28
3492024-12-28T04:34:17.069Z Downloaded slog v2.7.0
3502024-12-28T04:34:17.072Z Downloaded libc v0.2.153
3512024-12-28T04:34:17.097Z Downloaded tokio v1.36.0
3522024-12-28T04:34:17.131Z Downloaded libnghttp2-sys v0.1.9+1.58.0
3532024-12-28T04:34:17.212Z Downloaded clap v4.5.3
3542024-12-28T04:34:17.219Z Downloaded tinyvec v1.6.0
3552024-12-28T04:34:17.222Z Downloaded tabwriter v1.4.0
3562024-12-28T04:34:17.224Z Downloaded waker-fn v1.1.1
3572024-12-28T04:34:17.224Z Downloaded wait-timeout v0.2.0
3582024-12-28T04:34:17.227Z Downloaded version_check v0.9.4
3592024-12-28T04:34:17.227Z Downloaded tokio-rustls v0.24.1
3602024-12-28T04:34:17.229Z Downloaded socket2 v0.5.5
3612024-12-28T04:34:17.231Z Downloaded smallvec v1.13.1
3622024-12-28T04:34:17.234Z Downloaded similar v2.4.0
3632024-12-28T04:34:17.237Z Downloaded event-listener v3.1.0
3642024-12-28T04:34:17.239Z Downloaded bitflags v2.4.2
3652024-12-28T04:34:17.242Z Downloaded ryu v1.0.16
3662024-12-28T04:34:17.245Z Downloaded new_debug_unreachable v1.0.4
3672024-12-28T04:34:17.247Z Downloaded lazy_static v1.4.0
3682024-12-28T04:34:17.247Z Downloaded futures v0.3.30
3692024-12-28T04:34:17.251Z Downloaded ahash v0.8.8
3702024-12-28T04:34:17.254Z Downloaded predicates-core v1.0.6
3712024-12-28T04:34:17.256Z Downloaded slog-async v2.8.0
3722024-12-28T04:34:17.256Z Downloaded rand v0.8.5
3732024-12-28T04:34:17.259Z Downloaded slog-term v2.9.1
3742024-12-28T04:34:17.261Z Downloaded serde_derive_internals v0.26.0
3752024-12-28T04:34:17.263Z Downloaded futures-executor v0.3.30
3762024-12-28T04:34:17.266Z Downloaded built v0.7.1
3772024-12-28T04:34:17.268Z Downloaded curl-sys v0.4.72+curl-8.6.0
3782024-12-28T04:34:17.462Z Downloaded async-trait v0.1.78
3792024-12-28T04:34:17.465Z Downloaded concurrent-queue v2.4.0
3802024-12-28T04:34:17.467Z Downloaded async-task v4.7.0
3812024-12-28T04:34:17.470Z Downloaded tokio-rustls v0.25.0
3822024-12-28T04:34:17.473Z Downloaded term v0.7.0
3832024-12-28T04:34:17.475Z Downloaded sha2 v0.10.8
3842024-12-28T04:34:17.475Z Downloaded event-listener v4.0.3
3852024-12-28T04:34:17.478Z Downloaded dialoguer v0.10.4
3862024-12-28T04:34:17.481Z Downloaded assert_cmd v2.0.14
3872024-12-28T04:34:17.481Z Downloaded camino v1.1.6
3882024-12-28T04:34:17.483Z Downloaded thiserror v1.0.58
3892024-12-28T04:34:17.486Z Downloaded clap_derive v4.5.3
3902024-12-28T04:34:17.489Z Downloaded slab v0.4.9
3912024-12-28T04:34:17.492Z Downloaded shell-words v1.1.0
3922024-12-28T04:34:17.492Z Downloaded rand_core v0.6.4
3932024-12-28T04:34:17.492Z Downloaded console v0.15.8
3942024-12-28T04:34:17.494Z Downloaded thiserror-impl v1.0.58
3952024-12-28T04:34:17.497Z Downloaded bit-vec v0.6.3
3962024-12-28T04:34:17.497Z Downloaded async-channel v2.2.0
3972024-12-28T04:34:17.499Z Downloaded async-io v1.13.0
3982024-12-28T04:34:17.499Z Downloaded event-listener-strategy v0.4.0
3992024-12-28T04:34:17.501Z Downloaded digest v0.10.7
4002024-12-28T04:34:17.501Z Downloaded debug-ignore v1.0.5
4012024-12-28T04:34:17.504Z Downloaded rustls-pemfile v1.0.4
4022024-12-28T04:34:17.506Z Downloaded data-encoding v2.5.0
4032024-12-28T04:34:17.506Z Downloaded cfg-if v1.0.0
4042024-12-28T04:34:17.509Z Downloaded anstream v0.6.11
4052024-12-28T04:34:17.509Z Downloaded form_urlencoded v1.2.1
4062024-12-28T04:34:17.511Z Downloaded event-listener-strategy v0.5.0
4072024-12-28T04:34:17.511Z Downloaded ena v0.14.2
4082024-12-28T04:34:17.511Z Downloaded dyn-clone v1.0.16
4092024-12-28T04:34:17.515Z Downloaded difflib v0.4.0
4102024-12-28T04:34:17.515Z Downloaded clap_lex v0.7.0
4112024-12-28T04:34:17.517Z Downloaded async-global-executor v2.4.1
4122024-12-28T04:34:17.517Z Downloaded event-listener v2.5.3
4132024-12-28T04:34:17.517Z Downloaded errno v0.3.8
4142024-12-28T04:34:17.519Z Downloaded dirs-sys v0.3.7
4152024-12-28T04:34:17.519Z Downloaded deranged v0.3.11
4162024-12-28T04:34:17.522Z Downloaded castaway v0.1.2
4172024-12-28T04:34:17.522Z Downloaded serde_spanned v0.6.5
4182024-12-28T04:34:17.522Z Downloaded scopeguard v1.2.0
4192024-12-28T04:34:17.524Z Downloaded fnv v1.0.7
4202024-12-28T04:34:17.524Z Downloaded byteorder v1.5.0
4212024-12-28T04:34:17.527Z Downloaded bitflags v1.3.2
4222024-12-28T04:34:17.529Z Downloaded async-lock v2.8.0
4232024-12-28T04:34:17.529Z Downloaded rustfmt-wrapper v0.2.1
4242024-12-28T04:34:17.531Z Downloaded async-stream v0.3.5
4252024-12-28T04:34:17.533Z Downloaded serde_urlencoded v0.7.1
4262024-12-28T04:34:17.533Z Downloaded crypto-common v0.1.6
4272024-12-28T04:34:17.533Z Downloaded async-process v1.8.1
4282024-12-28T04:34:17.536Z Downloaded anstyle-query v1.0.2
4292024-12-28T04:34:17.536Z Downloaded async-channel v1.9.0
4302024-12-28T04:34:17.538Z Downloaded assert-json-diff v2.0.2
4312024-12-28T04:34:17.538Z Downloaded ascii-canvas v3.0.0
4322024-12-28T04:34:17.541Z Downloaded termtree v0.4.1
4332024-12-28T04:34:17.647Z Downloaded libgit2-sys v0.16.2+1.7.2
4342024-12-28T04:34:18.175Z Downloaded libz-sys v1.1.15
4352024-12-28T04:34:18.245Z Downloaded ring v0.17.7
4362024-12-28T04:34:18.395Z Downloaded ring v0.16.20
4372024-12-28T04:34:18.725Z Downloaded openssl-src v300.2.3+3.2.1
4382024-12-28T04:34:19.286Z Compiling proc-macro2 v1.0.78
4392024-12-28T04:34:19.286Z Compiling unicode-ident v1.0.12
4402024-12-28T04:34:19.288Z Compiling libc v0.2.153
4412024-12-28T04:34:19.288Z Compiling cfg-if v1.0.0
4422024-12-28T04:34:19.288Z Compiling autocfg v1.1.0
4432024-12-28T04:34:19.313Z Compiling once_cell v1.19.0
4442024-12-28T04:34:19.316Z Compiling serde v1.0.197
4452024-12-28T04:34:19.325Z 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`
4462024-12-28T04:34:19.327Z 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`
4472024-12-28T04:34:19.327Z 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`
4482024-12-28T04:34:19.327Z 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`
4492024-12-28T04:34:19.328Z 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`
4502024-12-28T04:34:19.328Z 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`
4512024-12-28T04:34:19.328Z 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`
4522024-12-28T04:34:19.337Z 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`
4532024-12-28T04:34:19.409Z Compiling version_check v0.9.4
4542024-12-28T04:34:19.412Z 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`
4552024-12-28T04:34:19.487Z Compiling pin-project-lite v0.2.13
4562024-12-28T04:34:19.489Z 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`
4572024-12-28T04:34:19.620Z Compiling itoa v1.0.10
4582024-12-28T04:34:19.622Z 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`
4592024-12-28T04:34:19.833Z Compiling value-bag v1.7.0
4602024-12-28T04:34:19.835Z 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 --cfg 'feature="inline-i128"' -C metadata=2f62e559162ef88f -C extra-filename=-2f62e559162ef88f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4612024-12-28T04:34:19.848Z Compiling memchr v2.7.1
4622024-12-28T04:34:19.851Z 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`
4632024-12-28T04:34:19.922Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-33514f11eedb6a89/build-script-build`
4642024-12-28T04:34:19.924Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-386175465f30bbf3/build-script-build`
4652024-12-28T04:34:19.986Z Compiling futures-core v0.3.30
4662024-12-28T04:34:19.989Z 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`
4672024-12-28T04:34:20.072Z Compiling zerocopy v0.7.32
4682024-12-28T04:34:20.074Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-2e07f62a3ff7f115/build-script-build`
4692024-12-28T04:34:20.074Z 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`
4702024-12-28T04:34:20.104Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-b77d6fe577e8d33a/build-script-build`
4712024-12-28T04:34:20.119Z 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`
4722024-12-28T04:34:20.133Z Compiling ahash v0.8.8
4732024-12-28T04:34:20.137Z 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`
4742024-12-28T04:34:20.167Z 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`
4752024-12-28T04:34:20.201Z 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`
4762024-12-28T04:34:20.237Z Compiling log v0.4.21
4772024-12-28T04:34:20.240Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' -C metadata=5102778d721e631e -C extra-filename=-5102778d721e631e --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-2f62e559162ef88f.rmeta --cap-lints allow`
4782024-12-28T04:34:20.439Z Compiling allocator-api2 v0.2.16
4792024-12-28T04:34:20.442Z 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`
4802024-12-28T04:34:20.525Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-abe38878c2eef461/build-script-build`
4812024-12-28T04:34:20.588Z Compiling pkg-config v0.3.29
4822024-12-28T04:34:20.603Z 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`
4832024-12-28T04:34:20.824Z Compiling jobserver v0.1.28
4842024-12-28T04:34:20.827Z 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`
4852024-12-28T04:34:20.915Z Compiling quote v1.0.35
4862024-12-28T04:34:20.919Z 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`
4872024-12-28T04:34:21.196Z Compiling cc v1.0.83
4882024-12-28T04:34:21.198Z 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`
4892024-12-28T04:34:21.303Z 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"'`
4902024-12-28T04:34:21.594Z Compiling syn v2.0.53
4912024-12-28T04:34:21.596Z 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.53/src/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=5ad951e579ad5e74 -C extra-filename=-5ad951e579ad5e74 --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`
4922024-12-28T04:34:21.732Z Compiling hashbrown v0.14.3
4932024-12-28T04:34:21.737Z 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`
4942024-12-28T04:34:21.768Z Compiling futures-io v0.3.30
4952024-12-28T04:34:21.771Z 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`
4962024-12-28T04:34:21.839Z Compiling vcpkg v0.2.15
4972024-12-28T04:34:21.854Z 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`
4982024-12-28T04:34:21.856Z Compiling getrandom v0.2.12
4992024-12-28T04:34:21.856Z 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`
5002024-12-28T04:34:21.856Z Compiling slab v0.4.9
5012024-12-28T04:34:21.869Z 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`
5022024-12-28T04:34:22.094Z Compiling parking_lot_core v0.9.9
5032024-12-28T04:34:22.096Z Compiling lock_api v0.4.11
5042024-12-28T04:34:22.096Z 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`
5052024-12-28T04:34:22.096Z 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`
5062024-12-28T04:34:22.206Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-10e69b8016c189b9/build-script-build`
5072024-12-28T04:34:22.229Z Compiling smallvec v1.13.1
5082024-12-28T04:34:22.231Z 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`
5092024-12-28T04:34:22.332Z Compiling ryu v1.0.16
5102024-12-28T04:34:22.334Z 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`
5112024-12-28T04:34:22.431Z Compiling bytes v1.5.0
5122024-12-28T04:34:22.435Z 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`
5132024-12-28T04:34:22.526Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-0b3eccdaf542aa18/build-script-build`
5142024-12-28T04:34:22.568Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-e9f5a655aba9a7d9/build-script-build`
5152024-12-28T04:34:22.667Z 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`
5162024-12-28T04:34:22.683Z Compiling serde_json v1.0.114
5172024-12-28T04:34:22.685Z 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`
5182024-12-28T04:34:22.700Z Compiling scopeguard v1.2.0
5192024-12-28T04:34:22.702Z 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`
5202024-12-28T04:34:22.826Z Compiling equivalent v1.0.1
5212024-12-28T04:34:22.828Z 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`
5222024-12-28T04:34:22.924Z 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`
5232024-12-28T04:34:22.941Z Compiling num-traits v0.2.18
5242024-12-28T04:34:22.943Z 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`
5252024-12-28T04:34:23.052Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-c6b3ceb70c8b5004/build-script-build`
5262024-12-28T04:34:23.075Z Compiling tracing-core v0.1.32
5272024-12-28T04:34:23.077Z 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`
5282024-12-28T04:34:23.175Z Compiling signal-hook-registry v1.4.1
5292024-12-28T04:34:23.178Z 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`
5302024-12-28T04:34:23.287Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-351e989164531a74/build-script-build`
5312024-12-28T04:34:23.385Z Compiling fnv v1.0.7
5322024-12-28T04:34:23.388Z 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`
5332024-12-28T04:34:23.514Z Compiling openssl-src v300.2.3+3.2.1
5342024-12-28T04:34:23.531Z 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`
5352024-12-28T04:34:23.533Z Compiling crossbeam-utils v0.8.19
5362024-12-28T04:34:23.533Z 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`
5372024-12-28T04:34:23.803Z Compiling bitflags v2.4.2
5382024-12-28T04:34:23.806Z 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`
5392024-12-28T04:34:23.955Z Compiling regex-syntax v0.8.2
5402024-12-28T04:34:23.960Z 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`
5412024-12-28T04:34:24.070Z Compiling openssl-sys v0.9.99
5422024-12-28T04:34:24.075Z 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`
5432024-12-28T04:34:24.119Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build`
5442024-12-28T04:34:24.143Z Compiling socket2 v0.5.5
5452024-12-28T04:34:24.146Z 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`
5462024-12-28T04:34:24.161Z 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`
5472024-12-28T04:34:24.243Z Compiling http v0.2.11
5482024-12-28T04:34:24.243Z 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-12-28T04:34:24.246Z 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`
5502024-12-28T04:34:24.811Z 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`
5512024-12-28T04:34:25.060Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bd540e0ddf8222e6/build-script-main`
5522024-12-28T04:34:25.289Z Compiling tinyvec_macros v0.1.1
5532024-12-28T04:34:25.296Z 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`
5542024-12-28T04:34:25.376Z Compiling pin-utils v0.1.0
5552024-12-28T04:34:25.379Z 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`
5562024-12-28T04:34:25.467Z Compiling futures-sink v0.3.30
5572024-12-28T04:34:25.470Z 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`
5582024-12-28T04:34:25.529Z Compiling percent-encoding v2.3.1
5592024-12-28T04:34:25.554Z 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-12-28T04:34:25.616Z Compiling tinyvec v1.6.0
5612024-12-28T04:34:25.618Z 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`
5622024-12-28T04:34:25.767Z Compiling form_urlencoded v1.2.1
5632024-12-28T04:34:25.769Z 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`
5642024-12-28T04:34:25.895Z Compiling parking_lot v0.12.1
5652024-12-28T04:34:25.912Z 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`
5662024-12-28T04:34:26.091Z Compiling ring v0.17.7
5672024-12-28T04:34:26.097Z 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`
5682024-12-28T04:34:26.113Z Compiling num_cpus v1.16.0
5692024-12-28T04:34:26.116Z 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`
5702024-12-28T04:34:26.233Z Compiling mio v0.8.11
5712024-12-28T04:34:26.236Z 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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6beacad112a851e7 -C extra-filename=-6beacad112a851e7 --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`
5722024-12-28T04:34:26.938Z Compiling syn v1.0.109
5732024-12-28T04:34:26.940Z 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`
5742024-12-28T04:34:27.017Z Compiling unicode-normalization v0.1.22
5752024-12-28T04:34:27.020Z 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`
5762024-12-28T04:34:27.083Z Compiling futures-channel v0.3.30
5772024-12-28T04:34:27.085Z 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`
5782024-12-28T04:34:27.181Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-275d5ff52ec36f45/build-script-build`
5792024-12-28T04:34:27.235Z Compiling unicode-bidi v0.3.15
5802024-12-28T04:34:27.238Z 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`
5812024-12-28T04:34:27.479Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-259912c46908cb35/build-script-build`
5822024-12-28T04:34:27.495Z Compiling futures-task v0.3.30
5832024-12-28T04:34:27.499Z 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-12-28T04:34:27.539Z 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`
5852024-12-28T04:34:27.588Z Compiling spin v0.9.8
5862024-12-28T04:34:27.615Z 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`
5872024-12-28T04:34:27.825Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 metadata=37f34ee689d3890c -C extra-filename=-37f34ee689d3890c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5882024-12-28T04:34:27.828Z Compiling httparse v1.8.0
5892024-12-28T04:34:27.828Z 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`
5902024-12-28T04:34:28.097Z Compiling idna v0.5.0
5912024-12-28T04:34:28.100Z 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`
5922024-12-28T04:34:28.132Z Compiling thiserror v1.0.58
5932024-12-28T04:34:28.135Z 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.58/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=85aeb7c0978266b6 -C extra-filename=-85aeb7c0978266b6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-85aeb7c0978266b6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5942024-12-28T04:34:28.265Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build`
5952024-12-28T04:34:28.269Z Compiling concurrent-queue v2.4.0
5962024-12-28T04:34:28.303Z 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`
5972024-12-28T04:34:28.672Z Compiling schemars v0.8.16
5982024-12-28T04:34:28.674Z 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`
5992024-12-28T04:34:28.713Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-85aeb7c0978266b6/build-script-build`
6002024-12-28T04:34:28.815Z 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`
6012024-12-28T04:34:29.014Z Compiling parking v2.2.0
6022024-12-28T04:34:29.016Z 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-12-28T04:34:29.050Z Compiling untrusted v0.9.0
6042024-12-28T04:34:29.053Z 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`
6052024-12-28T04:34:29.244Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-e0b90da099175cd2/build-script-build`
6062024-12-28T04:34:29.254Z 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`
6072024-12-28T04:34:29.407Z Compiling socket2 v0.4.10
6082024-12-28T04:34:29.410Z 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`
6092024-12-28T04:34:29.933Z Compiling dyn-clone v1.0.16
6102024-12-28T04:34:29.951Z 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`
6112024-12-28T04:34:30.022Z Compiling aho-corasick v1.1.2
6122024-12-28T04:34:30.024Z 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`
6132024-12-28T04:34:30.152Z Compiling libz-sys v1.1.15
6142024-12-28T04:34:30.156Z 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`
6152024-12-28T04:34:30.378Z Compiling errno v0.3.8
6162024-12-28T04:34:30.381Z 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`
6172024-12-28T04:34:30.441Z Compiling fastrand v2.0.1
6182024-12-28T04:34:30.460Z 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`
6192024-12-28T04:34:30.599Z Compiling rustix v0.38.31
6202024-12-28T04:34:30.602Z 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`
6212024-12-28T04:34:30.752Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-7086785a580915b4/build-script-build`
6222024-12-28T04:34:30.797Z Compiling try-lock v0.2.5
6232024-12-28T04:34:30.800Z 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`
6242024-12-28T04:34:30.943Z Compiling openssl-probe v0.1.5
6252024-12-28T04:34:30.945Z 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`
6262024-12-28T04:34:31.052Z Compiling want v0.3.1
6272024-12-28T04:34:31.055Z 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`
6282024-12-28T04:34:31.267Z Compiling serde_derive_internals v0.26.0
6292024-12-28T04:34:31.269Z 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`
6302024-12-28T04:34:31.325Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-c3fcceca43ec1592/build-script-build`
6312024-12-28T04:34:31.351Z Compiling http-body v0.4.6
6322024-12-28T04:34:31.354Z 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-12-28T04:34:31.429Z Compiling iana-time-zone v0.1.60
6342024-12-28T04:34:31.431Z 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`
6352024-12-28T04:34:31.650Z Compiling openssl v0.10.63
6362024-12-28T04:34:31.653Z 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`
6372024-12-28T04:34:31.759Z Compiling httpdate v1.0.3
6382024-12-28T04:34:31.761Z 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`
6392024-12-28T04:34:31.959Z Compiling regex-automata v0.4.5
6402024-12-28T04:34:31.961Z 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`
6412024-12-28T04:34:32.070Z Compiling foreign-types-shared v0.1.1
6422024-12-28T04:34:32.073Z 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`
6432024-12-28T04:34:32.173Z Compiling tower-service v0.3.2
6442024-12-28T04:34:32.176Z 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`
6452024-12-28T04:34:32.237Z Compiling foreign-types v0.3.2
6462024-12-28T04:34:32.239Z 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`
6472024-12-28T04:34:32.298Z 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`
6482024-12-28T04:34:32.324Z Compiling encoding_rs v0.8.33
6492024-12-28T04:34:32.347Z 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`
6502024-12-28T04:34:33.499Z Compiling mime v0.3.17
6512024-12-28T04:34:33.502Z 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`
6522024-12-28T04:34:33.551Z Compiling serde_derive v1.0.197
6532024-12-28T04:34:33.584Z 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=d521409de9241204 -C extra-filename=-d521409de9241204 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6542024-12-28T04:34:34.203Z Compiling tracing-attributes v0.1.27
6552024-12-28T04:34:34.206Z 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=f10a7fd682b11b10 -C extra-filename=-f10a7fd682b11b10 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6562024-12-28T04:34:34.733Z Compiling tokio-macros v2.2.0
6572024-12-28T04:34:34.735Z 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=54095800d846c2d8 -C extra-filename=-54095800d846c2d8 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6582024-12-28T04:34:36.412Z Compiling tokio v1.36.0
6592024-12-28T04:34:36.415Z 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=773acc9426056963 -C extra-filename=-773acc9426056963 --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-6beacad112a851e7.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-54095800d846c2d8.so --cap-lints allow`
6602024-12-28T04:34:36.932Z Compiling futures-macro v0.3.30
6612024-12-28T04:34:36.934Z 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=294a0bd69ebae541 -C extra-filename=-294a0bd69ebae541 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6622024-12-28T04:34:37.159Z Compiling thiserror-impl v1.0.58
6632024-12-28T04:34:37.162Z 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.58/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=ed31447417c750d1 -C extra-filename=-ed31447417c750d1 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6642024-12-28T04:34:37.492Z Compiling schemars_derive v0.8.16
6652024-12-28T04:34:37.494Z 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`
6662024-12-28T04:34:37.630Z Compiling tracing v0.1.40
6672024-12-28T04:34:37.633Z 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=5157401d67fdfc80 -C extra-filename=-5157401d67fdfc80 --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-5102778d721e631e.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-f10a7fd682b11b10.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow`
6682024-12-28T04:34:38.162Z Compiling regex v1.10.3
6692024-12-28T04:34:38.167Z 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`
6702024-12-28T04:34:39.014Z Compiling futures-util v0.3.30
6712024-12-28T04:34:39.031Z 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=8c02da9c1662b1d4 -C extra-filename=-8c02da9c1662b1d4 --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-294a0bd69ebae541.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`
6722024-12-28T04:34:39.432Z Compiling openssl-macros v0.1.1
6732024-12-28T04:34:39.434Z 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=8bb0ba9724ec595d -C extra-filename=-8bb0ba9724ec595d --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
6742024-12-28T04:34:40.162Z 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.58/src/lib.rs --error-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=da417c311004318f -C extra-filename=-da417c311004318f --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-ed31447417c750d1.so --cap-lints allow`
6752024-12-28T04:34:40.280Z Compiling base64 v0.21.7
6762024-12-28T04:34:40.280Z 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`
6772024-12-28T04:34:40.296Z Compiling native-tls v0.2.11
6782024-12-28T04:34:40.299Z 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`
6792024-12-28T04:34:40.605Z Compiling rustls v0.21.10
6802024-12-28T04:34:40.608Z 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`
6812024-12-28T04:34:40.780Z 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`
6822024-12-28T04:34:40.905Z Compiling typenum v1.17.0
6832024-12-28T04:34:40.941Z 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`
6842024-12-28T04:34:41.081Z Compiling anstyle v1.0.6
6852024-12-28T04:34:41.084Z 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`
6862024-12-28T04:34:41.163Z 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=294bcad0e0af116f -C extra-filename=-294bcad0e0af116f --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-d521409de9241204.so --cap-lints allow`
6872024-12-28T04:34:41.573Z Compiling event-listener v4.0.3
6882024-12-28T04:34:41.626Z 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-12-28T04:34:41.939Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main`
6902024-12-28T04:34:42.131Z Compiling rand_core v0.6.4
6912024-12-28T04:34:42.140Z 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-12-28T04:34:42.211Z Compiling generic-array v0.14.7
6932024-12-28T04:34:42.213Z 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`
6942024-12-28T04:34:42.557Z 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`
6952024-12-28T04:34:42.588Z Compiling unicode-width v0.1.11
6962024-12-28T04:34:42.590Z 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-12-28T04:34:42.747Z Compiling ppv-lite86 v0.2.17
6982024-12-28T04:34:42.750Z 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-12-28T04:34:43.484Z Compiling rand_chacha v0.3.1
7002024-12-28T04:34:43.486Z 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`
7012024-12-28T04:34:44.813Z Compiling tokio-util v0.7.10
7022024-12-28T04:34:44.816Z 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=b872f6d249927abd -C extra-filename=-b872f6d249927abd --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-773acc9426056963.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow`
7032024-12-28T04:34:44.839Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build`
7042024-12-28T04:34:44.902Z 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`
7052024-12-28T04:34:45.391Z Compiling event-listener-strategy v0.4.0
7062024-12-28T04:34:45.394Z 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`
7072024-12-28T04:34:45.599Z Compiling rustls-pemfile v1.0.4
7082024-12-28T04:34:45.602Z 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`
7092024-12-28T04:34:46.081Z Compiling ipnet v2.9.0
7102024-12-28T04:34:46.096Z 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`
7112024-12-28T04:34:46.341Z Compiling webpki-roots v0.25.4
7122024-12-28T04:34:46.344Z 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`
7132024-12-28T04:34:46.436Z Compiling utf8parse v0.2.1
7142024-12-28T04:34:46.439Z 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`
7152024-12-28T04:34:46.497Z Compiling sync_wrapper v0.1.2
7162024-12-28T04:34:46.499Z 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`
7172024-12-28T04:34:46.589Z Compiling anstyle-parse v0.2.3
7182024-12-28T04:34:46.592Z 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`
7192024-12-28T04:34:46.619Z 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`
7202024-12-28T04:34:46.961Z 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`
7212024-12-28T04:34:47.544Z Compiling indexmap v2.2.5
7222024-12-28T04:34:47.547Z 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.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f2e91ea1a9f2f006 -C extra-filename=-f2e91ea1a9f2f006 --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-294bcad0e0af116f.rmeta --cap-lints allow`
7232024-12-28T04:34:47.604Z 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=66750acaf40a65c0 -C extra-filename=-66750acaf40a65c0 --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-294bcad0e0af116f.rmeta --cap-lints allow --cfg limb_width_64`
7242024-12-28T04:34:47.653Z Compiling url v2.5.0
7252024-12-28T04:34:47.656Z 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=b6086f8c0fa36c18 -C extra-filename=-b6086f8c0fa36c18 --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-294bcad0e0af116f.rmeta --cap-lints allow`
7262024-12-28T04:34:47.806Z Compiling chrono v0.4.35
7272024-12-28T04:34:47.810Z 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.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="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=bad13a0dcb8fa9cd -C extra-filename=-bad13a0dcb8fa9cd --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-294bcad0e0af116f.rmeta --cap-lints allow`
7282024-12-28T04:34:48.135Z Compiling uuid v1.7.0
7292024-12-28T04:34:48.137Z 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=b775a7e0ec39bbd6 -C extra-filename=-b775a7e0ec39bbd6 --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-294bcad0e0af116f.rmeta --cap-lints allow`
7302024-12-28T04:34:48.907Z Compiling h2 v0.3.24
7312024-12-28T04:34:48.912Z 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=f98cfb3d2fa8f10a -C extra-filename=-f98cfb3d2fa8f10a --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-8c02da9c1662b1d4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-ba75b939594c9ec5.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b872f6d249927abd.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow`
7322024-12-28T04:34:48.986Z Compiling serde_urlencoded v0.7.1
7332024-12-28T04:34:48.989Z 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=3ea63f8e1642d8ed -C extra-filename=-3ea63f8e1642d8ed --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-294bcad0e0af116f.rmeta --cap-lints allow`
7342024-12-28T04:34:49.545Z Compiling toml_datetime v0.6.5
7352024-12-28T04:34:49.547Z 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=dd79a23a6c343563 -C extra-filename=-dd79a23a6c343563 --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-294bcad0e0af116f.rmeta --cap-lints allow`
7362024-12-28T04:34:49.933Z Compiling serde_tokenstream v0.2.0
7372024-12-28T04:34:49.936Z 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=229fc295ede5520f -C extra-filename=-229fc295ede5520f --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-294bcad0e0af116f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --cap-lints allow`
7382024-12-28T04:34:50.087Z Compiling serde_spanned v0.6.5
7392024-12-28T04:34:50.090Z 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=08fe028dac3e0e2c -C extra-filename=-08fe028dac3e0e2c --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-294bcad0e0af116f.rmeta --cap-lints allow`
7402024-12-28T04:34:50.395Z 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=35660ee78969ad7d -C extra-filename=-35660ee78969ad7d --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-bad13a0dcb8fa9cd.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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7412024-12-28T04:34:50.418Z Compiling async-lock v3.3.0
7422024-12-28T04:34:50.418Z 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`
7432024-12-28T04:34:50.818Z Compiling rand v0.8.5
7442024-12-28T04:34:50.842Z 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`
7452024-12-28T04:34:50.844Z Compiling futures-lite v2.2.0
7462024-12-28T04:34:50.846Z 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`
7472024-12-28T04:34:51.882Z Compiling libnghttp2-sys v0.1.9+1.58.0
7482024-12-28T04:34:51.884Z 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`
7492024-12-28T04:34:52.224Z Compiling regress v0.9.0
7502024-12-28T04:34:52.227Z 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.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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4b89093bdb2c34 -C extra-filename=-1b4b89093bdb2c34 --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`
7512024-12-28T04:34:52.425Z Compiling winnow v0.6.0
7522024-12-28T04:34:52.427Z 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`
7532024-12-28T04:34:52.582Z Compiling anstyle-query v1.0.2
7542024-12-28T04:34:52.608Z 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`
7552024-12-28T04:34:52.664Z Compiling colorchoice v1.0.0
7562024-12-28T04:34:52.667Z 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`
7572024-12-28T04:34:52.728Z Compiling event-listener v2.5.3
7582024-12-28T04:34:52.731Z 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`
7592024-12-28T04:34:52.824Z Compiling anstream v0.6.11
7602024-12-28T04:34:52.827Z 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`
7612024-12-28T04:34:53.216Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-51de0750de485fa9/build-script-build`
7622024-12-28T04:34:53.657Z Compiling dirs-sys-next v0.1.2
7632024-12-28T04:34:53.660Z 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`
7642024-12-28T04:34:53.952Z Compiling polling v2.8.0
7652024-12-28T04:34:53.955Z 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`
7662024-12-28T04:34:54.115Z Compiling atomic-waker v1.1.2
7672024-12-28T04:34:54.117Z 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`
7682024-12-28T04:34:54.309Z Compiling strsim v0.11.0
7692024-12-28T04:34:54.325Z 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`
7702024-12-28T04:34:54.341Z Compiling crunchy v0.2.2
7712024-12-28T04:34:54.343Z 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`
7722024-12-28T04:34:54.430Z Compiling clap_lex v0.7.0
7732024-12-28T04:34:54.433Z 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`
7742024-12-28T04:34:54.744Z Compiling heck v0.5.0
7752024-12-28T04:34:54.747Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=20c1cf76f25fa1cf -C extra-filename=-20c1cf76f25fa1cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7762024-12-28T04:34:54.825Z Compiling io-lifetimes v1.0.11
7772024-12-28T04:34:54.828Z 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`
7782024-12-28T04:34:54.988Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build`
7792024-12-28T04:34:55.012Z Compiling clap_builder v4.5.2
7802024-12-28T04:34:55.027Z 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.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="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=6608e132cc206efb -C extra-filename=-6608e132cc206efb --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`
7812024-12-28T04:34:55.162Z Compiling clap_derive v4.5.3
7822024-12-28T04:34:55.162Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cacf1ce288709348 -C extra-filename=-cacf1ce288709348 --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-20c1cf76f25fa1cf.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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
7832024-12-28T04:34:55.386Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build`
7842024-12-28T04:34:55.447Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-26fc744159b1829f/build-script-build`
7852024-12-28T04:34:55.568Z Compiling hyper v0.14.28
7862024-12-28T04:34:55.571Z 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=60afd7c43ca0c345 -C extra-filename=-60afd7c43ca0c345 --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-8c02da9c1662b1d4.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-f98cfb3d2fa8f10a.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-23235a4b01ab8eb7.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.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-5157401d67fdfc80.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow`
7872024-12-28T04:34:55.625Z Compiling dirs-next v2.0.0
7882024-12-28T04:34:55.628Z 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`
7892024-12-28T04:34:55.817Z Compiling toml_edit v0.22.8
7902024-12-28T04:34:55.819Z 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.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=57364fff2eaa21d9 -C extra-filename=-57364fff2eaa21d9 --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-08fe028dac3e0e2c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-dd79a23a6c343563.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-25588663a6df5a90.rmeta --cap-lints allow`
7912024-12-28T04:34:56.245Z Compiling crypto-common v0.1.6
7922024-12-28T04:34:56.248Z 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`
7932024-12-28T04:34:56.431Z Compiling block-buffer v0.10.4
7942024-12-28T04:34:56.443Z 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`
7952024-12-28T04:34:56.646Z Compiling polling v3.4.0
7962024-12-28T04:34:56.649Z 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=c117907adf181be2 -C extra-filename=-c117907adf181be2 --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-5157401d67fdfc80.rmeta --cap-lints allow`
7972024-12-28T04:34:57.442Z Compiling event-listener v5.0.0
7982024-12-28T04:34:57.445Z 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`
7992024-12-28T04:34:57.893Z Compiling curl-sys v0.4.72+curl-8.6.0
8002024-12-28T04:34:57.924Z 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`
8012024-12-28T04:34:58.059Z 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`
8022024-12-28T04:34:58.694Z Compiling fastrand v1.9.0
8032024-12-28T04:34:58.697Z 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`
8042024-12-28T04:34:58.868Z Compiling toml v0.8.12
8052024-12-28T04:34:58.903Z 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.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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=4a4f2b37ae11a5f4 -C extra-filename=-4a4f2b37ae11a5f4 --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-294bcad0e0af116f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-08fe028dac3e0e2c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-dd79a23a6c343563.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rmeta --cap-lints allow`
8062024-12-28T04:34:59.308Z Compiling siphasher v0.3.11
8072024-12-28T04:34:59.310Z 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`
8082024-12-28T04:34:59.683Z Compiling rustix v0.37.27
8092024-12-28T04:34:59.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/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`
8102024-12-28T04:35:00.021Z Compiling tiny-keccak v2.0.2
8112024-12-28T04:35:00.024Z 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`
8122024-12-28T04:35:00.287Z Compiling waker-fn v1.1.1
8132024-12-28T04:35:00.289Z 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`
8142024-12-28T04:35:00.327Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build`
8152024-12-28T04:35:00.346Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build`
8162024-12-28T04:35:00.355Z Compiling clap v4.5.3
8172024-12-28T04:35:00.357Z 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.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="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=3c881a595e662ebd -C extra-filename=-3c881a595e662ebd --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-6608e132cc206efb.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-cacf1ce288709348.so --cap-lints allow`
8182024-12-28T04:35:00.404Z Compiling futures-lite v1.13.0
8192024-12-28T04:35:00.407Z 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`
8202024-12-28T04:35:00.422Z Compiling phf_shared v0.10.0
8212024-12-28T04:35:00.425Z 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`
8222024-12-28T04:35:00.461Z 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`
8232024-12-28T04:35:00.804Z Compiling event-listener-strategy v0.5.0
8242024-12-28T04:35:00.820Z 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`
8252024-12-28T04:35:00.823Z Compiling async-io v2.3.1
8262024-12-28T04:35:00.823Z 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=e3af11c6712c996f -C extra-filename=-e3af11c6712c996f --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-c117907adf181be2.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-5157401d67fdfc80.rmeta --cap-lints allow`
8272024-12-28T04:35:01.016Z Compiling digest v0.10.7
8282024-12-28T04:35:01.018Z 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`
8292024-12-28T04:35:01.369Z Compiling term v0.7.0
8302024-12-28T04:35:01.371Z 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`
8312024-12-28T04:35:01.549Z 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`
8322024-12-28T04:35:01.798Z 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=ecc8fc2a8de22b72 -C extra-filename=-ecc8fc2a8de22b72 --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-5102778d721e631e.rmeta --cap-lints allow`
8332024-12-28T04:35:02.288Z 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`
8342024-12-28T04:35:02.305Z Compiling futures-executor v0.3.30
8352024-12-28T04:35:02.305Z 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=351ac48c4e910e87 -C extra-filename=-351ac48c4e910e87 --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-8c02da9c1662b1d4.rmeta --cap-lints allow`
8362024-12-28T04:35:02.383Z Compiling async-io v1.13.0
8372024-12-28T04:35:02.386Z 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`
8382024-12-28T04:35:02.742Z Compiling time-core v0.1.2
8392024-12-28T04:35:02.744Z 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`
8402024-12-28T04:35:02.915Z Compiling num-conv v0.1.0
8412024-12-28T04:35:02.917Z 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`
8422024-12-28T04:35:02.986Z Compiling lazy_static v1.4.0
8432024-12-28T04:35:02.989Z 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`
8442024-12-28T04:35:03.124Z Compiling new_debug_unreachable v1.0.4
8452024-12-28T04:35:03.126Z 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`
8462024-12-28T04:35:03.212Z Compiling bitflags v1.3.2
8472024-12-28T04:35:03.212Z Compiling cpufeatures v0.2.12
8482024-12-28T04:35:03.215Z 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`
8492024-12-28T04:35:03.215Z 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`
8502024-12-28T04:35:03.266Z Compiling diff v0.1.13
8512024-12-28T04:35:03.269Z 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`
8522024-12-28T04:35:03.310Z Compiling powerfmt v0.2.0
8532024-12-28T04:35:03.313Z 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`
8542024-12-28T04:35:03.326Z Compiling async-task v4.7.0
8552024-12-28T04:35:03.328Z 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`
8562024-12-28T04:35:03.553Z Compiling precomputed-hash v0.1.1
8572024-12-28T04:35:03.553Z 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`
8582024-12-28T04:35:03.699Z Compiling bit-vec v0.6.3
8592024-12-28T04:35:03.702Z 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`
8602024-12-28T04:35:03.759Z Compiling either v1.10.0
8612024-12-28T04:35:03.762Z 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`
8622024-12-28T04:35:03.897Z Compiling fixedbitset v0.4.2
8632024-12-28T04:35:03.900Z 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`
8642024-12-28T04:35:04.088Z Compiling bit-set v0.5.3
8652024-12-28T04:35:04.091Z 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`
8662024-12-28T04:35:04.133Z Compiling itertools v0.10.5
8672024-12-28T04:35:04.148Z 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`
8682024-12-28T04:35:04.169Z Compiling petgraph v0.6.4
8692024-12-28T04:35:04.171Z 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=0a23fe7f3c682548 -C extra-filename=-0a23fe7f3c682548 --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-f2e91ea1a9f2f006.rmeta --cap-lints allow`
8702024-12-28T04:35:04.296Z Compiling string_cache v0.8.7
8712024-12-28T04:35:04.299Z 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`
8722024-12-28T04:35:04.341Z Compiling deranged v0.3.11
8732024-12-28T04:35:04.343Z 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`
8742024-12-28T04:35:04.703Z 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`
8752024-12-28T04:35:05.927Z Compiling time-macros v0.2.17
8762024-12-28T04:35:05.929Z 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`
8772024-12-28T04:35:06.419Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-35881424475b1d89/build-script-build`
8782024-12-28T04:35:06.553Z Compiling futures v0.3.30
8792024-12-28T04:35:06.556Z 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=57970f88c3caf4de -C extra-filename=-57970f88c3caf4de --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-351ac48c4e910e87.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-8c02da9c1662b1d4.rmeta --cap-lints allow`
8802024-12-28T04:35:06.652Z 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`
8812024-12-28T04:35:06.669Z Compiling ascii-canvas v3.0.0
8822024-12-28T04:35:06.669Z 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`
8832024-12-28T04:35:06.686Z Compiling async-channel v2.2.0
8842024-12-28T04:35:06.689Z 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`
8852024-12-28T04:35:06.859Z Compiling piper v0.2.1
8862024-12-28T04:35:06.861Z 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`
8872024-12-28T04:35:06.892Z Compiling async-channel v1.9.0
8882024-12-28T04:35:06.894Z 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`
8892024-12-28T04:35:07.015Z Compiling async-lock v2.8.0
8902024-12-28T04:35:07.015Z 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`
8912024-12-28T04:35:07.032Z Compiling lalrpop-util v0.20.0
8922024-12-28T04:35:07.034Z 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`
8932024-12-28T04:35:07.110Z Compiling ena v0.14.2
8942024-12-28T04:35:07.112Z 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=0f563140a98b1770 -C extra-filename=-0f563140a98b1770 --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-37f34ee689d3890c.rmeta --cap-lints allow`
8952024-12-28T04:35:07.141Z Compiling libgit2-sys v0.16.2+1.7.2
8962024-12-28T04:35:07.143Z 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`
8972024-12-28T04:35:07.187Z Compiling is-terminal v0.4.12
8982024-12-28T04:35:07.190Z 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`
8992024-12-28T04:35:07.297Z Compiling num_threads v0.1.6
9002024-12-28T04:35:07.313Z 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`
9012024-12-28T04:35:07.316Z Compiling unicode-xid v0.2.4
9022024-12-28T04:35:07.316Z 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`
9032024-12-28T04:35:07.416Z Compiling home v0.5.9
9042024-12-28T04:35:07.431Z 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`
9052024-12-28T04:35:07.433Z Compiling regex-syntax v0.7.5
9062024-12-28T04:35:07.433Z 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`
9072024-12-28T04:35:07.470Z Compiling slog v2.7.0
9082024-12-28T04:35:07.474Z 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`
9092024-12-28T04:35:07.505Z Compiling async-trait v0.1.78
9102024-12-28T04:35:07.507Z 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.78/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=584cb79b614b2dd5 -C extra-filename=-584cb79b614b2dd5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-trait-584cb79b614b2dd5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9112024-12-28T04:35:07.692Z Compiling pico-args v0.5.0
9122024-12-28T04:35:07.695Z 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`
9132024-12-28T04:35:07.796Z 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=2eca08a22a2a2b1b -C extra-filename=-2eca08a22a2a2b1b --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-5102778d721e631e.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-ecc8fc2a8de22b72.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`
9142024-12-28T04:35:07.860Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-5dba19fa970e41f4/build-script-build`
9152024-12-28T04:35:07.903Z Compiling blocking v1.5.1
9162024-12-28T04:35:07.906Z 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=888b85dbc40b68f8 -C extra-filename=-888b85dbc40b68f8 --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-5157401d67fdfc80.rmeta --cap-lints allow`
9172024-12-28T04:35:07.947Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build`
9182024-12-28T04:35:07.975Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-trait-584cb79b614b2dd5/build-script-build`
9192024-12-28T04:35:08.008Z Compiling async-executor v1.8.0
9202024-12-28T04:35:08.025Z 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`
9212024-12-28T04:35:08.037Z Compiling async-signal v0.2.5
9222024-12-28T04:35:08.039Z 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=78aed58aeb11ae44 -C extra-filename=-78aed58aeb11ae44 --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-e3af11c6712c996f.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`
9232024-12-28T04:35:08.053Z Compiling pin-project-internal v1.1.4
9242024-12-28T04:35:08.056Z 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=bd253b37cf74bfae -C extra-filename=-bd253b37cf74bfae --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
9252024-12-28T04:35:08.486Z 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`
9262024-12-28T04:35:08.649Z 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`
9272024-12-28T04:35:08.809Z Compiling event-listener v3.1.0
9282024-12-28T04:35:08.812Z 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`
9292024-12-28T04:35:08.845Z 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`
9302024-12-28T04:35:09.000Z Compiling dirs-sys v0.3.7
9312024-12-28T04:35:09.003Z 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`
9322024-12-28T04:35:09.054Z Compiling time v0.3.34
9332024-12-28T04:35:09.057Z 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`
9342024-12-28T04:35:09.438Z Compiling curl v0.4.46
9352024-12-28T04:35:09.441Z 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-12-28T04:35:09.598Z Compiling similar v2.4.0
9372024-12-28T04:35:09.598Z 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-12-28T04:35:09.770Z Compiling async-process v1.8.1
9392024-12-28T04:35:09.773Z 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=dfa586cf83ccb295 -C extra-filename=-dfa586cf83ccb295 --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-2eca08a22a2a2b1b.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-78aed58aeb11ae44.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-12-28T04:35:09.818Z Compiling dirs v4.0.0
9412024-12-28T04:35:09.821Z 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-12-28T04:35:10.005Z 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`
9432024-12-28T04:35:10.031Z Compiling async-global-executor v2.4.1
9442024-12-28T04:35:10.045Z 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=67c98d0ed71aa019 -C extra-filename=-67c98d0ed71aa019 --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-e3af11c6712c996f.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-888b85dbc40b68f8.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`
9452024-12-28T04:35:10.205Z 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.78/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=e92aab8b06e20ab2 -C extra-filename=-e92aab8b06e20ab2 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
9462024-12-28T04:35:11.070Z Compiling lalrpop v0.20.0
9472024-12-28T04:35:11.072Z 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=305e6a6e506a37f3 -C extra-filename=-305e6a6e506a37f3 --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-0f563140a98b1770.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-0a23fe7f3c682548.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`
9482024-12-28T04:35:11.292Z Compiling pin-project v1.1.4
9492024-12-28T04:35:11.323Z 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=40a5bea1d25da529 -C extra-filename=-40a5bea1d25da529 --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-bd253b37cf74bfae.so --cap-lints allow`
9502024-12-28T04:35:11.415Z 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`
9512024-12-28T04:35:12.183Z Compiling sha1 v0.10.6
9522024-12-28T04:35:12.186Z 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`
9532024-12-28T04:35:12.423Z Compiling openapiv3 v2.0.0
9542024-12-28T04:35:12.426Z 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=55d42e13f96bfbce -C extra-filename=-55d42e13f96bfbce --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow`
9552024-12-28T04:35:12.469Z Compiling tempfile v3.10.1
9562024-12-28T04:35:12.488Z 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`
9572024-12-28T04:35:12.608Z 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`
9582024-12-28T04:35:12.730Z Compiling kv-log-macro v1.0.7
9592024-12-28T04:35:12.755Z 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=5f015be6f49bfd26 -C extra-filename=-5f015be6f49bfd26 --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-5102778d721e631e.rmeta --cap-lints allow`
9602024-12-28T04:35:12.948Z Compiling rustls-pki-types v1.3.0
9612024-12-28T04:35:12.951Z 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`
9622024-12-28T04:35:13.237Z 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`
9632024-12-28T04:35:13.478Z Compiling zeroize v1.7.0
9642024-12-28T04:35:13.480Z 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`
9652024-12-28T04:35:13.500Z Compiling isahc v1.7.2
9662024-12-28T04:35:13.502Z 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`
9672024-12-28T04:35:13.515Z Compiling predicates-core v1.0.6
9682024-12-28T04:35:13.518Z 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`
9692024-12-28T04:35:13.824Z Compiling async-std v1.12.0
9702024-12-28T04:35:13.827Z 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=7fbf3f124bac19f6 -C extra-filename=-7fbf3f124bac19f6 --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-67c98d0ed71aa019.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-2eca08a22a2a2b1b.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-dfa586cf83ccb295.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-5f015be6f49bfd26.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.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`
9712024-12-28T04:35:13.842Z Compiling tracing-futures v0.2.5
9722024-12-28T04:35:13.862Z 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=712178fca72399e2 -C extra-filename=-712178fca72399e2 --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-40a5bea1d25da529.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-5157401d67fdfc80.rmeta --cap-lints allow`
9732024-12-28T04:35:13.942Z 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`
9742024-12-28T04:35:14.034Z Compiling sluice v0.5.5
9752024-12-28T04:35:14.037Z 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`
9762024-12-28T04:35:14.110Z Compiling console v0.15.8
9772024-12-28T04:35:14.113Z 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`
9782024-12-28T04:35:14.371Z Compiling float-cmp v0.9.0
9792024-12-28T04:35:14.374Z 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`
9802024-12-28T04:35:14.566Z 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`
9812024-12-28T04:35:14.685Z Compiling utf-8 v0.7.6
9822024-12-28T04:35:14.705Z 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`
9832024-12-28T04:35:14.708Z Compiling data-encoding v2.5.0
9842024-12-28T04:35:14.708Z 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`
9852024-12-28T04:35:15.030Z Compiling portable-atomic v1.6.0
9862024-12-28T04:35:15.032Z 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`
9872024-12-28T04:35:15.866Z 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`
9882024-12-28T04:35:15.952Z Compiling normalize-line-endings v0.3.0
9892024-12-28T04:35:15.968Z 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`
9902024-12-28T04:35:15.971Z Compiling difflib v0.4.0
9912024-12-28T04:35:15.971Z 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`
9922024-12-28T04:35:16.079Z Compiling base64 v0.13.1
9932024-12-28T04:35:16.081Z 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`
9942024-12-28T04:35:16.209Z Compiling rustls v0.22.2
9952024-12-28T04:35:16.211Z 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`
9962024-12-28T04:35:16.540Z Compiling unicode-segmentation v1.11.0
9972024-12-28T04:35:16.543Z 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-12-28T04:35:16.723Z Compiling byteorder v1.5.0
9992024-12-28T04:35:16.726Z 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`
10002024-12-28T04:35:17.044Z Compiling castaway v0.1.2
10012024-12-28T04:35:17.046Z 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`
10022024-12-28T04:35:17.169Z Compiling tungstenite v0.20.1
10032024-12-28T04:35:17.172Z Compiling predicates v3.1.0
10042024-12-28T04:35:17.172Z 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=7d872cb70876bea1 -C extra-filename=-7d872cb70876bea1 --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-5102778d721e631e.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-da417c311004318f.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow`
10052024-12-28T04:35:17.172Z 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-12-28T04:35:17.423Z Compiling newline-converter v0.3.0
10072024-12-28T04:35:17.440Z 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`
10082024-12-28T04:35:17.440Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build`
10092024-12-28T04:35:17.487Z Compiling assert-json-diff v2.0.2
10102024-12-28T04:35:17.490Z 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=08f21ace086b2729 -C extra-filename=-08f21ace086b2729 --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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow`
10112024-12-28T04:35:17.584Z Compiling serde_path_to_error v0.1.15
10122024-12-28T04:35:17.587Z 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=ce2e3010669d7d95 -C extra-filename=-ce2e3010669d7d95 --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-294bcad0e0af116f.rmeta --cap-lints allow`
10132024-12-28T04:35:18.063Z Compiling async-object-pool v0.1.4
10142024-12-28T04:35:18.066Z 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=a8eb933043a519a0 -C extra-filename=-a8eb933043a519a0 --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-7fbf3f124bac19f6.rmeta --cap-lints allow`
10152024-12-28T04:35:18.236Z Compiling serde_regex v1.1.0
10162024-12-28T04:35:18.239Z 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=8603260efab89983 -C extra-filename=-8603260efab89983 --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-294bcad0e0af116f.rmeta --cap-lints allow`
10172024-12-28T04:35:18.455Z Compiling ring v0.16.20
10182024-12-28T04:35:18.458Z 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-12-28T04:35:18.519Z Compiling multer v3.0.0
10202024-12-28T04:35:18.579Z 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-12-28T04:35:18.668Z Compiling is-docker v0.2.0
10222024-12-28T04:35:18.671Z 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-12-28T04:35:18.885Z Compiling thread_local v1.1.7
10242024-12-28T04:35:18.887Z 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-12-28T04:35:19.067Z Compiling paste v1.0.14
10262024-12-28T04:35:19.070Z 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`
10272024-12-28T04:35:19.298Z Compiling doc-comment v0.3.3
10282024-12-28T04:35:19.301Z 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`
10292024-12-28T04:35:19.543Z Compiling levenshtein v1.0.5
10302024-12-28T04:35:19.545Z 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`
10312024-12-28T04:35:19.558Z Compiling subtle v2.5.0
10322024-12-28T04:35:19.560Z Compiling anyhow v1.0.81
10332024-12-28T04:35:19.560Z Compiling match_cfg v0.1.0
10342024-12-28T04:35:19.561Z 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-12-28T04:35:19.561Z 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.81/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=c70e79b1d8516dbe -C extra-filename=-c70e79b1d8516dbe --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-c70e79b1d8516dbe -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10362024-12-28T04:35:19.561Z 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`
10372024-12-28T04:35:19.660Z Compiling camino v1.1.6
10382024-12-28T04:35:19.663Z 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-12-28T04:35:19.793Z Compiling slog-async v2.8.0
10402024-12-28T04:35:19.808Z 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`
10412024-12-28T04:35:19.832Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build`
10422024-12-28T04:35:19.837Z Compiling hostname v0.3.1
10432024-12-28T04:35:19.880Z 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`
10442024-12-28T04:35:19.949Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-0472a60bd609e3c6/build-script-build`
10452024-12-28T04:35:20.011Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-7ed90fd367e5c2ca/build-script-build`
10462024-12-28T04:35:20.097Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-a2f5832851923eaa/build-script-build`
10472024-12-28T04:35:20.141Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-c70e79b1d8516dbe/build-script-build`
10482024-12-28T04:35:20.158Z Compiling is-wsl v0.4.0
10492024-12-28T04:35:20.160Z 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`
10502024-12-28T04:35:20.247Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-491fe6ccf6a88b16/build-script-build`
10512024-12-28T04:35:20.267Z Compiling tokio-tungstenite v0.20.1
10522024-12-28T04:35:20.282Z 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=f88d42f96937e00b -C extra-filename=-f88d42f96937e00b --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-8c02da9c1662b1d4.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-7d872cb70876bea1.rmeta --cap-lints allow`
10532024-12-28T04:35:20.290Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build`
10542024-12-28T04:35:20.301Z 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`
10552024-12-28T04:35:20.342Z Compiling slog-json v2.6.1
10562024-12-28T04:35:20.345Z 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=79648a099f2c1b34 -C extra-filename=-79648a099f2c1b34 --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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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`
10572024-12-28T04:35:20.369Z Compiling termini v1.0.0
10582024-12-28T04:35:20.388Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termini-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2190315b952fdc35 -C extra-filename=-2190315b952fdc35 --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 --cap-lints allow`
10592024-12-28T04:35:20.737Z Compiling sha2 v0.10.8
10602024-12-28T04:35:20.740Z 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`
10612024-12-28T04:35:20.798Z Compiling async-stream-impl v0.3.5
10622024-12-28T04:35:20.801Z 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=c3a67a6c3cf54cd9 -C extra-filename=-c3a67a6c3cf54cd9 --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-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
10632024-12-28T04:35:21.650Z 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.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 metadata=34b31000ce6dacc5 -C extra-filename=-34b31000ce6dacc5 --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`
10642024-12-28T04:35:21.748Z Compiling crossbeam-channel v0.5.11
10652024-12-28T04:35:21.750Z 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`
10662024-12-28T04:35:21.978Z Compiling http v1.0.0
10672024-12-28T04:35:21.981Z 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`
10682024-12-28T04:35:22.009Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543)
10692024-12-28T04:35:22.012Z 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/8039054/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`
10702024-12-28T04:35:22.206Z Compiling termtree v0.4.1
10712024-12-28T04:35:22.208Z 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`
10722024-12-28T04:35:22.378Z 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`
10732024-12-28T04:35:22.409Z Compiling take_mut v0.2.2
10742024-12-28T04:35:22.411Z 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`
10752024-12-28T04:35:22.576Z Compiling termcolor v1.4.1
10762024-12-28T04:35:22.576Z 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`
10772024-12-28T04:35:22.742Z Compiling humantime v2.1.0
10782024-12-28T04:35:22.744Z 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`
10792024-12-28T04:35:22.908Z Compiling spin v0.5.2
10802024-12-28T04:35:22.916Z 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`
10812024-12-28T04:35:22.967Z Compiling pathdiff v0.2.1
10822024-12-28T04:35:22.969Z 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`
10832024-12-28T04:35:23.109Z Compiling shell-words v1.1.0
10842024-12-28T04:35:23.111Z 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`
10852024-12-28T04:35:23.134Z Compiling untrusted v0.7.1
10862024-12-28T04:35:23.143Z 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`
10872024-12-28T04:35:23.296Z Compiling number_prefix v0.4.0
10882024-12-28T04:35:23.299Z 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`
10892024-12-28T04:35:23.323Z Compiling assert_cmd v2.0.14
10902024-12-28T04:35:23.325Z 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`
10912024-12-28T04:35:23.463Z Compiling heck v0.4.1
10922024-12-28T04:35:23.465Z 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`
10932024-12-28T04:35:23.525Z Compiling indicatif v0.17.8
10942024-12-28T04:35:23.528Z 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`
10952024-12-28T04:35:23.595Z 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=7c8c573a0e55d7b6 -C extra-filename=-7c8c573a0e55d7b6 --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-8c02da9c1662b1d4.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-5102778d721e631e.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`
10962024-12-28T04:35:23.752Z 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`
10972024-12-28T04:35:23.792Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build`
10982024-12-28T04:35:23.806Z Compiling dialoguer v0.10.4
10992024-12-28T04:35:23.806Z 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`
11002024-12-28T04:35:24.030Z 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=4d10cc85d0d8fcfb -C extra-filename=-4d10cc85d0d8fcfb --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-34b31000ce6dacc5.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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-90478d4bb7349d1e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
11012024-12-28T04:35:24.818Z Compiling open v4.2.0
11022024-12-28T04:35:24.843Z 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`
11032024-12-28T04:35:24.885Z Compiling env_logger v0.10.2
11042024-12-28T04:35:24.888Z 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=2c54bfaece5ec9be -C extra-filename=-2c54bfaece5ec9be --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-5102778d721e631e.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`
11052024-12-28T04:35:25.131Z 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`
11062024-12-28T04:35:26.018Z Compiling predicates-tree v1.0.9
11072024-12-28T04:35:26.046Z 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`
11082024-12-28T04:35:26.373Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-5f54482c1300ac51/build-script-build`
11092024-12-28T04:35:26.406Z Compiling async-stream v0.3.5
11102024-12-28T04:35:26.408Z 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=e42de264f3fe6d73 -C extra-filename=-e42de264f3fe6d73 --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-c3a67a6c3cf54cd9.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`
11112024-12-28T04:35:26.504Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#f960190b)
11122024-12-28T04:35:26.510Z 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/f960190/src/lib.rs --error-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=a42799276cbeacbe -C extra-filename=-a42799276cbeacbe --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-57970f88c3caf4de.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 term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-2190315b952fdc35.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-f88d42f96937e00b.rmeta --cap-lints allow`
11132024-12-28T04:35:26.579Z Compiling slog-bunyan v2.5.0
11142024-12-28T04:35:26.631Z 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=45036784f0b1af9c -C extra-filename=-45036784f0b1af9c --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-79648a099f2c1b34.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-49eeac5e2d21873f.rmeta --cap-lints allow`
11152024-12-28T04:35:26.668Z 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=0d5cf5e1b4eecd5a -C extra-filename=-0d5cf5e1b4eecd5a --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-294bcad0e0af116f.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
11162024-12-28T04:35:26.740Z 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.81/src/lib.rs --error-format=json --json=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=f367791b25eca406 -C extra-filename=-f367791b25eca406 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace`
11172024-12-28T04:35:26.780Z 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`
11182024-12-28T04:35:27.260Z 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`
11192024-12-28T04:35:27.352Z Compiling slog-term v2.9.1
11202024-12-28T04:35:27.355Z 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.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=2d85d6e38ec9d0bb -C extra-filename=-2d85d6e38ec9d0bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-18a0713c4f999d77.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`
11212024-12-28T04:35:27.768Z Compiling pem v1.1.1
11222024-12-28T04:35:27.771Z 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`
11232024-12-28T04:35:27.885Z Compiling rustls-pemfile v2.1.1
11242024-12-28T04:35:27.887Z 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.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0a67fa810f49e3f1 -C extra-filename=-0a67fa810f49e3f1 --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`
11252024-12-28T04:35:27.902Z Compiling yasna v0.5.2
11262024-12-28T04:35:27.917Z 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`
11272024-12-28T04:35:28.043Z Compiling clap_complete v4.5.1
11282024-12-28T04:35:28.045Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.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=1b1353c7814753e6 -C extra-filename=-1b1353c7814753e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rmeta --cap-lints allow`
11292024-12-28T04:35:28.396Z Compiling waitgroup v0.1.2
11302024-12-28T04:35:28.399Z 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-12-28T04:35:28.521Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543)
11322024-12-28T04:35:28.524Z 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/8039054/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=7f9fee15f41d64d2 -C extra-filename=-7f9fee15f41d64d2 --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-294bcad0e0af116f.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
11332024-12-28T04:35:28.655Z Compiling tabwriter v1.4.0
11342024-12-28T04:35:28.657Z 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-12-28T04:35:28.674Z Compiling bstr v1.9.0
11362024-12-28T04:35:28.676Z 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-12-28T04:35:28.676Z 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.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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ebff456dce210c -C extra-filename=-87ebff456dce210c --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`
11382024-12-28T04:35:29.237Z Compiling wait-timeout v0.2.0
11392024-12-28T04:35:29.271Z 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`
11402024-12-28T04:35:29.825Z Compiling yansi v0.5.1
11412024-12-28T04:35:29.828Z 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`
11422024-12-28T04:35:29.923Z Compiling debug-ignore v1.0.5
11432024-12-28T04:35:29.925Z 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`
11442024-12-28T04:35:30.067Z 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`
11452024-12-28T04:35:30.146Z Compiling pretty_assertions v1.4.0
11462024-12-28T04:35:30.148Z 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-12-28T04:35:30.175Z Compiling rcgen v0.10.0
11482024-12-28T04:35:30.178Z 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`
11492024-12-28T04:35:30.537Z Compiling expectorate v1.1.0
11502024-12-28T04:35:30.577Z 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`
11512024-12-28T04:35:30.685Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
11522024-12-28T04:35:30.687Z 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=90e1effef6995b32 -C extra-filename=-90e1effef6995b32 --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-bad13a0dcb8fa9cd.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rmeta`
11532024-12-28T04:35:30.714Z Compiling getopts v0.2.21
11542024-12-28T04:35:30.717Z 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`
11552024-12-28T04:35:31.121Z Compiling semver v1.0.21
11562024-12-28T04:35:31.136Z 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-12-28T04:35:31.136Z 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.53/src/lib.rs --error-format=json --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=0c102b0dc5c0d359 -C extra-filename=-0c102b0dc5c0d359 --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`
11582024-12-28T04:35:31.617Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-3ad781d901f72572/build-script-build`
11592024-12-28T04:35:31.656Z 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=97929e72239499d5 -C extra-filename=-97929e72239499d5 --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-f2e91ea1a9f2f006.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --cap-lints allow`
11602024-12-28T04:35:31.680Z Compiling unsafe-libyaml v0.2.10
11612024-12-28T04:35:31.682Z 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`
11622024-12-28T04:35:31.932Z Compiling same-file v1.0.6
11632024-12-28T04:35:31.952Z 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`
11642024-12-28T04:35:32.178Z Compiling walkdir v2.4.0
11652024-12-28T04:35:32.263Z 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`
11662024-12-28T04:35:32.654Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
11672024-12-28T04:35:32.688Z 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/0d30d24/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=6d6864f2816f9c11 -C extra-filename=-6d6864f2816f9c11 --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-37f34ee689d3890c.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-87ebff456dce210c.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11682024-12-28T04:35:33.078Z Compiling serde_yaml v0.9.31
11692024-12-28T04:35:33.083Z 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=cacb54e7bb92f87f -C extra-filename=-cacb54e7bb92f87f --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-f2e91ea1a9f2f006.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-294bcad0e0af116f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-611f7ed6b87df0c2.rmeta --cap-lints allow`
11702024-12-28T04:35:33.544Z 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`
11712024-12-28T04:35:34.270Z Compiling toolchain_find v0.4.0
11722024-12-28T04:35:34.272Z 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`
11732024-12-28T04:35:34.403Z 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=5b18fecc7089e631 -C extra-filename=-5b18fecc7089e631 --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-bad13a0dcb8fa9cd.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.rlib`
11742024-12-28T04:35:35.053Z Compiling rustfmt-wrapper v0.2.1
11752024-12-28T04:35:35.056Z 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=bb87990a079fbda0 -C extra-filename=-bb87990a079fbda0 --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-294bcad0e0af116f.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-6fb8998f4632c105.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-64d4c9a29c1950bd.rmeta --cap-lints allow`
11762024-12-28T04:35:35.636Z 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/0d30d24/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=976f361652763f79 -C extra-filename=-976f361652763f79 --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-5102778d721e631e.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-1b4b89093bdb2c34.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c102b0dc5c0d359.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
11772024-12-28T04:35:37.923Z Compiling basic-cookies v0.1.5
11782024-12-28T04:35:37.925Z 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=79af2beabba2f5b4 -C extra-filename=-79af2beabba2f5b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-79af2beabba2f5b4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-305e6a6e506a37f3.rlib --cap-lints allow`
11792024-12-28T04:35:39.858Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-79af2beabba2f5b4/build-script-build`
11802024-12-28T04:35:39.905Z 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=3a976b2db36ea936 -C extra-filename=-3a976b2db36ea936 --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`
11812024-12-28T04:35:46.673Z 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`
11822024-12-28T04:35:46.705Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-cd77a843c36da444/build-script-build`
11832024-12-28T04:35:46.752Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-0b29c8d352cd3df7/build-script-build`
11842024-12-28T04:35:48.564Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
11852024-12-28T04:35:48.567Z 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/0d30d24/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=75abee8912961cdc -C extra-filename=-75abee8912961cdc --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-4d10cc85d0d8fcfb.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-6d6864f2816f9c11.rlib --extern proc_macro --cap-lints allow`
11862024-12-28T04:35:48.643Z Compiling rustls-webpki v0.101.7
11872024-12-28T04:35:48.646Z Compiling sct v0.7.1
11882024-12-28T04:35:48.646Z 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`
11892024-12-28T04:35:48.646Z 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`
11902024-12-28T04:35:48.983Z Compiling rustls-webpki v0.102.2
11912024-12-28T04:35:48.986Z 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`
11922024-12-28T04:35:49.598Z 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=ac21f476c0d81685 -C extra-filename=-ac21f476c0d81685 --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-5102778d721e631e.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`
11932024-12-28T04:35:50.312Z 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=b8ffadff31a564ec -C extra-filename=-b8ffadff31a564ec --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-5102778d721e631e.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`
11942024-12-28T04:35:52.866Z 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`
11952024-12-28T04:35:53.549Z Compiling tokio-rustls v0.24.1
11962024-12-28T04:35:53.596Z 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=d3f1897d85264a4c -C extra-filename=-d3f1897d85264a4c --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-ac21f476c0d81685.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
11972024-12-28T04:35:53.649Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
11982024-12-28T04:35:53.665Z 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/0d30d24/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=7a5d284c5bf8c050 -C extra-filename=-7a5d284c5bf8c050 --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-6d6864f2816f9c11.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-75abee8912961cdc.so --cap-lints allow`
11992024-12-28T04:35:53.774Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
12002024-12-28T04:35:53.777Z 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/090dd36/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=89f1f41e807d24cd -C extra-filename=-89f1f41e807d24cd --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-f2e91ea1a9f2f006.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-97929e72239499d5.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-4d10cc85d0d8fcfb.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-7a5d284c5bf8c050.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
12012024-12-28T04:35:53.882Z 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/0d30d24/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=59cbc93a3780e627 -C extra-filename=-59cbc93a3780e627 --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-976f361652763f79.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-75abee8912961cdc.so --cap-lints allow`
12022024-12-28T04:35:53.973Z Compiling hyper-rustls v0.24.2
12032024-12-28T04:35:53.988Z 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=fe793fcb6556554d -C extra-filename=-fe793fcb6556554d --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-8c02da9c1662b1d4.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-eecd83e3c8fd118b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-ac21f476c0d81685.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d3f1897d85264a4c.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12042024-12-28T04:35:54.024Z 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/090dd36/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=0dbcbd92a831e1d5 -C extra-filename=-0dbcbd92a831e1d5 --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-f2e91ea1a9f2f006.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-55d42e13f96bfbce.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-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-0c102b0dc5c0d359.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-59cbc93a3780e627.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow`
12052024-12-28T04:35:54.467Z Compiling tokio-rustls v0.25.0
12062024-12-28T04:35:54.470Z 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=cf3a152774873bf9 -C extra-filename=-cf3a152774873bf9 --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-b8ffadff31a564ec.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-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-0072e9773c276a54/out`
12072024-12-28T04:35:54.881Z 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/8039054/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=4f434a4fbf27893e -C extra-filename=-4f434a4fbf27893e --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-e42de264f3fe6d73.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.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-0d5cf5e1b4eecd5a.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.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-7f9fee15f41d64d2.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-57970f88c3caf4de.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-60afd7c43ca0c345.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-f2e91ea1a9f2f006.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-7c8c573a0e55d7b6.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-55d42e13f96bfbce.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-b8ffadff31a564ec.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-0a67fa810f49e3f1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-ce2e3010669d7d95.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.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-45036784f0b1af9c.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-79648a099f2c1b34.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-2d85d6e38ec9d0bb.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-cf3a152774873bf9.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:36:02.052Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
12092024-12-28T04:36:02.055Z 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/090dd36/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=2b49cefd069933d3 -C extra-filename=-2b49cefd069933d3 --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-97929e72239499d5.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-89f1f41e807d24cd.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-61da3da9dff5804b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4d10cc85d0d8fcfb.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-229fc295ede5520f.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-cacb54e7bb92f87f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-5ad951e579ad5e74.rlib --extern proc_macro --cap-lints allow`
12102024-12-28T04:36:21.663Z 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`
12112024-12-28T04:36:22.205Z Compiling git2 v0.18.2
12122024-12-28T04:36:22.208Z 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=e50837297bcdade6 -C extra-filename=-e50837297bcdade6 --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-37f34ee689d3890c.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`
12132024-12-28T04:36:28.159Z Compiling built v0.7.1
12142024-12-28T04:36:28.162Z 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=fff49ff89d0b3343 -C extra-filename=-fff49ff89d0b3343 --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-e50837297bcdade6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64`
12152024-12-28T04:36:29.712Z Compiling oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli)
12162024-12-28T04:36:29.714Z 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=3a806fefec822ef4 -C extra-filename=-3a806fefec822ef4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-3a806fefec822ef4 -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-fff49ff89d0b3343.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-4ea6f7f89bdd7cfd/out/build -L native=/usr/lib/amd64`
12172024-12-28T04:36:30.210Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-3a806fefec822ef4/build-script-build`
12182024-12-28T04:36:32.080Z 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`
12192024-12-28T04:36:32.080Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-b530580e3c14f663/build-script-build`
12202024-12-28T04:36:32.083Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build`
12212024-12-28T04:36:32.083Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1e5502d5d429d2f5/build-script-build`
12222024-12-28T04:36:33.167Z 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=16ac4ec02f9e08c7 -C extra-filename=-16ac4ec02f9e08c7 --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-8bb0ba9724ec595d.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`
12232024-12-28T04:36:34.775Z 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`
12242024-12-28T04:36:34.775Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build`
12252024-12-28T04:36:34.777Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build`
12262024-12-28T04:36:34.918Z 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`
12272024-12-28T04:36:35.551Z 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=53f1674a500e27af -C extra-filename=-53f1674a500e27af --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-5102778d721e631e.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-ecc8fc2a8de22b72.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-5157401d67fdfc80.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-712178fca72399e2.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.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`
12282024-12-28T04:36:36.995Z Compiling httpmock v0.6.8
12292024-12-28T04:36:36.996Z 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=4ac69f514e65f2b0 -C extra-filename=-4ac69f514e65f2b0 --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-08f21ace086b2729.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-a8eb933043a519a0.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.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-3a976b2db36ea936.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-8c02da9c1662b1d4.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-60afd7c43ca0c345.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-53f1674a500e27af.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-5102778d721e631e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-5dd7719bfeefd921.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-8603260efab89983.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-79491110bce9c781.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.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-12-28T04:36:37.524Z 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=23559334825edf50 -C extra-filename=-23559334825edf50 --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-5102778d721e631e.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-16ac4ec02f9e08c7.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`
12312024-12-28T04:36:37.877Z Compiling tokio-native-tls v0.3.1
12322024-12-28T04:36:37.879Z 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=03a615fe078945b3 -C extra-filename=-03a615fe078945b3 --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-23559334825edf50.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12332024-12-28T04:36:38.137Z Compiling hyper-tls v0.5.0
12342024-12-28T04:36:38.140Z 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=e54e807320935ba9 -C extra-filename=-e54e807320935ba9 --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-60afd7c43ca0c345.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-23559334825edf50.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-03a615fe078945b3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-67ea16b0b219ed8b/out/openssl-build/install/lib`
12352024-12-28T04:36:38.466Z Compiling reqwest v0.11.26
12362024-12-28T04:36:38.486Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__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=7ca24b3593054737 -C extra-filename=-7ca24b3593054737 --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-8c02da9c1662b1d4.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-f98cfb3d2fa8f10a.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-60afd7c43ca0c345.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-fe793fcb6556554d.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-e54e807320935ba9.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.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-23559334825edf50.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-ac21f476c0d81685.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-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.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-773acc9426056963.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-03a615fe078945b3.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-d3f1897d85264a4c.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b872f6d249927abd.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-b6086f8c0fa36c18.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`
12372024-12-28T04:36:40.239Z Compiling progenitor-client v0.5.0
12382024-12-28T04:36:40.239Z Compiling oauth2 v4.4.2
12392024-12-28T04:36:40.242Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
12402024-12-28T04:36:40.242Z 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=4042f985ddf0dc6d -C extra-filename=-4042f985ddf0dc6d --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-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.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-12-28T04:36:40.242Z 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/090dd36/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=545f37d8fdbd4698 -C extra-filename=-545f37d8fdbd4698 --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-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-3ea63f8e1642d8ed.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-12-28T04:36:40.242Z 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=c4a2db7724f62c0e -C extra-filename=-c4a2db7724f62c0e --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-bad13a0dcb8fa9cd.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-7ca24b3593054737.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-ce2e3010669d7d95.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.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`
12432024-12-28T04:36:40.511Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
12442024-12-28T04:36:40.513Z 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/090dd36/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=8f44802464f5c9c1 -C extra-filename=-8f44802464f5c9c1 --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-545f37d8fdbd4698.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-0dbcbd92a831e1d5.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-2b49cefd069933d3.so --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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`
12452024-12-28T04:36:40.662Z Compiling oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk)
12462024-12-28T04:36:40.662Z 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=7758bae99c133684 -C extra-filename=-7758bae99c133684 --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-bad13a0dcb8fa9cd.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4042f985ddf0dc6d.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1b4b89093bdb2c34.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12472024-12-28T04:36:46.572Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
12482024-12-28T04:36:46.575Z 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=14e5e0711c1ea36a -C extra-filename=-14e5e0711c1ea36a --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-3c881a595e662ebd.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-8f44802464f5c9c1.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-bb87990a079fbda0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-12-28T04:36:46.575Z 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=cff36ae586d7316e -C extra-filename=-cff36ae586d7316e --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-3c881a595e662ebd.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-8f44802464f5c9c1.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-bb87990a079fbda0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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`
12502024-12-28T04:36:46.575Z 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=85da762f0e2ae042 -C extra-filename=-85da762f0e2ae042 --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-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-eb6b8e0ba83c5c75.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-4042f985ddf0dc6d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-d6fdb17fa95ab75e.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-1b4b89093bdb2c34.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-da417c311004318f.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-4a4f2b37ae11a5f4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-57364fff2eaa21d9.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12512024-12-28T04:37:07.553Z Compiling oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
12522024-12-28T04:37:07.555Z 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=47822d16711ad06a -C extra-filename=-47822d16711ad06a --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-bad13a0dcb8fa9cd.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.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-66750acaf40a65c0.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12532024-12-28T04:37:22.729Z 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=fbc2a573e5368597 -C extra-filename=-fbc2a573e5368597 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.729Z 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=c92863372bc79313 -C extra-filename=-c92863372bc79313 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.733Z 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=8d59cdc794a76ba8 -C extra-filename=-8d59cdc794a76ba8 --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-bad13a0dcb8fa9cd.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.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-66750acaf40a65c0.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.733Z Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_auth --edition=2021 cli/tests/test_auth.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=18d0a95cf74df9ed -C extra-filename=-18d0a95cf74df9ed --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.733Z 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=1ac9c20685ec0855 -C extra-filename=-1ac9c20685ec0855 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.733Z 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=95354e8221f94238 -C extra-filename=-95354e8221f94238 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.743Z 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=85f02d40c9386b06 -C extra-filename=-85f02d40c9386b06 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:22.743Z 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=4b4b2ef8ca11ee04 -C extra-filename=-4b4b2ef8ca11ee04 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12612024-12-28T04:37:24.990Z 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=d672a93c9feb0422 -C extra-filename=-d672a93c9feb0422 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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-12-28T04:37:28.374Z 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=e7f5a7bc184b8e50 -C extra-filename=-e7f5a7bc184b8e50 --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-f367791b25eca406.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-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-4f434a4fbf27893e.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-2c54bfaece5ec9be.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-8e6eed95d72e6334.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-4ac69f514e65f2b0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-47822d16711ad06a.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-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.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-90e1effef6995b32.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12632024-12-28T04:37:37.588Z 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=8e2e44b75f2540eb -C extra-filename=-8e2e44b75f2540eb --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-f367791b25eca406.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-e92aab8b06e20ab2.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-bad13a0dcb8fa9cd.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-3c881a595e662ebd.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-1b1353c7814753e6.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-2c54bfaece5ec9be.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-57970f88c3caf4de.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-43857ee9271b0eb7.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-5102778d721e631e.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-c4a2db7724f62c0e.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-dd13a36b6f74812f.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-7758bae99c133684.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-178d6b701597bc3d.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-7ca24b3593054737.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-35660ee78969ad7d.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-294bcad0e0af116f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-66750acaf40a65c0.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-659e1be8b2ed001f.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-a42799276cbeacbe.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-773acc9426056963.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b6086f8c0fa36c18.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-b775a7e0ec39bbd6.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`
12642024-12-28T04:38:15.714Z Finished dev [unoptimized + debuginfo] target(s) in 4m 04s
12652024-12-28T04:38:15.959Z
12662024-12-28T04:38:15.962Zreal 4:05.223165063
12672024-12-28T04:38:15.962Zuser 20:58.218239438
12682024-12-28T04:38:15.962Zsys 3:56.588909607
12692024-12-28T04:38:15.962Ztrap 0.727122718
12702024-12-28T04:38:15.962Ztflt 0.782017579
12712024-12-28T04:38:15.962Zdflt 2.595399055
12722024-12-28T04:38:15.962Zkflt 0.007814186
12732024-12-28T04:38:15.962Zlock 31:10.187295278
12742024-12-28T04:38:15.962Zslp 1:19:13.202252981
12752024-12-28T04:38:15.962Zlat 1:11.726957619
12762024-12-28T04:38:15.962Zstop 1:57.681237073
12772024-12-28T04:38:15.962Z+ banner test
12782024-12-28T04:38:15.965Z
12792024-12-28T04:38:15.965Z ##### ###### #### #####
12802024-12-28T04:38:15.965Z # # # #
12812024-12-28T04:38:15.965Z # ##### #### #
12822024-12-28T04:38:15.965Z # # # #
12832024-12-28T04:38:15.965Z # # # # #
12842024-12-28T04:38:15.965Z # ###### #### #
12852024-12-28T04:38:15.965Z
12862024-12-28T04:38:15.965Z+ ptime -m cargo test --all-features --locked --verbose
12872024-12-28T04:38:16.286Z Fresh unicode-ident v1.0.12
12882024-12-28T04:38:16.286Z Fresh cfg-if v1.0.0
12892024-12-28T04:38:16.286Z Fresh autocfg v1.1.0
12902024-12-28T04:38:16.286Z Fresh once_cell v1.19.0
12912024-12-28T04:38:16.289Z Fresh proc-macro2 v1.0.78
12922024-12-28T04:38:16.289Z Fresh version_check v0.9.4
12932024-12-28T04:38:16.289Z Fresh pin-project-lite v0.2.13
12942024-12-28T04:38:16.289Z Fresh itoa v1.0.10
12952024-12-28T04:38:16.289Z Fresh value-bag v1.7.0
12962024-12-28T04:38:16.289Z Fresh quote v1.0.35
12972024-12-28T04:38:16.289Z Fresh libc v0.2.153
12982024-12-28T04:38:16.289Z Fresh zerocopy v0.7.32
12992024-12-28T04:38:16.289Z Fresh futures-core v0.3.30
13002024-12-28T04:38:16.289Z Fresh jobserver v0.1.28
13012024-12-28T04:38:16.289Z Fresh allocator-api2 v0.2.16
13022024-12-28T04:38:16.289Z Fresh pkg-config v0.3.29
13032024-12-28T04:38:16.290Z Fresh futures-io v0.3.30
13042024-12-28T04:38:16.290Z Fresh vcpkg v0.2.15
13052024-12-28T04:38:16.290Z Fresh getrandom v0.2.12
13062024-12-28T04:38:16.290Z Fresh serde_derive v1.0.197
13072024-12-28T04:38:16.290Z Fresh cc v1.0.83
13082024-12-28T04:38:16.290Z Fresh ahash v0.8.8
13092024-12-28T04:38:16.290Z Fresh ryu v1.0.16
13102024-12-28T04:38:16.290Z Fresh smallvec v1.13.1
13112024-12-28T04:38:16.290Z Fresh serde v1.0.197
13122024-12-28T04:38:16.290Z Fresh hashbrown v0.14.3
13132024-12-28T04:38:16.290Z Fresh bytes v1.5.0
13142024-12-28T04:38:16.290Z Fresh equivalent v1.0.1
13152024-12-28T04:38:16.290Z Fresh slab v0.4.9
13162024-12-28T04:38:16.290Z Fresh scopeguard v1.2.0
13172024-12-28T04:38:16.290Z Fresh indexmap v2.2.5
13182024-12-28T04:38:16.290Z Fresh tracing-attributes v0.1.27
13192024-12-28T04:38:16.290Z Fresh tracing-core v0.1.32
13202024-12-28T04:38:16.290Z Fresh signal-hook-registry v1.4.1
13212024-12-28T04:38:16.290Z Fresh lock_api v0.4.11
13222024-12-28T04:38:16.290Z Fresh serde_json v1.0.114
13232024-12-28T04:38:16.290Z Fresh tracing v0.1.40
13242024-12-28T04:38:16.290Z Fresh fnv v1.0.7
13252024-12-28T04:38:16.290Z Fresh openssl-src v300.2.3+3.2.1
13262024-12-28T04:38:16.290Z Fresh num-traits v0.2.18
13272024-12-28T04:38:16.290Z Fresh socket2 v0.5.5
13282024-12-28T04:38:16.290Z Fresh regex-syntax v0.8.2
13292024-12-28T04:38:16.290Z Fresh http v0.2.11
13302024-12-28T04:38:16.290Z Fresh pin-utils v0.1.0
13312024-12-28T04:38:16.290Z Fresh crossbeam-utils v0.8.19
13322024-12-28T04:38:16.290Z Fresh tinyvec_macros v0.1.1
13332024-12-28T04:38:16.290Z Fresh percent-encoding v2.3.1
13342024-12-28T04:38:16.290Z Fresh futures-sink v0.3.30
13352024-12-28T04:38:16.290Z Fresh form_urlencoded v1.2.1
13362024-12-28T04:38:16.290Z Fresh tinyvec v1.6.0
13372024-12-28T04:38:16.290Z Fresh tokio-macros v2.2.0
13382024-12-28T04:38:16.290Z Fresh num_cpus v1.16.0
13392024-12-28T04:38:16.290Z Fresh mio v0.8.11
13402024-12-28T04:38:16.290Z Fresh futures-channel v0.3.30
13412024-12-28T04:38:16.290Z Fresh syn v1.0.109
13422024-12-28T04:38:16.291Z Fresh unicode-normalization v0.1.22
13432024-12-28T04:38:16.291Z Fresh tokio v1.36.0
13442024-12-28T04:38:16.291Z Fresh futures-macro v0.3.30
13452024-12-28T04:38:16.291Z Fresh unicode-bidi v0.3.15
13462024-12-28T04:38:16.291Z Fresh futures-task v0.3.30
13472024-12-28T04:38:16.291Z Fresh spin v0.9.8
13482024-12-28T04:38:16.291Z Fresh futures-util v0.3.30
13492024-12-28T04:38:16.291Z Fresh idna v0.5.0
13502024-12-28T04:38:16.291Z Fresh serde_derive_internals v0.26.0
13512024-12-28T04:38:16.291Z Fresh concurrent-queue v2.4.0
13522024-12-28T04:38:16.291Z Fresh thiserror-impl v1.0.58
13532024-12-28T04:38:16.291Z Fresh schemars_derive v0.8.16
13542024-12-28T04:38:16.291Z Fresh log v0.4.21
13552024-12-28T04:38:16.291Z Fresh dyn-clone v1.0.16
13562024-12-28T04:38:16.291Z Fresh untrusted v0.9.0
13572024-12-28T04:38:16.291Z Fresh parking v2.2.0
13582024-12-28T04:38:16.291Z Fresh thiserror v1.0.58
13592024-12-28T04:38:16.291Z Fresh ring v0.17.7
13602024-12-28T04:38:16.291Z Fresh httparse v1.8.0
13612024-12-28T04:38:16.291Z Fresh socket2 v0.4.10
13622024-12-28T04:38:16.291Z Fresh memchr v2.7.1
13632024-12-28T04:38:16.291Z Fresh openssl-sys v0.9.99
13642024-12-28T04:38:16.291Z Fresh tokio-util v0.7.10
13652024-12-28T04:38:16.291Z Fresh errno v0.3.8
13662024-12-28T04:38:16.291Z Fresh try-lock v0.2.5
13672024-12-28T04:38:16.291Z Fresh fastrand v2.0.1
13682024-12-28T04:38:16.291Z Fresh openssl-probe v0.1.5
13692024-12-28T04:38:16.291Z Fresh iana-time-zone v0.1.60
13702024-12-28T04:38:16.291Z Fresh h2 v0.3.24
13712024-12-28T04:38:16.291Z Fresh want v0.3.1
13722024-12-28T04:38:16.291Z Fresh http-body v0.4.6
13732024-12-28T04:38:16.291Z Fresh httpdate v1.0.3
13742024-12-28T04:38:16.291Z Fresh foreign-types-shared v0.1.1
13752024-12-28T04:38:16.291Z Fresh tower-service v0.3.2
13762024-12-28T04:38:16.291Z Fresh foreign-types v0.3.2
13772024-12-28T04:38:16.291Z Fresh openssl-macros v0.1.1
13782024-12-28T04:38:16.291Z Fresh encoding_rs v0.8.33
13792024-12-28T04:38:16.291Z Fresh hyper v0.14.28
13802024-12-28T04:38:16.291Z Fresh base64 v0.21.7
13812024-12-28T04:38:16.291Z Fresh mime v0.3.17
13822024-12-28T04:38:16.292Z Fresh rustix v0.38.31
13832024-12-28T04:38:16.292Z Fresh openssl v0.10.63
13842024-12-28T04:38:16.294Z Fresh rustls-webpki v0.101.7
13852024-12-28T04:38:16.294Z Fresh sct v0.7.1
13862024-12-28T04:38:16.294Z Fresh rand_core v0.6.4
13872024-12-28T04:38:16.294Z Fresh ppv-lite86 v0.2.17
13882024-12-28T04:38:16.295Z Fresh aho-corasick v1.1.2
13892024-12-28T04:38:16.295Z Fresh anstyle v1.0.6
13902024-12-28T04:38:16.295Z Fresh rand_chacha v0.3.1
13912024-12-28T04:38:16.295Z Fresh rustls v0.21.10
13922024-12-28T04:38:16.295Z Fresh native-tls v0.2.11
13932024-12-28T04:38:16.295Z Fresh regex-automata v0.4.5
13942024-12-28T04:38:16.295Z Fresh event-listener v4.0.3
13952024-12-28T04:38:16.295Z Fresh serde_urlencoded v0.7.1
13962024-12-28T04:38:16.295Z Fresh rustls-pemfile v1.0.4
13972024-12-28T04:38:16.295Z Fresh rand v0.8.5
13982024-12-28T04:38:16.295Z Fresh tokio-rustls v0.24.1
13992024-12-28T04:38:16.295Z Fresh tokio-native-tls v0.3.1
14002024-12-28T04:38:16.295Z Fresh regex v1.10.3
14012024-12-28T04:38:16.295Z Fresh event-listener-strategy v0.4.0
14022024-12-28T04:38:16.295Z Fresh sync_wrapper v0.1.2
14032024-12-28T04:38:16.295Z Fresh hyper-rustls v0.24.2
14042024-12-28T04:38:16.295Z Fresh hyper-tls v0.5.0
14052024-12-28T04:38:16.295Z Fresh utf8parse v0.2.1
14062024-12-28T04:38:16.295Z Fresh ipnet v2.9.0
14072024-12-28T04:38:16.295Z Fresh webpki-roots v0.25.4
14082024-12-28T04:38:16.295Z Fresh async-lock v3.3.0
14092024-12-28T04:38:16.295Z Fresh typenum v1.17.0
14102024-12-28T04:38:16.295Z Fresh reqwest v0.11.26
14112024-12-28T04:38:16.295Z Fresh anstyle-parse v0.2.3
14122024-12-28T04:38:16.295Z Fresh futures-lite v2.2.0
14132024-12-28T04:38:16.295Z Fresh toml_datetime v0.6.5
14142024-12-28T04:38:16.295Z Fresh serde_spanned v0.6.5
14152024-12-28T04:38:16.295Z Fresh colorchoice v1.0.0
14162024-12-28T04:38:16.295Z Fresh event-listener v2.5.3
14172024-12-28T04:38:16.295Z Fresh anstyle-query v1.0.2
14182024-12-28T04:38:16.295Z Fresh winnow v0.6.0
14192024-12-28T04:38:16.295Z Fresh unicode-width v0.1.11
14202024-12-28T04:38:16.295Z Fresh generic-array v0.14.7
14212024-12-28T04:38:16.295Z Fresh toml_edit v0.22.8
14222024-12-28T04:38:16.295Z Fresh anstream v0.6.11
14232024-12-28T04:38:16.295Z Fresh clap_lex v0.7.0
14242024-12-28T04:38:16.295Z Fresh heck v0.5.0
14252024-12-28T04:38:16.295Z Fresh strsim v0.11.0
14262024-12-28T04:38:16.295Z Fresh atomic-waker v1.1.2
14272024-12-28T04:38:16.296Z Fresh clap_derive v4.5.3
14282024-12-28T04:38:16.296Z Fresh toml v0.8.12
14292024-12-28T04:38:16.296Z Fresh clap_builder v4.5.2
14302024-12-28T04:38:16.296Z Fresh polling v3.4.0
14312024-12-28T04:38:16.296Z Fresh event-listener v5.0.0
14322024-12-28T04:38:16.296Z Fresh futures-executor v0.3.30
14332024-12-28T04:38:16.296Z Fresh parking_lot_core v0.9.9
14342024-12-28T04:38:16.296Z Fresh serde_tokenstream v0.2.0
14352024-12-28T04:38:16.296Z Fresh fastrand v1.9.0
14362024-12-28T04:38:16.296Z Fresh waker-fn v1.1.1
14372024-12-28T04:38:16.296Z Fresh siphasher v0.3.11
14382024-12-28T04:38:16.296Z Fresh event-listener-strategy v0.5.0
14392024-12-28T04:38:16.296Z Fresh parking_lot v0.12.1
14402024-12-28T04:38:16.296Z Fresh futures-lite v1.13.0
14412024-12-28T04:38:16.296Z Fresh futures v0.3.30
14422024-12-28T04:38:16.296Z Fresh phf_shared v0.10.0
14432024-12-28T04:38:16.296Z Fresh crunchy v0.2.2
14442024-12-28T04:38:16.296Z Fresh polling v2.8.0
14452024-12-28T04:38:16.296Z Fresh clap v4.5.3
14462024-12-28T04:38:16.296Z Fresh async-io v2.3.1
14472024-12-28T04:38:16.296Z Fresh io-lifetimes v1.0.11
14482024-12-28T04:38:16.296Z Fresh crypto-common v0.1.6
14492024-12-28T04:38:16.296Z Fresh block-buffer v0.10.4
14502024-12-28T04:38:16.296Z Fresh either v1.10.0
14512024-12-28T04:38:16.296Z Fresh diff v0.1.13
14522024-12-28T04:38:16.296Z Fresh lazy_static v1.4.0
14532024-12-28T04:38:16.296Z Fresh fixedbitset v0.4.2
14542024-12-28T04:38:16.296Z Fresh async-task v4.7.0
14552024-12-28T04:38:16.296Z Fresh bit-vec v0.6.3
14562024-12-28T04:38:16.296Z Fresh bitflags v1.3.2
14572024-12-28T04:38:16.296Z Fresh new_debug_unreachable v1.0.4
14582024-12-28T04:38:16.296Z Fresh precomputed-hash v0.1.1
14592024-12-28T04:38:16.296Z Fresh itertools v0.10.5
14602024-12-28T04:38:16.296Z Fresh petgraph v0.6.4
14612024-12-28T04:38:16.296Z Fresh digest v0.10.7
14622024-12-28T04:38:16.296Z Fresh bit-set v0.5.3
14632024-12-28T04:38:16.296Z Fresh string_cache v0.8.7
14642024-12-28T04:38:16.296Z Fresh rustix v0.37.27
14652024-12-28T04:38:16.296Z Fresh tiny-keccak v2.0.2
14662024-12-28T04:38:16.296Z Fresh ascii-canvas v3.0.0
14672024-12-28T04:38:16.297Z Fresh async-channel v2.2.0
14682024-12-28T04:38:16.297Z Fresh piper v0.2.1
14692024-12-28T04:38:16.297Z Fresh async-lock v2.8.0
14702024-12-28T04:38:16.297Z Fresh async-channel v1.9.0
14712024-12-28T04:38:16.297Z Fresh ena v0.14.2
14722024-12-28T04:38:16.297Z Fresh dirs-sys v0.3.7
14732024-12-28T04:38:16.297Z Fresh pico-args v0.5.0
14742024-12-28T04:38:16.297Z Fresh regex-syntax v0.7.5
14752024-12-28T04:38:16.297Z Fresh unicode-xid v0.2.4
14762024-12-28T04:38:16.297Z Fresh num-conv v0.1.0
14772024-12-28T04:38:16.297Z Fresh time-core v0.1.2
14782024-12-28T04:38:16.297Z Fresh powerfmt v0.2.0
14792024-12-28T04:38:16.297Z Fresh cpufeatures v0.2.12
14802024-12-28T04:38:16.297Z Fresh dirs v4.0.0
14812024-12-28T04:38:16.297Z Fresh lalrpop v0.20.0
14822024-12-28T04:38:16.297Z Fresh blocking v1.5.1
14832024-12-28T04:38:16.297Z Fresh deranged v0.3.11
14842024-12-28T04:38:16.300Z Fresh time-macros v0.2.17
14852024-12-28T04:38:16.300Z Fresh async-io v1.13.0
14862024-12-28T04:38:16.300Z Fresh async-executor v1.8.0
14872024-12-28T04:38:16.300Z Fresh async-signal v0.2.5
14882024-12-28T04:38:16.300Z Fresh libnghttp2-sys v0.1.9+1.58.0
14892024-12-28T04:38:16.300Z Fresh progenitor-client v0.5.0
14902024-12-28T04:38:16.300Z Fresh event-listener v3.1.0
14912024-12-28T04:38:16.300Z Fresh pin-project-internal v1.1.4
14922024-12-28T04:38:16.300Z Fresh num_threads v0.1.6
14932024-12-28T04:38:16.300Z Fresh async-trait v0.1.78
14942024-12-28T04:38:16.300Z Fresh curl-sys v0.4.72+curl-8.6.0
14952024-12-28T04:38:16.300Z Fresh pin-project v1.1.4
14962024-12-28T04:38:16.300Z Fresh time v0.3.34
14972024-12-28T04:38:16.300Z Fresh async-process v1.8.1
14982024-12-28T04:38:16.300Z Fresh async-global-executor v2.4.1
14992024-12-28T04:38:16.300Z Fresh libz-sys v1.1.15
15002024-12-28T04:38:16.300Z Fresh dirs-sys-next v0.1.2
15012024-12-28T04:38:16.300Z Fresh kv-log-macro v1.0.7
15022024-12-28T04:38:16.300Z Fresh similar v2.4.0
15032024-12-28T04:38:16.300Z Fresh home v0.5.9
15042024-12-28T04:38:16.300Z Fresh curl v0.4.46
15052024-12-28T04:38:16.300Z Fresh libgit2-sys v0.16.2+1.7.2
15062024-12-28T04:38:16.300Z Fresh dirs-next v2.0.0
15072024-12-28T04:38:16.300Z Fresh async-std v1.12.0
15082024-12-28T04:38:16.300Z Fresh tracing-futures v0.2.5
15092024-12-28T04:38:16.300Z Fresh slog v2.7.0
15102024-12-28T04:38:16.300Z Fresh sha1 v0.10.6
15112024-12-28T04:38:16.300Z Fresh sluice v0.5.5
15122024-12-28T04:38:16.301Z Fresh url v2.5.0
15132024-12-28T04:38:16.301Z Fresh castaway v0.1.2
15142024-12-28T04:38:16.301Z Fresh predicates-core v1.0.6
15152024-12-28T04:38:16.301Z Fresh lalrpop-util v0.20.0
15162024-12-28T04:38:16.301Z Fresh zeroize v1.7.0
15172024-12-28T04:38:16.301Z Fresh rustls-pki-types v1.3.0
15182024-12-28T04:38:16.301Z Fresh bitflags v2.4.2
15192024-12-28T04:38:16.301Z Fresh isahc v1.7.2
15202024-12-28T04:38:16.301Z Fresh basic-cookies v0.1.5
15212024-12-28T04:38:16.301Z Fresh term v0.7.0
15222024-12-28T04:38:16.301Z Fresh async-object-pool v0.1.4
15232024-12-28T04:38:16.301Z Fresh console v0.15.8
15242024-12-28T04:38:16.301Z Fresh tempfile v3.10.1
15252024-12-28T04:38:16.301Z Fresh serde_regex v1.1.0
15262024-12-28T04:38:16.301Z Fresh git2 v0.18.2
15272024-12-28T04:38:16.301Z Fresh float-cmp v0.9.0
15282024-12-28T04:38:16.301Z Fresh assert-json-diff v2.0.2
15292024-12-28T04:38:16.301Z Fresh is-terminal v0.4.12
15302024-12-28T04:38:16.301Z Fresh normalize-line-endings v0.3.0
15312024-12-28T04:38:16.301Z Fresh data-encoding v2.5.0
15322024-12-28T04:38:16.301Z Fresh levenshtein v1.0.5
15332024-12-28T04:38:16.301Z Fresh byteorder v1.5.0
15342024-12-28T04:38:16.301Z Fresh difflib v0.4.0
15352024-12-28T04:38:16.301Z Fresh utf-8 v0.7.6
15362024-12-28T04:38:16.301Z Fresh base64 v0.13.1
15372024-12-28T04:38:16.301Z Fresh built v0.7.1
15382024-12-28T04:38:16.301Z Fresh httpmock v0.6.8
15392024-12-28T04:38:16.301Z Fresh predicates v3.1.0
15402024-12-28T04:38:16.301Z Fresh tungstenite v0.20.1
15412024-12-28T04:38:16.301Z Fresh rustls-webpki v0.102.2
15422024-12-28T04:38:16.301Z Fresh serde_path_to_error v0.1.15
15432024-12-28T04:38:16.301Z Fresh thread_local v1.1.7
15442024-12-28T04:38:16.301Z Fresh is-docker v0.2.0
15452024-12-28T04:38:16.301Z Fresh unicode-segmentation v1.11.0
15462024-12-28T04:38:16.301Z Fresh subtle v2.5.0
15472024-12-28T04:38:16.301Z Fresh match_cfg v0.1.0
15482024-12-28T04:38:16.301Z Fresh is-wsl v0.4.0
15492024-12-28T04:38:16.301Z Fresh rustls v0.22.2
15502024-12-28T04:38:16.301Z Fresh newline-converter v0.3.0
15512024-12-28T04:38:16.301Z Fresh hostname v0.3.1
15522024-12-28T04:38:16.301Z Fresh tokio-tungstenite v0.20.1
15532024-12-28T04:38:16.302Z Fresh portable-atomic v1.6.0
15542024-12-28T04:38:16.302Z Fresh slog-json v2.6.1
15552024-12-28T04:38:16.302Z Fresh termini v1.0.0
15562024-12-28T04:38:16.302Z Fresh sha2 v0.10.8
15572024-12-28T04:38:16.302Z Fresh crossbeam-channel v0.5.11
15582024-12-28T04:38:16.302Z Fresh http v1.0.0
15592024-12-28T04:38:16.302Z Fresh async-stream-impl v0.3.5
15602024-12-28T04:38:16.302Z Fresh termtree v0.4.1
15612024-12-28T04:38:16.302Z Fresh take_mut v0.2.2
15622024-12-28T04:38:16.302Z Fresh spin v0.5.2
15632024-12-28T04:38:16.302Z Fresh termcolor v1.4.1
15642024-12-28T04:38:16.302Z Fresh untrusted v0.7.1
15652024-12-28T04:38:16.302Z Fresh pathdiff v0.2.1
15662024-12-28T04:38:16.302Z Fresh number_prefix v0.4.0
15672024-12-28T04:38:16.302Z Fresh shell-words v1.1.0
15682024-12-28T04:38:16.302Z Fresh humantime v2.1.0
15692024-12-28T04:38:16.302Z Fresh indicatif v0.17.8
15702024-12-28T04:38:16.302Z Fresh slog-async v2.8.0
15712024-12-28T04:38:16.302Z Fresh env_logger v0.10.2
15722024-12-28T04:38:16.302Z Fresh dialoguer v0.10.4
15732024-12-28T04:38:16.302Z Fresh ring v0.16.20
15742024-12-28T04:38:16.302Z Fresh open v4.2.0
15752024-12-28T04:38:16.302Z Fresh multer v3.0.0
15762024-12-28T04:38:16.302Z Fresh predicates-tree v1.0.9
15772024-12-28T04:38:16.302Z Fresh slog-bunyan v2.5.0
15782024-12-28T04:38:16.302Z Fresh oauth2 v4.4.2
15792024-12-28T04:38:16.302Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#f960190b)
15802024-12-28T04:38:16.302Z Fresh async-stream v0.3.5
15812024-12-28T04:38:16.302Z Fresh doc-comment v0.3.3
15822024-12-28T04:38:16.302Z Fresh anyhow v1.0.81
15832024-12-28T04:38:16.302Z Fresh paste v1.0.14
15842024-12-28T04:38:16.305Z Fresh tokio-rustls v0.25.0
15852024-12-28T04:38:16.305Z Fresh camino v1.1.6
15862024-12-28T04:38:16.305Z Fresh slog-term v2.9.1
15872024-12-28T04:38:16.305Z Fresh pem v1.1.1
15882024-12-28T04:38:16.305Z Fresh rustls-pemfile v2.1.1
15892024-12-28T04:38:16.305Z Fresh yasna v0.5.2
15902024-12-28T04:38:16.305Z Fresh clap_complete v4.5.1
15912024-12-28T04:38:16.305Z Fresh dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543)
15922024-12-28T04:38:16.305Z Fresh waitgroup v0.1.2
15932024-12-28T04:38:16.305Z Fresh tabwriter v1.4.0
15942024-12-28T04:38:16.306Z Fresh bstr v1.9.0
15952024-12-28T04:38:16.306Z Fresh chrono v0.4.35
15962024-12-28T04:38:16.306Z Fresh wait-timeout v0.2.0
15972024-12-28T04:38:16.306Z Fresh uuid v1.7.0
15982024-12-28T04:38:16.306Z Fresh heck v0.4.1
15992024-12-28T04:38:16.306Z Fresh yansi v0.5.1
16002024-12-28T04:38:16.306Z Fresh debug-ignore v1.0.5
16012024-12-28T04:38:16.306Z Fresh rcgen v0.10.0
16022024-12-28T04:38:16.306Z Fresh expectorate v1.1.0
16032024-12-28T04:38:16.306Z Fresh schemars v0.8.16
16042024-12-28T04:38:16.306Z Fresh dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot#80390543)
16052024-12-28T04:38:16.306Z Fresh assert_cmd v2.0.14
16062024-12-28T04:38:16.306Z Fresh pretty_assertions v1.4.0
16072024-12-28T04:38:16.306Z Fresh regress v0.9.0
16082024-12-28T04:38:16.306Z Fresh getopts v0.2.21
16092024-12-28T04:38:16.306Z Fresh syn v2.0.53
16102024-12-28T04:38:16.306Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
16112024-12-28T04:38:16.306Z Fresh openapiv3 v2.0.0
16122024-12-28T04:38:16.306Z Fresh same-file v1.0.6
16132024-12-28T04:38:16.306Z Fresh unsafe-libyaml v0.2.10
16142024-12-28T04:38:16.306Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
16152024-12-28T04:38:16.306Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
16162024-12-28T04:38:16.306Z Fresh walkdir v2.4.0
16172024-12-28T04:38:16.306Z Fresh semver v1.0.21
16182024-12-28T04:38:16.306Z Fresh serde_yaml v0.9.31
16192024-12-28T04:38:16.306Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
16202024-12-28T04:38:16.306Z Fresh toolchain_find v0.4.0
16212024-12-28T04:38:16.306Z Fresh oxide-cli v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/cli)
16222024-12-28T04:38:16.306Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
16232024-12-28T04:38:16.306Z Fresh rustfmt-wrapper v0.2.1
16242024-12-28T04:38:16.306Z Fresh oxide-httpmock v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
16252024-12-28T04:38:16.306Z Fresh oxide v0.3.0+0.0.6 (/work/oxidecomputer/oxide.rs/sdk)
16262024-12-28T04:38:16.306Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
16272024-12-28T04:38:16.306Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
16282024-12-28T04:38:16.306Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor#090dd361)
16292024-12-28T04:38:16.306Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
16302024-12-28T04:38:16.306Z Finished test [unoptimized + debuginfo] target(s) in 0.28s
16312024-12-28T04:38:16.306Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-85da762f0e2ae042`
16322024-12-28T04:38:16.346Z
16332024-12-28T04:38:16.346Zrunning 4 tests
16342024-12-28T04:38:16.349Ztest clap_feature::tests::test_byte_count ... ok
16352024-12-28T04:38:16.349Ztest clap_feature::tests::test_block_size ... ok
16362024-12-28T04:38:16.349Ztest clap_feature::tests::test_name_or_id ... ok
16372024-12-28T04:38:16.349Ztest clap_feature::tests::test_name ... ok
16382024-12-28T04:38:16.349Z
16392024-12-28T04:38:16.349Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
16402024-12-28T04:38:16.349Z
16412024-12-28T04:38:16.351Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-c92863372bc79313`
16422024-12-28T04:38:16.356Z
16432024-12-28T04:38:16.356Zrunning 10 tests
16442024-12-28T04:38:16.358Ztest cmd_api::tests::test_add_query_string ... ok
16452024-12-28T04:38:16.358Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
16462024-12-28T04:38:16.358Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
16472024-12-28T04:38:16.358Ztest cmd_disk::test_get_disk_size ... ok
16482024-12-28T04:38:16.358Ztest tests::test_autoref ... ok
16492024-12-28T04:38:16.358Ztest cmd_auth::tests::test_proceed ... ok
16502024-12-28T04:38:16.358Ztest cmd_auth::tests::test_parse_host ... ok
16512024-12-28T04:38:16.363Ztest tests::test_json_body_required ... ok
16522024-12-28T04:38:16.405Ztest cmd_version::version_success ... ok
16532024-12-28T04:38:16.520Ztest cmd_auth::test_cmd_auth_status ... ok
16542024-12-28T04:38:16.520Z
16552024-12-28T04:38:16.520Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
16562024-12-28T04:38:16.520Z
16572024-12-28T04:38:16.524Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-e7f5a7bc184b8e50`
16582024-12-28T04:38:16.531Z
16592024-12-28T04:38:16.531Zrunning 3 tests
16602024-12-28T04:38:16.571Ztest test_simple_api_call ... ok
16612024-12-28T04:38:16.571Ztest test_pagination_midway_failure ... ok
16622024-12-28T04:38:16.574Ztest test_pagination_success ... ok
16632024-12-28T04:38:16.574Z
16642024-12-28T04:38:16.574Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
16652024-12-28T04:38:16.574Z
16662024-12-28T04:38:16.576Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-18d0a95cf74df9ed`
16672024-12-28T04:38:16.582Z
16682024-12-28T04:38:16.582Zrunning 2 tests
16692024-12-28T04:38:16.638Ztest test_auth_login_no_browser ... ok
16702024-12-28T04:38:16.679Ztest test_auth_login_browser ... FAILED
16712024-12-28T04:38:16.679Z
16722024-12-28T04:38:16.679Zfailures:
16732024-12-28T04:38:16.679Z
16742024-12-28T04:38:16.679Z---- test_auth_login_browser stdout ----
16752024-12-28T04:38:16.679Zthread 'test_auth_login_browser' panicked at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/ops/function.rs:250:5:
16762024-12-28T04:38:16.679ZUnexpected stdout, failed diff original var
16772024-12-28T04:38:16.679Z├── original: Copy your one-time code:
16782024-12-28T04:38:16.679Z│ foousercode
16792024-12-28T04:38:16.679Z│ Press ENTER to open http://127.0.0.1:59104/verify in your browser...CurrentUser {
16802024-12-28T04:38:16.679Z│ display_name: "foo",
16812024-12-28T04:38:16.679Z│ id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175,
16822024-12-28T04:38:16.679Z│ silo_id: aa09e636-e452-466d-a3b3-45e24c49da61,
16832024-12-28T04:38:16.679Z│ silo_name: Name(
16842024-12-28T04:38:16.679Z│ "foo-silo",
16852024-12-28T04:38:16.679Z│ ),
16862024-12-28T04:38:16.679Z│ }
16872024-12-28T04:38:16.679Z│ Logged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175
16882024-12-28T04:38:16.679Z├── diff:
16892024-12-28T04:38:16.679Z--- orig
16902024-12-28T04:38:16.679Z+++ var
16912024-12-28T04:38:16.679Z@@ -3 +3,3 @@
16922024-12-28T04:38:16.680Z-Press ENTER to open http://127.0.0.1:59104/verify in your browser...CurrentUser {
16932024-12-28T04:38:16.680Z+Press ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser:
16942024-12-28T04:38:16.680Z+ http://127.0.0.1:59104/verify
16952024-12-28T04:38:16.682Z+CurrentUser {
16962024-12-28T04:38:16.682Z└── var as str: Copy your one-time code:
16972024-12-28T04:38:16.682Z foousercode
16982024-12-28T04:38:16.682Z Press ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser:
16992024-12-28T04:38:16.682Z http://127.0.0.1:59104/verify
17002024-12-28T04:38:16.682Z CurrentUser {
17012024-12-28T04:38:16.682Z display_name: "foo",
17022024-12-28T04:38:16.682Z id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175,
17032024-12-28T04:38:16.683Z silo_id: aa09e636-e452-466d-a3b3-45e24c49da61,
17042024-12-28T04:38:16.683Z silo_name: Name(
17052024-12-28T04:38:16.683Z "foo-silo",
17062024-12-28T04:38:16.683Z ),
17072024-12-28T04:38:16.683Z }
17082024-12-28T04:38:16.683Z Logged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175
17092024-12-28T04:38:16.683Z
17102024-12-28T04:38:16.683Zcommand=`RUST_BACKTRACE="1" "/work/oxidecomputer/oxide.rs/target/debug/oxide" "auth" "login" "--host" "http://127.0.0.1:59104"`
17112024-12-28T04:38:16.683Zstdin=`"y"`
17122024-12-28T04:38:16.683Zcode=0
17132024-12-28T04:38:16.683Zstdout=```
17142024-12-28T04:38:16.683ZCopy your one-time code:
17152024-12-28T04:38:16.683Z foousercode
17162024-12-28T04:38:16.683ZPress ENTER to open http://127.0.0.1:59104/verify in your browser...Open this URL in your browser:
17172024-12-28T04:38:16.683Z http://127.0.0.1:59104/verify
17182024-12-28T04:38:16.683ZCurrentUser {
17192024-12-28T04:38:16.683Z display_name: \"foo\",
17202024-12-28T04:38:16.683Z id: bf8f5c05-2aa6-47f2-9f8a-92896e1fe175,
17212024-12-28T04:38:16.683Z silo_id: aa09e636-e452-466d-a3b3-45e24c49da61,
17222024-12-28T04:38:16.683Z silo_name: Name(
17232024-12-28T04:38:16.683Z \"foo-silo\",
17242024-12-28T04:38:16.683Z ),
17252024-12-28T04:38:16.683Z}
17262024-12-28T04:38:16.683ZLogged in as bf8f5c05-2aa6-47f2-9f8a-92896e1fe175
17272024-12-28T04:38:16.683Z```
17282024-12-28T04:38:16.683Z
17292024-12-28T04:38:16.683Zstderr=""
17302024-12-28T04:38:16.683Z
17312024-12-28T04:38:16.683Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
17322024-12-28T04:38:16.683Z
17332024-12-28T04:38:16.683Z
17342024-12-28T04:38:16.683Zfailures:
17352024-12-28T04:38:16.683Z test_auth_login_browser
17362024-12-28T04:38:16.683Z
17372024-12-28T04:38:16.683Ztest result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
17382024-12-28T04:38:16.683Z
17392024-12-28T04:38:16.683Zerror: test failed, to rerun pass `-p oxide-cli --test test_auth`
17402024-12-28T04:38:16.693Z
17412024-12-28T04:38:16.696Zreal 0.718410014
17422024-12-28T04:38:16.696Zuser 0.526658444
17432024-12-28T04:38:16.696Zsys 0.354759515
17442024-12-28T04:38:16.696Ztrap 0.000330349
17452024-12-28T04:38:16.696Ztflt 0.009971344
17462024-12-28T04:38:16.696Zdflt 0.007872037
17472024-12-28T04:38:16.696Zkflt 0.001776758
17482024-12-28T04:38:16.696Zlock 2.873483305
17492024-12-28T04:38:16.696Zslp 2.197658881
17502024-12-28T04:38:16.696Zlat 0.028721918
17512024-12-28T04:38:16.696Zstop 0.098610977
17522024-12-28T04:38:16.696Zprocess exited: duration 264390 ms, exit code 101
 
17532024-12-28T04:38:16.701Zfound 0 output files