01HE1749FB1DDTC750XJXJRV2N: build-and-test / illumos

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

Buildomat Job: 01HE174X3R87KQ2ZGW1GN56N3Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-30T21:18:04.211Zjob assigned to worker 01HE17557MBDS17AJ1T14EKPY9 (queued for 1 m 3 s)
 
22023-10-30T21:18:04.667Zstarting task 0: "setup"
32023-10-30T21:18:04.725Z++ uname -s
42023-10-30T21:18:04.737Z+ kern=SunOS
52023-10-30T21:18:04.746Z+ case "$kern" in
62023-10-30T21:18:04.752Z+ groupadd -g 12345 build
72023-10-30T21:18:04.757Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-30T21:18:06.739Z+ zfs create -o mountpoint=/work rpool/work
92023-10-30T21:18:06.896Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-30T21:18:06.899Z+ home_fs=zfs
112023-10-30T21:18:06.903Z+ [[ zfs == autofs ]]
122023-10-30T21:18:06.906Z+ mkdir -p /home/build
132023-10-30T21:18:06.910Z+ chown build:build /home/build /work
142023-10-30T21:18:09.324Z+ chmod 0700 /home/build /work
152023-10-30T21:18:09.331Zprocess exited: duration 4237 ms, exit code 0
 
162023-10-30T21:18:09.344Zstarting task 1: "rust-toolchain"
172023-10-30T21:18:09.374Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-30T21:18:09.381Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-10-30T21:18:09.517Zinfo: downloading installer
202023-10-30T21:18:10.774Zwarning: it looks like you have an existing installation of Rust at:
212023-10-30T21:18:10.779Zwarning: /opt/ooce/bin
222023-10-30T21:18:10.782Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-30T21:18:10.785Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-30T21:18:10.788Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-30T21:18:10.790Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-30T21:18:10.793Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-30T21:18:10.796Zerror: cannot install while Rust is installed
282023-10-30T21:18:10.799Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-30T21:18:10.911Zinfo: profile set to 'default'
302023-10-30T21:18:10.922Zinfo: default host triple is x86_64-unknown-illumos
312023-10-30T21:18:11.336Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-10-30T21:18:11.340Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
332023-10-30T21:18:11.343Zinfo: downloading component 'cargo'
342023-10-30T21:18:12.089Zinfo: downloading component 'clippy'
352023-10-30T21:18:12.418Zinfo: downloading component 'rust-docs'
362023-10-30T21:18:13.580Zinfo: downloading component 'rust-std'
372023-10-30T21:18:15.465Zinfo: downloading component 'rustc'
382023-10-30T21:18:20.722Zinfo: downloading component 'rustfmt'
392023-10-30T21:18:21.073Zinfo: installing component 'cargo'
402023-10-30T21:18:22.542Zinfo: installing component 'clippy'
412023-10-30T21:18:23.065Zinfo: installing component 'rust-docs'
422023-10-30T21:18:25.896Zinfo: installing component 'rust-std'
432023-10-30T21:18:28.502Zinfo: installing component 'rustc'
442023-10-30T21:18:34.927Zinfo: installing component 'rustfmt'
452023-10-30T21:18:35.371Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-10-30T21:18:35.382Z
472023-10-30T21:18:35.498Z stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03)
482023-10-30T21:18:35.504Z
492023-10-30T21:18:35.509Z
502023-10-30T21:18:35.516ZRust is installed now. Great!
512023-10-30T21:18:35.563Z
522023-10-30T21:18:35.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-30T21:18:35.584Zenvironment variable. This has not been done automatically.
542023-10-30T21:18:35.595Z
552023-10-30T21:18:35.607ZTo configure your current shell, run:
562023-10-30T21:18:35.615Zsource "$HOME/.cargo/env"
572023-10-30T21:18:35.624Z+ rustc --version
582023-10-30T21:18:35.741Zrustc 1.73.0 (cc66ad468 2023-10-03)
592023-10-30T21:18:35.746Zprocess exited: duration 26392 ms, exit code 0
 
602023-10-30T21:18:35.752Zstarting task 2: "authentication"
612023-10-30T21:18:35.839Zprocess exited: duration 83 ms, exit code 0
 
622023-10-30T21:18:35.847Zstarting task 3: "clone repository"
632023-10-30T21:18:35.859Z+ mkdir -p /work/oxidecomputer/oxide.rs
642023-10-30T21:18:35.868Z+ git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs
652023-10-30T21:18:36.080ZCloning into '/work/oxidecomputer/oxide.rs'...
662023-10-30T21:18:37.485Z+ cd /work/oxidecomputer/oxide.rs
672023-10-30T21:18:37.488Z+ [[ -n dependabot/cargo/clap-4.4.7 ]]
682023-10-30T21:18:37.492Z+ git fetch origin dependabot/cargo/clap-4.4.7
692023-10-30T21:18:37.823ZFrom https://github.com/oxidecomputer/oxide.rs
702023-10-30T21:18:37.834Z * branch dependabot/cargo/clap-4.4.7 -> FETCH_HEAD
712023-10-30T21:18:37.839Z+ git checkout -B dependabot/cargo/clap-4.4.7 remotes/origin/dependabot/cargo/clap-4.4.7
722023-10-30T21:18:37.851ZSwitched to a new branch 'dependabot/cargo/clap-4.4.7'
732023-10-30T21:18:37.854ZBranch 'dependabot/cargo/clap-4.4.7' set up to track remote branch 'dependabot/cargo/clap-4.4.7' from 'origin'.
742023-10-30T21:18:37.857Z+ git reset --hard 4e5b730e4907b04fe1b4981f2a4353b0d05fd32f
752023-10-30T21:18:37.890ZHEAD is now at 4e5b730 Bump clap from 4.4.6 to 4.4.7
762023-10-30T21:18:37.892Zprocess exited: duration 2039 ms, exit code 0
 
772023-10-30T21:18:37.899Zstarting task 4: "build"
782023-10-30T21:18:37.909Z+ cargo --version
792023-10-30T21:18:37.916Zinfo: syncing channel updates for '1.72-x86_64-unknown-illumos'
802023-10-30T21:18:38.136Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
812023-10-30T21:18:38.140Zinfo: downloading component 'cargo'
822023-10-30T21:18:38.943Zinfo: downloading component 'clippy'
832023-10-30T21:18:39.246Zinfo: downloading component 'rust-docs'
842023-10-30T21:18:40.234Zinfo: downloading component 'rust-std'
852023-10-30T21:18:42.043Zinfo: downloading component 'rustc'
862023-10-30T21:18:46.414Zinfo: downloading component 'rustfmt'
872023-10-30T21:18:46.669Zinfo: installing component 'cargo'
882023-10-30T21:18:47.955Zinfo: installing component 'clippy'
892023-10-30T21:18:48.466Zinfo: installing component 'rust-docs'
902023-10-30T21:18:51.214Zinfo: installing component 'rust-std'
912023-10-30T21:18:53.958Zinfo: installing component 'rustc'
922023-10-30T21:19:00.031Zinfo: installing component 'rustfmt'
932023-10-30T21:19:00.629Zcargo 1.72.1 (103a7ff2e 2023-08-15)
942023-10-30T21:19:00.633Z+ rustc --version
952023-10-30T21:19:00.764Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
962023-10-30T21:19:00.772Z+ banner build
972023-10-30T21:19:00.777Z
982023-10-30T21:19:00.783Z ##### # # # # #####
992023-10-30T21:19:00.787Z # # # # # # # #
1002023-10-30T21:19:00.790Z ##### # # # # # #
1012023-10-30T21:19:00.794Z # # # # # # # #
1022023-10-30T21:19:00.799Z # # # # # # # #
1032023-10-30T21:19:00.803Z ##### #### # ###### #####
1042023-10-30T21:19:00.807Z
1052023-10-30T21:19:00.810Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1062023-10-30T21:19:01.216Z Updating crates.io index
1072023-10-30T21:19:01.223Z Updating git repository `https://github.com/oxidecomputer/thouart.git`
1082023-10-30T21:19:01.694Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1092023-10-30T21:19:02.939Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1102023-10-30T21:19:04.353Z Updating git repository `https://github.com/oxidecomputer/typify`
1112023-10-30T21:19:06.333Z Downloading crates ...
1122023-10-30T21:19:06.582Z Downloaded concurrent-queue v2.2.0
1132023-10-30T21:19:06.590Z Downloaded diff v0.1.13
1142023-10-30T21:19:06.597Z Downloaded ena v0.14.2
1152023-10-30T21:19:06.600Z Downloaded slog v2.7.0
1162023-10-30T21:19:06.609Z Downloaded async-stream-impl v0.3.5
1172023-10-30T21:19:06.612Z Downloaded termtree v0.4.1
1182023-10-30T21:19:06.615Z Downloaded take_mut v0.2.2
1192023-10-30T21:19:06.618Z Downloaded spin v0.5.2
1202023-10-30T21:19:06.627Z Downloaded shell-words v1.1.0
1212023-10-30T21:19:06.632Z Downloaded tracing-attributes v0.1.26
1222023-10-30T21:19:06.660Z Downloaded siphasher v0.3.11
1232023-10-30T21:19:06.664Z Downloaded signal-hook v0.3.17
1242023-10-30T21:19:06.667Z Downloaded atty v0.2.14
1252023-10-30T21:19:06.671Z Downloaded fnv v1.0.7
1262023-10-30T21:19:06.675Z Downloaded foreign-types v0.3.2
1272023-10-30T21:19:06.678Z Downloaded try-lock v0.2.4
1282023-10-30T21:19:06.681Z Downloaded fastrand v1.9.0
1292023-10-30T21:19:06.684Z Downloaded bit-vec v0.6.3
1302023-10-30T21:19:06.687Z Downloaded bit-set v0.5.3
1312023-10-30T21:19:06.690Z Downloaded tiny-keccak v2.0.2
1322023-10-30T21:19:06.693Z Downloaded sha1 v0.10.6
1332023-10-30T21:19:06.696Z Downloaded serde_regex v1.1.0
1342023-10-30T21:19:06.699Z Downloaded basic-cookies v0.1.4
1352023-10-30T21:19:06.706Z Downloaded toolchain_find v0.2.0
1362023-10-30T21:19:06.709Z Downloaded async-global-executor v2.3.1
1372023-10-30T21:19:06.712Z Downloaded slab v0.4.9
1382023-10-30T21:19:06.715Z Downloaded unicode-width v0.1.10
1392023-10-30T21:19:06.719Z Downloaded fixedbitset v0.4.2
1402023-10-30T21:19:06.722Z Downloaded blocking v1.3.1
1412023-10-30T21:19:06.725Z Downloaded autocfg v1.1.0
1422023-10-30T21:19:06.729Z Downloaded dashmap v5.5.1
1432023-10-30T21:19:06.732Z Downloaded utf-8 v0.7.6
1442023-10-30T21:19:06.735Z Downloaded futures-macro v0.3.28
1452023-10-30T21:19:06.738Z Downloaded tinyvec_macros v0.1.1
1462023-10-30T21:19:06.741Z Downloaded strsim v0.10.0
1472023-10-30T21:19:06.746Z Downloaded untrusted v0.7.1
1482023-10-30T21:19:06.750Z Downloaded sha2 v0.10.8
1492023-10-30T21:19:06.754Z Downloaded tokio-native-tls v0.3.1
1502023-10-30T21:19:06.757Z Downloaded env_logger v0.10.0
1512023-10-30T21:19:06.764Z Downloaded toml_datetime v0.6.3
1522023-10-30T21:19:06.768Z Downloaded async-executor v1.5.1
1532023-10-30T21:19:06.771Z Downloaded waker-fn v1.1.0
1542023-10-30T21:19:06.774Z Downloaded levenshtein v1.0.5
1552023-10-30T21:19:06.777Z Downloaded futures-sink v0.3.28
1562023-10-30T21:19:06.780Z Downloaded tinyvec v1.6.0
1572023-10-30T21:19:06.783Z Downloaded match_cfg v0.1.0
1582023-10-30T21:19:06.786Z Downloaded hyper-tls v0.5.0
1592023-10-30T21:19:06.789Z Downloaded precomputed-hash v0.1.1
1602023-10-30T21:19:06.793Z Downloaded serde_urlencoded v0.7.1
1612023-10-30T21:19:06.796Z Downloaded built v0.6.1
1622023-10-30T21:19:06.799Z Downloaded iana-time-zone v0.1.57
1632023-10-30T21:19:06.802Z Downloaded slog-json v2.6.1
1642023-10-30T21:19:06.805Z Downloaded unicode-bidi v0.3.13
1652023-10-30T21:19:06.809Z Downloaded typenum v1.16.0
1662023-10-30T21:19:06.812Z Downloaded walkdir v2.3.3
1672023-10-30T21:19:06.815Z Downloaded unicode-ident v1.0.12
1682023-10-30T21:19:06.819Z Downloaded assert_cmd v2.0.12
1692023-10-30T21:19:06.823Z Downloaded equivalent v1.0.1
1702023-10-30T21:19:06.827Z Downloaded newline-converter v0.3.0
1712023-10-30T21:19:06.830Z Downloaded humantime v2.1.0
1722023-10-30T21:19:06.834Z Downloaded heck v0.4.1
1732023-10-30T21:19:06.839Z Downloaded serial_test v1.0.0
1742023-10-30T21:19:06.853Z Downloaded futures-task v0.3.28
1752023-10-30T21:19:06.864Z Downloaded lalrpop-util v0.19.12
1762023-10-30T21:19:06.871Z Downloaded similar v2.3.0
1772023-10-30T21:19:06.886Z Downloaded pin-utils v0.1.0
1782023-10-30T21:19:06.902Z Downloaded is-docker v0.2.0
1792023-10-30T21:19:06.925Z Downloaded futures v0.3.28
1802023-10-30T21:19:06.935Z Downloaded toml v0.7.8
1812023-10-30T21:19:06.943Z Downloaded semver v0.11.0
1822023-10-30T21:19:06.946Z Downloaded errno v0.3.2
1832023-10-30T21:19:06.949Z Downloaded pem v1.1.1
1842023-10-30T21:19:06.952Z Downloaded parking_lot_core v0.9.8
1852023-10-30T21:19:06.955Z Downloaded httpdate v1.0.3
1862023-10-30T21:19:06.958Z Downloaded is-terminal v0.4.9
1872023-10-30T21:19:06.961Z Downloaded zeroize v1.6.0
1882023-10-30T21:19:06.964Z Downloaded new_debug_unreachable v1.0.4
1892023-10-30T21:19:06.967Z Downloaded httparse v1.8.0
1902023-10-30T21:19:06.970Z Downloaded anstyle-query v1.0.0
1912023-10-30T21:19:06.973Z Downloaded multer v2.1.0
1922023-10-30T21:19:06.976Z Downloaded ppv-lite86 v0.2.17
1932023-10-30T21:19:06.979Z Downloaded itoa v1.0.9
1942023-10-30T21:19:06.983Z Downloaded time v0.3.27
1952023-10-30T21:19:07.401Z Downloaded slog-bunyan v2.4.0
1962023-10-30T21:19:07.406Z Downloaded pkg-config v0.3.27
1972023-10-30T21:19:07.410Z Downloaded futures-lite v1.13.0
1982023-10-30T21:19:07.415Z Downloaded pin-project-internal v1.1.3
1992023-10-30T21:19:07.422Z Downloaded once_cell v1.18.0
2002023-10-30T21:19:07.427Z Downloaded camino v1.1.6
2012023-10-30T21:19:07.431Z Downloaded indexmap v2.0.2
2022023-10-30T21:19:07.436Z Downloaded polling v2.8.0
2032023-10-30T21:19:07.491Z Downloaded hostname v0.3.1
2042023-10-30T21:19:07.495Z Downloaded byteorder v1.4.3
2052023-10-30T21:19:07.499Z Downloaded indicatif v0.17.7
2062023-10-30T21:19:07.503Z Downloaded log v0.4.20
2072023-10-30T21:19:07.508Z Downloaded yasna v0.5.2
2082023-10-30T21:19:07.513Z Downloaded yansi v0.5.1
2092023-10-30T21:19:07.517Z Downloaded num-traits v0.2.16
2102023-10-30T21:19:07.521Z Downloaded openssl-sys v0.9.91
2112023-10-30T21:19:07.525Z Downloaded tokio-util v0.7.8
2122023-10-30T21:19:07.529Z Downloaded proc-macro2 v1.0.67
2132023-10-30T21:19:07.533Z Downloaded oauth2 v4.4.2
2142023-10-30T21:19:07.537Z Downloaded rand v0.8.5
2152023-10-30T21:19:07.541Z Downloaded curl v0.4.44
2162023-10-30T21:19:07.545Z Downloaded crossbeam-channel v0.5.8
2172023-10-30T21:19:07.549Z Downloaded base64 v0.21.5
2182023-10-30T21:19:07.553Z Downloaded tracing-core v0.1.31
2192023-10-30T21:19:07.557Z Downloaded lock_api v0.4.10
2202023-10-30T21:19:07.564Z Downloaded hashbrown v0.12.3
2212023-10-30T21:19:07.568Z Downloaded itertools v0.11.0
2222023-10-30T21:19:07.572Z Downloaded memchr v2.6.3
2232023-10-30T21:19:07.576Z Downloaded pretty_assertions v1.4.0
2242023-10-30T21:19:07.579Z Downloaded itertools v0.10.5
2252023-10-30T21:19:07.583Z Downloaded pest v2.7.2
2262023-10-30T21:19:07.588Z Downloaded mio v0.8.8
2272023-10-30T21:19:07.593Z Downloaded http v0.2.9
2282023-10-30T21:19:07.597Z Downloaded aho-corasick v1.0.4
2292023-10-30T21:19:07.602Z Downloaded syn v1.0.109
2302023-10-30T21:19:07.606Z Downloaded syn v2.0.29
2312023-10-30T21:19:07.610Z Downloaded rustls v0.21.7
2322023-10-30T21:19:07.613Z Downloaded winnow v0.5.15
2332023-10-30T21:19:07.617Z Downloaded rustls-webpki v0.101.4
2342023-10-30T21:19:07.620Z Downloaded clap_builder v4.4.7
2352023-10-30T21:19:07.624Z Downloaded regex-syntax v0.8.2
2362023-10-30T21:19:07.629Z Downloaded futures-util v0.3.28
2372023-10-30T21:19:07.633Z Downloaded petgraph v0.6.4
2382023-10-30T21:19:07.638Z Downloaded reqwest v0.11.22
2392023-10-30T21:19:07.643Z Downloaded h2 v0.3.21
2402023-10-30T21:19:07.647Z Downloaded isahc v1.7.2
2412023-10-30T21:19:07.651Z Downloaded chrono v0.4.31
2422023-10-30T21:19:07.655Z Downloaded lalrpop v0.19.12
2432023-10-30T21:19:07.659Z Downloaded git2 v0.17.2
2442023-10-30T21:19:07.689Z Downloaded tokio v1.33.0
2452023-10-30T21:19:07.693Z Downloaded openssl v0.10.56
2462023-10-30T21:19:07.697Z Downloaded regex-syntax v0.6.29
2472023-10-30T21:19:07.701Z Downloaded libc v0.2.147
2482023-10-30T21:19:07.705Z Downloaded openapiv3 v1.0.3
2492023-10-30T21:19:07.708Z Downloaded bstr v1.6.0
2502023-10-30T21:19:07.713Z Downloaded openapiv3 v2.0.0-rc.0
2512023-10-30T21:19:07.717Z Downloaded libnghttp2-sys v0.1.8+1.55.1
2522023-10-30T21:19:07.742Z Downloaded rustix v0.37.25
2532023-10-30T21:19:07.781Z Downloaded rustix v0.38.9
2542023-10-30T21:19:07.827Z Downloaded idna v0.4.0
2552023-10-30T21:19:07.840Z Downloaded regex-automata v0.4.3
2562023-10-30T21:19:07.865Z Downloaded regex-automata v0.3.8
2572023-10-30T21:19:07.900Z Downloaded regress v0.7.1
2582023-10-30T21:19:07.914Z Downloaded regex v1.10.2
2592023-10-30T21:19:07.940Z Downloaded async-std v1.12.0
2602023-10-30T21:19:07.976Z Downloaded hyper v0.14.27
2612023-10-30T21:19:07.991Z Downloaded portable-atomic v1.4.3
2622023-10-30T21:19:08.002Z Downloaded webpki-roots v0.25.2
2632023-10-30T21:19:08.010Z Downloaded serde_json v1.0.107
2642023-10-30T21:19:08.025Z Downloaded hashbrown v0.14.1
2652023-10-30T21:19:08.034Z Downloaded vcpkg v0.2.15
2662023-10-30T21:19:08.108Z Downloaded hashbrown v0.13.2
2672023-10-30T21:19:08.115Z Downloaded indexmap v1.9.3
2682023-10-30T21:19:08.121Z Downloaded toml_edit v0.20.2
2692023-10-30T21:19:08.152Z Downloaded openssl-src v111.27.0+1.1.1v
2702023-10-30T21:19:08.471Z Downloaded pin-project v1.1.3
2712023-10-30T21:19:08.492Z Downloaded encoding_rs v0.8.33
2722023-10-30T21:19:08.532Z Downloaded toml_edit v0.19.15
2732023-10-30T21:19:08.563Z Downloaded unicode-normalization v0.1.22
2742023-10-30T21:19:08.569Z Downloaded io-lifetimes v1.0.11
2752023-10-30T21:19:08.574Z Downloaded httpmock v0.6.8
2762023-10-30T21:19:08.583Z Downloaded serde_yaml v0.9.25
2772023-10-30T21:19:08.590Z Downloaded parking_lot v0.12.1
2782023-10-30T21:19:08.594Z Downloaded native-tls v0.2.11
2792023-10-30T21:19:08.597Z Downloaded value-bag v1.4.1
2802023-10-30T21:19:08.601Z Downloaded serde v1.0.189
2812023-10-30T21:19:08.607Z Downloaded tungstenite v0.20.1
2822023-10-30T21:19:08.614Z Downloaded pin-project-lite v0.2.13
2832023-10-30T21:19:08.622Z Downloaded smallvec v1.11.0
2842023-10-30T21:19:08.626Z Downloaded clap v4.4.7
2852023-10-30T21:19:08.644Z Downloaded quote v1.0.33
2862023-10-30T21:19:08.647Z Downloaded unsafe-libyaml v0.2.9
2872023-10-30T21:19:08.653Z Downloaded libgit2-sys v0.15.2+1.6.4
2882023-10-30T21:19:08.758Z Downloaded toml v0.5.11
2892023-10-30T21:19:08.763Z Downloaded phf_shared v0.10.0
2902023-10-30T21:19:08.767Z Downloaded version_check v0.9.4
2912023-10-30T21:19:08.770Z Downloaded dyn-clone v1.0.13
2922023-10-30T21:19:08.773Z Downloaded dirs-sys-next v0.1.2
2932023-10-30T21:19:08.776Z Downloaded predicates v3.0.4
2942023-10-30T21:19:08.779Z Downloaded ipnet v2.8.0
2952023-10-30T21:19:08.782Z Downloaded bytes v1.5.0
2962023-10-30T21:19:08.785Z Downloaded cc v1.0.83
2972023-10-30T21:19:08.788Z Downloaded console v0.15.7
2982023-10-30T21:19:08.794Z Downloaded is-wsl v0.4.0
2992023-10-30T21:19:08.796Z Downloaded serde_derive v1.0.189
3002023-10-30T21:19:08.799Z Downloaded jobserver v0.1.26
3012023-10-30T21:19:08.804Z Downloaded hyper-rustls v0.24.1
3022023-10-30T21:19:08.807Z Downloaded ryu v1.0.15
3032023-10-30T21:19:08.812Z Downloaded async-io v1.13.0
3042023-10-30T21:19:08.815Z Downloaded ahash v0.8.3
3052023-10-30T21:19:08.820Z Downloaded parking v2.1.0
3062023-10-30T21:19:08.825Z Downloaded bitflags v1.3.2
3072023-10-30T21:19:08.828Z Downloaded toml v0.8.2
3082023-10-30T21:19:08.833Z Downloaded uuid v1.5.0
3092023-10-30T21:19:08.840Z Downloaded base64 v0.13.1
3102023-10-30T21:19:08.846Z Downloaded open v4.2.0
3112023-10-30T21:19:08.849Z Downloaded anyhow v1.0.75
3122023-10-30T21:19:08.855Z Downloaded rand_chacha v0.3.1
3132023-10-30T21:19:08.859Z Downloaded normalize-line-endings v0.3.0
3142023-10-30T21:19:08.863Z Downloaded semver v1.0.18
3152023-10-30T21:19:08.866Z Downloaded anstyle-parse v0.2.1
3162023-10-30T21:19:08.870Z Downloaded lazy_static v1.4.0
3172023-10-30T21:19:08.873Z Downloaded rcgen v0.10.0
3182023-10-30T21:19:08.876Z Downloaded tokio-tungstenite v0.20.1
3192023-10-30T21:19:08.879Z Downloaded unicode-segmentation v1.10.1
3202023-10-30T21:19:08.882Z Downloaded rand_core v0.6.4
3212023-10-30T21:19:08.885Z Downloaded paste v1.0.14
3222023-10-30T21:19:08.889Z Downloaded async-task v4.4.0
3232023-10-30T21:19:08.893Z Downloaded crossbeam-utils v0.8.16
3242023-10-30T21:19:08.898Z Downloaded percent-encoding v2.3.0
3252023-10-30T21:19:08.901Z Downloaded expectorate v1.1.0
3262023-10-30T21:19:08.905Z Downloaded cargo-lock v9.0.0
3272023-10-30T21:19:08.909Z Downloaded num_cpus v1.16.0
3282023-10-30T21:19:08.912Z Downloaded spin v0.9.8
3292023-10-30T21:19:08.915Z Downloaded thread_local v1.1.7
3302023-10-30T21:19:08.919Z Downloaded schemars v0.8.13
3312023-10-30T21:19:08.938Z Downloaded tokio-rustls v0.24.1
3322023-10-30T21:19:08.942Z Downloaded ucd-trie v0.1.6
3332023-10-30T21:19:08.944Z Downloaded futures-channel v0.3.28
3342023-10-30T21:19:08.948Z Downloaded dialoguer v0.10.4
3352023-10-30T21:19:08.953Z Downloaded kv-log-macro v1.0.7
3362023-10-30T21:19:08.958Z Downloaded wait-timeout v0.2.0
3372023-10-30T21:19:08.960Z Downloaded term v0.7.0
3382023-10-30T21:19:08.965Z Downloaded predicates-core v1.0.6
3392023-10-30T21:19:08.970Z Downloaded http-body v0.4.5
3402023-10-30T21:19:08.974Z Downloaded getopts v0.2.21
3412023-10-30T21:19:08.978Z Downloaded getrandom v0.2.10
3422023-10-30T21:19:08.981Z Downloaded serde_tokenstream v0.2.0
3432023-10-30T21:19:08.984Z Downloaded async-process v1.7.0
3442023-10-30T21:19:08.986Z Downloaded want v0.3.1
3452023-10-30T21:19:08.989Z Downloaded predicates-tree v1.0.9
3462023-10-30T21:19:08.992Z Downloaded mime v0.3.17
3472023-10-30T21:19:08.995Z Downloaded pathdiff v0.2.1
3482023-10-30T21:19:08.997Z Downloaded openssl-probe v0.1.5
3492023-10-30T21:19:09.001Z Downloaded num_threads v0.1.6
3502023-10-30T21:19:09.005Z Downloaded serde_path_to_error v0.1.14
3512023-10-30T21:19:09.010Z Downloaded generic-array v0.14.7
3522023-10-30T21:19:09.012Z Downloaded crypto-common v0.1.6
3532023-10-30T21:19:09.015Z Downloaded bitflags v2.4.0
3542023-10-30T21:19:09.018Z Downloaded rustfmt-wrapper v0.2.0
3552023-10-30T21:19:09.021Z Downloaded atomic-waker v1.1.1
3562023-10-30T21:19:09.023Z Downloaded async-lock v2.8.0
3572023-10-30T21:19:09.026Z Downloaded clap_lex v0.6.0
3582023-10-30T21:19:09.029Z Downloaded same-file v1.0.6
3592023-10-30T21:19:09.033Z Downloaded tokio-macros v2.1.0
3602023-10-30T21:19:09.036Z Downloaded tabwriter v1.3.0
3612023-10-30T21:19:09.040Z Downloaded fastrand v2.0.0
3622023-10-30T21:19:09.044Z Downloaded slog-term v2.9.0
3632023-10-30T21:19:09.050Z Downloaded dirs-next v2.0.0
3642023-10-30T21:19:09.054Z Downloaded scopeguard v1.2.0
3652023-10-30T21:19:09.057Z Downloaded semver-parser v0.10.2
3662023-10-30T21:19:09.061Z Downloaded anstream v0.6.4
3672023-10-30T21:19:09.065Z Downloaded block-buffer v0.10.4
3682023-10-30T21:19:09.068Z Downloaded openssl-macros v0.1.1
3692023-10-30T21:19:09.073Z Downloaded signal-hook-registry v1.4.1
3702023-10-30T21:19:09.077Z Downloaded slog-async v2.8.0
3712023-10-30T21:19:09.081Z Downloaded clap_derive v4.4.7
3722023-10-30T21:19:09.085Z Downloaded tempfile v3.8.0
3732023-10-30T21:19:09.089Z Downloaded number_prefix v0.4.0
3742023-10-30T21:19:09.097Z Downloaded dirs-sys v0.3.7
3752023-10-30T21:19:09.101Z Downloaded termcolor v1.2.0
3762023-10-30T21:19:09.105Z Downloaded tracing-futures v0.2.5
3772023-10-30T21:19:09.109Z Downloaded async-channel v1.9.0
3782023-10-30T21:19:09.115Z Downloaded rustls-pemfile v1.0.3
3792023-10-30T21:19:09.122Z Downloaded home v0.5.5
3802023-10-30T21:19:09.127Z Downloaded time-macros v0.2.13
3812023-10-30T21:19:09.132Z Downloaded waitgroup v0.1.2
3822023-10-30T21:19:09.139Z Downloaded schemars_derive v0.8.13
3832023-10-30T21:19:09.155Z Downloaded serde_spanned v0.6.3
3842023-10-30T21:19:09.166Z Downloaded dirs v4.0.0
3852023-10-30T21:19:09.180Z Downloaded castaway v0.1.2
3862023-10-30T21:19:09.192Z Downloaded curl-sys v0.4.65+curl-8.2.1
3872023-10-30T21:19:09.498Z Downloaded libz-sys v1.1.12
3882023-10-30T21:19:09.618Z Downloaded form_urlencoded v1.2.0
3892023-10-30T21:19:09.621Z Downloaded either v1.9.0
3902023-10-30T21:19:09.624Z Downloaded async-trait v0.1.74
3912023-10-30T21:19:09.627Z Downloaded difflib v0.4.0
3922023-10-30T21:19:09.629Z Downloaded serde_derive_internals v0.26.0
3932023-10-30T21:19:09.632Z Downloaded thiserror v1.0.47
3942023-10-30T21:19:09.639Z Downloaded futures-io v0.3.28
3952023-10-30T21:19:09.642Z Downloaded async-stream v0.3.5
3962023-10-30T21:19:09.646Z Downloaded unicode-xid v0.2.4
3972023-10-30T21:19:09.648Z Downloaded anstyle v1.0.2
3982023-10-30T21:19:09.652Z Downloaded ascii-canvas v3.0.0
3992023-10-30T21:19:09.655Z Downloaded event-listener v2.5.3
4002023-10-30T21:19:09.658Z Downloaded deranged v0.3.8
4012023-10-30T21:19:09.661Z Downloaded sluice v0.5.5
4022023-10-30T21:19:09.667Z Downloaded async-object-pool v0.1.4
4032023-10-30T21:19:09.671Z Downloaded futures-executor v0.3.28
4042023-10-30T21:19:09.673Z Downloaded colorchoice v1.0.0
4052023-10-30T21:19:09.676Z Downloaded cpufeatures v0.2.9
4062023-10-30T21:19:09.679Z Downloaded serial_test_derive v1.0.0
4072023-10-30T21:19:09.683Z Downloaded utf8parse v0.2.1
4082023-10-30T21:19:09.686Z Downloaded tracing v0.1.37
4092023-10-30T21:19:09.690Z Downloaded url v2.4.1
4102023-10-30T21:19:09.693Z Downloaded socket2 v0.4.9
4112023-10-30T21:19:09.696Z Downloaded foreign-types-shared v0.1.1
4122023-10-30T21:19:09.699Z Downloaded thiserror-impl v1.0.47
4132023-10-30T21:19:09.702Z Downloaded time-core v0.1.1
4142023-10-30T21:19:09.705Z Downloaded string_cache v0.8.7
4152023-10-30T21:19:09.707Z Downloaded sct v0.7.0
4162023-10-30T21:19:09.710Z Downloaded futures-core v0.3.28
4172023-10-30T21:19:09.713Z Downloaded float-cmp v0.9.0
4182023-10-30T21:19:09.739Z Downloaded digest v0.10.7
4192023-10-30T21:19:09.743Z Downloaded debug-ignore v1.0.5
4202023-10-30T21:19:09.746Z Downloaded tower-service v0.3.2
4212023-10-30T21:19:09.749Z Downloaded socket2 v0.5.3
4222023-10-30T21:19:09.752Z Downloaded doc-comment v0.3.3
4232023-10-30T21:19:09.755Z Downloaded data-encoding v2.4.0
4242023-10-30T21:19:09.757Z Downloaded crunchy v0.2.2
4252023-10-30T21:19:09.761Z Downloaded cfg-if v1.0.0
4262023-10-30T21:19:09.765Z Downloaded assert-json-diff v2.0.2
4272023-10-30T21:19:09.767Z Downloaded ring v0.16.20
4282023-10-30T21:19:10.135Z Compiling libc v0.2.147
4292023-10-30T21:19:10.138Z Compiling proc-macro2 v1.0.67
4302023-10-30T21:19:10.141Z Compiling unicode-ident v1.0.12
4312023-10-30T21:19:10.143Z Compiling cfg-if v1.0.0
4322023-10-30T21:19:10.150Z Compiling autocfg v1.1.0
4332023-10-30T21:19:10.158Z Compiling serde v1.0.189
4342023-10-30T21:19:10.161Z Compiling memchr v2.6.3
4352023-10-30T21:19:10.165Z Compiling once_cell v1.18.0
4362023-10-30T21:19:10.168Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=b6e14207b8924bd7 -C extra-filename=-b6e14207b8924bd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-b6e14207b8924bd7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4372023-10-30T21:19:10.171Z Running `/home/build/.rustup/toolchains/1.72-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.67/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=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4382023-10-30T21:19:10.175Z Running `/home/build/.rustup/toolchains/1.72-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=d757f4c0862911c7 -C extra-filename=-d757f4c0862911c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4392023-10-30T21:19:10.179Z Running `/home/build/.rustup/toolchains/1.72-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=7366fe2e1272381d -C extra-filename=-7366fe2e1272381d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4402023-10-30T21:19:10.186Z Running `/home/build/.rustup/toolchains/1.72-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=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4412023-10-30T21:19:10.190Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --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"' --cfg 'feature="unstable"' -C metadata=28ba001f6ab329f2 -C extra-filename=-28ba001f6ab329f2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4422023-10-30T21:19:10.193Z Running `/home/build/.rustup/toolchains/1.72-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.189/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=07c0e9c23354059e -C extra-filename=-07c0e9c23354059e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-07c0e9c23354059e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4432023-10-30T21:19:10.196Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee421b59c3b0aac0 -C extra-filename=-ee421b59c3b0aac0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4442023-10-30T21:19:10.358Z Compiling itoa v1.0.9
4452023-10-30T21:19:10.368Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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=864256981386927a -C extra-filename=-864256981386927a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4462023-10-30T21:19:10.560Z Compiling value-bag v1.4.1
4472023-10-30T21:19:10.706Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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=697edf0c88bb537f -C extra-filename=-697edf0c88bb537f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4482023-10-30T21:19:10.957Z Compiling pin-project-lite v0.2.13
4492023-10-30T21:19:10.961Z Running `/home/build/.rustup/toolchains/1.72-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=a6fb572751fb8464 -C extra-filename=-a6fb572751fb8464 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4502023-10-30T21:19:11.107Z Compiling futures-core v0.3.28
4512023-10-30T21:19:11.110Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40748a9ee1ce3883 -C extra-filename=-40748a9ee1ce3883 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/futures-core-40748a9ee1ce3883 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4522023-10-30T21:19:11.127Z Compiling version_check v0.9.4
4532023-10-30T21:19:11.129Z Running `/home/build/.rustup/toolchains/1.72-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=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4542023-10-30T21:19:11.620Z Compiling log v0.4.20
4552023-10-30T21:19:11.624Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' -C metadata=d46d5d4d136e1053 -C extra-filename=-d46d5d4d136e1053 --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-697edf0c88bb537f.rmeta --cap-lints allow`
4562023-10-30T21:19:11.645Z Compiling pkg-config v0.3.27
4572023-10-30T21:19:11.648Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 metadata=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4582023-10-30T21:19:12.101Z Compiling vcpkg v0.2.15
4592023-10-30T21:19:12.106Z Running `/home/build/.rustup/toolchains/1.72-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=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4602023-10-30T21:19:12.821Z Compiling futures-io v0.3.28
4612023-10-30T21:19:12.825Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dcaeaad52968a74d -C extra-filename=-dcaeaad52968a74d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4622023-10-30T21:19:13.045Z Compiling slab v0.4.9
4632023-10-30T21:19:13.048Z Running `/home/build/.rustup/toolchains/1.72-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=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
4642023-10-30T21:19:13.190Z Compiling lock_api v0.4.10
4652023-10-30T21:19:13.195Z Running `/home/build/.rustup/toolchains/1.72-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.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="atomic_usize"' --cfg 'feature="default"' -C metadata=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
4662023-10-30T21:19:13.321Z Compiling parking_lot_core v0.9.8
4672023-10-30T21:19:13.324Z Running `/home/build/.rustup/toolchains/1.72-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.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=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4682023-10-30T21:19:13.808Z Compiling ryu v1.0.15
4692023-10-30T21:19:13.811Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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=7d5feccae9adbee6 -C extra-filename=-7d5feccae9adbee6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4702023-10-30T21:19:13.846Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
4712023-10-30T21:19:13.850Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
4722023-10-30T21:19:13.877Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
4732023-10-30T21:19:13.887Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-b6e14207b8924bd7/build-script-build`
4742023-10-30T21:19:13.896Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-07c0e9c23354059e/build-script-build`
4752023-10-30T21:19:13.908Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
4762023-10-30T21:19:13.916Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06d2c1901fe0aa21 -C extra-filename=-06d2c1901fe0aa21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4772023-10-30T21:19:13.951Z Running `/home/build/.rustup/toolchains/1.72-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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-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=def6b72fa5ee8785 -C extra-filename=-def6b72fa5ee8785 --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-d757f4c0862911c7.rmeta --cap-lints allow --cfg wrap_proc_macro`
4782023-10-30T21:19:13.967Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
4792023-10-30T21:19:13.971Z Compiling serde_json v1.0.107
4802023-10-30T21:19:13.976Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=2b818e12c57a4fad -C extra-filename=-2b818e12c57a4fad --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`
4812023-10-30T21:19:13.994Z Running `/home/build/.rustup/toolchains/1.72-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.107/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=89b40c9e6f1b8d8b -C extra-filename=-89b40c9e6f1b8d8b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-89b40c9e6f1b8d8b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4822023-10-30T21:19:14.027Z Compiling smallvec v1.11.0
4832023-10-30T21:19:14.030Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-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=e6ac8c9c39867098 -C extra-filename=-e6ac8c9c39867098 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4842023-10-30T21:19:14.133Z Compiling scopeguard v1.2.0
4852023-10-30T21:19:14.150Z Running `/home/build/.rustup/toolchains/1.72-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=d594a03dbf4dde6a -C extra-filename=-d594a03dbf4dde6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4862023-10-30T21:19:14.288Z Running `/home/build/.rustup/toolchains/1.72-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.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="atomic_usize"' --cfg 'feature="default"' -C metadata=d79047fb0a0d3fbc -C extra-filename=-d79047fb0a0d3fbc --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-d594a03dbf4dde6a.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
4872023-10-30T21:19:14.326Z Running `/home/build/.rustup/toolchains/1.72-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=3d772b082beace16 -C extra-filename=-3d772b082beace16 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4882023-10-30T21:19:14.360Z Compiling bytes v1.5.0
4892023-10-30T21:19:14.386Z Running `/home/build/.rustup/toolchains/1.72-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=06d0bdf019241fbd -C extra-filename=-06d0bdf019241fbd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4902023-10-30T21:19:14.403Z Compiling num-traits v0.2.16
4912023-10-30T21:19:14.430Z Running `/home/build/.rustup/toolchains/1.72-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.16/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=a0e1c4e789cc24e1 -C extra-filename=-a0e1c4e789cc24e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-a0e1c4e789cc24e1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
4922023-10-30T21:19:14.494Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-89b40c9e6f1b8d8b/build-script-build`
4932023-10-30T21:19:14.569Z Compiling hashbrown v0.14.1
4942023-10-30T21:19:14.573Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=8eb76e470288238a -C extra-filename=-8eb76e470288238a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4952023-10-30T21:19:14.690Z Compiling equivalent v1.0.1
4962023-10-30T21:19:14.693Z Running `/home/build/.rustup/toolchains/1.72-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=e45057b19d8efa62 -C extra-filename=-e45057b19d8efa62 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4972023-10-30T21:19:14.771Z Compiling fnv v1.0.7
4982023-10-30T21:19:14.776Z Running `/home/build/.rustup/toolchains/1.72-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=57b21e101d0e14c9 -C extra-filename=-57b21e101d0e14c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
4992023-10-30T21:19:14.839Z Compiling syn v1.0.109
5002023-10-30T21:19:14.878Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=a04d09442f92b949 -C extra-filename=-a04d09442f92b949 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/syn-a04d09442f92b949 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5012023-10-30T21:19:14.905Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-a0e1c4e789cc24e1/build-script-build`
5022023-10-30T21:19:14.948Z Compiling percent-encoding v2.3.0
5032023-10-30T21:19:14.952Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2ed630b13bc09c5 -C extra-filename=-b2ed630b13bc09c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5042023-10-30T21:19:15.030Z Compiling tinyvec_macros v0.1.1
5052023-10-30T21:19:15.035Z Running `/home/build/.rustup/toolchains/1.72-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=5cbb1959c9f0d56d -C extra-filename=-5cbb1959c9f0d56d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5062023-10-30T21:19:15.150Z Compiling futures-sink v0.3.28
5072023-10-30T21:19:15.155Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e4a79c7df43fb2 -C extra-filename=-e7e4a79c7df43fb2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5082023-10-30T21:19:15.362Z Compiling quote v1.0.33
5092023-10-30T21:19:15.401Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=7c22d0869c7e677f -C extra-filename=-7c22d0869c7e677f --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-def6b72fa5ee8785.rmeta --cap-lints allow`
5102023-10-30T21:19:15.673Z Compiling futures-channel v0.3.28
5112023-10-30T21:19:15.676Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=feb52f6851514f87 -C extra-filename=-feb52f6851514f87 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/futures-channel-feb52f6851514f87 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5122023-10-30T21:19:15.754Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/syn-a04d09442f92b949/build-script-build`
5132023-10-30T21:19:15.819Z Compiling http v0.2.9
5142023-10-30T21:19:15.822Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c257ac0d8f4db8a0 -C extra-filename=-c257ac0d8f4db8a0 --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-06d0bdf019241fbd.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-57b21e101d0e14c9.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-864256981386927a.rmeta --cap-lints allow`
5152023-10-30T21:19:15.977Z Running `/home/build/.rustup/toolchains/1.72-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.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=036d9f1224d87ee5 -C extra-filename=-036d9f1224d87ee5 --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_int_to_from_bytes --cfg has_float_to_from_bytes`
5162023-10-30T21:19:16.182Z Compiling syn v2.0.29
5172023-10-30T21:19:16.192Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=404b3e84665a2508 -C extra-filename=-404b3e84665a2508 --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-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
5182023-10-30T21:19:16.631Z Compiling jobserver v0.1.26
5192023-10-30T21:19:16.648Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 metadata=77b7428a36e6c881 -C extra-filename=-77b7428a36e6c881 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5202023-10-30T21:19:16.707Z Running `/home/build/.rustup/toolchains/1.72-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.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=8fc612a91954e6f7 -C extra-filename=-8fc612a91954e6f7 --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-7366fe2e1272381d.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-e6ac8c9c39867098.rmeta --cap-lints allow`
5212023-10-30T21:19:16.758Z Compiling signal-hook-registry v1.4.1
5222023-10-30T21:19:16.765Z Running `/home/build/.rustup/toolchains/1.72-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=3e66147d4a26a957 -C extra-filename=-3e66147d4a26a957 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5232023-10-30T21:19:16.839Z Compiling futures-task v0.3.28
5242023-10-30T21:19:16.845Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5de16dc38943ef6e -C extra-filename=-5de16dc38943ef6e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/futures-task-5de16dc38943ef6e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5252023-10-30T21:19:17.242Z Compiling cc v1.0.83
5262023-10-30T21:19:17.245Z Running `/home/build/.rustup/toolchains/1.72-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=d43ac59fa93f9099 -C extra-filename=-d43ac59fa93f9099 --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-77b7428a36e6c881.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --cap-lints allow`
5272023-10-30T21:19:17.355Z Compiling parking_lot v0.12.1
5282023-10-30T21:19:17.360Z Running `/home/build/.rustup/toolchains/1.72-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=bf5bdff89cc81245 -C extra-filename=-bf5bdff89cc81245 --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-d79047fb0a0d3fbc.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-8fc612a91954e6f7.rmeta --cap-lints allow`
5292023-10-30T21:19:17.694Z Compiling bitflags v1.3.2
5302023-10-30T21:19:17.698Z Running `/home/build/.rustup/toolchains/1.72-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=c958bc17629f8376 -C extra-filename=-c958bc17629f8376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5312023-10-30T21:19:17.828Z Compiling pin-utils v0.1.0
5322023-10-30T21:19:17.831Z Running `/home/build/.rustup/toolchains/1.72-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=7b35ef261f03dff3 -C extra-filename=-7b35ef261f03dff3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5332023-10-30T21:19:17.970Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
5342023-10-30T21:19:17.980Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
5352023-10-30T21:19:17.989Z Running `/home/build/.rustup/toolchains/1.72-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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=bac87c7a00e20866 -C extra-filename=-bac87c7a00e20866 --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-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
5362023-10-30T21:19:18.002Z Compiling form_urlencoded v1.2.0
5372023-10-30T21:19:18.005Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=279621d493328476 -C extra-filename=-279621d493328476 --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-b2ed630b13bc09c5.rmeta --cap-lints allow`
5382023-10-30T21:19:18.447Z Compiling tinyvec v1.6.0
5392023-10-30T21:19:18.450Z Running `/home/build/.rustup/toolchains/1.72-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=1d3f833ada023434 -C extra-filename=-1d3f833ada023434 --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-5cbb1959c9f0d56d.rmeta --cap-lints allow`
5402023-10-30T21:19:18.508Z Compiling aho-corasick v1.0.4
5412023-10-30T21:19:18.523Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=026fadc70724cc62 -C extra-filename=-026fadc70724cc62 --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-ee421b59c3b0aac0.rmeta --cap-lints allow`
5422023-10-30T21:19:19.104Z Compiling openssl-src v111.27.0+1.1.1v
5432023-10-30T21:19:19.108Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-111.27.0+1.1.1v/src/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=c03823894faf5ed1 -C extra-filename=-c03823894faf5ed1 --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-d43ac59fa93f9099.rmeta --cap-lints allow`
5442023-10-30T21:19:19.170Z Compiling regex-syntax v0.8.2
5452023-10-30T21:19:19.185Z Running `/home/build/.rustup/toolchains/1.72-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=b0b08721fa8654d2 -C extra-filename=-b0b08721fa8654d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5462023-10-30T21:19:19.876Z Compiling futures-util v0.3.28
5472023-10-30T21:19:19.880Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=373e6bf0208f26cc -C extra-filename=-373e6bf0208f26cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/futures-util-373e6bf0208f26cc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5482023-10-30T21:19:20.383Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
5492023-10-30T21:19:20.473Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=cb1254c5d81afdb1 -C extra-filename=-cb1254c5d81afdb1 --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-06d2c1901fe0aa21.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-e7e4a79c7df43fb2.rmeta --cap-lints allow`
5502023-10-30T21:19:20.579Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e5a619d6e2f46d3a -C extra-filename=-e5a619d6e2f46d3a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5512023-10-30T21:19:21.071Z Compiling errno v0.3.2
5522023-10-30T21:19:21.478Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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=336c0a6985b9abed -C extra-filename=-336c0a6985b9abed --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5532023-10-30T21:19:21.482Z Compiling unicode-normalization v0.1.22
5542023-10-30T21:19:21.486Z Running `/home/build/.rustup/toolchains/1.72-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=f153b4e40223fae9 -C extra-filename=-f153b4e40223fae9 --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-1d3f833ada023434.rmeta --cap-lints allow`
5552023-10-30T21:19:21.490Z Compiling unicode-bidi v0.3.13
5562023-10-30T21:19:21.498Z Running `/home/build/.rustup/toolchains/1.72-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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=123f63151e58bfc6 -C extra-filename=-123f63151e58bfc6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5572023-10-30T21:19:21.506Z Compiling getrandom v0.2.10
5582023-10-30T21:19:21.509Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=a202cb9b8532f160 -C extra-filename=-a202cb9b8532f160 --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-7366fe2e1272381d.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --cap-lints allow`
5592023-10-30T21:19:22.005Z Compiling mio v0.8.8
5602023-10-30T21:19:22.008Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=7059f0856c3c0701 -C extra-filename=-7059f0856c3c0701 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5612023-10-30T21:19:22.449Z Compiling openssl-sys v0.9.91
5622023-10-30T21:19:22.454Z Running `/home/build/.rustup/toolchains/1.72-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.91/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=bc4e4802300e03f9 -C extra-filename=-bc4e4802300e03f9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bc4e4802300e03f9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-c03823894faf5ed1.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow`
5632023-10-30T21:19:23.128Z Compiling idna v0.4.0
5642023-10-30T21:19:23.143Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cfd6606da8a84323 -C extra-filename=-cfd6606da8a84323 --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-123f63151e58bfc6.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-f153b4e40223fae9.rmeta --cap-lints allow`
5652023-10-30T21:19:23.470Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-bc4e4802300e03f9/build-script-main`
5662023-10-30T21:19:24.208Z Compiling socket2 v0.5.3
5672023-10-30T21:19:24.215Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=85b9b25191caab1c -C extra-filename=-85b9b25191caab1c --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5682023-10-30T21:19:24.236Z Compiling socket2 v0.4.9
5692023-10-30T21:19:24.266Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=b184068c8788bb40 -C extra-filename=-b184068c8788bb40 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5702023-10-30T21:19:25.803Z Compiling regex-automata v0.4.3
5712023-10-30T21:19:25.807Z Running `/home/build/.rustup/toolchains/1.72-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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=02f32c3e6e342c8b -C extra-filename=-02f32c3e6e342c8b --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-026fadc70724cc62.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b0b08721fa8654d2.rmeta --cap-lints allow`
5722023-10-30T21:19:25.893Z Compiling num_cpus v1.16.0
5732023-10-30T21:19:25.897Z Running `/home/build/.rustup/toolchains/1.72-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=ed1cea0799553b89 -C extra-filename=-ed1cea0799553b89 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
5742023-10-30T21:19:26.028Z Compiling thiserror v1.0.47
5752023-10-30T21:19:26.032Z Running `/home/build/.rustup/toolchains/1.72-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.47/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=614adcf2214e2bd7 -C extra-filename=-614adcf2214e2bd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-614adcf2214e2bd7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5762023-10-30T21:19:26.240Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=68ba1c23b299651d -C extra-filename=-68ba1c23b299651d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5772023-10-30T21:19:26.723Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-614adcf2214e2bd7/build-script-build`
5782023-10-30T21:19:28.133Z Compiling httparse v1.8.0
5792023-10-30T21:19:28.244Z Running `/home/build/.rustup/toolchains/1.72-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=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5802023-10-30T21:19:28.422Z Compiling schemars v0.8.13
5812023-10-30T21:19:28.506Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=d2e087580d3e7bd8 -C extra-filename=-d2e087580d3e7bd8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-d2e087580d3e7bd8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5822023-10-30T21:19:28.597Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
5832023-10-30T21:19:28.655Z Compiling ring v0.16.20
5842023-10-30T21:19:28.696Z Running `/home/build/.rustup/toolchains/1.72-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=f847f4ce4c2076c2 -C extra-filename=-f847f4ce4c2076c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-f847f4ce4c2076c2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --cap-lints allow`
5852023-10-30T21:19:28.753Z Compiling serde_derive_internals v0.26.0
5862023-10-30T21:19:28.786Z Running `/home/build/.rustup/toolchains/1.72-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=b91b8075f3d7d3e0 -C extra-filename=-b91b8075f3d7d3e0 --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-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-bac87c7a00e20866.rmeta --cap-lints allow`
5872023-10-30T21:19:28.835Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-d2e087580d3e7bd8/build-script-build`
5882023-10-30T21:19:28.871Z Compiling tracing-core v0.1.31
5892023-10-30T21:19:28.886Z Running `/home/build/.rustup/toolchains/1.72-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.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="once_cell"' --cfg 'feature="std"' -C metadata=18d8a9f4f113ae3d -C extra-filename=-18d8a9f4f113ae3d --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-28ba001f6ab329f2.rmeta --cap-lints allow`
5902023-10-30T21:19:28.963Z Compiling dyn-clone v1.0.13
5912023-10-30T21:19:29.019Z Running `/home/build/.rustup/toolchains/1.72-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.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=33b627bb719ca9ea -C extra-filename=-33b627bb719ca9ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
5922023-10-30T21:19:29.283Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-f847f4ce4c2076c2/build-script-build`
5932023-10-30T21:19:30.470Z Running `/home/build/.rustup/toolchains/1.72-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=46557f9ba82f0dc1 -C extra-filename=-46557f9ba82f0dc1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd`
5942023-10-30T21:19:30.925Z Compiling ahash v0.8.3
5952023-10-30T21:19:30.933Z Running `/home/build/.rustup/toolchains/1.72-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.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=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow`
5962023-10-30T21:19:31.426Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
5972023-10-30T21:19:31.537Z Compiling indexmap v1.9.3
5982023-10-30T21:19:31.543Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
5992023-10-30T21:19:31.554Z Compiling crossbeam-utils v0.8.16
6002023-10-30T21:19:31.558Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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="default"' --cfg 'feature="std"' -C metadata=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6012023-10-30T21:19:31.977Z Compiling regex v1.10.2
6022023-10-30T21:19:31.982Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=61fc67e945a68ee0 -C extra-filename=-61fc67e945a68ee0 --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-026fadc70724cc62.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-02f32c3e6e342c8b.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-b0b08721fa8654d2.rmeta --cap-lints allow`
6032023-10-30T21:19:32.179Z Compiling spin v0.5.2
6042023-10-30T21:19:32.183Z Running `/home/build/.rustup/toolchains/1.72-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=f62bf9b461b35f31 -C extra-filename=-f62bf9b461b35f31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6052023-10-30T21:19:32.271Z Compiling untrusted v0.7.1
6062023-10-30T21:19:32.274Z Running `/home/build/.rustup/toolchains/1.72-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=df5a62d7e2789605 -C extra-filename=-df5a62d7e2789605 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6072023-10-30T21:19:32.519Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
6082023-10-30T21:19:32.546Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
6092023-10-30T21:19:32.588Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=b8d203f3a8193fbd -C extra-filename=-b8d203f3a8193fbd --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-7366fe2e1272381d.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'`
6102023-10-30T21:19:32.591Z Compiling libz-sys v1.1.12
6112023-10-30T21:19:32.608Z Running `/home/build/.rustup/toolchains/1.72-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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=fd1fa5001cb1347e -C extra-filename=-fd1fa5001cb1347e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-fd1fa5001cb1347e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow`
6122023-10-30T21:19:33.300Z Compiling heck v0.4.1
6132023-10-30T21:19:33.304Z Running `/home/build/.rustup/toolchains/1.72-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=2d522981fc3b72b1 -C extra-filename=-2d522981fc3b72b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6142023-10-30T21:19:33.347Z Compiling bitflags v2.4.0
6152023-10-30T21:19:33.351Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b08f96f8c0d17d14 -C extra-filename=-b08f96f8c0d17d14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6162023-10-30T21:19:33.819Z Compiling hashbrown v0.12.3
6172023-10-30T21:19:33.822Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=1fd6999dad489b81 -C extra-filename=-1fd6999dad489b81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6182023-10-30T21:19:33.990Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-fd1fa5001cb1347e/build-script-build`
6192023-10-30T21:19:34.081Z Compiling hashbrown v0.13.2
6202023-10-30T21:19:34.096Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=a6d46d05b66b2dc6 -C extra-filename=-a6d46d05b66b2dc6 --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-b8d203f3a8193fbd.rmeta --cap-lints allow`
6212023-10-30T21:19:34.507Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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="default"' --cfg 'feature="std"' -C metadata=c6a0f7dbdef7aca3 -C extra-filename=-c6a0f7dbdef7aca3 --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-7366fe2e1272381d.rmeta --cap-lints allow`
6222023-10-30T21:19:35.010Z Compiling serde_derive v1.0.189
6232023-10-30T21:19:35.014Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.189/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=b3fb6edb7d39c11a -C extra-filename=-b3fb6edb7d39c11a --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6242023-10-30T21:19:35.367Z Compiling futures-macro v0.3.28
6252023-10-30T21:19:35.370Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=43fd9c5b78808fc6 -C extra-filename=-43fd9c5b78808fc6 --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6262023-10-30T21:19:35.938Z Compiling tokio-macros v2.1.0
6272023-10-30T21:19:35.941Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4587b5afba31129b -C extra-filename=-4587b5afba31129b --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6282023-10-30T21:19:36.681Z Compiling thiserror-impl v1.0.47
6292023-10-30T21:19:36.684Z Running `/home/build/.rustup/toolchains/1.72-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.47/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=a946381d3b72686c -C extra-filename=-a946381d3b72686c --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6302023-10-30T21:19:37.462Z Compiling schemars_derive v0.8.13
6312023-10-30T21:19:37.465Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=20fb7c484b6f7d43 -C extra-filename=-20fb7c484b6f7d43 --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-b91b8075f3d7d3e0.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-bac87c7a00e20866.rlib --extern proc_macro --cap-lints allow`
6322023-10-30T21:19:38.835Z Compiling tokio v1.33.0
6332023-10-30T21:19:38.838Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --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=f4c15978ee283130 -C extra-filename=-f4c15978ee283130 --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-06d0bdf019241fbd.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-7059f0856c3c0701.rmeta --extern num_cpus=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_cpus-ed1cea0799553b89.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-bf5bdff89cc81245.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-3e66147d4a26a957.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-85b9b25191caab1c.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-4587b5afba31129b.so --cap-lints allow`
6342023-10-30T21:19:38.853Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=aabdba99af4c2060 -C extra-filename=-aabdba99af4c2060 --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-cb1254c5d81afdb1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dcaeaad52968a74d.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-43fd9c5b78808fc6.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-e7e4a79c7df43fb2.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-e5a619d6e2f46d3a.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-7b35ef261f03dff3.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --cap-lints allow`
6352023-10-30T21:19:39.206Z Compiling tracing-attributes v0.1.26
6362023-10-30T21:19:39.210Z Running `/home/build/.rustup/toolchains/1.72-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.26/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=2219252dc895811b -C extra-filename=-2219252dc895811b --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6372023-10-30T21:19:41.277Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9e526022b22a4e9 -C extra-filename=-b9e526022b22a4e9 --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-a946381d3b72686c.so --cap-lints allow`
6382023-10-30T21:19:41.499Z Running `/home/build/.rustup/toolchains/1.72-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=bd306f6da6dcf68c -C extra-filename=-bd306f6da6dcf68c --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-28ba001f6ab329f2.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-f62bf9b461b35f31.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-df5a62d7e2789605.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -l static=ring-core -l static=ring-test`
6392023-10-30T21:19:42.514Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=94e00b7b341462c1 -C extra-filename=-94e00b7b341462c1 --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-1fd6999dad489b81.rmeta --cap-lints allow --cfg has_std`
6402023-10-30T21:19:43.795Z Compiling openssl-probe v0.1.5
6412023-10-30T21:19:43.803Z Running `/home/build/.rustup/toolchains/1.72-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=6498e96332fb729f -C extra-filename=-6498e96332fb729f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6422023-10-30T21:19:43.972Z Compiling iana-time-zone v0.1.57
6432023-10-30T21:19:43.976Z Running `/home/build/.rustup/toolchains/1.72-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.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=6ac0fdf344c1efd5 -C extra-filename=-6ac0fdf344c1efd5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6442023-10-30T21:19:44.385Z Compiling try-lock v0.2.4
6452023-10-30T21:19:44.392Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f512f155daa41063 -C extra-filename=-f512f155daa41063 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6462023-10-30T21:19:44.593Z Compiling want v0.3.1
6472023-10-30T21:19:44.603Z Running `/home/build/.rustup/toolchains/1.72-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=219ae83cf4a7c930 -C extra-filename=-219ae83cf4a7c930 --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-f512f155daa41063.rmeta --cap-lints allow`
6482023-10-30T21:19:44.807Z Compiling regress v0.7.1
6492023-10-30T21:19:44.810Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47f862e688b80ef2 -C extra-filename=-47f862e688b80ef2 --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-a6d46d05b66b2dc6.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --cap-lints allow`
6502023-10-30T21:19:45.050Z Compiling http-body v0.4.5
6512023-10-30T21:19:45.055Z Compiling tracing v0.1.37
6522023-10-30T21:19:45.059Z Running `/home/build/.rustup/toolchains/1.72-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.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=74b9277aad04ffa7 -C extra-filename=-74b9277aad04ffa7 --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-06d0bdf019241fbd.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --cap-lints allow`
6532023-10-30T21:19:45.068Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=1649ae1012a74bd2 -C extra-filename=-1649ae1012a74bd2 --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-7366fe2e1272381d.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-2219252dc895811b.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-18d8a9f4f113ae3d.rmeta --cap-lints allow`
6542023-10-30T21:19:45.754Z Compiling foreign-types-shared v0.1.1
6552023-10-30T21:19:45.770Z Running `/home/build/.rustup/toolchains/1.72-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=099e2dbf09d8f76f -C extra-filename=-099e2dbf09d8f76f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6562023-10-30T21:19:45.909Z Compiling rustls v0.21.7
6572023-10-30T21:19:45.912Z Running `/home/build/.rustup/toolchains/1.72-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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=eb9c35056792b1cf -C extra-filename=-eb9c35056792b1cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-eb9c35056792b1cf -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6582023-10-30T21:19:45.985Z Compiling httpdate v1.0.3
6592023-10-30T21:19:45.988Z Running `/home/build/.rustup/toolchains/1.72-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=915e2a0b8284086b -C extra-filename=-915e2a0b8284086b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6602023-10-30T21:19:46.342Z Compiling typenum v1.16.0
6612023-10-30T21:19:46.345Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.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=ce2f6f3ba70c12d6 -C extra-filename=-ce2f6f3ba70c12d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-ce2f6f3ba70c12d6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6622023-10-30T21:19:46.776Z Compiling openssl v0.10.56
6632023-10-30T21:19:46.781Z Running `/home/build/.rustup/toolchains/1.72-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.56/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=34db0fea513b7004 -C extra-filename=-34db0fea513b7004 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-34db0fea513b7004 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6642023-10-30T21:19:47.411Z Compiling tower-service v0.3.2
6652023-10-30T21:19:47.415Z Running `/home/build/.rustup/toolchains/1.72-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=6c44a77f40a98f8a -C extra-filename=-6c44a77f40a98f8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6662023-10-30T21:19:47.579Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
6672023-10-30T21:19:47.606Z Compiling foreign-types v0.3.2
6682023-10-30T21:19:47.610Z Running `/home/build/.rustup/toolchains/1.72-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=66670688ad439961 -C extra-filename=-66670688ad439961 --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-099e2dbf09d8f76f.rmeta --cap-lints allow`
6692023-10-30T21:19:47.731Z Compiling sct v0.7.0
6702023-10-30T21:19:47.734Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=983de971e2679963 -C extra-filename=-983de971e2679963 --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-bd306f6da6dcf68c.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-df5a62d7e2789605.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
6712023-10-30T21:19:47.929Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.189/src/lib.rs --error-format=json --json=diagnostic-rendered-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=52a54b7fcf9b7f5f -C extra-filename=-52a54b7fcf9b7f5f --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-b3fb6edb7d39c11a.so --cap-lints allow`
6722023-10-30T21:19:47.945Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
6732023-10-30T21:19:48.217Z Compiling rustls-webpki v0.101.4
6742023-10-30T21:19:48.220Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bc219469b4491cb5 -C extra-filename=-bc219469b4491cb5 --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-bd306f6da6dcf68c.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-df5a62d7e2789605.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
6752023-10-30T21:19:48.235Z Compiling openssl-macros v0.1.1
6762023-10-30T21:19:48.239Z Running `/home/build/.rustup/toolchains/1.72-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=291063236bae271e -C extra-filename=-291063236bae271e --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
6772023-10-30T21:19:48.652Z Compiling generic-array v0.14.7
6782023-10-30T21:19:48.672Z Running `/home/build/.rustup/toolchains/1.72-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=e2609b62ac550732 -C extra-filename=-e2609b62ac550732 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-e2609b62ac550732 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow`
6792023-10-30T21:19:49.131Z Compiling encoding_rs v0.8.33
6802023-10-30T21:19:49.545Z Running `/home/build/.rustup/toolchains/1.72-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=1f7799f7fe36ece6 -C extra-filename=-1f7799f7fe36ece6 --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-7366fe2e1272381d.rmeta --cap-lints allow`
6812023-10-30T21:19:49.550Z Compiling native-tls v0.2.11
6822023-10-30T21:19:49.557Z Running `/home/build/.rustup/toolchains/1.72-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=4991941d2ec56355 -C extra-filename=-4991941d2ec56355 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-4991941d2ec56355 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6832023-10-30T21:19:49.561Z Compiling mime v0.3.17
6842023-10-30T21:19:49.565Z Running `/home/build/.rustup/toolchains/1.72-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=12801767372abb14 -C extra-filename=-12801767372abb14 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6852023-10-30T21:19:50.081Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=60c9ec86a9fa059c -C extra-filename=-60c9ec86a9fa059c --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-d46d5d4d136e1053.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-bd306f6da6dcf68c.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-bc219469b4491cb5.rmeta --extern sct=/work/oxidecomputer/oxide.rs/target/debug/deps/libsct-983de971e2679963.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
6862023-10-30T21:19:50.552Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-e2609b62ac550732/build-script-build`
6872023-10-30T21:19:50.645Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-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=e676bcfa19be2828 -C extra-filename=-e676bcfa19be2828 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6882023-10-30T21:19:52.138Z Compiling tokio-util v0.7.8
6892023-10-30T21:19:52.141Z Running `/home/build/.rustup/toolchains/1.72-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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=b016acb19f5e6814 -C extra-filename=-b016acb19f5e6814 --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-06d0bdf019241fbd.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-e7e4a79c7df43fb2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1649ae1012a74bd2.rmeta --cap-lints allow`
6902023-10-30T21:19:53.062Z Compiling event-listener v2.5.3
6912023-10-30T21:19:53.069Z Running `/home/build/.rustup/toolchains/1.72-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=f26ca7e9084829f0 -C extra-filename=-f26ca7e9084829f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6922023-10-30T21:19:54.224Z Compiling h2 v0.3.21
6932023-10-30T21:19:54.229Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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=5df74362c623c7fe -C extra-filename=-5df74362c623c7fe --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-06d0bdf019241fbd.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-57b21e101d0e14c9.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-e7e4a79c7df43fb2.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-94e00b7b341462c1.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b016acb19f5e6814.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1649ae1012a74bd2.rmeta --cap-lints allow`
6942023-10-30T21:19:55.081Z Compiling base64 v0.21.5
6952023-10-30T21:19:55.088Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=0d7b33d851918a3d -C extra-filename=-0d7b33d851918a3d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
6962023-10-30T21:19:55.587Z Running `/home/build/.rustup/toolchains/1.72-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=b042586576eb4f22 -C extra-filename=-b042586576eb4f22 --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-e676bcfa19be2828.rmeta --cap-lints allow --cfg relaxed_coherence`
6972023-10-30T21:19:56.036Z Compiling concurrent-queue v2.2.0
6982023-10-30T21:19:56.058Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c672264fad1896e6 -C extra-filename=-c672264fad1896e6 --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-c6a0f7dbdef7aca3.rmeta --cap-lints allow`
6992023-10-30T21:19:56.553Z Compiling tokio-rustls v0.24.1
7002023-10-30T21:19:56.558Z Running `/home/build/.rustup/toolchains/1.72-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=c532d1d921757f65 -C extra-filename=-c532d1d921757f65 --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-60c9ec86a9fa059c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
7012023-10-30T21:19:57.198Z Compiling rand_core v0.6.4
7022023-10-30T21:19:57.202Z Running `/home/build/.rustup/toolchains/1.72-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=731a4af4ca2bb861 -C extra-filename=-731a4af4ca2bb861 --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-a202cb9b8532f160.rmeta --cap-lints allow`
7032023-10-30T21:19:57.805Z Compiling ppv-lite86 v0.2.17
7042023-10-30T21:19:57.809Z Running `/home/build/.rustup/toolchains/1.72-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=a88e21041da6ad04 -C extra-filename=-a88e21041da6ad04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7052023-10-30T21:19:57.921Z Compiling lazy_static v1.4.0
7062023-10-30T21:19:57.926Z Running `/home/build/.rustup/toolchains/1.72-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=b3351b84bdd72173 -C extra-filename=-b3351b84bdd72173 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7072023-10-30T21:19:58.111Z Running `/home/build/.rustup/toolchains/1.72-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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-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=784560803ce66ce3 -C extra-filename=-784560803ce66ce3 --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-864256981386927a.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-7d5feccae9adbee6.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow --cfg limb_width_64`
7082023-10-30T21:19:58.516Z Compiling indexmap v2.0.2
7092023-10-30T21:19:58.519Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b733084a91f134c4 -C extra-filename=-b733084a91f134c4 --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-e45057b19d8efa62.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-8eb76e470288238a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7102023-10-30T21:19:58.683Z Compiling url v2.4.1
7112023-10-30T21:19:58.687Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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="default"' --cfg 'feature="serde"' -C metadata=7e45e2dad04c30c6 -C extra-filename=-7e45e2dad04c30c6 --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-279621d493328476.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-cfd6606da8a84323.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-b2ed630b13bc09c5.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7122023-10-30T21:19:59.087Z Compiling chrono v0.4.31
7132023-10-30T21:19:59.123Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --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=7bbe54226e538901 -C extra-filename=-7bbe54226e538901 --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-6ac0fdf344c1efd5.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-036d9f1224d87ee5.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7142023-10-30T21:20:00.565Z Compiling uuid v1.5.0
7152023-10-30T21:20:00.569Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=359bb476faf469bc -C extra-filename=-359bb476faf469bc --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-a202cb9b8532f160.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7162023-10-30T21:20:01.929Z Compiling either v1.9.0
7172023-10-30T21:20:01.935Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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="use_std"' -C metadata=ea2f363c1dcad5a5 -C extra-filename=-ea2f363c1dcad5a5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7182023-10-30T21:20:02.472Z Compiling anstyle v1.0.2
7192023-10-30T21:20:02.476Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebe576e44d2cd41e -C extra-filename=-ebe576e44d2cd41e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7202023-10-30T21:20:02.490Z Compiling unicode-width v0.1.10
7212023-10-30T21:20:02.503Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=6ddda0e9cd8f4ef7 -C extra-filename=-6ddda0e9cd8f4ef7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7222023-10-30T21:20:02.730Z Compiling rand_chacha v0.3.1
7232023-10-30T21:20:02.733Z Running `/home/build/.rustup/toolchains/1.72-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=d7ee11ef43a2e456 -C extra-filename=-d7ee11ef43a2e456 --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-a88e21041da6ad04.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-731a4af4ca2bb861.rmeta --cap-lints allow`
7242023-10-30T21:20:03.255Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=54e9fb549456e356 -C extra-filename=-54e9fb549456e356 --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-7bbe54226e538901.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-33b627bb719ca9ea.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-20fb7c484b6f7d43.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7252023-10-30T21:20:03.424Z Compiling serde_urlencoded v0.7.1
7262023-10-30T21:20:03.428Z Running `/home/build/.rustup/toolchains/1.72-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=dd3cb20583e4ebc8 -C extra-filename=-dd3cb20583e4ebc8 --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-279621d493328476.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-864256981386927a.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-7d5feccae9adbee6.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7272023-10-30T21:20:04.335Z Compiling rustls-pemfile v1.0.3
7282023-10-30T21:20:04.340Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8cab0907e7beabf6 -C extra-filename=-8cab0907e7beabf6 --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-0d7b33d851918a3d.rmeta --cap-lints allow`
7292023-10-30T21:20:04.907Z Running `/home/build/.rustup/toolchains/1.72-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.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="libc"' -C metadata=822539b12a618447 -C extra-filename=-822539b12a618447 --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-2b818e12c57a4fad.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z`
7302023-10-30T21:20:04.956Z Compiling dirs-sys-next v0.1.2
7312023-10-30T21:20:04.959Z Running `/home/build/.rustup/toolchains/1.72-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=0407aec610aa2081 -C extra-filename=-0407aec610aa2081 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
7322023-10-30T21:20:05.142Z Compiling fastrand v1.9.0
7332023-10-30T21:20:05.146Z Running `/home/build/.rustup/toolchains/1.72-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=5daed07d912494dc -C extra-filename=-5daed07d912494dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7342023-10-30T21:20:06.105Z Compiling hyper v0.14.27
7352023-10-30T21:20:06.108Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=1f055fd86599e2cd -C extra-filename=-1f055fd86599e2cd --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-06d0bdf019241fbd.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-cb1254c5d81afdb1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-5df74362c623c7fe.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-74b9277aad04ffa7.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-46557f9ba82f0dc1.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-915e2a0b8284086b.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-864256981386927a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-b184068c8788bb40.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-6c44a77f40a98f8a.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1649ae1012a74bd2.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-219ae83cf4a7c930.rmeta --cap-lints allow`
7362023-10-30T21:20:06.202Z Compiling parking v2.1.0
7372023-10-30T21:20:06.205Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-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=2ad0bca48a20cdcd -C extra-filename=-2ad0bca48a20cdcd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7382023-10-30T21:20:06.602Z Compiling waker-fn v1.1.0
7392023-10-30T21:20:06.605Z Running `/home/build/.rustup/toolchains/1.72-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c9e201ed58e29305 -C extra-filename=-c9e201ed58e29305 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7402023-10-30T21:20:06.776Z Compiling futures-lite v1.13.0
7412023-10-30T21:20:06.787Z Running `/home/build/.rustup/toolchains/1.72-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=d532343946f0dd44 -C extra-filename=-d532343946f0dd44 --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-5daed07d912494dc.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dcaeaad52968a74d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-2ad0bca48a20cdcd.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-c9e201ed58e29305.rmeta --cap-lints allow`
7422023-10-30T21:20:06.792Z Compiling dirs-next v2.0.0
7432023-10-30T21:20:06.795Z Running `/home/build/.rustup/toolchains/1.72-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=94e6e04c7015dc59 -C extra-filename=-94e6e04c7015dc59 --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-7366fe2e1272381d.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-0407aec610aa2081.rmeta --cap-lints allow`
7442023-10-30T21:20:07.064Z Compiling rand v0.8.5
7452023-10-30T21:20:07.067Z Running `/home/build/.rustup/toolchains/1.72-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=14063a56ffd64021 -C extra-filename=-14063a56ffd64021 --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-2b818e12c57a4fad.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-d7ee11ef43a2e456.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-731a4af4ca2bb861.rmeta --cap-lints allow`
7462023-10-30T21:20:07.917Z Compiling serde_tokenstream v0.2.0
7472023-10-30T21:20:07.920Z Running `/home/build/.rustup/toolchains/1.72-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=0ce80107164a2850 -C extra-filename=-0ce80107164a2850 --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-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rmeta --cap-lints allow`
7482023-10-30T21:20:08.332Z Compiling block-buffer v0.10.4
7492023-10-30T21:20:08.744Z Running `/home/build/.rustup/toolchains/1.72-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=8e90473b1585b238 -C extra-filename=-8e90473b1585b238 --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-b042586576eb4f22.rmeta --cap-lints allow`
7502023-10-30T21:20:08.751Z Compiling crypto-common v0.1.6
7512023-10-30T21:20:08.756Z Running `/home/build/.rustup/toolchains/1.72-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=075612fc4ef1f01d -C extra-filename=-075612fc4ef1f01d --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-b042586576eb4f22.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-e676bcfa19be2828.rmeta --cap-lints allow`
7522023-10-30T21:20:08.760Z Compiling libnghttp2-sys v0.1.8+1.55.1
7532023-10-30T21:20:08.767Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.1/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=4e5642b683020ebc -C extra-filename=-4e5642b683020ebc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-4e5642b683020ebc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --cap-lints allow`
7542023-10-30T21:20:08.925Z Compiling polling v2.8.0
7552023-10-30T21:20:08.928Z Running `/home/build/.rustup/toolchains/1.72-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=ddb82dcc2c800913 -C extra-filename=-ddb82dcc2c800913 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-ddb82dcc2c800913 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
7562023-10-30T21:20:09.427Z Compiling ipnet v2.8.0
7572023-10-30T21:20:09.430Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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=79a960afc10c6905 -C extra-filename=-79a960afc10c6905 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7582023-10-30T21:20:09.531Z Compiling utf8parse v0.2.1
7592023-10-30T21:20:09.534Z Running `/home/build/.rustup/toolchains/1.72-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=376c42046a5eb510 -C extra-filename=-376c42046a5eb510 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7602023-10-30T21:20:09.681Z Compiling webpki-roots v0.25.2
7612023-10-30T21:20:09.685Z Running `/home/build/.rustup/toolchains/1.72-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.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=b2ba5f86d5dcc8d2 -C extra-filename=-b2ba5f86d5dcc8d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7622023-10-30T21:20:09.768Z Compiling io-lifetimes v1.0.11
7632023-10-30T21:20:09.771Z Running `/home/build/.rustup/toolchains/1.72-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=e9a5acc5d9972050 -C extra-filename=-e9a5acc5d9972050 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-e9a5acc5d9972050 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7642023-10-30T21:20:09.921Z Compiling anstyle-parse v0.2.1
7652023-10-30T21:20:09.925Z Running `/home/build/.rustup/toolchains/1.72-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.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="utf8"' -C metadata=cf40b91680084b4b -C extra-filename=-cf40b91680084b4b --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-376c42046a5eb510.rmeta --cap-lints allow`
7662023-10-30T21:20:09.997Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-4e5642b683020ebc/build-script-build`
7672023-10-30T21:20:10.024Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-ddb82dcc2c800913/build-script-build`
7682023-10-30T21:20:10.212Z Compiling digest v0.10.7
7692023-10-30T21:20:10.215Z Running `/home/build/.rustup/toolchains/1.72-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=54b411e08be72ea0 -C extra-filename=-54b411e08be72ea0 --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-8e90473b1585b238.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-075612fc4ef1f01d.rmeta --cap-lints allow`
7702023-10-30T21:20:10.344Z Compiling term v0.7.0
7712023-10-30T21:20:10.347Z Running `/home/build/.rustup/toolchains/1.72-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=f175345d2207f521 -C extra-filename=-f175345d2207f521 --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-94e6e04c7015dc59.rmeta --cap-lints allow`
7722023-10-30T21:20:10.474Z Compiling serde_spanned v0.6.3
7732023-10-30T21:20:10.538Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=92232f951832a2c8 -C extra-filename=-92232f951832a2c8 --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-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7742023-10-30T21:20:10.752Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
7752023-10-30T21:20:10.815Z Compiling toml_datetime v0.6.3
7762023-10-30T21:20:10.820Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' -C metadata=328c39d8c0866595 -C extra-filename=-328c39d8c0866595 --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-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
7772023-10-30T21:20:10.911Z Compiling async-lock v2.8.0
7782023-10-30T21:20:10.943Z Running `/home/build/.rustup/toolchains/1.72-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=1fd8853d5c14789d -C extra-filename=-1fd8853d5c14789d --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-f26ca7e9084829f0.rmeta --cap-lints allow`
7792023-10-30T21:20:11.121Z Compiling crunchy v0.2.2
7802023-10-30T21:20:11.125Z Running `/home/build/.rustup/toolchains/1.72-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=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7812023-10-30T21:20:11.631Z Compiling cpufeatures v0.2.9
7822023-10-30T21:20:11.639Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7710f8390a5b97d0 -C extra-filename=-7710f8390a5b97d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7832023-10-30T21:20:11.766Z Compiling anstyle-query v1.0.0
7842023-10-30T21:20:11.781Z Running `/home/build/.rustup/toolchains/1.72-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f1a8f8cdec8681db -C extra-filename=-f1a8f8cdec8681db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7852023-10-30T21:20:11.823Z Compiling rustix v0.38.9
7862023-10-30T21:20:11.826Z Running `/home/build/.rustup/toolchains/1.72-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.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f4a3b5516a1033b5 -C extra-filename=-f4a3b5516a1033b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-f4a3b5516a1033b5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7872023-10-30T21:20:11.943Z Running `/home/build/.rustup/toolchains/1.72-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.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"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=2fcc51d94464b839 -C extra-filename=-2fcc51d94464b839 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-2fcc51d94464b839 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7882023-10-30T21:20:11.974Z Compiling colorchoice v1.0.0
7892023-10-30T21:20:11.981Z Running `/home/build/.rustup/toolchains/1.72-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=03833b1b917a2ebc -C extra-filename=-03833b1b917a2ebc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7902023-10-30T21:20:12.191Z Compiling rustix v0.37.25
7912023-10-30T21:20:12.205Z Running `/home/build/.rustup/toolchains/1.72-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.25/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=a60241a7436a2f4e -C extra-filename=-a60241a7436a2f4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-a60241a7436a2f4e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7922023-10-30T21:20:12.208Z Compiling winnow v0.5.15
7932023-10-30T21:20:12.211Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=33bc2727a8b61fe4 -C extra-filename=-33bc2727a8b61fe4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
7942023-10-30T21:20:12.830Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
7952023-10-30T21:20:12.945Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-2fcc51d94464b839/build-script-build`
7962023-10-30T21:20:13.001Z Compiling anstream v0.6.4
7972023-10-30T21:20:13.004Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=22559f1f26648f9a -C extra-filename=-22559f1f26648f9a --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-ebe576e44d2cd41e.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-cf40b91680084b4b.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-f1a8f8cdec8681db.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-03833b1b917a2ebc.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-376c42046a5eb510.rmeta --cap-lints allow`
7982023-10-30T21:20:13.113Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
7992023-10-30T21:20:13.132Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-a60241a7436a2f4e/build-script-build`
8002023-10-30T21:20:13.154Z Running `/home/build/.rustup/toolchains/1.72-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=3259e9fd67870c5e -C extra-filename=-3259e9fd67870c5e --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-2b818e12c57a4fad.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn`
8012023-10-30T21:20:13.276Z Running `/home/build/.rustup/toolchains/1.72-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=4db9b7fdc2c229cb -C extra-filename=-4db9b7fdc2c229cb --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-7366fe2e1272381d.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --cap-lints allow`
8022023-10-30T21:20:13.444Z Compiling async-channel v1.9.0
8032023-10-30T21:20:13.448Z Running `/home/build/.rustup/toolchains/1.72-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=661ed5a58630c7da -C extra-filename=-661ed5a58630c7da --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-c672264fad1896e6.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f26ca7e9084829f0.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --cap-lints allow`
8042023-10-30T21:20:13.514Z Compiling futures-executor v0.3.28
8052023-10-30T21:20:13.518Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b6e421747c5059ee -C extra-filename=-b6e421747c5059ee --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-06d2c1901fe0aa21.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-e5a619d6e2f46d3a.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --cap-lints allow`
8062023-10-30T21:20:13.858Z Compiling curl-sys v0.4.65+curl-8.2.1
8072023-10-30T21:20:13.878Z Running `/home/build/.rustup/toolchains/1.72-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.65+curl-8.2.1/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=a16b51697d479eb1 -C extra-filename=-a16b51697d479eb1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-a16b51697d479eb1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow`
8082023-10-30T21:20:14.294Z Compiling async-io v1.13.0
8092023-10-30T21:20:14.299Z Running `/home/build/.rustup/toolchains/1.72-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=ab248ed37f32a113 -C extra-filename=-ab248ed37f32a113 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-ab248ed37f32a113 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
8102023-10-30T21:20:14.302Z Compiling tiny-keccak v2.0.2
8112023-10-30T21:20:14.305Z Running `/home/build/.rustup/toolchains/1.72-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=ff45c0f95e64194d -C extra-filename=-ff45c0f95e64194d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-ff45c0f95e64194d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8122023-10-30T21:20:14.367Z Compiling strsim v0.10.0
8132023-10-30T21:20:14.387Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=4225acb6503aa6cb -C extra-filename=-4225acb6503aa6cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8142023-10-30T21:20:14.404Z Compiling atomic-waker v1.1.1
8152023-10-30T21:20:14.411Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1d021fdb4491909a -C extra-filename=-1d021fdb4491909a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8162023-10-30T21:20:14.544Z Compiling siphasher v0.3.11
8172023-10-30T21:20:14.552Z Running `/home/build/.rustup/toolchains/1.72-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=816b892493d5784a -C extra-filename=-816b892493d5784a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8182023-10-30T21:20:15.003Z Compiling clap_lex v0.6.0
8192023-10-30T21:20:15.012Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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 -C metadata=e6abf25d7e76bd60 -C extra-filename=-e6abf25d7e76bd60 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8202023-10-30T21:20:15.027Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-ff45c0f95e64194d/build-script-build`
8212023-10-30T21:20:15.032Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-ab248ed37f32a113/build-script-build`
8222023-10-30T21:20:15.035Z Compiling futures v0.3.28
8232023-10-30T21:20:15.038Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=f80a79aeca57ce72 -C extra-filename=-f80a79aeca57ce72 --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-cb1254c5d81afdb1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-b6e421747c5059ee.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dcaeaad52968a74d.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-e7e4a79c7df43fb2.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-e5a619d6e2f46d3a.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --cap-lints allow`
8242023-10-30T21:20:15.041Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.25/src/lib.rs --error-format=json --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=82e2ffb4d99b89e3 -C extra-filename=-82e2ffb4d99b89e3 --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-c958bc17629f8376.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-336c0a6985b9abed.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-3259e9fd67870c5e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --cap-lints allow --cfg libc --cfg solarish`
8252023-10-30T21:20:15.061Z Compiling clap_builder v4.4.7
8262023-10-30T21:20:15.064Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.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="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=21d92ded2e36e675 -C extra-filename=-21d92ded2e36e675 --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-22559f1f26648f9a.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-ebe576e44d2cd41e.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-e6abf25d7e76bd60.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-4225acb6503aa6cb.rmeta --cap-lints allow`
8272023-10-30T21:20:15.150Z Compiling phf_shared v0.10.0
8282023-10-30T21:20:15.153Z Running `/home/build/.rustup/toolchains/1.72-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=56cef3203158d215 -C extra-filename=-56cef3203158d215 --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-816b892493d5784a.rmeta --cap-lints allow`
8292023-10-30T21:20:15.582Z Running `/home/build/.rustup/toolchains/1.72-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=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8302023-10-30T21:20:15.734Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b7efd22ca618b866 -C extra-filename=-b7efd22ca618b866 --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-b08f96f8c0d17d14.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-336c0a6985b9abed.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
8312023-10-30T21:20:15.886Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4a7504110d1ee4ea -C extra-filename=-4a7504110d1ee4ea --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-b08f96f8c0d17d14.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-336c0a6985b9abed.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
8322023-10-30T21:20:16.014Z Compiling clap_derive v4.4.7
8332023-10-30T21:20:16.019Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b5e5104153e03ebb -C extra-filename=-b5e5104153e03ebb --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-2d522981fc3b72b1.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
8342023-10-30T21:20:18.143Z Compiling hyper-rustls v0.24.1
8352023-10-30T21:20:18.146Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=79cbfe40797c6330 -C extra-filename=-79cbfe40797c6330 --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-aabdba99af4c2060.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-1f055fd86599e2cd.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-60c9ec86a9fa059c.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-c532d1d921757f65.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
8362023-10-30T21:20:18.696Z Compiling precomputed-hash v0.1.1
8372023-10-30T21:20:18.699Z Compiling signal-hook v0.3.17
8382023-10-30T21:20:18.702Z Running `/home/build/.rustup/toolchains/1.72-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=edc96ef02f74bac3 -C extra-filename=-edc96ef02f74bac3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8392023-10-30T21:20:18.712Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="iterator"' -C metadata=f03c7f350c8b3c05 -C extra-filename=-f03c7f350c8b3c05 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-f03c7f350c8b3c05 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8402023-10-30T21:20:18.730Z Compiling async-task v4.4.0
8412023-10-30T21:20:18.734Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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=fc711a5555034178 -C extra-filename=-fc711a5555034178 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8422023-10-30T21:20:18.846Z Compiling time-core v0.1.1
8432023-10-30T21:20:18.863Z Running `/home/build/.rustup/toolchains/1.72-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.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=58db55d3b860d905 -C extra-filename=-58db55d3b860d905 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8442023-10-30T21:20:19.104Z Compiling bit-vec v0.6.3
8452023-10-30T21:20:19.110Z Running `/home/build/.rustup/toolchains/1.72-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=c11f465df8742f04 -C extra-filename=-c11f465df8742f04 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8462023-10-30T21:20:19.160Z Compiling fixedbitset v0.4.2
8472023-10-30T21:20:19.163Z Running `/home/build/.rustup/toolchains/1.72-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=281332ed1276e189 -C extra-filename=-281332ed1276e189 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8482023-10-30T21:20:19.614Z Compiling new_debug_unreachable v1.0.4
8492023-10-30T21:20:19.618Z Running `/home/build/.rustup/toolchains/1.72-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=59f57321e20f7ede -C extra-filename=-59f57321e20f7ede --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8502023-10-30T21:20:19.702Z Compiling diff v0.1.13
8512023-10-30T21:20:19.705Z Running `/home/build/.rustup/toolchains/1.72-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=0584d3451d3d5653 -C extra-filename=-0584d3451d3d5653 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8522023-10-30T21:20:19.744Z Compiling string_cache v0.8.7
8532023-10-30T21:20:19.748Z Running `/home/build/.rustup/toolchains/1.72-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=0401e52f9f2baf23 -C extra-filename=-0401e52f9f2baf23 --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-59f57321e20f7ede.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-bf5bdff89cc81245.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-56cef3203158d215.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-edc96ef02f74bac3.rmeta --cap-lints allow`
8542023-10-30T21:20:19.801Z Compiling bit-set v0.5.3
8552023-10-30T21:20:19.819Z Running `/home/build/.rustup/toolchains/1.72-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=f58b138ca0062ec1 -C extra-filename=-f58b138ca0062ec1 --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-c11f465df8742f04.rmeta --cap-lints allow`
8562023-10-30T21:20:20.506Z Compiling petgraph v0.6.4
8572023-10-30T21:20:20.524Z Running `/home/build/.rustup/toolchains/1.72-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=fd2b0cb3a6a7f9aa -C extra-filename=-fd2b0cb3a6a7f9aa --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-281332ed1276e189.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-b733084a91f134c4.rmeta --cap-lints allow`
8582023-10-30T21:20:20.564Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-f03c7f350c8b3c05/build-script-build`
8592023-10-30T21:20:20.676Z Compiling time-macros v0.2.13
8602023-10-30T21:20:20.698Z Running `/home/build/.rustup/toolchains/1.72-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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="formatting"' -C metadata=7f021e030c1d4911 -C extra-filename=-7f021e030c1d4911 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-58db55d3b860d905.rlib --extern proc_macro --cap-lints allow`
8612023-10-30T21:20:20.932Z Running `/home/build/.rustup/toolchains/1.72-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=73db5bc0316bd95a -C extra-filename=-73db5bc0316bd95a --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-1fd8853d5c14789d.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-7366fe2e1272381d.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-c672264fad1896e6.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-2ad0bca48a20cdcd.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-4db9b7fdc2c229cb.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-82e2ffb4d99b89e3.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-b184068c8788bb40.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-c9e201ed58e29305.rmeta --cap-lints allow`
8622023-10-30T21:20:21.055Z Compiling is-terminal v0.4.9
8632023-10-30T21:20:21.058Z Running `/home/build/.rustup/toolchains/1.72-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.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=d34920dee7036819 -C extra-filename=-d34920dee7036819 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-b7efd22ca618b866.rmeta --cap-lints allow`
8642023-10-30T21:20:21.213Z Running `/home/build/.rustup/toolchains/1.72-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=67356ac5a3acfc2b -C extra-filename=-67356ac5a3acfc2b --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-e5573dc88bf3cfb2.rmeta --cap-lints allow`
8652023-10-30T21:20:22.052Z Compiling ascii-canvas v3.0.0
8662023-10-30T21:20:22.055Z Running `/home/build/.rustup/toolchains/1.72-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=60007b675441957a -C extra-filename=-60007b675441957a --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-f175345d2207f521.rmeta --cap-lints allow`
8672023-10-30T21:20:22.831Z Compiling itertools v0.10.5
8682023-10-30T21:20:22.835Z Running `/home/build/.rustup/toolchains/1.72-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=8c2103c1c75a18ce -C extra-filename=-8c2103c1c75a18ce --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-ea2f363c1dcad5a5.rmeta --cap-lints allow`
8692023-10-30T21:20:23.986Z Compiling clap v4.4.7
8702023-10-30T21:20:23.990Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.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="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=1a815dad0ffb8b8c -C extra-filename=-1a815dad0ffb8b8c --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-21d92ded2e36e675.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-b5e5104153e03ebb.so --cap-lints allow`
8712023-10-30T21:20:24.141Z Compiling lalrpop-util v0.19.12
8722023-10-30T21:20:24.146Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=fd3c8c5d89d3c2e3 -C extra-filename=-fd3c8c5d89d3c2e3 --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-61fc67e945a68ee0.rmeta --cap-lints allow`
8732023-10-30T21:20:24.507Z Compiling ena v0.14.2
8742023-10-30T21:20:24.511Z Running `/home/build/.rustup/toolchains/1.72-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=3384ca7d654dbe77 -C extra-filename=-3384ca7d654dbe77 --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-68ba1c23b299651d.rmeta --cap-lints allow`
8752023-10-30T21:20:24.555Z Compiling libgit2-sys v0.15.2+1.6.4
8762023-10-30T21:20:24.559Z Running `/home/build/.rustup/toolchains/1.72-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.15.2+1.6.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e978a20b26f6de37 -C extra-filename=-e978a20b26f6de37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e978a20b26f6de37 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-d43ac59fa93f9099.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow`
8772023-10-30T21:20:24.758Z Compiling async-process v1.7.0
8782023-10-30T21:20:24.761Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7d4b18e8d023b6ad -C extra-filename=-7d4b18e8d023b6ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-process-7d4b18e8d023b6ad -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow`
8792023-10-30T21:20:25.102Z Compiling num_threads v0.1.6
8802023-10-30T21:20:25.117Z Running `/home/build/.rustup/toolchains/1.72-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=6881f2f6cc11fa71 -C extra-filename=-6881f2f6cc11fa71 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8812023-10-30T21:20:25.159Z Compiling deranged v0.3.8
8822023-10-30T21:20:25.162Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="std"' -C metadata=003c7138a3c97d97 -C extra-filename=-003c7138a3c97d97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8832023-10-30T21:20:25.238Z Compiling regex-syntax v0.6.29
8842023-10-30T21:20:25.242Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="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=ba4da219b8bda565 -C extra-filename=-ba4da219b8bda565 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8852023-10-30T21:20:25.275Z Compiling slog v2.7.0
8862023-10-30T21:20:25.282Z Running `/home/build/.rustup/toolchains/1.72-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=fd22089d9c51ed37 -C extra-filename=-fd22089d9c51ed37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-fd22089d9c51ed37 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8872023-10-30T21:20:25.612Z Compiling async-trait v0.1.74
8882023-10-30T21:20:25.615Z Running `/home/build/.rustup/toolchains/1.72-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.74/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=ee5ed7da80017bff -C extra-filename=-ee5ed7da80017bff --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-trait-ee5ed7da80017bff -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8892023-10-30T21:20:25.809Z Compiling semver v1.0.18
8902023-10-30T21:20:25.813Z Running `/home/build/.rustup/toolchains/1.72-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.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1462877d469b7aa0 -C extra-filename=-1462877d469b7aa0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-1462877d469b7aa0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8912023-10-30T21:20:26.071Z Compiling unicode-xid v0.2.4
8922023-10-30T21:20:26.074Z Running `/home/build/.rustup/toolchains/1.72-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=4da7c0bd7e1f9da7 -C extra-filename=-4da7c0bd7e1f9da7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
8932023-10-30T21:20:26.316Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-fd22089d9c51ed37/build-script-build`
8942023-10-30T21:20:26.355Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-trait-ee5ed7da80017bff/build-script-build`
8952023-10-30T21:20:26.403Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-e978a20b26f6de37/build-script-build`
8962023-10-30T21:20:26.428Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-process-7d4b18e8d023b6ad/build-script-build`
8972023-10-30T21:20:26.535Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-1462877d469b7aa0/build-script-build`
8982023-10-30T21:20:26.621Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="iterator"' -C metadata=b0cb80f75ef8ee23 -C extra-filename=-b0cb80f75ef8ee23 --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-2b818e12c57a4fad.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-3e66147d4a26a957.rmeta --cap-lints allow`
8992023-10-30T21:20:26.635Z Compiling async-executor v1.5.1
9002023-10-30T21:20:26.651Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-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=dd642d17a2da31d3 -C extra-filename=-dd642d17a2da31d3 --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-1fd8853d5c14789d.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-fc711a5555034178.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-c672264fad1896e6.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-5daed07d912494dc.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --cap-lints allow`
9012023-10-30T21:20:27.584Z Compiling blocking v1.3.1
9022023-10-30T21:20:27.587Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.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=791b05d706a35eba -C extra-filename=-791b05d706a35eba --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-661ed5a58630c7da.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1fd8853d5c14789d.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-fc711a5555034178.rmeta --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-1d021fdb4491909a.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-5daed07d912494dc.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --cap-lints allow`
9032023-10-30T21:20:28.178Z Compiling time v0.3.27
9042023-10-30T21:20:28.182Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=53ffd7d0071a539e -C extra-filename=-53ffd7d0071a539e --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-003c7138a3c97d97.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-864256981386927a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-6881f2f6cc11fa71.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-58db55d3b860d905.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-7f021e030c1d4911.so --cap-lints allow`
9052023-10-30T21:20:28.287Z Compiling toml_edit v0.19.15
9062023-10-30T21:20:28.290Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=bde6d1b8e96af50a -C extra-filename=-bde6d1b8e96af50a --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-b733084a91f134c4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-92232f951832a2c8.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-328c39d8c0866595.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-33bc2727a8b61fe4.rmeta --cap-lints allow`
9072023-10-30T21:20:28.539Z Compiling pin-project-internal v1.1.3
9082023-10-30T21:20:28.559Z Running `/home/build/.rustup/toolchains/1.72-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ba1f70cb0db24e67 -C extra-filename=-ba1f70cb0db24e67 --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
9092023-10-30T21:20:28.787Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 --cfg 'feature="default"' -C metadata=5d4800acf064e894 -C extra-filename=-5d4800acf064e894 --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-279621d493328476.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-cfd6606da8a84323.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-b2ed630b13bc09c5.rmeta --cap-lints allow`
9102023-10-30T21:20:31.654Z Compiling lalrpop v0.19.12
9112023-10-30T21:20:31.661Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.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 --cfg 'feature="default"' --cfg 'feature="lexer"' -C metadata=22d2dc88950d10fe -C extra-filename=-22d2dc88950d10fe --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-60007b675441957a.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-f58b138ca0062ec1.rmeta --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-0584d3451d3d5653.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-3384ca7d654dbe77.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-d34920dee7036819.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-8c2103c1c75a18ce.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-fd3c8c5d89d3c2e3.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-fd2b0cb3a6a7f9aa.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-ba4da219b8bda565.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-0401e52f9f2baf23.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f175345d2207f521.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-67356ac5a3acfc2b.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-4da7c0bd7e1f9da7.rmeta --cap-lints allow`
9122023-10-30T21:20:31.744Z Compiling fastrand v2.0.0
9132023-10-30T21:20:31.749Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25ae19dd7a0ed3e6 -C extra-filename=-25ae19dd7a0ed3e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9142023-10-30T21:20:31.842Z Compiling similar v2.3.0
9152023-10-30T21:20:31.845Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=526d089a288e5537 -C extra-filename=-526d089a288e5537 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9162023-10-30T21:20:32.698Z Compiling curl v0.4.44
9172023-10-30T21:20:32.701Z Running `/home/build/.rustup/toolchains/1.72-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.44/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=ae353adb92b617f0 -C extra-filename=-ae353adb92b617f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-ae353adb92b617f0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9182023-10-30T21:20:33.082Z Compiling pin-project v1.1.3
9192023-10-30T21:20:33.113Z Running `/home/build/.rustup/toolchains/1.72-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.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=1e3e8dd0ede6093a -C extra-filename=-1e3e8dd0ede6093a --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-ba1f70cb0db24e67.so --cap-lints allow`
9202023-10-30T21:20:33.229Z Compiling toml v0.7.8
9212023-10-30T21:20:33.232Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=b6025ba624cc3fcb -C extra-filename=-b6025ba624cc3fcb --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-52a54b7fcf9b7f5f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-92232f951832a2c8.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-328c39d8c0866595.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-bde6d1b8e96af50a.rmeta --cap-lints allow`
9222023-10-30T21:20:33.254Z Compiling tempfile v3.8.0
9232023-10-30T21:20:33.257Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85a308d9ef3e74dc -C extra-filename=-85a308d9ef3e74dc --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-7366fe2e1272381d.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-25ae19dd7a0ed3e6.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-4a7504110d1ee4ea.rmeta --cap-lints allow`
9242023-10-30T21:20:34.843Z Compiling async-global-executor v2.3.1
9252023-10-30T21:20:34.848Z Running `/home/build/.rustup/toolchains/1.72-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.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="async-io"' --cfg 'feature="default"' -C metadata=bfeffcd372dd978b -C extra-filename=-bfeffcd372dd978b --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-661ed5a58630c7da.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-dd642d17a2da31d3.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-73db5bc0316bd95a.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1fd8853d5c14789d.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-791b05d706a35eba.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --cap-lints allow`
9262023-10-30T21:20:34.948Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bc2a9f7d5331fb46 -C extra-filename=-bc2a9f7d5331fb46 --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-73db5bc0316bd95a.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1fd8853d5c14789d.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-7366fe2e1272381d.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f26ca7e9084829f0.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-82e2ffb4d99b89e3.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-b0cb80f75ef8ee23.rmeta --cap-lints allow`
9272023-10-30T21:20:38.872Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=8f14107e31a40f1d -C extra-filename=-8f14107e31a40f1d --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-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
9282023-10-30T21:20:39.390Z Running `/home/build/.rustup/toolchains/1.72-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.74/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=2647017ce864213f -C extra-filename=-2647017ce864213f --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
9292023-10-30T21:20:39.528Z Running `/home/build/.rustup/toolchains/1.72-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=370918904dce96a4 -C extra-filename=-370918904dce96a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128`
9302023-10-30T21:20:39.622Z Compiling sha1 v0.10.6
9312023-10-30T21:20:39.674Z Compiling kv-log-macro v1.0.7
9322023-10-30T21:20:39.704Z Running `/home/build/.rustup/toolchains/1.72-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=edb208fe27627c60 -C extra-filename=-edb208fe27627c60 --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-7366fe2e1272381d.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-7710f8390a5b97d0.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-54b411e08be72ea0.rmeta --cap-lints allow`
9332023-10-30T21:20:39.926Z Running `/home/build/.rustup/toolchains/1.72-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=b80939a27a1c6ef9 -C extra-filename=-b80939a27a1c6ef9 --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-d46d5d4d136e1053.rmeta --cap-lints allow`
9342023-10-30T21:20:40.107Z Compiling isahc v1.7.2
9352023-10-30T21:20:40.177Z Running `/home/build/.rustup/toolchains/1.72-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=fd8a039d8fde806d -C extra-filename=-fd8a039d8fde806d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-fd8a039d8fde806d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9362023-10-30T21:20:40.250Z Compiling predicates-core v1.0.6
9372023-10-30T21:20:40.340Z Running `/home/build/.rustup/toolchains/1.72-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=3177c900cf465bcb -C extra-filename=-3177c900cf465bcb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9382023-10-30T21:20:40.363Z Compiling async-std v1.12.0
9392023-10-30T21:20:40.386Z Running `/home/build/.rustup/toolchains/1.72-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=4454ed92e684a314 -C extra-filename=-4454ed92e684a314 --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-661ed5a58630c7da.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-bfeffcd372dd978b.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-73db5bc0316bd95a.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-1fd8853d5c14789d.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-bc2a9f7d5331fb46.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-c6a0f7dbdef7aca3.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dcaeaad52968a74d.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-b80939a27a1c6ef9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-7b35ef261f03dff3.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --cap-lints allow`
9402023-10-30T21:20:40.400Z Compiling cargo-lock v9.0.0
9412023-10-30T21:20:40.414Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name cargo_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.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=451c5069f580dc5a -C extra-filename=-451c5069f580dc5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-8f14107e31a40f1d.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-b6025ba624cc3fcb.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-5d4800acf064e894.rmeta --cap-lints allow`
9422023-10-30T21:20:40.433Z Compiling tracing-futures v0.2.5
9432023-10-30T21:20:40.448Z Running `/home/build/.rustup/toolchains/1.72-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=c4df9a46ee8ca8d1 -C extra-filename=-c4df9a46ee8ca8d1 --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-1e3e8dd0ede6093a.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1649ae1012a74bd2.rmeta --cap-lints allow`
9442023-10-30T21:20:40.546Z Compiling sluice v0.5.5
9452023-10-30T21:20:40.565Z Running `/home/build/.rustup/toolchains/1.72-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=33c6caefe8f5be11 -C extra-filename=-33c6caefe8f5be11 --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-661ed5a58630c7da.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-dcaeaad52968a74d.rmeta --cap-lints allow`
9462023-10-30T21:20:40.579Z Compiling sha2 v0.10.8
9472023-10-30T21:20:40.590Z Running `/home/build/.rustup/toolchains/1.72-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=4513f63f4fa16d8f -C extra-filename=-4513f63f4fa16d8f --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-7366fe2e1272381d.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-7710f8390a5b97d0.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-54b411e08be72ea0.rmeta --cap-lints allow`
9482023-10-30T21:20:40.631Z Compiling console v0.15.7
9492023-10-30T21:20:40.664Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=68fd41cf71f505c8 -C extra-filename=-68fd41cf71f505c8 --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-b3351b84bdd72173.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-6ddda0e9cd8f4ef7.rmeta --cap-lints allow`
9502023-10-30T21:20:40.691Z Compiling itertools v0.11.0
9512023-10-30T21:20:40.706Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=0ea35b457340f509 -C extra-filename=-0ea35b457340f509 --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-ea2f363c1dcad5a5.rmeta --cap-lints allow`
9522023-10-30T21:20:40.780Z Compiling float-cmp v0.9.0
9532023-10-30T21:20:40.983Z Running `/home/build/.rustup/toolchains/1.72-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=6af190e068738b1c -C extra-filename=-6af190e068738b1c --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-036d9f1224d87ee5.rmeta --cap-lints allow`
9542023-10-30T21:20:41.025Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.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="std"' -C metadata=2be2021d18e79f99 -C extra-filename=-2be2021d18e79f99 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9552023-10-30T21:20:41.104Z Compiling base64 v0.13.1
9562023-10-30T21:20:41.205Z Running `/home/build/.rustup/toolchains/1.72-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=c8932eb2293e1728 -C extra-filename=-c8932eb2293e1728 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9572023-10-30T21:20:41.244Z Compiling castaway v0.1.2
9582023-10-30T21:20:41.260Z Running `/home/build/.rustup/toolchains/1.72-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=8bc02c25dc42813a -C extra-filename=-8bc02c25dc42813a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9592023-10-30T21:20:41.269Z Compiling utf-8 v0.7.6
9602023-10-30T21:20:41.280Z Running `/home/build/.rustup/toolchains/1.72-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=0517b7199c066f81 -C extra-filename=-0517b7199c066f81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9612023-10-30T21:20:41.548Z Compiling data-encoding v2.4.0
9622023-10-30T21:20:41.563Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=60794b25a63a65b2 -C extra-filename=-60794b25a63a65b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9632023-10-30T21:20:41.731Z Compiling normalize-line-endings v0.3.0
9642023-10-30T21:20:41.739Z Running `/home/build/.rustup/toolchains/1.72-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=7b906f32ba777c19 -C extra-filename=-7b906f32ba777c19 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9652023-10-30T21:20:41.743Z Compiling unicode-segmentation v1.10.1
9662023-10-30T21:20:41.755Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.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=3ab22ae711488236 -C extra-filename=-3ab22ae711488236 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9672023-10-30T21:20:42.172Z Compiling byteorder v1.4.3
9682023-10-30T21:20:42.175Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b25397648364567c -C extra-filename=-b25397648364567c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9692023-10-30T21:20:42.793Z Compiling difflib v0.4.0
9702023-10-30T21:20:42.796Z Running `/home/build/.rustup/toolchains/1.72-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=e5f5922086865f0a -C extra-filename=-e5f5922086865f0a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9712023-10-30T21:20:42.981Z Compiling portable-atomic v1.4.3
9722023-10-30T21:20:42.984Z Running `/home/build/.rustup/toolchains/1.72-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.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9732023-10-30T21:20:43.327Z Compiling newline-converter v0.3.0
9742023-10-30T21:20:43.331Z Running `/home/build/.rustup/toolchains/1.72-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=dafae420d481966e -C extra-filename=-dafae420d481966e --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-3ab22ae711488236.rmeta --cap-lints allow`
9752023-10-30T21:20:43.549Z Compiling tungstenite v0.20.1
9762023-10-30T21:20:43.553Z Running `/home/build/.rustup/toolchains/1.72-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=776de5f44aaa04fc -C extra-filename=-776de5f44aaa04fc --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-b25397648364567c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-06d0bdf019241fbd.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-60794b25a63a65b2.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-46557f9ba82f0dc1.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-edb208fe27627c60.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-0517b7199c066f81.rmeta --cap-lints allow`
9772023-10-30T21:20:44.361Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
9782023-10-30T21:20:44.449Z Compiling toml_edit v0.20.2
9792023-10-30T21:20:44.452Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9d4823aa83becaa4 -C extra-filename=-9d4823aa83becaa4 --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-b733084a91f134c4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-92232f951832a2c8.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-328c39d8c0866595.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-33bc2727a8b61fe4.rmeta --cap-lints allow`
9802023-10-30T21:20:44.984Z Compiling async-object-pool v0.1.4
9812023-10-30T21:20:44.993Z Running `/home/build/.rustup/toolchains/1.72-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=877bd14c74c167c2 -C extra-filename=-877bd14c74c167c2 --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-4454ed92e684a314.rmeta --cap-lints allow`
9822023-10-30T21:20:45.232Z Compiling predicates v3.0.4
9832023-10-30T21:20:45.267Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=96afee832008d5c4 -C extra-filename=-96afee832008d5c4 --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-ebe576e44d2cd41e.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-e5f5922086865f0a.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-6af190e068738b1c.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-0ea35b457340f509.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-7b906f32ba777c19.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-3177c900cf465bcb.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --cap-lints allow`
9842023-10-30T21:20:46.170Z Compiling assert-json-diff v2.0.2
9852023-10-30T21:20:46.198Z Running `/home/build/.rustup/toolchains/1.72-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=69532b83278aade1 -C extra-filename=-69532b83278aade1 --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-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --cap-lints allow`
9862023-10-30T21:20:46.222Z Compiling serde_regex v1.1.0
9872023-10-30T21:20:46.225Z Running `/home/build/.rustup/toolchains/1.72-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=6326bc2f27ce2d48 -C extra-filename=-6326bc2f27ce2d48 --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-61fc67e945a68ee0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
9882023-10-30T21:20:46.646Z Compiling serde_path_to_error v0.1.14
9892023-10-30T21:20:46.652Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7113c168b090c50f -C extra-filename=-7113c168b090c50f --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-864256981386927a.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
9902023-10-30T21:20:47.599Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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=37904ac3c0671f05 -C extra-filename=-37904ac3c0671f05 --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-036d9f1224d87ee5.rmeta --cap-lints allow`
9912023-10-30T21:20:48.155Z Compiling multer v2.1.0
9922023-10-30T21:20:48.159Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow`
9932023-10-30T21:20:48.173Z Compiling is-docker v0.2.0
9942023-10-30T21:20:48.177Z Running `/home/build/.rustup/toolchains/1.72-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=76eab99cf2485df0 -C extra-filename=-76eab99cf2485df0 --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-28ba001f6ab329f2.rmeta --cap-lints allow`
9952023-10-30T21:20:48.501Z Compiling thread_local v1.1.7
9962023-10-30T21:20:48.504Z Running `/home/build/.rustup/toolchains/1.72-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=e3a74b029f4198ec -C extra-filename=-e3a74b029f4198ec --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-7366fe2e1272381d.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --cap-lints allow`
9972023-10-30T21:20:48.638Z Compiling match_cfg v0.1.0
9982023-10-30T21:20:48.667Z Running `/home/build/.rustup/toolchains/1.72-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=bcda0b994170dda2 -C extra-filename=-bcda0b994170dda2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
9992023-10-30T21:20:48.740Z Compiling camino v1.1.6
10002023-10-30T21:20:48.743Z Running `/home/build/.rustup/toolchains/1.72-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=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10012023-10-30T21:20:48.768Z Compiling levenshtein v1.0.5
10022023-10-30T21:20:48.815Z Running `/home/build/.rustup/toolchains/1.72-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=04175e014c31efd6 -C extra-filename=-04175e014c31efd6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10032023-10-30T21:20:49.223Z Compiling slog-async v2.8.0
10042023-10-30T21:20:49.227Z Running `/home/build/.rustup/toolchains/1.72-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=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10052023-10-30T21:20:49.544Z Compiling anyhow v1.0.75
10062023-10-30T21:20:49.547Z Running `/home/build/.rustup/toolchains/1.72-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.75/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=1e6c6b95014cdbb4 -C extra-filename=-1e6c6b95014cdbb4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-1e6c6b95014cdbb4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10072023-10-30T21:20:49.606Z Compiling doc-comment v0.3.3
10082023-10-30T21:20:49.611Z Running `/home/build/.rustup/toolchains/1.72-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=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10092023-10-30T21:20:49.952Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 metadata=15249931058f729d -C extra-filename=-15249931058f729d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10102023-10-30T21:20:50.346Z Compiling paste v1.0.14
10112023-10-30T21:20:50.350Z Running `/home/build/.rustup/toolchains/1.72-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=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10122023-10-30T21:20:50.400Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
10132023-10-30T21:20:50.706Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1668ab371758e453 -C extra-filename=-1668ab371758e453 --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-37904ac3c0671f05.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-33b627bb719ca9ea.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-20fb7c484b6f7d43.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-15249931058f729d.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
10142023-10-30T21:20:50.920Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-1e6c6b95014cdbb4/build-script-build`
10152023-10-30T21:20:51.140Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
10162023-10-30T21:20:51.230Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
10172023-10-30T21:20:51.328Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-1f2760158a998691/build-script-build`
10182023-10-30T21:20:51.359Z Compiling toml v0.8.2
10192023-10-30T21:20:51.362Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="display"' --cfg 'feature="parse"' -C metadata=9cbc4354becae903 -C extra-filename=-9cbc4354becae903 --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-52a54b7fcf9b7f5f.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-92232f951832a2c8.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-328c39d8c0866595.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rmeta --cap-lints allow`
10202023-10-30T21:20:51.405Z Compiling hostname v0.3.1
10212023-10-30T21:20:51.424Z Running `/home/build/.rustup/toolchains/1.72-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=2b3658a114953fd8 -C extra-filename=-2b3658a114953fd8 --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-2b818e12c57a4fad.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-bcda0b994170dda2.rmeta --cap-lints allow`
10222023-10-30T21:20:51.496Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
10232023-10-30T21:20:51.585Z Compiling is-wsl v0.4.0
10242023-10-30T21:20:51.588Z Running `/home/build/.rustup/toolchains/1.72-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=06113296d42e9fce -C extra-filename=-06113296d42e9fce --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-76eab99cf2485df0.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --cap-lints allow`
10252023-10-30T21:20:51.793Z Compiling tokio-tungstenite v0.20.1
10262023-10-30T21:20:51.797Z Running `/home/build/.rustup/toolchains/1.72-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=c5a5974faeba11c3 -C extra-filename=-c5a5974faeba11c3 --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-aabdba99af4c2060.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-776de5f44aaa04fc.rmeta --cap-lints allow`
10272023-10-30T21:20:51.926Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7b9e126aaf2313aa -C extra-filename=-7b9e126aaf2313aa --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`
10282023-10-30T21:20:52.623Z Compiling slog-json v2.6.1
10292023-10-30T21:20:52.632Z Running `/home/build/.rustup/toolchains/1.72-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=b36b9df6ffc9d12c -C extra-filename=-b36b9df6ffc9d12c --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-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-370918904dce96a4.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-53ffd7d0071a539e.rmeta --cap-lints allow`
10302023-10-30T21:20:53.289Z Running `/home/build/.rustup/toolchains/1.72-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.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=3a10e4a602f3e7d2 -C extra-filename=-3a10e4a602f3e7d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-4a7504110d1ee4ea.rmeta --cap-lints allow`
10312023-10-30T21:20:53.450Z Compiling crossbeam-channel v0.5.8
10322023-10-30T21:20:53.453Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fd58f7c57d0f52af -C extra-filename=-fd58f7c57d0f52af --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-7366fe2e1272381d.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-c6a0f7dbdef7aca3.rmeta --cap-lints allow`
10332023-10-30T21:20:54.258Z Compiling async-stream-impl v0.3.5
10342023-10-30T21:20:54.266Z Running `/home/build/.rustup/toolchains/1.72-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=b9ec597949c7cebd -C extra-filename=-b9ec597949c7cebd --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
10352023-10-30T21:20:54.285Z Compiling atty v0.2.14
10362023-10-30T21:20:54.288Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f533b3eb5ce93a1e -C extra-filename=-f533b3eb5ce93a1e --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-2b818e12c57a4fad.rmeta --cap-lints allow`
10372023-10-30T21:20:54.481Z Compiling dirs-sys v0.3.7
10382023-10-30T21:20:54.484Z Running `/home/build/.rustup/toolchains/1.72-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=fd129d1fb0924348 -C extra-filename=-fd129d1fb0924348 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
10392023-10-30T21:20:54.565Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot#bce91e92)
10402023-10-30T21:20:54.570Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/bce91e9/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=4b5b6cbcd3e3e5e1 -C extra-filename=-4b5b6cbcd3e3e5e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-4b5b6cbcd3e3e5e1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow`
10412023-10-30T21:20:55.062Z Compiling shell-words v1.1.0
10422023-10-30T21:20:55.065Z Running `/home/build/.rustup/toolchains/1.72-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=6963b3d4ba543f3c -C extra-filename=-6963b3d4ba543f3c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10432023-10-30T21:20:55.432Z Compiling regex-automata v0.3.8
10442023-10-30T21:20:55.515Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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="dfa-search"' -C metadata=cbfdf600fe47e696 -C extra-filename=-cbfdf600fe47e696 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10452023-10-30T21:20:55.682Z Compiling termtree v0.4.1
10462023-10-30T21:20:55.685Z Running `/home/build/.rustup/toolchains/1.72-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=41d76550fcdfe6ee -C extra-filename=-41d76550fcdfe6ee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10472023-10-30T21:20:55.754Z Compiling spin v0.9.8
10482023-10-30T21:20:55.757Z Running `/home/build/.rustup/toolchains/1.72-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="spin_mutex"' -C metadata=b8cbb8a13ffc956a -C extra-filename=-b8cbb8a13ffc956a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10492023-10-30T21:20:56.004Z Compiling pathdiff v0.2.1
10502023-10-30T21:20:56.020Z Running `/home/build/.rustup/toolchains/1.72-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=073c834194527898 -C extra-filename=-073c834194527898 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10512023-10-30T21:20:56.024Z Compiling take_mut v0.2.2
10522023-10-30T21:20:56.028Z Running `/home/build/.rustup/toolchains/1.72-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=9a64568854544464 -C extra-filename=-9a64568854544464 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10532023-10-30T21:20:56.081Z Compiling termcolor v1.2.0
10542023-10-30T21:20:56.086Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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=4eb5fe806c2ffb8b -C extra-filename=-4eb5fe806c2ffb8b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10552023-10-30T21:20:56.190Z Compiling zeroize v1.6.0
10562023-10-30T21:20:56.195Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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"' -C metadata=715b3c85654cc60a -C extra-filename=-715b3c85654cc60a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10572023-10-30T21:20:56.657Z Compiling humantime v2.1.0
10582023-10-30T21:20:56.664Z Running `/home/build/.rustup/toolchains/1.72-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=709b42822c43bca7 -C extra-filename=-709b42822c43bca7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10592023-10-30T21:20:56.692Z Compiling number_prefix v0.4.0
10602023-10-30T21:20:56.695Z Running `/home/build/.rustup/toolchains/1.72-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=871e90be2e18a80f -C extra-filename=-871e90be2e18a80f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10612023-10-30T21:20:57.037Z Compiling indicatif v0.17.7
10622023-10-30T21:20:57.041Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-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="default"' --cfg 'feature="unicode-width"' -C metadata=36172af600bc9bd3 -C extra-filename=-36172af600bc9bd3 --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-68fd41cf71f505c8.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-871e90be2e18a80f.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-7b9e126aaf2313aa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-6ddda0e9cd8f4ef7.rmeta --cap-lints allow`
10632023-10-30T21:20:57.169Z Compiling env_logger v0.10.0
10642023-10-30T21:20:57.172Z Running `/home/build/.rustup/toolchains/1.72-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.0/src/lib.rs --error-format=json --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=47a95da9f6b57e0a -C extra-filename=-47a95da9f6b57e0a --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-709b42822c43bca7.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-3a10e4a602f3e7d2.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-4eb5fe806c2ffb8b.rmeta --cap-lints allow`
10652023-10-30T21:20:57.723Z Compiling dialoguer v0.10.4
10662023-10-30T21:20:57.729Z Running `/home/build/.rustup/toolchains/1.72-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=e2fb614ec2434f38 -C extra-filename=-e2fb614ec2434f38 --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-68fd41cf71f505c8.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-6963b3d4ba543f3c.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-715b3c85654cc60a.rmeta --cap-lints allow`
10672023-10-30T21:20:57.795Z Running `/home/build/.rustup/toolchains/1.72-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=b184b8195df450b7 -C extra-filename=-b184b8195df450b7 --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-fd58f7c57d0f52af.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-370918904dce96a4.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-9a64568854544464.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-e3a74b029f4198ec.rmeta --cap-lints allow --cfg integer128`
10682023-10-30T21:20:59.635Z Compiling bstr v1.6.0
10692023-10-30T21:20:59.646Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="std"' --cfg 'feature="unicode"' -C metadata=303c6f069671563d -C extra-filename=-303c6f069671563d --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-ee421b59c3b0aac0.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-cbfdf600fe47e696.rmeta --cap-lints allow`
10702023-10-30T21:20:59.862Z Compiling open v4.2.0
10712023-10-30T21:20:59.865Z Running `/home/build/.rustup/toolchains/1.72-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=f53581c4a0c02a43 -C extra-filename=-f53581c4a0c02a43 --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-06113296d42e9fce.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-073c834194527898.rmeta --cap-lints allow`
10722023-10-30T21:21:00.199Z Compiling async-stream v0.3.5
10732023-10-30T21:21:00.203Z Running `/home/build/.rustup/toolchains/1.72-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=4405ea274892c0a0 -C extra-filename=-4405ea274892c0a0 --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-b9ec597949c7cebd.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --cap-lints allow`
10742023-10-30T21:21:00.301Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=1a9a6063ba187f3d -C extra-filename=-1a9a6063ba187f3d --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-06d0bdf019241fbd.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-1f7799f7fe36ece6.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-46557f9ba82f0dc1.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-ee421b59c3b0aac0.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-12801767372abb14.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-b8cbb8a13ffc956a.rmeta --cap-lints allow`
10752023-10-30T21:21:00.633Z Compiling predicates-tree v1.0.9
10762023-10-30T21:21:00.636Z Running `/home/build/.rustup/toolchains/1.72-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=8e18cd586b22b304 -C extra-filename=-8e18cd586b22b304 --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-3177c900cf465bcb.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-41d76550fcdfe6ee.rmeta --cap-lints allow`
10772023-10-30T21:21:00.812Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-4b5b6cbcd3e3e5e1/build-script-build`
10782023-10-30T21:21:00.900Z Compiling dirs v4.0.0
10792023-10-30T21:21:00.936Z Running `/home/build/.rustup/toolchains/1.72-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=0a983a28c2267a2f -C extra-filename=-0a983a28c2267a2f --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-fd129d1fb0924348.rmeta --cap-lints allow`
10802023-10-30T21:21:01.185Z Compiling slog-term v2.9.0
10812023-10-30T21:21:01.189Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e96cfd54d98573b4 -C extra-filename=-e96cfd54d98573b4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atty=/work/oxidecomputer/oxide.rs/target/debug/deps/libatty-f533b3eb5ce93a1e.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-370918904dce96a4.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f175345d2207f521.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-e3a74b029f4198ec.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-53ffd7d0071a539e.rmeta --cap-lints allow`
10822023-10-30T21:21:01.302Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
10832023-10-30T21:21:01.323Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/3ee46b5/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=4a763c3fac54b75c -C extra-filename=-4a763c3fac54b75c --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-2d522981fc3b72b1.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-68ba1c23b299651d.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-47f862e688b80ef2.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1668ab371758e453.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
10842023-10-30T21:21:01.644Z Compiling slog-bunyan v2.4.0
10852023-10-30T21:21:01.648Z Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#b55912f8)
10862023-10-30T21:21:01.651Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9d99e351469ecce5 -C extra-filename=-9d99e351469ecce5 --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-2b3658a114953fd8.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-370918904dce96a4.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-b36b9df6ffc9d12c.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-53ffd7d0071a539e.rmeta --cap-lints allow`
10872023-10-30T21:21:01.654Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/b55912f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f6bf8142b75004fb -C extra-filename=-f6bf8142b75004fb --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-f80a79aeca57ce72.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rmeta --cap-lints allow`
10882023-10-30T21:21:01.937Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-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=7832c9bc6f185da0 -C extra-filename=-7832c9bc6f185da0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10892023-10-30T21:21:02.405Z Running `/home/build/.rustup/toolchains/1.72-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=79c55bc4ce791799 -C extra-filename=-79c55bc4ce791799 --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-52a54b7fcf9b7f5f.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
10902023-10-30T21:21:02.483Z Running `/home/build/.rustup/toolchains/1.72-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=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow`
10912023-10-30T21:21:02.648Z Running `/home/build/.rustup/toolchains/1.72-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=1f2ff0e9d6675ff9 -C extra-filename=-1f2ff0e9d6675ff9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
10922023-10-30T21:21:02.784Z Compiling pem v1.1.1
10932023-10-30T21:21:02.787Z Running `/home/build/.rustup/toolchains/1.72-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=4ac966f8469d4a8a -C extra-filename=-4ac966f8469d4a8a --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-c8932eb2293e1728.rmeta --cap-lints allow`
10942023-10-30T21:21:03.212Z Compiling yasna v0.5.2
10952023-10-30T21:21:03.215Z Running `/home/build/.rustup/toolchains/1.72-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=1c063ac2d7f2bf57 -C extra-filename=-1c063ac2d7f2bf57 --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-53ffd7d0071a539e.rmeta --cap-lints allow`
10962023-10-30T21:21:03.350Z Compiling waitgroup v0.1.2
10972023-10-30T21:21:03.354Z Running `/home/build/.rustup/toolchains/1.72-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=def12e866cc6e524 -C extra-filename=-def12e866cc6e524 --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-1d021fdb4491909a.rmeta --cap-lints allow`
10982023-10-30T21:21:03.695Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot#bce91e92)
10992023-10-30T21:21:03.703Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/bce91e9/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=340d7816ee1166c2 -C extra-filename=-340d7816ee1166c2 --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0ce80107164a2850.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
11002023-10-30T21:21:04.021Z Compiling tabwriter v1.3.0
11012023-10-30T21:21:04.045Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-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="default"' -C metadata=a9ddda343856822f -C extra-filename=-a9ddda343856822f --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-6ddda0e9cd8f4ef7.rmeta --cap-lints allow`
11022023-10-30T21:21:04.256Z Compiling openapiv3 v1.0.3
11032023-10-30T21:21:04.260Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=26f5f30120e95026 -C extra-filename=-26f5f30120e95026 --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-b733084a91f134c4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --cap-lints allow`
11042023-10-30T21:21:04.393Z Compiling serial_test_derive v1.0.0
11052023-10-30T21:21:04.397Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=30f0516f8822b10d -C extra-filename=-30f0516f8822b10d --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-bac87c7a00e20866.rlib --extern proc_macro --cap-lints allow`
11062023-10-30T21:21:04.929Z Compiling dashmap v5.5.1
11072023-10-30T21:21:04.932Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.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=11db655d628c9867 -C extra-filename=-11db655d628c9867 --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-7366fe2e1272381d.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-8eb76e470288238a.rmeta --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-d79047fb0a0d3fbc.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-8fc612a91954e6f7.rmeta --cap-lints allow`
11082023-10-30T21:21:06.380Z Compiling wait-timeout v0.2.0
11092023-10-30T21:21:06.386Z Running `/home/build/.rustup/toolchains/1.72-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=7af40ed7f0165864 -C extra-filename=-7af40ed7f0165864 --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-2b818e12c57a4fad.rmeta --cap-lints allow`
11102023-10-30T21:21:06.497Z Compiling yansi v0.5.1
11112023-10-30T21:21:06.525Z Running `/home/build/.rustup/toolchains/1.72-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=ca4336fb2ddbcc25 -C extra-filename=-ca4336fb2ddbcc25 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11122023-10-30T21:21:06.675Z Compiling debug-ignore v1.0.5
11132023-10-30T21:21:06.678Z Running `/home/build/.rustup/toolchains/1.72-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=4660d530249862d7 -C extra-filename=-4660d530249862d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11142023-10-30T21:21:06.886Z Compiling assert_cmd v2.0.12
11152023-10-30T21:21:06.891Z Running `/home/build/.rustup/toolchains/1.72-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.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=619bd4ac2158caa7 -C extra-filename=-619bd4ac2158caa7 --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-ebe576e44d2cd41e.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-303c6f069671563d.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-1f2ff0e9d6675ff9.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-3177c900cf465bcb.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-8e18cd586b22b304.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-7af40ed7f0165864.rmeta --cap-lints allow`
11162023-10-30T21:21:07.044Z Compiling pretty_assertions v1.4.0
11172023-10-30T21:21:07.050Z Running `/home/build/.rustup/toolchains/1.72-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=94bc9d25b4586986 -C extra-filename=-94bc9d25b4586986 --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-0584d3451d3d5653.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-ca4336fb2ddbcc25.rmeta --cap-lints allow`
11182023-10-30T21:21:07.265Z Compiling serial_test v1.0.0
11192023-10-30T21:21:07.269Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-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="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=f9ad67ce521184f3 -C extra-filename=-f9ad67ce521184f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dashmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libdashmap-11db655d628c9867.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-b3351b84bdd72173.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-bf5bdff89cc81245.rmeta --extern serial_test_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test_derive-30f0516f8822b10d.so --cap-lints allow`
11202023-10-30T21:21:07.437Z Compiling rcgen v0.10.0
11212023-10-30T21:21:07.440Z Running `/home/build/.rustup/toolchains/1.72-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=f169494239ad607e -C extra-filename=-f169494239ad607e --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-4ac966f8469d4a8a.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-bd306f6da6dcf68c.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-53ffd7d0071a539e.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-1c063ac2d7f2bf57.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
11222023-10-30T21:21:07.673Z Compiling expectorate v1.1.0
11232023-10-30T21:21:07.677Z Running `/home/build/.rustup/toolchains/1.72-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=9ae7923e9a4d3d1b -C extra-filename=-9ae7923e9a4d3d1b --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-68fd41cf71f505c8.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafae420d481966e.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-526d089a288e5537.rmeta --cap-lints allow`
11242023-10-30T21:21:08.504Z Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
11252023-10-30T21:21:08.507Z Running `/home/build/.rustup/toolchains/1.72-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=c3c8efb4b6e2233e -C extra-filename=-c3c8efb4b6e2233e --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-7bbe54226e538901.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rmeta`
11262023-10-30T21:21:08.782Z Compiling ucd-trie v0.1.6
11272023-10-30T21:21:08.810Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-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=bc03d8fe517f83cc -C extra-filename=-bc03d8fe517f83cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11282023-10-30T21:21:09.262Z Compiling pest v2.7.2
11292023-10-30T21:21:09.267Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=747dff458a56006b -C extra-filename=-747dff458a56006b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern ucd_trie=/work/oxidecomputer/oxide.rs/target/debug/deps/libucd_trie-bc03d8fe517f83cc.rmeta --cap-lints allow`
11302023-10-30T21:21:09.433Z Compiling getopts v0.2.21
11312023-10-30T21:21:09.438Z Running `/home/build/.rustup/toolchains/1.72-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=31c58bcb8252ba0c -C extra-filename=-31c58bcb8252ba0c --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-6ddda0e9cd8f4ef7.rmeta --cap-lints allow`
11322023-10-30T21:21:10.005Z Compiling openapiv3 v2.0.0-rc.0
11332023-10-30T21:21:10.009Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=04743fb91616cf1e -C extra-filename=-04743fb91616cf1e --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-b733084a91f134c4.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --cap-lints allow`
11342023-10-30T21:21:11.525Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/bce91e9/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=17759040e628319a -C extra-filename=-17759040e628319a --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-4405ea274892c0a0.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-06d0bdf019241fbd.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-79c55bc4ce791799.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-4660d530249862d7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-340d7816ee1166c2.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-279621d493328476.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-2b3658a114953fd8.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-1f055fd86599e2cd.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-b733084a91f134c4.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-1a9a6063ba187f3d.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-26f5f30120e95026.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-b2ed630b13bc09c5.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-60c9ec86a9fa059c.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-8cab0907e7beabf6.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-7113c168b090c50f.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-dd3cb20583e4ebc8.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-edb208fe27627c60.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-370918904dce96a4.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-b184b8195df450b7.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-9d99e351469ecce5.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-b36b9df6ffc9d12c.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-e96cfd54d98573b4.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-c532d1d921757f65.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-def12e866cc6e524.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
11352023-10-30T21:21:11.758Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=1c198f6a43f1346a -C extra-filename=-1c198f6a43f1346a --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-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
11362023-10-30T21:21:12.993Z Compiling unsafe-libyaml v0.2.9
11372023-10-30T21:21:13.001Z Running `/home/build/.rustup/toolchains/1.72-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.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 metadata=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11382023-10-30T21:21:14.477Z Compiling semver-parser v0.10.2
11392023-10-30T21:21:14.480Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8fa6590dcb6e64b -C extra-filename=-e8fa6590dcb6e64b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pest=/work/oxidecomputer/oxide.rs/target/debug/deps/libpest-747dff458a56006b.rmeta --cap-lints allow`
11402023-10-30T21:21:16.328Z Compiling same-file v1.0.6
11412023-10-30T21:21:16.342Z Running `/home/build/.rustup/toolchains/1.72-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=b81399ffaa8845f0 -C extra-filename=-b81399ffaa8845f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11422023-10-30T21:21:16.695Z Compiling walkdir v2.3.3
11432023-10-30T21:21:16.698Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.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=c434e42a5bea9225 -C extra-filename=-c434e42a5bea9225 --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-b81399ffaa8845f0.rmeta --cap-lints allow`
11442023-10-30T21:21:18.241Z Compiling semver v0.11.0
11452023-10-30T21:21:18.245Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' -C metadata=2a8720baf6331343 -C extra-filename=-2a8720baf6331343 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern semver_parser=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver_parser-e8fa6590dcb6e64b.rmeta --cap-lints allow`
11462023-10-30T21:21:18.873Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/3ee46b5/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=9a4eacb833f4aca4 -C extra-filename=-9a4eacb833f4aca4 --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-2d522981fc3b72b1.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-47f862e688b80ef2.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-1c198f6a43f1346a.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
11472023-10-30T21:21:19.482Z Compiling serde_yaml v0.9.25
11482023-10-30T21:21:19.487Z Running `/home/build/.rustup/toolchains/1.72-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.25/src/lib.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=c803762d74f957c3 -C extra-filename=-c803762d74f957c3 --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-b733084a91f134c4.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-864256981386927a.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-7d5feccae9adbee6.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow`
11492023-10-30T21:21:19.769Z Compiling home v0.5.5
11502023-10-30T21:21:19.804Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-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=e0dda277849abd27 -C extra-filename=-e0dda277849abd27 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow`
11512023-10-30T21:21:20.188Z Compiling toolchain_find v0.2.0
11522023-10-30T21:21:20.192Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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=5ae26fc2aa2ff164 -C extra-filename=-5ae26fc2aa2ff164 --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-e0dda277849abd27.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-b3351b84bdd72173.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-2a8720baf6331343.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-c434e42a5bea9225.rmeta --cap-lints allow`
11532023-10-30T21:21:20.866Z Compiling basic-cookies v0.1.4
11542023-10-30T21:21:20.874Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ae6f1703258982d2 -C extra-filename=-ae6f1703258982d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-ae6f1703258982d2 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-22d2dc88950d10fe.rlib --cap-lints allow`
11552023-10-30T21:21:21.395Z Compiling toml v0.5.11
11562023-10-30T21:21:21.401Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=fc6bf8d8c04cc782 -C extra-filename=-fc6bf8d8c04cc782 --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-52a54b7fcf9b7f5f.rmeta --cap-lints allow`
11572023-10-30T21:21:24.685Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-ae6f1703258982d2/build-script-build`
11582023-10-30T21:21:24.751Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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=3e49ad5351db0fd6 -C extra-filename=-3e49ad5351db0fd6 --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-2be2021d18e79f99.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --cap-lints allow`
11592023-10-30T21:21:26.008Z Compiling rustfmt-wrapper v0.2.0
11602023-10-30T21:21:26.013Z Running `/home/build/.rustup/toolchains/1.72-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=36cee55b05641a32 -C extra-filename=-36cee55b05641a32 --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-52a54b7fcf9b7f5f.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-fc6bf8d8c04cc782.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-5ae26fc2aa2ff164.rmeta --cap-lints allow`
11612023-10-30T21:21:26.825Z Running `/home/build/.rustup/toolchains/1.72-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=ee94eb6d5b9c9151 -C extra-filename=-ee94eb6d5b9c9151 --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-7bbe54226e538901.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib`
11622023-10-30T21:21:37.788Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.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=1dc23a91b9c40486 -C extra-filename=-1dc23a91b9c40486 --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-2b818e12c57a4fad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -l static=nghttp2`
11632023-10-30T21:21:39.040Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
11642023-10-30T21:21:39.082Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/3ee46b5/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=5899782fb561d936 -C extra-filename=-5899782fb561d936 --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-def6b72fa5ee8785.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1668ab371758e453.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0ce80107164a2850.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-4a763c3fac54b75c.rlib --extern proc_macro --cap-lints allow`
11652023-10-30T21:21:45.330Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
11662023-10-30T21:21:45.336Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/3ee46b5/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=7772165477066760 -C extra-filename=-7772165477066760 --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-4a763c3fac54b75c.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-5899782fb561d936.so --cap-lints allow`
11672023-10-30T21:21:45.579Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
11682023-10-30T21:21:45.583Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/a6bc062/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=d4712f7c097122d4 -C extra-filename=-d4712f7c097122d4 --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-31c58bcb8252ba0c.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-2d522981fc3b72b1.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-b733084a91f134c4.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-04743fb91616cf1e.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1668ab371758e453.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-7772165477066760.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
11692023-10-30T21:21:46.055Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/3ee46b5/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=58390b56ebf15b9b -C extra-filename=-58390b56ebf15b9b --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-9a4eacb833f4aca4.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-5899782fb561d936.so --cap-lints allow`
11702023-10-30T21:21:46.236Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/a6bc062/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=e4c34c78cba61c45 -C extra-filename=-e4c34c78cba61c45 --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-31c58bcb8252ba0c.rmeta --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-2d522981fc3b72b1.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-b733084a91f134c4.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-04743fb91616cf1e.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-1c198f6a43f1346a.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-58390b56ebf15b9b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-d757f4c0862911c7.rmeta --cap-lints allow`
11712023-10-30T21:21:57.232Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
11722023-10-30T21:21:57.235Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/a6bc062/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=40e59eec0cb37524 -C extra-filename=-40e59eec0cb37524 --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-04743fb91616cf1e.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-def6b72fa5ee8785.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-d4712f7c097122d4.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-7c22d0869c7e677f.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-1668ab371758e453.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-0ce80107164a2850.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-c803762d74f957c3.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-404b3e84665a2508.rlib --extern proc_macro --cap-lints allow`
11732023-10-30T21:22:26.497Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.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=fe25671db2e94203 -C extra-filename=-fe25671db2e94203 --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-2b818e12c57a4fad.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-822539b12a618447.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
11742023-10-30T21:22:27.513Z Compiling git2 v0.17.2
11752023-10-30T21:22:27.519Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.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=aca2de0150578b72 -C extra-filename=-aca2de0150578b72 --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-c958bc17629f8376.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-fe25671db2e94203.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-68ba1c23b299651d.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-5d4800acf064e894.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/usr/lib/amd64`
11762023-10-30T21:22:35.592Z Compiling built v0.6.1
11772023-10-30T21:22:35.595Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="git2"' -C metadata=e9ebf453d77d7b72 -C extra-filename=-e9ebf453d77d7b72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cargo_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libcargo_lock-451c5069f580dc5a.rmeta --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-aca2de0150578b72.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/usr/lib/amd64`
11782023-10-30T21:22:38.393Z Compiling oxide v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/cli)
11792023-10-30T21:22:38.396Z Running `/home/build/.rustup/toolchains/1.72-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=afb6c409538b87bd -C extra-filename=-afb6c409538b87bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-afb6c409538b87bd -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-e9ebf453d77d7b72.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/usr/lib/amd64`
11802023-10-30T21:22:40.041Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-afb6c409538b87bd/build-script-build`
11812023-10-30T21:22:54.615Z Running `/home/build/.rustup/toolchains/1.72-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.91/src/lib.rs --error-format=json --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=993236ee3d6c3580 -C extra-filename=-993236ee3d6c3580 --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-2b818e12c57a4fad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg openssl --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 ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
11822023-10-30T21:22:54.623Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-34db0fea513b7004/build-script-build`
11832023-10-30T21:22:54.628Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-a16b51697d479eb1/build-script-build`
11842023-10-30T21:22:54.634Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-4991941d2ec56355/build-script-build`
11852023-10-30T21:22:56.507Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.56/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c1fee0a7ff53e1a9 -C extra-filename=-c1fee0a7ff53e1a9 --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-c958bc17629f8376.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-7366fe2e1272381d.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-66670688ad439961.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-291063236bae271e.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-993236ee3d6c3580.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/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`
11862023-10-30T21:23:02.059Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-ae353adb92b617f0/build-script-build`
11872023-10-30T21:23:02.062Z Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-fd8a039d8fde806d/build-script-build`
11882023-10-30T21:23:02.077Z Running `/home/build/.rustup/toolchains/1.72-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.65+curl-8.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=5c0515eda84f9557 -C extra-filename=-5c0515eda84f9557 --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-2b818e12c57a4fad.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-1dc23a91b9c40486.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-822539b12a618447.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-993236ee3d6c3580.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl`
11892023-10-30T21:23:02.323Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name curl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c018957030e64c13 -C extra-filename=-c018957030e64c13 --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-5c0515eda84f9557.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-2b818e12c57a4fad.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-6498e96332fb729f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-993236ee3d6c3580.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-b184068c8788bb40.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib --cfg need_openssl_probe`
11902023-10-30T21:23:03.382Z Running `/home/build/.rustup/toolchains/1.72-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=2e919a9f4c3e3f2c -C extra-filename=-2e919a9f4c3e3f2c --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-661ed5a58630c7da.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-8bc02c25dc42813a.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-c6a0f7dbdef7aca3.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-c018957030e64c13.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-5c0515eda84f9557.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-1f7799f7fe36ece6.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f26ca7e9084829f0.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-d532343946f0dd44.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-12801767372abb14.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-4db9b7fdc2c229cb.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-3d772b082beace16.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-33c6caefe8f5be11.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-1649ae1012a74bd2.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-c4df9a46ee8ca8d1.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-c9e201ed58e29305.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
11912023-10-30T21:23:03.411Z Running `/home/build/.rustup/toolchains/1.72-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=2f8a2cb9356b3c19 -C extra-filename=-2f8a2cb9356b3c19 --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-d46d5d4d136e1053.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-c1fee0a7ff53e1a9.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-6498e96332fb729f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-993236ee3d6c3580.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib --cfg have_min_max_version`
11922023-10-30T21:23:03.974Z Compiling tokio-native-tls v0.3.1
11932023-10-30T21:23:03.984Z Running `/home/build/.rustup/toolchains/1.72-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=c1f90e029c659850 -C extra-filename=-c1f90e029c659850 --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-2f8a2cb9356b3c19.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
11942023-10-30T21:23:04.307Z Compiling hyper-tls v0.5.0
11952023-10-30T21:23:04.324Z Running `/home/build/.rustup/toolchains/1.72-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=13c668420c13ed6a -C extra-filename=-13c668420c13ed6a --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-06d0bdf019241fbd.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-1f055fd86599e2cd.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-2f8a2cb9356b3c19.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-c1f90e029c659850.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
11962023-10-30T21:23:04.660Z Compiling reqwest v0.11.22
11972023-10-30T21:23:04.664Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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-pemfile"' --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=ef66a160ae5321c8 -C extra-filename=-ef66a160ae5321c8 --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-0d7b33d851918a3d.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-06d0bdf019241fbd.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-1f7799f7fe36ece6.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-5df74362c623c7fe.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-74b9277aad04ffa7.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-1f055fd86599e2cd.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-79cbfe40797c6330.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-13c668420c13ed6a.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-79a960afc10c6905.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-12801767372abb14.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-2f8a2cb9356b3c19.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-28ba001f6ab329f2.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-b2ed630b13bc09c5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-a6fb572751fb8464.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-60c9ec86a9fa059c.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-8cab0907e7beabf6.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-dd3cb20583e4ebc8.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-c1f90e029c659850.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-c532d1d921757f65.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-b016acb19f5e6814.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-6c44a77f40a98f8a.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-b2ba5f86d5dcc8d2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
11982023-10-30T21:23:06.655Z Compiling httpmock v0.6.8
11992023-10-30T21:23:06.660Z Running `/home/build/.rustup/toolchains/1.72-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=21d1d7a535c819ee -C extra-filename=-21d1d7a535c819ee --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-69532b83278aade1.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-877bd14c74c167c2.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-3e49ad5351db0fd6.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-c6a0f7dbdef7aca3.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-279621d493328476.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-aabdba99af4c2060.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-1f055fd86599e2cd.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-2e919a9f4c3e3f2c.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-b3351b84bdd72173.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-04175e014c31efd6.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-6326bc2f27ce2d48.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-526d089a288e5537.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12002023-10-30T21:23:07.699Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
12012023-10-30T21:23:07.703Z Compiling oauth2 v4.4.2
12022023-10-30T21:23:07.706Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/a6bc062/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=cfc04812c4308992 -C extra-filename=-cfc04812c4308992 --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-06d0bdf019241fbd.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-06d2c1901fe0aa21.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-b2ed630b13bc09c5.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-dd3cb20583e4ebc8.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12032023-10-30T21:23:07.709Z Running `/home/build/.rustup/toolchains/1.72-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=6238e7d9cb2b5666 -C extra-filename=-6238e7d9cb2b5666 --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-c8932eb2293e1728.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-7113c168b090c50f.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-4513f63f4fa16d8f.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-b9e526022b22a4e9.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12042023-10-30T21:23:08.159Z Compiling oxide-api v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/sdk)
12052023-10-30T21:23:08.164Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name oxide_api --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=8ee6804050ab7069 -C extra-filename=-8ee6804050ab7069 --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-0d7b33d851918a3d.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-cfc04812c4308992.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-47f862e688b80ef2.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12062023-10-30T21:23:08.364Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
12072023-10-30T21:23:08.382Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/a6bc062/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=806cfea622487f66 -C extra-filename=-806cfea622487f66 --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-cfc04812c4308992.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-e4c34c78cba61c45.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-40e59eec0cb37524.so --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12082023-10-30T21:23:18.338Z Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
12092023-10-30T21:23:18.345Z Running `/home/build/.rustup/toolchains/1.72-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=8e821c76057afbe8 -C extra-filename=-8e821c76057afbe8 --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-1a815dad0ffb8b8c.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafae420d481966e.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-806cfea622487f66.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-36cee55b05641a32.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-4513f63f4fa16d8f.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-526d089a288e5537.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12102023-10-30T21:23:18.350Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustc --crate-name oxide_api --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=e38d628f5615c52e -C extra-filename=-e38d628f5615c52e --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-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-cfc04812c4308992.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-47f862e688b80ef2.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12112023-10-30T21:23:18.354Z Running `/home/build/.rustup/toolchains/1.72-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=147359372b50fe75 -C extra-filename=-147359372b50fe75 --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-1a815dad0ffb8b8c.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-dafae420d481966e.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-806cfea622487f66.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-36cee55b05641a32.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-4513f63f4fa16d8f.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-526d089a288e5537.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12122023-10-30T21:23:47.248Z Compiling oxide-httpmock v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
12132023-10-30T21:23:47.254Z Running `/home/build/.rustup/toolchains/1.72-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=92b32f137dcce1b9 -C extra-filename=-92b32f137dcce1b9 --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-7bbe54226e538901.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rmeta --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
12142023-10-30T21:24:10.948Z Running `/home/build/.rustup/toolchains/1.72-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=1651c6ec3dbf4f16 -C extra-filename=-1651c6ec3dbf4f16 --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-7bbe54226e538901.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out`
12152023-10-30T21:24:10.951Z Running `/home/build/.rustup/toolchains/1.72-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=5bea235ed6d51d34 -C extra-filename=-5bea235ed6d51d34 --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12162023-10-30T21:24:10.956Z Running `/home/build/.rustup/toolchains/1.72-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=a7a11022654810dd -C extra-filename=-a7a11022654810dd --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-7832c9bc6f185da0.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12172023-10-30T21:24:10.965Z Running `/home/build/.rustup/toolchains/1.72-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=2684fda3f335f6d8 -C extra-filename=-2684fda3f335f6d8 --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12182023-10-30T21:24:10.971Z Running `/home/build/.rustup/toolchains/1.72-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=96c37e5949cfc16a -C extra-filename=-96c37e5949cfc16a --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12192023-10-30T21:24:10.974Z Running `/home/build/.rustup/toolchains/1.72-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=96098727db1ff911 -C extra-filename=-96098727db1ff911 --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12202023-10-30T21:24:10.978Z Running `/home/build/.rustup/toolchains/1.72-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=3f88a26c68d625af -C extra-filename=-3f88a26c68d625af --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12212023-10-30T21:24:10.981Z Running `/home/build/.rustup/toolchains/1.72-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=5a6f83c64e447e21 -C extra-filename=-5a6f83c64e447e21 --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12222023-10-30T21:24:13.980Z Running `/home/build/.rustup/toolchains/1.72-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=03bfd377c0ad0f66 -C extra-filename=-03bfd377c0ad0f66 --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12232023-10-30T21:24:18.852Z Running `/home/build/.rustup/toolchains/1.72-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=e37abcbd3fe83c5d -C extra-filename=-e37abcbd3fe83c5d --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-7832c9bc6f185da0.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-619bd4ac2158caa7.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-2647017ce864213f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-e2fb614ec2434f38.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-0a983a28c2267a2f.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-17759040e628319a.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-47a95da9f6b57e0a.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-9ae7923e9a4d3d1b.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-c257ac0d8f4db8a0.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-36172af600bc9bd3.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-d46d5d4d136e1053.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-6238e7d9cb2b5666.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-f53581c4a0c02a43.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-96afee832008d5c4.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-94bc9d25b4586986.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-f169494239ad607e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern serial_test=/work/oxidecomputer/oxide.rs/target/debug/deps/libserial_test-f9ad67ce521184f3.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-a9ddda343856822f.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-85a308d9ef3e74dc.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-f6bf8142b75004fb.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-f4c15978ee283130.rlib --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-c5a5974faeba11c3.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-9cbc4354becae903.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-9d4823aa83becaa4.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7e45e2dad04c30c6.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib`
12242023-10-30T21:25:23.544Z Finished dev [unoptimized + debuginfo] target(s) in 6m 22s
12252023-10-30T21:25:23.777Z
12262023-10-30T21:25:23.780Zreal 6:22.793187195
12272023-10-30T21:25:23.783Zuser 35:29.007652697
12282023-10-30T21:25:23.786Zsys 4:39.678678570
12292023-10-30T21:25:23.791Ztrap 1.490290170
12302023-10-30T21:25:23.793Ztflt 8.000990580
12312023-10-30T21:25:23.796Zdflt 8.633163015
12322023-10-30T21:25:23.799Zkflt 0.103366251
12332023-10-30T21:25:23.802Zlock 52:00.252070044
12342023-10-30T21:25:23.805Zslp 2:02:47.062660109
12352023-10-30T21:25:23.808Zlat 1:35.429429357
12362023-10-30T21:25:23.811Zstop 1:37.806010654
12372023-10-30T21:25:23.814Z+ banner test
12382023-10-30T21:25:23.816Z
12392023-10-30T21:25:23.819Z ##### ###### #### #####
12402023-10-30T21:25:23.822Z # # # #
12412023-10-30T21:25:23.825Z # ##### #### #
12422023-10-30T21:25:23.828Z # # # #
12432023-10-30T21:25:23.831Z # # # # #
12442023-10-30T21:25:23.834Z # ###### #### #
12452023-10-30T21:25:23.837Z
12462023-10-30T21:25:23.839Z+ ptime -m cargo test --all-features --locked --verbose
12472023-10-30T21:25:24.394Z Fresh unicode-ident v1.0.12
12482023-10-30T21:25:24.397Z Fresh cfg-if v1.0.0
12492023-10-30T21:25:24.400Z Fresh autocfg v1.1.0
12502023-10-30T21:25:24.402Z Fresh memchr v2.6.3
12512023-10-30T21:25:24.405Z Fresh once_cell v1.18.0
12522023-10-30T21:25:24.408Z Fresh libc v0.2.147
12532023-10-30T21:25:24.411Z Fresh itoa v1.0.9
12542023-10-30T21:25:24.414Z Fresh value-bag v1.4.1
12552023-10-30T21:25:24.417Z Fresh pin-project-lite v0.2.13
12562023-10-30T21:25:24.420Z Fresh version_check v0.9.4
12572023-10-30T21:25:24.423Z Fresh proc-macro2 v1.0.67
12582023-10-30T21:25:24.426Z Fresh jobserver v0.1.26
12592023-10-30T21:25:24.428Z Fresh pkg-config v0.3.27
12602023-10-30T21:25:24.431Z Fresh vcpkg v0.2.15
12612023-10-30T21:25:24.434Z Fresh ryu v1.0.15
12622023-10-30T21:25:24.436Z Fresh futures-io v0.3.28
12632023-10-30T21:25:24.439Z Fresh quote v1.0.33
12642023-10-30T21:25:24.442Z Fresh cc v1.0.83
12652023-10-30T21:25:24.445Z Fresh futures-core v0.3.28
12662023-10-30T21:25:24.448Z Fresh smallvec v1.11.0
12672023-10-30T21:25:24.454Z Fresh scopeguard v1.2.0
12682023-10-30T21:25:24.458Z Fresh bytes v1.5.0
12692023-10-30T21:25:24.461Z Fresh serde_derive v1.0.189
12702023-10-30T21:25:24.464Z Fresh lock_api v0.4.10
12712023-10-30T21:25:24.467Z Fresh slab v0.4.9
12722023-10-30T21:25:24.469Z Fresh parking_lot_core v0.9.8
12732023-10-30T21:25:24.472Z Fresh hashbrown v0.14.1
12742023-10-30T21:25:24.475Z Fresh openssl-src v111.27.0+1.1.1v
12752023-10-30T21:25:24.478Z Fresh serde v1.0.189
12762023-10-30T21:25:24.481Z Fresh num-traits v0.2.16
12772023-10-30T21:25:24.484Z Fresh parking_lot v0.12.1
12782023-10-30T21:25:24.488Z Fresh signal-hook-registry v1.4.1
12792023-10-30T21:25:24.492Z Fresh fnv v1.0.7
12802023-10-30T21:25:24.496Z Fresh equivalent v1.0.1
12812023-10-30T21:25:24.500Z Fresh serde_json v1.0.107
12822023-10-30T21:25:24.506Z Fresh indexmap v2.0.2
12832023-10-30T21:25:24.532Z Fresh http v0.2.9
12842023-10-30T21:25:24.544Z Fresh syn v1.0.109
12852023-10-30T21:25:24.554Z Fresh tinyvec_macros v0.1.1
12862023-10-30T21:25:24.560Z Fresh percent-encoding v2.3.0
12872023-10-30T21:25:24.568Z Fresh bitflags v1.3.2
12882023-10-30T21:25:24.573Z Fresh futures-sink v0.3.28
12892023-10-30T21:25:24.578Z Fresh pin-utils v0.1.0
12902023-10-30T21:25:24.582Z Fresh tinyvec v1.6.0
12912023-10-30T21:25:24.586Z Fresh form_urlencoded v1.2.0
12922023-10-30T21:25:24.590Z Fresh futures-channel v0.3.28
12932023-10-30T21:25:24.593Z Fresh futures-task v0.3.28
12942023-10-30T21:25:24.598Z Fresh unicode-normalization v0.1.22
12952023-10-30T21:25:24.601Z Fresh futures-macro v0.3.28
12962023-10-30T21:25:24.608Z Fresh getrandom v0.2.10
12972023-10-30T21:25:24.612Z Fresh aho-corasick v1.0.4
12982023-10-30T21:25:24.623Z Fresh regex-syntax v0.8.2
12992023-10-30T21:25:24.631Z Fresh unicode-bidi v0.3.13
13002023-10-30T21:25:24.635Z Fresh regex-automata v0.4.3
13012023-10-30T21:25:24.639Z Fresh serde_derive_internals v0.26.0
13022023-10-30T21:25:24.642Z Fresh tokio-macros v2.1.0
13032023-10-30T21:25:24.646Z Fresh socket2 v0.5.3
13042023-10-30T21:25:24.649Z Fresh errno v0.3.2
13052023-10-30T21:25:24.652Z Fresh num_cpus v1.16.0
13062023-10-30T21:25:24.658Z Fresh idna v0.4.0
13072023-10-30T21:25:24.662Z Fresh futures-util v0.3.28
13082023-10-30T21:25:24.665Z Fresh mio v0.8.8
13092023-10-30T21:25:24.668Z Fresh socket2 v0.4.9
13102023-10-30T21:25:24.671Z Fresh schemars_derive v0.8.13
13112023-10-30T21:25:24.679Z Fresh regex v1.10.2
13122023-10-30T21:25:24.692Z Fresh dyn-clone v1.0.13
13132023-10-30T21:25:24.702Z Fresh tokio v1.33.0
13142023-10-30T21:25:25.112Z Fresh log v0.4.20
13152023-10-30T21:25:25.126Z Fresh tracing-attributes v0.1.26
13162023-10-30T21:25:25.133Z Fresh tracing-core v0.1.31
13172023-10-30T21:25:25.140Z Fresh tracing v0.1.37
13182023-10-30T21:25:25.148Z Fresh thiserror-impl v1.0.47
13192023-10-30T21:25:25.157Z Fresh openssl-sys v0.9.91
13202023-10-30T21:25:25.164Z Fresh httparse v1.8.0
13212023-10-30T21:25:25.174Z Fresh thiserror v1.0.47
13222023-10-30T21:25:25.184Z Fresh spin v0.5.2
13232023-10-30T21:25:25.205Z Fresh untrusted v0.7.1
13242023-10-30T21:25:25.221Z Fresh ring v0.16.20
13252023-10-30T21:25:25.235Z Fresh ahash v0.8.3
13262023-10-30T21:25:25.242Z Fresh heck v0.4.1
13272023-10-30T21:25:25.251Z Fresh iana-time-zone v0.1.57
13282023-10-30T21:25:25.291Z Fresh hashbrown v0.12.3
13292023-10-30T21:25:25.307Z Fresh tokio-util v0.7.8
13302023-10-30T21:25:25.313Z Fresh crossbeam-utils v0.8.16
13312023-10-30T21:25:25.317Z Fresh indexmap v1.9.3
13322023-10-30T21:25:25.328Z Fresh hashbrown v0.13.2
13332023-10-30T21:25:25.334Z Fresh try-lock v0.2.4
13342023-10-30T21:25:25.342Z Fresh openssl-probe v0.1.5
13352023-10-30T21:25:25.351Z Fresh bitflags v2.4.0
13362023-10-30T21:25:25.356Z Fresh h2 v0.3.21
13372023-10-30T21:25:25.364Z Fresh want v0.3.1
13382023-10-30T21:25:25.372Z Fresh regress v0.7.1
13392023-10-30T21:25:25.381Z
13402023-10-30T21:25:25.391Z Fresh http-body v0.4.5
13412023-10-30T21:25:25.399Zrunning 9 tests
13422023-10-30T21:25:25.411Z Fresh foreign-types-shared v0.1.1
13432023-10-30T21:25:25.822Ztest cli_builder::tests::resolve_value_parses_ipv4_addr ... ok
13442023-10-30T21:25:25.827Z Fresh httpdate v1.0.3
13452023-10-30T21:25:25.830Ztest cli_builder::tests::resolve_value_parses_ipv6_addr ... ok
13462023-10-30T21:25:25.835Z Fresh tower-service v0.3.2
13472023-10-30T21:25:25.851Ztest cmd_disk::test_get_disk_size ... ok
13482023-10-30T21:25:26.261Z Fresh foreign-types v0.3.2
13492023-10-30T21:25:26.271Ztest cmd_api::tests::test_add_query_string ... ok
13502023-10-30T21:25:26.275Z Fresh rustls-webpki v0.101.4
13512023-10-30T21:25:26.280Ztest tests::test_autoref ... ok
13522023-10-30T21:25:26.285Z Fresh sct v0.7.0
13532023-10-30T21:25:26.292Ztest cmd_auth::tests::test_parse_host ... ok
13542023-10-30T21:25:26.328Z Fresh rand_core v0.6.4
13552023-10-30T21:25:26.332Ztest tests::test_json_body_required ... ok
13562023-10-30T21:25:26.336Z Fresh hyper v0.14.27
13572023-10-30T21:25:26.339Z Fresh openssl-macros v0.1.1
13582023-10-30T21:25:26.343Ztest cmd_version::version_success ... ok
13592023-10-30T21:25:26.347Z Fresh encoding_rs v0.8.33
13602023-10-30T21:25:26.350Z Fresh mime v0.3.17
13612023-10-30T21:25:26.353Z Fresh ppv-lite86 v0.2.17
13622023-10-30T21:25:26.357Z Fresh event-listener v2.5.3
13632023-10-30T21:25:26.361Z Fresh rustls v0.21.7
13642023-10-30T21:25:26.365Z Fresh openssl v0.10.56
13652023-10-30T21:25:26.368Z Fresh rand_chacha v0.3.1
13662023-10-30T21:25:26.372Z Fresh base64 v0.21.5
13672023-10-30T21:25:26.377Z Fresh concurrent-queue v2.2.0
13682023-10-30T21:25:26.382Z Fresh rand v0.8.5
13692023-10-30T21:25:26.388Z Fresh native-tls v0.2.11
13702023-10-30T21:25:26.402Z Fresh tokio-rustls v0.24.1
13712023-10-30T21:25:26.418Z Fresh either v1.9.0
13722023-10-30T21:25:26.425Z Fresh anstyle v1.0.2
13732023-10-30T21:25:26.430Z Fresh rustls-pemfile v1.0.3
13742023-10-30T21:25:26.433Z Fresh typenum v1.16.0
13752023-10-30T21:25:26.436Z Fresh tokio-native-tls v0.3.1
13762023-10-30T21:25:26.439Z Fresh libz-sys v1.1.12
13772023-10-30T21:25:26.445Z Fresh serde_urlencoded v0.7.1
13782023-10-30T21:25:26.448Z Fresh dirs-sys-next v0.1.2
13792023-10-30T21:25:26.451Z Fresh waker-fn v1.1.0
13802023-10-30T21:25:26.454Ztest cmd_auth::test_cmd_auth_status ... ok
13812023-10-30T21:25:26.458Z Fresh lazy_static v1.4.0
13822023-10-30T21:25:26.464Z
13832023-10-30T21:25:26.467Z Fresh fastrand v1.9.0
13842023-10-30T21:25:26.471Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
13852023-10-30T21:25:26.477Z Fresh parking v2.1.0
13862023-10-30T21:25:26.481Z
13872023-10-30T21:25:26.484Z Fresh generic-array v0.14.7
13882023-10-30T21:25:26.487Z
13892023-10-30T21:25:26.493Z Fresh dirs-next v2.0.0
13902023-10-30T21:25:26.496Zrunning 3 tests
13912023-10-30T21:25:26.499Z Fresh hyper-tls v0.5.0
13922023-10-30T21:25:26.502Ztest test_simple_api_call ... ok
13932023-10-30T21:25:26.505Z Fresh hyper-rustls v0.24.1
13942023-10-30T21:25:26.508Ztest test_pagination_midway_failure ... ok
13952023-10-30T21:25:26.511Z Fresh utf8parse v0.2.1
13962023-10-30T21:25:26.515Ztest test_pagination_success ... ok
13972023-10-30T21:25:26.518Z Fresh futures-lite v1.13.0
13982023-10-30T21:25:26.521Z
13992023-10-30T21:25:26.524Z Fresh ipnet v2.8.0
14002023-10-30T21:25:26.527Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
14012023-10-30T21:25:26.530Z Fresh webpki-roots v0.25.2
14022023-10-30T21:25:26.532Z
14032023-10-30T21:25:26.535Z Fresh unicode-width v0.1.10
14042023-10-30T21:25:26.538Z
14052023-10-30T21:25:26.541Z Fresh anstyle-parse v0.2.1
14062023-10-30T21:25:26.544Zrunning 10 tests
14072023-10-30T21:25:26.548Z Fresh term v0.7.0
14082023-10-30T21:25:26.551Ztest test_disk_import_bad_file_size ... ok
14092023-10-30T21:25:26.553Z Fresh reqwest v0.11.22
14102023-10-30T21:25:26.556Ztest test_disk_import_bad_block_size ... ok
14112023-10-30T21:25:26.559Z Fresh async-lock v2.8.0
14122023-10-30T21:25:26.562Ztest test_disk_import_required_parameters ... ok
14132023-10-30T21:25:26.565Z Fresh futures-executor v0.3.28
14142023-10-30T21:25:26.568Ztest test_disk_import_image_exists_already ... ok
14152023-10-30T21:25:26.572Z Fresh anstyle-query v1.0.0
14162023-10-30T21:25:26.575Ztest test_disk_import_bulk_import_start_fail ... ok
14172023-10-30T21:25:26.582Z Fresh colorchoice v1.0.0
14182023-10-30T21:25:26.591Ztest test_disk_import_disk_exists_already ... ok
14192023-10-30T21:25:26.594Z Fresh io-lifetimes v1.0.11
14202023-10-30T21:25:26.597Ztest test_disk_import_snapshot_exists_already ... ok
14212023-10-30T21:25:26.601Z Fresh futures v0.3.28
14222023-10-30T21:25:26.604Ztest test_disk_import ... ok
14232023-10-30T21:25:26.607Z Fresh polling v2.8.0
14242023-10-30T21:25:26.610Ztest test_disk_import_sparse ... ok
14252023-10-30T21:25:26.613Z Fresh block-buffer v0.10.4
14262023-10-30T21:25:26.616Ztest test_disk_import_bulk_write_import_fail ... ok
14272023-10-30T21:25:26.619Z Fresh anstream v0.6.4
14282023-10-30T21:25:26.622Z
14292023-10-30T21:25:26.625Z Fresh crypto-common v0.1.6
14302023-10-30T21:25:26.628Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
14312023-10-30T21:25:26.631Z Fresh async-channel v1.9.0
14322023-10-30T21:25:26.634Z
14332023-10-30T21:25:26.636Z Fresh toml_datetime v0.6.3
14342023-10-30T21:25:26.639Z
14352023-10-30T21:25:26.642Z Fresh serde_tokenstream v0.2.0
14362023-10-30T21:25:26.645Zrunning 1 test
14372023-10-30T21:25:26.648Z Fresh serde_spanned v0.6.3
14382023-10-30T21:25:26.651Ztest test_docs_json ... ok
14392023-10-30T21:25:26.654Z Fresh siphasher v0.3.11
14402023-10-30T21:25:26.657Z
14412023-10-30T21:25:26.660Z Fresh winnow v0.5.15
14422023-10-30T21:25:26.664Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14432023-10-30T21:25:26.667Z Fresh strsim v0.10.0
14442023-10-30T21:25:26.670Z
14452023-10-30T21:25:26.673Z Fresh clap_lex v0.6.0
14462023-10-30T21:25:26.676Z
14472023-10-30T21:25:26.679Z Fresh atomic-waker v1.1.1
14482023-10-30T21:25:26.682Zrunning 3 tests
14492023-10-30T21:25:26.685Z Fresh clap_builder v4.4.7
14502023-10-30T21:25:26.688Ztest test_instance_create ... ok
14512023-10-30T21:25:26.691Z Fresh phf_shared v0.10.0
14522023-10-30T21:25:26.694Ztest test_instance_serial_history ... ok
14532023-10-30T21:25:26.697Z Fresh rustix v0.37.25
14542023-10-30T21:25:26.700Ztest test_instance_serial_console ... ok
14552023-10-30T21:25:26.704Z Fresh digest v0.10.7
14562023-10-30T21:25:26.707Z
14572023-10-30T21:25:26.710Z Fresh crunchy v0.2.2
14582023-10-30T21:25:26.713Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
14592023-10-30T21:25:26.717Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
14602023-10-30T21:25:26.720Z
14612023-10-30T21:25:26.723Z Fresh clap_derive v4.4.7
14622023-10-30T21:25:26.726Z
14632023-10-30T21:25:26.729Z Fresh new_debug_unreachable v1.0.4
14642023-10-30T21:25:26.732Zrunning 3 tests
14652023-10-30T21:25:26.735Z Fresh bit-vec v0.6.3
14662023-10-30T21:25:26.738Ztest test_projects_simple_list ... ok
14672023-10-30T21:25:26.741Z Fresh async-task v4.4.0
14682023-10-30T21:25:26.744Ztest test_projects_list_paginated_fail ... ok
14692023-10-30T21:25:26.747Z Fresh cpufeatures v0.2.9
14702023-10-30T21:25:26.750Ztest test_projects_list_paginated ... ok
14712023-10-30T21:25:26.753Z Fresh diff v0.1.13
14722023-10-30T21:25:26.756Z
14732023-10-30T21:25:26.760Z Fresh fixedbitset v0.4.2
14742023-10-30T21:25:26.762Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
14752023-10-30T21:25:26.765Z Fresh precomputed-hash v0.1.1
14762023-10-30T21:25:26.768Z
14772023-10-30T21:25:26.771Z Fresh bit-set v0.5.3
14782023-10-30T21:25:26.774Z
14792023-10-30T21:25:26.777Z Fresh clap v4.4.7
14802023-10-30T21:25:26.780Zrunning 3 tests
14812023-10-30T21:25:26.782Z Fresh tiny-keccak v2.0.2
14822023-10-30T21:25:26.785Ztest test_insecure_cert_validation ... ok
14832023-10-30T21:25:26.789Z Fresh petgraph v0.6.4
14842023-10-30T21:25:26.792Ztest test_resolve_and_cacert ... ok
14852023-10-30T21:25:26.795Z Fresh string_cache v0.8.7
14862023-10-30T21:25:26.798Ztest test_insecure_hostname_verification ... ok
14872023-10-30T21:25:26.801Z Fresh async-io v1.13.0
14882023-10-30T21:25:26.804Z
14892023-10-30T21:25:26.807Z Fresh ascii-canvas v3.0.0
14902023-10-30T21:25:26.810Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
14912023-10-30T21:25:26.816Z Fresh itertools v0.10.5
14922023-10-30T21:25:26.828Z
14932023-10-30T21:25:27.242Z Fresh ena v0.14.2
14942023-10-30T21:25:27.249Z
14952023-10-30T21:25:27.259Z Fresh regex-syntax v0.6.29
14962023-10-30T21:25:27.269Zrunning 3 tests
14972023-10-30T21:25:27.282Z Fresh time-core v0.1.1
14982023-10-30T21:25:27.292Ztest test_silo_idp_saml_create ... ok
14992023-10-30T21:25:27.301Z Fresh unicode-xid v0.2.4
15002023-10-30T21:25:27.311Ztest test_projects_list_paginated ... ok
15012023-10-30T21:25:27.324Z Fresh rustix v0.38.9
15022023-10-30T21:25:27.381Ztest test_projects_list_paginated_fail ... ok
15032023-10-30T21:25:27.389Z Fresh signal-hook v0.3.17
15042023-10-30T21:25:27.396Z
15052023-10-30T21:25:27.401Z Fresh async-executor v1.5.1
15062023-10-30T21:25:27.407Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
15072023-10-30T21:25:27.421Z Fresh lalrpop v0.19.12
15082023-10-30T21:25:27.429Z
15092023-10-30T21:25:27.443Z Fresh time-macros v0.2.13
15102023-10-30T21:25:27.447Z
15112023-10-30T21:25:27.450Z Fresh blocking v1.3.1
15122023-10-30T21:25:27.453Zrunning 3 tests
15132023-10-30T21:25:27.459Z Fresh libnghttp2-sys v0.1.8+1.55.1
15142023-10-30T21:25:27.462Ztest clap_feature::tests::test_block_size ... ok
15152023-10-30T21:25:27.465Z Fresh pin-project-internal v1.1.3
15162023-10-30T21:25:27.468Ztest clap_feature::tests::test_byte_count ... ok
15172023-10-30T21:25:27.474Z Fresh deranged v0.3.8
15182023-10-30T21:25:27.478Ztest clap_feature::tests::test_name_or_id ... ok
15192023-10-30T21:25:27.481Z Fresh num_threads v0.1.6
15202023-10-30T21:25:27.484Z
15212023-10-30T21:25:27.491Z Fresh async-process v1.7.0
15222023-10-30T21:25:27.494Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15232023-10-30T21:25:27.497Z Fresh time v0.3.27
15242023-10-30T21:25:27.502Z
15252023-10-30T21:25:27.506Z Fresh async-trait v0.1.74
15262023-10-30T21:25:27.509Z
15272023-10-30T21:25:27.512Z Fresh curl-sys v0.4.65+curl-8.2.1
15282023-10-30T21:25:27.520Zrunning 0 tests
15292023-10-30T21:25:27.523Z Fresh async-global-executor v2.3.1
15302023-10-30T21:25:27.526Z
15312023-10-30T21:25:27.531Z Fresh pin-project v1.1.3
15322023-10-30T21:25:27.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15332023-10-30T21:25:27.538Z Fresh toml_edit v0.19.15
15342023-10-30T21:25:27.541Z
15352023-10-30T21:25:27.555Z Fresh url v2.4.1
15362023-10-30T21:25:27.558Z
15372023-10-30T21:25:27.562Z Fresh kv-log-macro v1.0.7
15382023-10-30T21:25:27.570Zrunning 1 test
15392023-10-30T21:25:27.581Z Fresh similar v2.3.0
15402023-10-30T21:25:27.993Ztest json_mock::tests::test_one ... ok
15412023-10-30T21:25:27.996Z Fresh tracing-futures v0.2.5
15422023-10-30T21:25:27.999Z
15432023-10-30T21:25:28.002Z Fresh slog v2.7.0
15442023-10-30T21:25:28.005Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15452023-10-30T21:25:28.008Z Fresh semver v1.0.18
15462023-10-30T21:25:28.011Z
15472023-10-30T21:25:28.014Z Fresh async-std v1.12.0
15482023-10-30T21:25:28.018Z
15492023-10-30T21:25:28.022Z Fresh toml v0.7.8
15502023-10-30T21:25:28.026Zrunning 0 tests
15512023-10-30T21:25:28.030Z Fresh curl v0.4.44
15522023-10-30T21:25:28.033Z
15532023-10-30T21:25:28.038Z Fresh libgit2-sys v0.15.2+1.6.4
15542023-10-30T21:25:28.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15552023-10-30T21:25:28.044Z Fresh sha1 v0.10.6
15562023-10-30T21:25:28.047Z
15572023-10-30T21:25:28.052Z Fresh sluice v0.5.5
15582023-10-30T21:25:28.055Z Fresh predicates-core v1.0.6
15592023-10-30T21:25:28.058Z Fresh lalrpop-util v0.19.12
15602023-10-30T21:25:28.061Z Fresh castaway v0.1.2
15612023-10-30T21:25:28.065Z Fresh fastrand v2.0.0
15622023-10-30T21:25:28.070Z Fresh async-object-pool v0.1.4
15632023-10-30T21:25:28.074Z Fresh git2 v0.17.2
15642023-10-30T21:25:28.077Z Fresh cargo-lock v9.0.0
15652023-10-30T21:25:28.080Z Fresh isahc v1.7.2
15662023-10-30T21:25:28.083Z Fresh tempfile v3.8.0
15672023-10-30T21:25:28.086Z Fresh basic-cookies v0.1.4
15682023-10-30T21:25:28.092Z Fresh console v0.15.7
15692023-10-30T21:25:28.095Z Fresh itertools v0.11.0
15702023-10-30T21:25:28.098Z Fresh serde_regex v1.1.0
15712023-10-30T21:25:28.101Z Fresh assert-json-diff v2.0.2
15722023-10-30T21:25:28.104Z Fresh float-cmp v0.9.0
15732023-10-30T21:25:28.110Z Fresh utf-8 v0.7.6
15742023-10-30T21:25:28.114Z Fresh data-encoding v2.4.0
15752023-10-30T21:25:28.118Z Fresh difflib v0.4.0
15762023-10-30T21:25:28.121Z Fresh levenshtein v1.0.5
15772023-10-30T21:25:28.126Z Fresh byteorder v1.4.3
15782023-10-30T21:25:28.131Z Fresh base64 v0.13.1
15792023-10-30T21:25:28.136Z Fresh normalize-line-endings v0.3.0
15802023-10-30T21:25:28.139Z Fresh tungstenite v0.20.1
15812023-10-30T21:25:28.145Z Fresh predicates v3.0.4
15822023-10-30T21:25:28.149Z Fresh httpmock v0.6.8
15832023-10-30T21:25:28.152Z Fresh built v0.6.1
15842023-10-30T21:25:28.156Z Fresh sha2 v0.10.8
15852023-10-30T21:25:28.164Z Fresh toml_edit v0.20.2
15862023-10-30T21:25:28.167Z Fresh serde_path_to_error v0.1.14
15872023-10-30T21:25:28.170Z Fresh thread_local v1.1.7
15882023-10-30T21:25:28.174Z Fresh is-docker v0.2.0
15892023-10-30T21:25:28.179Z Fresh unicode-segmentation v1.10.1
15902023-10-30T21:25:28.183Z Fresh match_cfg v0.1.0
15912023-10-30T21:25:28.186Z Fresh newline-converter v0.3.0
15922023-10-30T21:25:28.191Z Fresh hostname v0.3.1
15932023-10-30T21:25:28.195Z Fresh is-wsl v0.4.0
15942023-10-30T21:25:28.203Z Fresh tokio-tungstenite v0.20.1
15952023-10-30T21:25:28.209Z Fresh toml v0.8.2
15962023-10-30T21:25:28.214Z Fresh portable-atomic v1.4.3
15972023-10-30T21:25:28.220Z Fresh slog-json v2.6.1
15982023-10-30T21:25:28.227Z Fresh is-terminal v0.4.9
15992023-10-30T21:25:28.230Z Fresh crossbeam-channel v0.5.8
16002023-10-30T21:25:28.236Z Fresh chrono v0.4.31
16012023-10-30T21:25:28.242Z Fresh async-stream-impl v0.3.5
16022023-10-30T21:25:28.245Z Fresh dirs-sys v0.3.7
16032023-10-30T21:25:28.248Z Fresh atty v0.2.14
16042023-10-30T21:25:28.252Z Fresh regex-automata v0.3.8
16052023-10-30T21:25:28.255Z Fresh uuid v1.5.0
16062023-10-30T21:25:28.259Z Fresh zeroize v1.6.0
16072023-10-30T21:25:28.262Z Fresh termtree v0.4.1
16082023-10-30T21:25:28.265Z Fresh shell-words v1.1.0
16092023-10-30T21:25:28.268Z Fresh pathdiff v0.2.1
16102023-10-30T21:25:28.273Z Fresh spin v0.9.8
16112023-10-30T21:25:28.276Z Fresh termcolor v1.2.0
16122023-10-30T21:25:28.280Z Fresh number_prefix v0.4.0
16132023-10-30T21:25:28.283Z Fresh take_mut v0.2.2
16142023-10-30T21:25:28.286Z Fresh humantime v2.1.0
16152023-10-30T21:25:28.289Z Fresh multer v2.1.0
16162023-10-30T21:25:28.292Z Fresh schemars v0.8.13
16172023-10-30T21:25:28.295Z Fresh dialoguer v0.10.4
16182023-10-30T21:25:28.298Z Fresh predicates-tree v1.0.9
16192023-10-30T21:25:28.302Z Fresh open v4.2.0
16202023-10-30T21:25:28.305Z Fresh indicatif v0.17.7
16212023-10-30T21:25:28.307Z Fresh slog-async v2.8.0
16222023-10-30T21:25:28.310Z Fresh env_logger v0.10.0
16232023-10-30T21:25:28.313Z Fresh slog-term v2.9.0
16242023-10-30T21:25:28.316Z Fresh bstr v1.6.0
16252023-10-30T21:25:28.318Z Fresh async-stream v0.3.5
16262023-10-30T21:25:28.321Z Fresh dirs v4.0.0
16272023-10-30T21:25:28.324Z Fresh anyhow v1.0.75
16282023-10-30T21:25:28.327Z Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#b55912f8)
16292023-10-30T21:25:28.330Z Fresh slog-bunyan v2.4.0
16302023-10-30T21:25:28.333Z Fresh paste v1.0.14
16312023-10-30T21:25:28.336Z Fresh camino v1.1.6
16322023-10-30T21:25:28.339Z Fresh doc-comment v0.3.3
16332023-10-30T21:25:28.342Z Fresh oauth2 v4.4.2
16342023-10-30T21:25:28.345Z Fresh pem v1.1.1
16352023-10-30T21:25:28.347Z Fresh yasna v0.5.2
16362023-10-30T21:25:28.351Z Fresh waitgroup v0.1.2
16372023-10-30T21:25:28.353Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot#bce91e92)
16382023-10-30T21:25:28.356Z Fresh tabwriter v1.3.0
16392023-10-30T21:25:28.359Z Fresh openapiv3 v1.0.3
16402023-10-30T21:25:28.362Z Fresh serial_test_derive v1.0.0
16412023-10-30T21:25:28.366Z Fresh dashmap v5.5.1
16422023-10-30T21:25:28.370Z Fresh wait-timeout v0.2.0
16432023-10-30T21:25:28.374Z Fresh yansi v0.5.1
16442023-10-30T21:25:28.379Z Fresh debug-ignore v1.0.5
16452023-10-30T21:25:28.382Z Fresh rcgen v0.10.0
16462023-10-30T21:25:28.409Z Fresh expectorate v1.1.0
16472023-10-30T21:25:28.412Z Fresh ucd-trie v0.1.6
16482023-10-30T21:25:28.415Z Fresh assert_cmd v2.0.12
16492023-10-30T21:25:28.418Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot#bce91e92)
16502023-10-30T21:25:28.421Z Fresh pretty_assertions v1.4.0
16512023-10-30T21:25:28.423Z Fresh serial_test v1.0.0
16522023-10-30T21:25:28.426Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
16532023-10-30T21:25:28.429Z Fresh pest v2.7.2
16542023-10-30T21:25:28.432Z Fresh getopts v0.2.21
16552023-10-30T21:25:28.435Z Fresh openapiv3 v2.0.0-rc.0
16562023-10-30T21:25:28.438Z Fresh syn v2.0.29
16572023-10-30T21:25:28.441Z Fresh semver-parser v0.10.2
16582023-10-30T21:25:28.443Z Fresh unsafe-libyaml v0.2.9
16592023-10-30T21:25:28.446Z Fresh same-file v1.0.6
16602023-10-30T21:25:28.449Z Fresh home v0.5.5
16612023-10-30T21:25:28.453Z Fresh toml v0.5.11
16622023-10-30T21:25:28.457Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
16632023-10-30T21:25:28.461Z Fresh semver v0.11.0
16642023-10-30T21:25:28.464Z Fresh serde_yaml v0.9.25
16652023-10-30T21:25:28.467Z Fresh walkdir v2.3.3
16662023-10-30T21:25:28.470Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#3ee46b53)
16672023-10-30T21:25:28.473Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
16682023-10-30T21:25:28.475Z Fresh toolchain_find v0.2.0
16692023-10-30T21:25:28.478Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
16702023-10-30T21:25:28.482Z Fresh rustfmt-wrapper v0.2.0
16712023-10-30T21:25:28.485Z Fresh oxide v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/cli)
16722023-10-30T21:25:28.489Z Fresh oxide-httpmock v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/sdk-httpmock)
16732023-10-30T21:25:28.491Z Fresh oxide-api v0.1.0-beta.5 (/work/oxidecomputer/oxide.rs/sdk)
16742023-10-30T21:25:28.494Z Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common)
16752023-10-30T21:25:28.497Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor#a6bc0624)
16762023-10-30T21:25:28.500Z Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask)
16772023-10-30T21:25:28.503Z Finished test [unoptimized + debuginfo] target(s) in 0.55s
16782023-10-30T21:25:28.506Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-96c37e5949cfc16a`
16792023-10-30T21:25:28.509Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-5bea235ed6d51d34`
16802023-10-30T21:25:28.511Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-3f88a26c68d625af`
16812023-10-30T21:25:28.514Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-2684fda3f335f6d8`
16822023-10-30T21:25:28.517Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-e37abcbd3fe83c5d`
16832023-10-30T21:25:28.520Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-5a6f83c64e447e21`
16842023-10-30T21:25:28.523Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-03bfd377c0ad0f66`
16852023-10-30T21:25:28.526Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-96098727db1ff911`
16862023-10-30T21:25:28.532Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_api-e38d628f5615c52e`
16872023-10-30T21:25:28.535Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-1651c6ec3dbf4f16`
16882023-10-30T21:25:28.538Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-ee94eb6d5b9c9151`
16892023-10-30T21:25:28.541Z Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-147359372b50fe75`
16902023-10-30T21:25:28.545Z Doc-tests oxide-api
16912023-10-30T21:25:28.548Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_api --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0d7b33d851918a3d.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-1a815dad0ffb8b8c.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-f80a79aeca57ce72.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-cfc04812c4308992.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-47f862e688b80ef2.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-ef66a160ae5321c8.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human`
16922023-10-30T21:25:31.167Z
16932023-10-30T21:25:31.170Zrunning 158 tests
16942023-10-30T21:25:31.173Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 22264) ... ignored
16952023-10-30T21:25:31.176Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 22282) ... ignored
16962023-10-30T21:25:31.179Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 22299) ... ignored
16972023-10-30T21:25:31.182Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 22218) ... ignored
16982023-10-30T21:25:31.185Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 22248) ... ignored
16992023-10-30T21:25:31.188Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 22315) ... ignored
17002023-10-30T21:25:31.191Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_import_blocks_from_url (line 22332) ... ignored
17012023-10-30T21:25:31.194Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 22201) ... ignored
17022023-10-30T21:25:31.197Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 22355) ... ignored
17032023-10-30T21:25:31.200Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 22233) ... ignored
17042023-10-30T21:25:31.203Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 22452) ... ignored
17052023-10-30T21:25:31.206Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 22438) ... ignored
17062023-10-30T21:25:31.211Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 22422) ... ignored
17072023-10-30T21:25:31.221Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 22463) ... ignored
17082023-10-30T21:25:31.225Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 22523) ... ignored
17092023-10-30T21:25:31.228Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 22559) ... ignored
17102023-10-30T21:25:31.231Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 22576) ... ignored
17112023-10-30T21:25:31.234Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 22504) ... ignored
17122023-10-30T21:25:31.237Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 22593) ... ignored
17132023-10-30T21:25:31.239Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 22540) ... ignored
17142023-10-30T21:25:31.243Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 22657) ... ignored
17152023-10-30T21:25:31.245Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 22687) ... ignored
17162023-10-30T21:25:31.248Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 22725) ... ignored
17172023-10-30T21:25:31.251Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 22742) ... ignored
17182023-10-30T21:25:31.254Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 22706) ... ignored
17192023-10-30T21:25:31.256Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 22758) ... ignored
17202023-10-30T21:25:31.260Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 22640) ... ignored
17212023-10-30T21:25:31.266Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 22774) ... ignored
17222023-10-30T21:25:31.276Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 22911) ... ignored
17232023-10-30T21:25:31.280Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 22972) ... ignored
17242023-10-30T21:25:31.285Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 22891) ... ignored
17252023-10-30T21:25:31.291Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 22948) ... ignored
17262023-10-30T21:25:31.294Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 22929) ... ignored
17272023-10-30T21:25:31.297Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 22790) ... ignored
17282023-10-30T21:25:31.301Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 22817) ... ignored
17292023-10-30T21:25:31.305Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 22840) ... ignored
17302023-10-30T21:25:31.308Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 22856) ... ignored
17312023-10-30T21:25:31.311Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 22871) ... ignored
17322023-10-30T21:25:31.314Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 22672) ... ignored
17332023-10-30T21:25:31.317Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 23079) ... ignored
17342023-10-30T21:25:31.320Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 23066) ... ignored
17352023-10-30T21:25:31.325Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 23113) ... ignored
17362023-10-30T21:25:31.328Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 23149) ... ignored
17372023-10-30T21:25:31.331Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 23139) ... ignored
17382023-10-30T21:25:31.334Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 23226) ... ignored
17392023-10-30T21:25:31.336Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 23267) ... ignored
17402023-10-30T21:25:31.339Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 23179) ... ignored
17412023-10-30T21:25:31.342Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 23196) ... ignored
17422023-10-30T21:25:31.345Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 23213) ... ignored
17432023-10-30T21:25:31.348Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 23294) ... ignored
17442023-10-30T21:25:31.351Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 23280) ... ignored
17452023-10-30T21:25:31.354Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 23253) ... ignored
17462023-10-30T21:25:31.356Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 23239) ... ignored
17472023-10-30T21:25:31.359Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 23351) ... ignored
17482023-10-30T21:25:31.363Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 23365) ... ignored
17492023-10-30T21:25:31.366Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 23404) ... ignored
17502023-10-30T21:25:31.369Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 23439) ... ignored
17512023-10-30T21:25:31.372Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 23471) ... ignored
17522023-10-30T21:25:31.374Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 23424) ... ignored
17532023-10-30T21:25:31.377Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 23455) ... ignored
17542023-10-30T21:25:31.380Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 23389) ... ignored
17552023-10-30T21:25:31.382Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 23536) ... ignored
17562023-10-30T21:25:31.385Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 23562) ... ignored
17572023-10-30T21:25:31.388Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 23520) ... ignored
17582023-10-30T21:25:31.390Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 23549) ... ignored
17592023-10-30T21:25:31.393Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 23578) ... ignored
17602023-10-30T21:25:31.396Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 23593) ... ignored
17612023-10-30T21:25:31.399Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 23614) ... ignored
17622023-10-30T21:25:31.401Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 23604) ... ignored
17632023-10-30T21:25:31.404Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 23631) ... ignored
17642023-10-30T21:25:31.407Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 23711) ... ignored
17652023-10-30T21:25:31.410Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 23741) ... ignored
17662023-10-30T21:25:31.413Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 23692) ... ignored
17672023-10-30T21:25:31.415Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 23726) ... ignored
17682023-10-30T21:25:31.418Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 23922) ... ignored
17692023-10-30T21:25:31.422Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 23942) ... ignored
17702023-10-30T21:25:31.425Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 23901) ... ignored
17712023-10-30T21:25:31.428Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 23779) ... ignored
17722023-10-30T21:25:31.430Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 23797) ... ignored
17732023-10-30T21:25:31.433Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 23812) ... ignored
17742023-10-30T21:25:31.435Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 23880) ... ignored
17752023-10-30T21:25:31.438Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 23828) ... ignored
17762023-10-30T21:25:31.441Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 23860) ... ignored
17772023-10-30T21:25:31.444Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 23843) ... ignored
17782023-10-30T21:25:31.447Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 23960) ... ignored
17792023-10-30T21:25:31.449Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 23975) ... ignored
17802023-10-30T21:25:31.452Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 24048) ... ignored
17812023-10-30T21:25:31.455Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 24092) ... ignored
17822023-10-30T21:25:31.457Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 24133) ... ignored
17832023-10-30T21:25:31.460Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 24079) ... ignored
17842023-10-30T21:25:31.463Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 24167) ... ignored
17852023-10-30T21:25:31.466Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 24151) ... ignored
17862023-10-30T21:25:31.469Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 24182) ... ignored
17872023-10-30T21:25:31.494Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 24223) ... ignored
17882023-10-30T21:25:31.498Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 24211) ... ignored
17892023-10-30T21:25:31.501Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 24234) ... ignored
17902023-10-30T21:25:31.503Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 24194) ... ignored
17912023-10-30T21:25:31.506Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 24119) ... ignored
17922023-10-30T21:25:31.508Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 24105) ... ignored
17932023-10-30T21:25:31.511Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 24295) ... ignored
17942023-10-30T21:25:31.514Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 24263) ... ignored
17952023-10-30T21:25:31.517Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 24277) ... ignored
17962023-10-30T21:25:31.520Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 24250) ... ignored
17972023-10-30T21:25:31.523Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 24366) ... ignored
17982023-10-30T21:25:31.525Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24379) ... ignored
17992023-10-30T21:25:31.528Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24355) ... ignored
18002023-10-30T21:25:31.531Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 24329) ... ignored
18012023-10-30T21:25:31.534Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 24342) ... ignored
18022023-10-30T21:25:31.536Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 24315) ... ignored
18032023-10-30T21:25:31.539Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24392) ... ignored
18042023-10-30T21:25:31.542Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 24403) ... ignored
18052023-10-30T21:25:31.545Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 24431) ... ignored
18062023-10-30T21:25:31.548Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 24452) ... ignored
18072023-10-30T21:25:31.551Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 24418) ... ignored
18082023-10-30T21:25:31.553Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 24487) ... ignored
18092023-10-30T21:25:31.556Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24502) ... ignored
18102023-10-30T21:25:31.559Z Doc-tests oxide-httpmock
18112023-10-30T21:25:31.561Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 24473) ... ignored
18122023-10-30T21:25:31.564Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-21d1d7a535c819ee.rlib --extern oxide_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_api-8ee6804050ab7069.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-92b32f137dcce1b9.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-61fc67e945a68ee0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -C embed-bitcode=no --error-format human`
18132023-10-30T21:25:31.567Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24518) ... ignored
18142023-10-30T21:25:31.570Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 24689) ... ignored
18152023-10-30T21:25:31.573Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 24705) ... ignored
18162023-10-30T21:25:31.576Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 24725) ... ignored
18172023-10-30T21:25:31.579Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 24741) ... ignored
18182023-10-30T21:25:31.582Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 24756) ... ignored
18192023-10-30T21:25:31.584Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 24788) ... ignored
18202023-10-30T21:25:31.587Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 24818) ... ignored
18212023-10-30T21:25:31.590Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 24668) ... ignored
18222023-10-30T21:25:31.592Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 24775) ... ignored
18232023-10-30T21:25:31.595Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 24845) ... ignored
18242023-10-30T21:25:31.597Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 24831) ... ignored
18252023-10-30T21:25:31.600Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 24863) ... ignored
18262023-10-30T21:25:31.603Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 24880) ... ignored
18272023-10-30T21:25:31.605Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 24803) ... ignored
18282023-10-30T21:25:31.608Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 24897) ... ignored
18292023-10-30T21:25:31.611Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 24910) ... ignored
18302023-10-30T21:25:31.613Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 24992) ... ignored
18312023-10-30T21:25:31.616Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 25401) ... ignored
18322023-10-30T21:25:31.618Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 25448) ... ignored
18332023-10-30T21:25:31.621Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 25032) ... ignored
18342023-10-30T21:25:31.624Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 25015) ... ignored
18352023-10-30T21:25:31.626Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 25384) ... ignored
18362023-10-30T21:25:31.629Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 25187) ... ignored
18372023-10-30T21:25:31.632Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 25243) ... ignored
18382023-10-30T21:25:31.634Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 25167) ... ignored
18392023-10-30T21:25:31.637Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 25080) ... ignored
18402023-10-30T21:25:31.640Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 25145) ... ignored
18412023-10-30T21:25:31.642Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 25057) ... ignored
18422023-10-30T21:25:31.645Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 25123) ... ignored
18432023-10-30T21:25:31.648Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 25101) ... ignored
18442023-10-30T21:25:31.652Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 25224) ... ignored
18452023-10-30T21:25:31.654Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 25205) ... ignored
18462023-10-30T21:25:31.657Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 25284) ... ignored
18472023-10-30T21:25:31.660Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 25340) ... ignored
18482023-10-30T21:25:31.662Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 25264) ... ignored
18492023-10-30T21:25:31.665Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 25362) ... ignored
18502023-10-30T21:25:31.668Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 25321) ... ignored
18512023-10-30T21:25:31.670Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 25302) ... ignored
18522023-10-30T21:25:31.673Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 25432) ... ignored
18532023-10-30T21:25:31.675Ztest sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 25416) ... ignored
18542023-10-30T21:25:31.678Z
18552023-10-30T21:25:31.681Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.10s
18562023-10-30T21:25:31.684Z
18572023-10-30T21:25:31.935Z
18582023-10-30T21:25:31.938Zrunning 0 tests
18592023-10-30T21:25:31.941Z
18602023-10-30T21:25:31.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18612023-10-30T21:25:31.946Z
18622023-10-30T21:25:31.964Z Doc-tests test-common
18632023-10-30T21:25:31.967Z Running `/home/build/.rustup/toolchains/1.72-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-2d93a18ccfd59f6d/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b03b3ab6ac9c9c50/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-eb5ffce12732cef0/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-d4652202732ee499/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-04e094418c7d6954/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-7bbe54226e538901.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-14063a56ffd64021.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-54e9fb549456e356.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-52a54b7fcf9b7f5f.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-784560803ce66ce3.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-c3c8efb4b6e2233e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-359bb476faf469bc.rlib -C embed-bitcode=no --error-format human`
18642023-10-30T21:25:32.068Z
18652023-10-30T21:25:32.071Zrunning 0 tests
18662023-10-30T21:25:32.073Z
18672023-10-30T21:25:32.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18682023-10-30T21:25:32.080Z
18692023-10-30T21:25:32.095Z
18702023-10-30T21:25:32.098Zreal 8.296597263
18712023-10-30T21:25:32.102Zuser 7.529390483
18722023-10-30T21:25:32.109Zsys 3.228860149
18732023-10-30T21:25:32.112Ztrap 0.006471280
18742023-10-30T21:25:32.116Ztflt 0.007834573
18752023-10-30T21:25:32.120Zdflt 0.009259223
18762023-10-30T21:25:32.124Zkflt 0.000148384
18772023-10-30T21:25:32.127Zlock 24.393413978
18782023-10-30T21:25:32.130Zslp 25.600031108
18792023-10-30T21:25:32.132Zlat 0.832364132
18802023-10-30T21:25:32.135Zstop 2.018223422
18812023-10-30T21:25:32.138Zprocess exited: duration 414206 ms, exit code 0
 
18822023-10-30T21:25:32.146Zfound 0 output files