01J8QTY5VJR24TTB74FDW587WS: omicron-common (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J8QTYYAND363ZMC0FA0KCAQR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-26T18:55:36.261Zjob assigned to worker 01J8QTZ37BYREJTBC9JYC8BEAT (queued for 54 s)
 
22024-09-26T18:55:43.941Zstarting task 0: "setup"
32024-09-26T18:55:43.949Z++ uname -s
42024-09-26T18:55:43.952Z+ kern=SunOS
52024-09-26T18:55:43.952Z+ case "$kern" in
62024-09-26T18:55:43.952Z+ groupadd -g 12345 build
72024-09-26T18:55:43.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-26T18:55:45.964Z+ zfs create -o mountpoint=/work rpool/work
92024-09-26T18:55:46.066Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-26T18:55:46.069Z+ home_fs=zfs
112024-09-26T18:55:46.069Z+ [[ zfs == autofs ]]
122024-09-26T18:55:46.069Z+ mkdir -p /home/build
132024-09-26T18:55:46.074Z+ chown build:build /home/build /work
142024-09-26T18:55:48.073Z+ chmod 0700 /home/build /work
152024-09-26T18:55:48.075Zprocess exited: duration 4135 ms, exit code 0
 
162024-09-26T18:55:48.085Zstarting task 1: "rust-toolchain"
172024-09-26T18:55:48.091Z+ printf ' * toolchain channel = "%s"
182024-09-26T18:55:48.091Z * toolchain channel = "1.80.1"
192024-09-26T18:55:48.091Z' 1.80.1
202024-09-26T18:55:48.091Z+ printf ' * toolchain profile = "%s"
212024-09-26T18:55:48.092Z' default
222024-09-26T18:55:48.092Z * toolchain profile = "default"
232024-09-26T18:55:48.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-26T18:55:48.094Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-26T18:55:48.400Zinfo: downloading installer
262024-09-26T18:55:50.026Zinfo: profile set to 'default'
272024-09-26T18:55:50.026Zinfo: default host triple is x86_64-unknown-illumos
282024-09-26T18:55:50.029Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-26T18:55:50.178Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-26T18:55:50.178Zinfo: downloading component 'cargo'
312024-09-26T18:55:50.997Zinfo: downloading component 'clippy'
322024-09-26T18:55:51.289Zinfo: downloading component 'rust-docs'
332024-09-26T18:55:52.413Zinfo: downloading component 'rust-std'
342024-09-26T18:55:53.994Zinfo: downloading component 'rustc'
352024-09-26T18:55:58.411Zinfo: downloading component 'rustfmt'
362024-09-26T18:55:58.651Zinfo: installing component 'cargo'
372024-09-26T18:55:59.481Zinfo: installing component 'clippy'
382024-09-26T18:55:59.848Zinfo: installing component 'rust-docs'
392024-09-26T18:56:01.531Zinfo: installing component 'rust-std'
402024-09-26T18:56:03.218Zinfo: installing component 'rustc'
412024-09-26T18:56:07.527Zinfo: installing component 'rustfmt'
422024-09-26T18:56:07.875Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-26T18:56:07.875Z
442024-09-26T18:56:08.155Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-26T18:56:08.155Z
462024-09-26T18:56:08.157Z
472024-09-26T18:56:08.157ZRust is installed now. Great!
482024-09-26T18:56:08.157Z
492024-09-26T18:56:08.157ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-26T18:56:08.158Zenvironment variable. This has not been done automatically.
512024-09-26T18:56:08.158Z
522024-09-26T18:56:08.158ZTo configure your current shell, you need to source
532024-09-26T18:56:08.158Zthe corresponding env file under $HOME/.cargo.
542024-09-26T18:56:08.158Z
552024-09-26T18:56:08.158ZThis is usually done by running one of the following (note the leading DOT):
562024-09-26T18:56:08.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-26T18:56:08.158Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-26T18:56:08.214Z+ rustc --version
592024-09-26T18:56:08.284Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-26T18:56:08.288Zprocess exited: duration 20200 ms, exit code 0
 
612024-09-26T18:56:08.293Zstarting task 2: "authentication"
622024-09-26T18:56:08.314Zprocess exited: duration 21 ms, exit code 0
 
632024-09-26T18:56:08.321Zstarting task 3: "clone repository"
642024-09-26T18:56:08.326Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-26T18:56:08.330Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-26T18:56:08.596ZCloning into '/work/oxidecomputer/omicron'...
672024-09-26T18:56:15.863Z+ cd /work/oxidecomputer/omicron
682024-09-26T18:56:15.863Z+ git fetch origin ad1801bc113ffab526bfca3a073615489028124a
692024-09-26T18:56:16.153ZFrom https://github.com/oxidecomputer/omicron
702024-09-26T18:56:16.153Z * branch ad1801bc113ffab526bfca3a073615489028124a -> FETCH_HEAD
712024-09-26T18:56:16.165Z+ [[ -n wire-up-clickhouse-to-blueprint ]]
722024-09-26T18:56:16.167Z++ git branch --show-current
732024-09-26T18:56:16.169Z+ current=main
742024-09-26T18:56:16.169Z+ [[ main != wire-up-clickhouse-to-blueprint ]]
752024-09-26T18:56:16.169Z+ git branch -f wire-up-clickhouse-to-blueprint ad1801bc113ffab526bfca3a073615489028124a
762024-09-26T18:56:16.172Z+ git checkout -f wire-up-clickhouse-to-blueprint
772024-09-26T18:56:16.333ZSwitched to branch 'wire-up-clickhouse-to-blueprint'
782024-09-26T18:56:16.337Z+ git reset --hard ad1801bc113ffab526bfca3a073615489028124a
792024-09-26T18:56:16.498ZHEAD is now at ad1801bc1 fix up comments
802024-09-26T18:56:16.501Zprocess exited: duration 8178 ms, exit code 0
 
812024-09-26T18:56:16.506Zstarting task 4: "build"
822024-09-26T18:56:16.514Z+ cargo --version
832024-09-26T18:56:16.580Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-26T18:56:16.584Z+ rustc --version
852024-09-26T18:56:16.631Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-26T18:56:16.634Z+ cd /tmp
872024-09-26T18:56:16.634Z+ cargo new --lib test-project
882024-09-26T18:56:16.691Z Creating library `test-project` package
892024-09-26T18:56:16.769Znote: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
902024-09-26T18:56:16.772Z+ cd test-project
912024-09-26T18:56:16.772Z+ cargo add omicron-common --path /work/oxidecomputer/omicron/common
922024-09-26T18:56:16.832Z Adding omicron-common (local) to dependencies
932024-09-26T18:56:16.832Z Features:
942024-09-26T18:56:16.832Z - proptest
952024-09-26T18:56:16.832Z - test-strategy
962024-09-26T18:56:16.833Z - testing
972024-09-26T18:56:16.835Z Updating crates.io index
982024-09-26T18:56:16.893Z Updating git repository `https://github.com/oxidecomputer/dropshot`
992024-09-26T18:56:17.852Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1002024-09-26T18:56:18.618Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1012024-09-26T18:56:19.033Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1022024-09-26T18:56:20.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1032024-09-26T18:56:21.070Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1042024-09-26T18:56:21.475Z Updating git repository `https://github.com/oxidecomputer/typify`
1052024-09-26T18:56:25.378Z Locking 316 packages to latest compatible versions
1062024-09-26T18:56:25.381Z Adding base64 v0.21.7 (latest: v0.22.1)
1072024-09-26T18:56:25.381Z Adding bitflags v1.3.2 (latest: v2.6.0)
1082024-09-26T18:56:25.381Z Adding core-foundation v0.9.4 (latest: v0.10.0)
1092024-09-26T18:56:25.383Z Adding foreign-types v0.3.2 (latest: v0.5.0)
1102024-09-26T18:56:25.383Z Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
1112024-09-26T18:56:25.383Z Adding generic-array v0.14.7 (latest: v1.1.0)
1122024-09-26T18:56:25.383Z Adding h2 v0.3.26 (latest: v0.4.6)
1132024-09-26T18:56:25.383Z Adding hashbrown v0.12.3 (latest: v0.14.5)
1142024-09-26T18:56:25.383Z Adding hermit-abi v0.3.9 (latest: v0.4.0)
1152024-09-26T18:56:25.383Z Adding hostname v0.3.1 (latest: v0.4.0)
1162024-09-26T18:56:25.383Z Adding http v0.2.12 (latest: v1.1.0)
1172024-09-26T18:56:25.383Z Adding http-body v0.4.6 (latest: v1.0.1)
1182024-09-26T18:56:25.386Z Adding hyper v0.14.30 (latest: v1.4.1)
1192024-09-26T18:56:25.386Z Adding hyper-rustls v0.24.2 (latest: v0.27.3)
1202024-09-26T18:56:25.387Z Adding hyper-tls v0.5.0 (latest: v0.6.0)
1212024-09-26T18:56:25.387Z Adding idna v0.5.0 (latest: v1.0.2)
1222024-09-26T18:56:25.387Z Adding indexmap v1.9.3 (latest: v2.5.0)
1232024-09-26T18:56:25.387Z Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
1242024-09-26T18:56:25.389Z Adding regress v0.9.1 (latest: v0.10.1)
1252024-09-26T18:56:25.393Z Adding reqwest v0.11.27 (latest: v0.12.7)
1262024-09-26T18:56:25.396Z Adding rustls v0.21.12 (latest: v0.23.13)
1272024-09-26T18:56:25.396Z Adding rustls v0.22.4 (latest: v0.23.13)
1282024-09-26T18:56:25.398Z Adding rustls-pemfile v1.0.4 (latest: v2.1.3)
1292024-09-26T18:56:25.399Z Adding rustls-webpki v0.101.7 (latest: v0.102.8)
1302024-09-26T18:56:25.399Z Adding security-framework v2.11.1 (latest: v3.0.0)
1312024-09-26T18:56:25.401Z Adding sync_wrapper v0.1.2 (latest: v1.0.1)
1322024-09-26T18:56:25.401Z Adding system-configuration v0.5.1 (latest: v0.6.1)
1332024-09-26T18:56:25.401Z Adding system-configuration-sys v0.5.0 (latest: v0.6.0)
1342024-09-26T18:56:25.401Z Adding term v0.7.0 (latest: v1.0.0)
1352024-09-26T18:56:25.404Z Adding tokio-rustls v0.24.1 (latest: v0.26.0)
1362024-09-26T18:56:25.404Z Adding tokio-rustls v0.25.0 (latest: v0.26.0)
1372024-09-26T18:56:25.404Z Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
1382024-09-26T18:56:25.406Z Adding webpki-roots v0.25.4 (latest: v0.26.6)
1392024-09-26T18:56:25.406Z Adding windows v0.52.0 (latest: v0.58.0)
1402024-09-26T18:56:25.406Z Adding windows-core v0.52.0 (latest: v0.58.0)
1412024-09-26T18:56:25.406Z Adding windows-registry v0.2.0 (latest: v0.3.0)
1422024-09-26T18:56:25.406Z Adding windows-strings v0.1.0 (latest: v0.2.0)
1432024-09-26T18:56:25.406Z Adding windows-sys v0.48.0 (latest: v0.59.0)
1442024-09-26T18:56:25.406Z Adding windows-sys v0.52.0 (latest: v0.59.0)
1452024-09-26T18:56:25.406Z Adding windows-targets v0.48.5 (latest: v0.52.6)
1462024-09-26T18:56:25.406Z Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
1472024-09-26T18:56:25.406Z Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
1482024-09-26T18:56:25.406Z Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
1492024-09-26T18:56:25.406Z Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
1502024-09-26T18:56:25.406Z Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
1512024-09-26T18:56:25.406Z Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
1522024-09-26T18:56:25.407Z Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
1532024-09-26T18:56:25.407Z Adding winreg v0.50.0 (latest: v0.52.0)
1542024-09-26T18:56:25.491Z+ cargo check
1552024-09-26T18:56:25.754Z Downloading crates ...
1562024-09-26T18:56:25.822Z Downloaded async-stream-impl v0.3.5
1572024-09-26T18:56:25.825Z Downloaded atomic-waker v1.1.2
1582024-09-26T18:56:25.831Z Downloaded foreign-types v0.3.2
1592024-09-26T18:56:25.841Z Downloaded num_threads v0.1.7
1602024-09-26T18:56:25.844Z Downloaded async-stream v0.3.5
1612024-09-26T18:56:25.847Z Downloaded usdt-attr-macro v0.5.0
1622024-09-26T18:56:25.849Z Downloaded num-conv v0.1.0
1632024-09-26T18:56:25.853Z Downloaded instant v0.1.13
1642024-09-26T18:56:25.856Z Downloaded httpdate v1.0.3
1652024-09-26T18:56:25.856Z Downloaded openssl-probe v0.1.5
1662024-09-26T18:56:25.856Z Downloaded want v0.3.1
1672024-09-26T18:56:25.858Z Downloaded futures-sink v0.3.30
1682024-09-26T18:56:25.858Z Downloaded itoa v1.0.11
1692024-09-26T18:56:25.861Z Downloaded hyper-tls v0.5.0
1702024-09-26T18:56:25.861Z Downloaded dyn-clone v1.0.17
1712024-09-26T18:56:25.864Z Downloaded http-body v0.4.6
1722024-09-26T18:56:25.867Z Downloaded digest v0.10.7
1732024-09-26T18:56:25.867Z Downloaded pretty-hex v0.4.1
1742024-09-26T18:56:25.869Z Downloaded ipnetwork v0.20.0
1752024-09-26T18:56:25.869Z Downloaded http-body-util v0.1.2
1762024-09-26T18:56:25.872Z Downloaded usdt v0.5.0
1772024-09-26T18:56:25.872Z Downloaded untrusted v0.9.0
1782024-09-26T18:56:25.874Z Downloaded typenum v1.17.0
1792024-09-26T18:56:25.877Z Downloaded futures-channel v0.3.30
1802024-09-26T18:56:25.879Z Downloaded memmap v0.7.0
1812024-09-26T18:56:25.881Z Downloaded serde_tokenstream v0.2.2
1822024-09-26T18:56:25.881Z Downloaded rustls-pemfile v1.0.4
1832024-09-26T18:56:25.884Z Downloaded percent-encoding v2.3.1
1842024-09-26T18:56:25.886Z Downloaded serde_urlencoded v0.7.1
1852024-09-26T18:56:25.888Z Downloaded macaddr v1.0.1
1862024-09-26T18:56:25.888Z Downloaded lock_api v0.4.12
1872024-09-26T18:56:25.890Z Downloaded strum v0.26.3
1882024-09-26T18:56:25.893Z Downloaded dtrace-parser v0.2.0
1892024-09-26T18:56:25.893Z Downloaded rand_chacha v0.3.1
1902024-09-26T18:56:25.893Z Downloaded powerfmt v0.2.0
1912024-09-26T18:56:25.896Z Downloaded darling_macro v0.20.10
1922024-09-26T18:56:25.896Z Downloaded strsim v0.11.1
1932024-09-26T18:56:25.898Z Downloaded backoff v0.4.0
1942024-09-26T18:56:25.900Z Downloaded match_cfg v0.1.0
1952024-09-26T18:56:25.901Z Downloaded unsafe-libyaml v0.2.11
1962024-09-26T18:56:25.903Z Downloaded http-body v1.0.1
1972024-09-26T18:56:25.906Z Downloaded sync_wrapper v1.0.1
1982024-09-26T18:56:25.906Z Downloaded scroll_derive v0.12.0
1992024-09-26T18:56:25.914Z Downloaded version_check v0.9.5
2002024-09-26T18:56:25.914Z Downloaded schemars_derive v0.8.21
2012024-09-26T18:56:25.914Z Downloaded tower-service v0.3.3
2022024-09-26T18:56:25.918Z Downloaded openssl-macros v0.1.1
2032024-09-26T18:56:25.918Z Downloaded omicron-workspace-hack v0.1.0
2042024-09-26T18:56:25.918Z Downloaded usdt-macro v0.5.0
2052024-09-26T18:56:25.918Z Downloaded ident_case v1.0.1
2062024-09-26T18:56:25.918Z Downloaded futures-core v0.3.30
2072024-09-26T18:56:25.918Z Downloaded autocfg v1.3.0
2082024-09-26T18:56:25.918Z Downloaded native-tls v0.2.12
2092024-09-26T18:56:25.922Z Downloaded bitflags v2.6.0
2102024-09-26T18:56:25.925Z Downloaded iana-time-zone v0.1.61
2112024-09-26T18:56:25.925Z Downloaded rustls-pki-types v1.8.0
2122024-09-26T18:56:25.927Z Downloaded scroll v0.12.0
2132024-09-26T18:56:25.930Z Downloaded block-buffer v0.10.4
2142024-09-26T18:56:25.930Z Downloaded tinyvec_macros v0.1.1
2152024-09-26T18:56:25.932Z Downloaded take_mut v0.2.2
2162024-09-26T18:56:25.933Z Downloaded pkg-config v0.3.31
2172024-09-26T18:56:25.933Z Downloaded try-lock v0.2.5
2182024-09-26T18:56:25.935Z Downloaded once_cell v1.19.0
2192024-09-26T18:56:25.938Z Downloaded usdt-impl v0.5.0
2202024-09-26T18:56:25.938Z Downloaded pest_derive v2.7.13
2212024-09-26T18:56:25.941Z Downloaded quote v1.0.37
2222024-09-26T18:56:25.944Z Downloaded waitgroup v0.1.2
2232024-09-26T18:56:25.944Z Downloaded generic-array v0.14.7
2242024-09-26T18:56:25.947Z Downloaded hostname v0.4.0
2252024-09-26T18:56:25.947Z Downloaded slog-bunyan v2.5.0
2262024-09-26T18:56:25.952Z Downloaded serde_derive_internals v0.29.1
2272024-09-26T18:56:25.952Z Downloaded time-core v0.1.2
2282024-09-26T18:56:25.952Z Downloaded rustversion v1.0.17
2292024-09-26T18:56:25.955Z Downloaded newtype-uuid v1.1.0
2302024-09-26T18:56:25.955Z Downloaded signal-hook-registry v1.4.2
2312024-09-26T18:56:25.955Z Downloaded serde_spanned v0.6.8
2322024-09-26T18:56:25.958Z Downloaded shlex v1.3.0
2332024-09-26T18:56:25.958Z Downloaded paste v1.0.15
2342024-09-26T18:56:25.961Z Downloaded serde_path_to_error v0.1.16
2352024-09-26T18:56:25.961Z Downloaded slab v0.4.9
2362024-09-26T18:56:25.964Z Downloaded sha1 v0.10.6
2372024-09-26T18:56:25.967Z Downloaded sync_wrapper v0.1.2
2382024-09-26T18:56:25.967Z Downloaded is-terminal v0.4.13
2392024-09-26T18:56:25.967Z Downloaded allocator-api2 v0.2.18
2402024-09-26T18:56:25.969Z Downloaded subtle v2.6.1
2412024-09-26T18:56:25.972Z Downloaded toml_datetime v0.6.8
2422024-09-26T18:56:25.972Z Downloaded tokio-native-tls v0.3.1
2432024-09-26T18:56:25.975Z Downloaded zeroize v1.8.1
2442024-09-26T18:56:25.975Z Downloaded tokio-macros v2.4.0
2452024-09-26T18:56:25.978Z Downloaded slog-term v2.9.1
2462024-09-26T18:56:25.980Z Downloaded httparse v1.9.4
2472024-09-26T18:56:25.983Z Downloaded sha2 v0.10.8
2482024-09-26T18:56:25.985Z Downloaded sct v0.7.1
2492024-09-26T18:56:25.987Z Downloaded structmeta-derive v0.3.0
2502024-09-26T18:56:25.989Z Downloaded slog-async v2.8.0
2512024-09-26T18:56:25.990Z Downloaded thread-id v4.2.2
2522024-09-26T18:56:25.992Z Downloaded multer v3.1.0
2532024-09-26T18:56:25.994Z Downloaded darling_core v0.20.10
2542024-09-26T18:56:25.998Z Downloaded thread_local v1.1.8
2552024-09-26T18:56:26.004Z Downloaded slog-json v2.6.1
2562024-09-26T18:56:26.004Z Downloaded pest_generator v2.7.13
2572024-09-26T18:56:26.017Z Downloaded crossbeam-utils v0.8.20
2582024-09-26T18:56:26.017Z Downloaded term v0.7.0
2592024-09-26T18:56:26.017Z Downloaded time-macros v0.2.18
2602024-09-26T18:56:26.037Z Downloaded semver v1.0.23
2612024-09-26T18:56:26.037Z Downloaded tokio-rustls v0.24.1
2622024-09-26T18:56:26.037Z Downloaded serde_yaml v0.9.34+deprecated
2632024-09-26T18:56:26.037Z Downloaded url v2.5.2
2642024-09-26T18:56:26.037Z Downloaded spin v0.9.8
2652024-09-26T18:56:26.061Z Downloaded smallvec v1.13.2
2662024-09-26T18:56:26.061Z Downloaded serde_derive v1.0.210
2672024-09-26T18:56:26.061Z Downloaded parking_lot v0.12.3
2682024-09-26T18:56:26.061Z Downloaded mio v1.0.2
2692024-09-26T18:56:26.061Z Downloaded strum_macros v0.26.4
2702024-09-26T18:56:26.061Z Downloaded proc-macro2 v1.0.86
2712024-09-26T18:56:26.062Z Downloaded bytes v1.7.2
2722024-09-26T18:56:26.062Z Downloaded serde v1.0.210
2732024-09-26T18:56:26.062Z Downloaded http v0.2.12
2742024-09-26T18:56:26.069Z Downloaded tracing-core v0.1.32
2752024-09-26T18:56:26.069Z Downloaded tinyvec v1.8.0
2762024-09-26T18:56:26.070Z Downloaded hyper-util v0.1.9
2772024-09-26T18:56:26.070Z Downloaded tracing v0.1.40
2782024-09-26T18:56:26.070Z Downloaded schemars v0.8.21
2792024-09-26T18:56:26.090Z Downloaded indexmap v2.5.0
2802024-09-26T18:56:26.108Z Downloaded rand v0.8.5
2812024-09-26T18:56:26.108Z Downloaded hyper v1.4.1
2822024-09-26T18:56:26.109Z Downloaded toml_edit v0.22.22
2832024-09-26T18:56:26.130Z Downloaded tokio-util v0.7.12
2842024-09-26T18:56:26.130Z Downloaded unicode-normalization v0.1.24
2852024-09-26T18:56:26.143Z Downloaded h2 v0.3.26
2862024-09-26T18:56:26.143Z Downloaded hashbrown v0.14.5
2872024-09-26T18:56:26.143Z Downloaded h2 v0.4.6
2882024-09-26T18:56:26.143Z Downloaded hyper v0.14.30
2892024-09-26T18:56:26.149Z Downloaded time v0.3.36
2902024-09-26T18:56:26.156Z Downloaded idna v0.5.0
2912024-09-26T18:56:26.162Z Downloaded chrono v0.4.38
2922024-09-26T18:56:26.169Z Downloaded pest v2.7.13
2932024-09-26T18:56:26.174Z Downloaded serde_with v3.9.0
2942024-09-26T18:56:26.180Z Downloaded zerocopy v0.7.35
2952024-09-26T18:56:26.196Z Downloaded reqwest v0.11.27
2962024-09-26T18:56:26.204Z Downloaded serde_json v1.0.128
2972024-09-26T18:56:26.213Z Downloaded winnow v0.6.20
2982024-09-26T18:56:26.221Z Downloaded rustls-webpki v0.101.7
2992024-09-26T18:56:26.236Z Downloaded rustls-webpki v0.102.8
3002024-09-26T18:56:26.254Z Downloaded tokio v1.40.0
3012024-09-26T18:56:26.306Z Downloaded regex v1.10.6
3022024-09-26T18:56:26.318Z Downloaded openssl v0.10.66
3032024-09-26T18:56:26.318Z Downloaded syn v2.0.77
3042024-09-26T18:56:26.322Z Downloaded rustls v0.22.4
3052024-09-26T18:56:26.335Z Downloaded openapiv3 v2.0.0
3062024-09-26T18:56:26.352Z Downloaded regress v0.9.1
3072024-09-26T18:56:26.370Z Downloaded rustls v0.21.12
3082024-09-26T18:56:26.383Z Downloaded regex-automata v0.4.7
3092024-09-26T18:56:26.393Z Downloaded regress v0.10.1
3102024-09-26T18:56:26.393Z Downloaded regex-syntax v0.8.4
3112024-09-26T18:56:26.402Z Downloaded encoding_rs v0.8.34
3122024-09-26T18:56:26.415Z Downloaded webpki-roots v0.25.4
3132024-09-26T18:56:26.421Z Downloaded vcpkg v0.2.15
3142024-09-26T18:56:26.460Z Downloaded libc v0.2.159
3152024-09-26T18:56:26.497Z Downloaded reqwest v0.12.7
3162024-09-26T18:56:26.519Z Downloaded goblin v0.8.2
3172024-09-26T18:56:26.519Z Downloaded futures-util v0.3.30
3182024-09-26T18:56:26.519Z Downloaded http v1.1.0
3192024-09-26T18:56:26.519Z Downloaded toml v0.8.19
3202024-09-26T18:56:26.526Z Downloaded cc v1.1.21
3212024-09-26T18:56:26.526Z Downloaded aho-corasick v1.1.3
3222024-09-26T18:56:26.526Z Downloaded base64 v0.21.7
3232024-09-26T18:56:26.526Z Downloaded memchr v2.7.4
3242024-09-26T18:56:26.531Z Downloaded hashbrown v0.12.3
3252024-09-26T18:56:26.538Z Downloaded crossbeam-channel v0.5.13
3262024-09-26T18:56:26.538Z Downloaded num-traits v0.2.19
3272024-09-26T18:56:26.542Z Downloaded futures v0.3.30
3282024-09-26T18:56:26.559Z Downloaded indexmap v1.9.3
3292024-09-26T18:56:26.559Z Downloaded socket2 v0.5.7
3302024-09-26T18:56:26.559Z Downloaded slog v2.7.0
3312024-09-26T18:56:26.559Z Downloaded hyper-rustls v0.24.2
3322024-09-26T18:56:26.584Z Downloaded rustls-pemfile v2.1.3
3332024-09-26T18:56:26.584Z Downloaded rand_core v0.6.4
3342024-09-26T18:56:26.584Z Downloaded pin-project-lite v0.2.14
3352024-09-26T18:56:26.584Z Downloaded tokio-rustls v0.25.0
3362024-09-26T18:56:26.584Z Downloaded log v0.4.22
3372024-09-26T18:56:26.588Z Downloaded openssl-sys v0.9.103
3382024-09-26T18:56:26.588Z Downloaded ipnet v2.10.0
3392024-09-26T18:56:26.588Z Downloaded parse-display v0.10.0
3402024-09-26T18:56:26.588Z Downloaded unicode-bidi v0.3.15
3412024-09-26T18:56:26.588Z Downloaded darling v0.20.10
3422024-09-26T18:56:26.588Z Downloaded pest_meta v2.7.13
3432024-09-26T18:56:26.588Z Downloaded uuid v1.10.0
3442024-09-26T18:56:26.591Z Downloaded ryu v1.0.18
3452024-09-26T18:56:26.593Z Downloaded serde_with_macros v3.9.0
3462024-09-26T18:56:26.593Z Downloaded thiserror v1.0.64
3472024-09-26T18:56:26.597Z Downloaded scopeguard v1.2.0
3482024-09-26T18:56:26.600Z Downloaded ring v0.17.8
3492024-09-26T18:56:26.665Z Downloaded pin-utils v0.1.0
3502024-09-26T18:56:26.667Z Downloaded base64 v0.22.1
3512024-09-26T18:56:26.667Z Downloaded thiserror-impl v1.0.64
3522024-09-26T18:56:26.669Z Downloaded ppv-lite86 v0.2.20
3532024-09-26T18:56:26.670Z Downloaded structmeta v0.3.0
3542024-09-26T18:56:26.672Z Downloaded plain v0.2.3
3552024-09-26T18:56:26.672Z Downloaded mime v0.3.17
3562024-09-26T18:56:26.674Z Downloaded dirs-next v2.0.0
3572024-09-26T18:56:26.674Z Downloaded unicode-ident v1.0.13
3582024-09-26T18:56:26.677Z Downloaded hex v0.4.3
3592024-09-26T18:56:26.677Z Downloaded futures-task v0.3.30
3602024-09-26T18:56:26.679Z Downloaded futures-macro v0.3.30
3612024-09-26T18:56:26.679Z Downloaded futures-io v0.3.30
3622024-09-26T18:56:26.681Z Downloaded cpufeatures v0.2.14
3632024-09-26T18:56:26.681Z Downloaded zerocopy-derive v0.7.35
3642024-09-26T18:56:26.684Z Downloaded fnv v1.0.7
3652024-09-26T18:56:26.686Z Downloaded deranged v0.3.11
3662024-09-26T18:56:26.686Z Downloaded parking_lot_core v0.9.10
3672024-09-26T18:56:26.689Z Downloaded getrandom v0.2.15
3682024-09-26T18:56:26.691Z Downloaded foreign-types-shared v0.1.1
3692024-09-26T18:56:26.691Z Downloaded anyhow v1.0.89
3702024-09-26T18:56:26.694Z Downloaded ahash v0.8.11
3712024-09-26T18:56:26.696Z Downloaded camino v1.1.9
3722024-09-26T18:56:26.699Z Downloaded parse-display-derive v0.10.0
3732024-09-26T18:56:26.699Z Downloaded form_urlencoded v1.2.1
3742024-09-26T18:56:26.701Z Downloaded byteorder v1.5.0
3752024-09-26T18:56:26.701Z Downloaded async-trait v0.1.83
3762024-09-26T18:56:26.704Z Downloaded cfg-if v1.0.0
3772024-09-26T18:56:26.706Z Downloaded ucd-trie v0.1.6
3782024-09-26T18:56:26.706Z Downloaded hostname v0.3.1
3792024-09-26T18:56:26.708Z Downloaded heck v0.5.0
3802024-09-26T18:56:26.708Z Downloaded dof v0.3.0
3812024-09-26T18:56:26.711Z Downloaded dirs-sys-next v0.1.2
3822024-09-26T18:56:26.711Z Downloaded debug-ignore v1.0.5
3832024-09-26T18:56:26.713Z Downloaded crypto-common v0.1.6
3842024-09-26T18:56:26.713Z Downloaded futures-executor v0.3.30
3852024-09-26T18:56:26.713Z Downloaded equivalent v1.0.1
3862024-09-26T18:56:26.842Z Compiling proc-macro2 v1.0.86
3872024-09-26T18:56:26.846Z Compiling unicode-ident v1.0.13
3882024-09-26T18:56:26.846Z Compiling libc v0.2.159
3892024-09-26T18:56:26.846Z Checking cfg-if v1.0.0
3902024-09-26T18:56:26.846Z Compiling version_check v0.9.5
3912024-09-26T18:56:26.846Z Compiling autocfg v1.3.0
3922024-09-26T18:56:26.857Z Compiling serde v1.0.210
3932024-09-26T18:56:26.865Z Checking memchr v2.7.4
3942024-09-26T18:56:26.930Z Checking itoa v1.0.11
3952024-09-26T18:56:27.050Z Compiling serde_json v1.0.128
3962024-09-26T18:56:27.114Z Checking once_cell v1.19.0
3972024-09-26T18:56:27.363Z Checking byteorder v1.5.0
3982024-09-26T18:56:27.475Z Compiling ahash v0.8.11
3992024-09-26T18:56:27.620Z Compiling thiserror v1.0.64
4002024-09-26T18:56:27.655Z Checking pin-project-lite v0.2.14
4012024-09-26T18:56:27.731Z Checking bytes v1.7.2
4022024-09-26T18:56:28.490Z Compiling shlex v1.3.0
4032024-09-26T18:56:28.744Z Compiling cc v1.1.21
4042024-09-26T18:56:29.032Z Checking allocator-api2 v0.2.18
4052024-09-26T18:56:29.048Z Checking futures-core v0.3.30
4062024-09-26T18:56:29.055Z Compiling num-traits v0.2.19
4072024-09-26T18:56:29.064Z Compiling lock_api v0.4.12
4082024-09-26T18:56:29.122Z Checking ryu v1.0.18
4092024-09-26T18:56:29.207Z Compiling parking_lot_core v0.9.10
4102024-09-26T18:56:29.510Z Checking log v0.4.22
4112024-09-26T18:56:29.579Z Checking smallvec v1.13.2
4122024-09-26T18:56:29.640Z Checking scopeguard v1.2.0
4132024-09-26T18:56:29.657Z Compiling slab v0.4.9
4142024-09-26T18:56:29.682Z Checking getrandom v0.2.15
4152024-09-26T18:56:29.742Z Checking futures-sink v0.3.30
4162024-09-26T18:56:29.868Z Compiling quote v1.0.37
4172024-09-26T18:56:29.876Z Checking fnv v1.0.7
4182024-09-26T18:56:29.985Z Checking mio v1.0.2
4192024-09-26T18:56:29.987Z Checking signal-hook-registry v1.4.2
4202024-09-26T18:56:30.177Z Checking socket2 v0.5.7
4212024-09-26T18:56:30.229Z Checking parking_lot v0.12.3
4222024-09-26T18:56:30.532Z Compiling syn v2.0.77
4232024-09-26T18:56:30.542Z Compiling schemars v0.8.21
4242024-09-26T18:56:30.585Z Checking equivalent v1.0.1
4252024-09-26T18:56:30.585Z Checking futures-channel v0.3.30
4262024-09-26T18:56:30.616Z Checking futures-io v0.3.30
4272024-09-26T18:56:30.632Z Checking pin-utils v0.1.0
4282024-09-26T18:56:30.671Z Checking futures-task v0.3.30
4292024-09-26T18:56:30.704Z Checking tracing-core v0.1.32
4302024-09-26T18:56:30.785Z Compiling httparse v1.9.4
4312024-09-26T18:56:30.898Z Checking spin v0.9.8
4322024-09-26T18:56:30.927Z Compiling heck v0.5.0
4332024-09-26T18:56:30.960Z Compiling semver v1.0.23
4342024-09-26T18:56:31.354Z Checking untrusted v0.9.0
4352024-09-26T18:56:31.372Z Checking tracing v0.1.40
4362024-09-26T18:56:31.519Z Checking try-lock v0.2.5
4372024-09-26T18:56:31.569Z Compiling ucd-trie v0.1.6
4382024-09-26T18:56:31.642Z Checking iana-time-zone v0.1.61
4392024-09-26T18:56:31.677Z Checking want v0.3.1
4402024-09-26T18:56:31.701Z Checking http v1.1.0
4412024-09-26T18:56:31.829Z Compiling ring v0.17.8
4422024-09-26T18:56:31.994Z Checking httpdate v1.0.3
4432024-09-26T18:56:32.038Z Checking dyn-clone v1.0.17
4442024-09-26T18:56:32.058Z Compiling pkg-config v0.3.31
4452024-09-26T18:56:32.167Z Compiling vcpkg v0.2.15
4462024-09-26T18:56:32.693Z Checking tower-service v0.3.3
4472024-09-26T18:56:32.925Z Compiling uuid v1.10.0
4482024-09-26T18:56:33.162Z Checking http v0.2.12
4492024-09-26T18:56:33.402Z Checking tinyvec_macros v0.1.1
4502024-09-26T18:56:33.467Z Checking percent-encoding v2.3.1
4512024-09-26T18:56:33.476Z Compiling slog v2.7.0
4522024-09-26T18:56:33.623Z Compiling chrono v0.4.38
4532024-09-26T18:56:33.651Z Checking atomic-waker v1.1.2
4542024-09-26T18:56:33.662Z Checking form_urlencoded v1.2.1
4552024-09-26T18:56:33.764Z Checking tinyvec v1.8.0
4562024-09-26T18:56:33.830Z Compiling openssl-sys v0.9.103
4572024-09-26T18:56:34.021Z Checking http-body v1.0.1
4582024-09-26T18:56:34.166Z Compiling aho-corasick v1.1.3
4592024-09-26T18:56:34.492Z Compiling regex-syntax v0.8.4
4602024-09-26T18:56:35.022Z Compiling typenum v1.17.0
4612024-09-26T18:56:35.360Z Checking unicode-normalization v0.1.24
4622024-09-26T18:56:36.203Z Compiling generic-array v0.14.7
4632024-09-26T18:56:36.365Z Checking foreign-types-shared v0.1.1
4642024-09-26T18:56:36.450Z Checking mime v0.3.17
4652024-09-26T18:56:36.485Z Checking unicode-bidi v0.3.15
4662024-09-26T18:56:36.697Z Compiling openssl v0.10.66
4672024-09-26T18:56:36.966Z Checking idna v0.5.0
4682024-09-26T18:56:37.155Z Checking foreign-types v0.3.2
4692024-09-26T18:56:37.228Z Compiling serde_derive_internals v0.29.1
4702024-09-26T18:56:37.770Z Compiling regex-automata v0.4.7
4712024-09-26T18:56:39.005Z Compiling usdt-impl v0.5.0
4722024-09-26T18:56:39.312Z Compiling time-core v0.1.2
4732024-09-26T18:56:39.379Z Checking powerfmt v0.2.0
4742024-09-26T18:56:39.416Z Checking base64 v0.22.1
4752024-09-26T18:56:39.458Z Compiling native-tls v0.2.12
4762024-09-26T18:56:39.568Z Compiling num-conv v0.1.0
4772024-09-26T18:56:39.593Z Checking bitflags v2.6.0
4782024-09-26T18:56:39.838Z Compiling rustls v0.21.12
4792024-09-26T18:56:39.842Z Compiling time-macros v0.2.18
4802024-09-26T18:56:39.872Z Checking deranged v0.3.11
4812024-09-26T18:56:40.273Z Compiling thread-id v4.2.2
4822024-09-26T18:56:40.376Z Checking url v2.5.2
4832024-09-26T18:56:41.074Z Checking http-body v0.4.6
4842024-09-26T18:56:41.361Z Checking ipnet v2.10.0
4852024-09-26T18:56:41.412Z Compiling crossbeam-utils v0.8.20
4862024-09-26T18:56:41.789Z Compiling regex v1.10.6
4872024-09-26T18:56:41.983Z Checking openssl-probe v0.1.5
4882024-09-26T18:56:42.122Z Checking num_threads v0.1.7
4892024-09-26T18:56:42.226Z Compiling ident_case v1.0.1
4902024-09-26T18:56:42.555Z Compiling strsim v0.11.1
4912024-09-26T18:56:42.593Z Checking plain v0.2.3
4922024-09-26T18:56:42.699Z Compiling serde_derive v1.0.210
4932024-09-26T18:56:42.707Z Compiling zerocopy-derive v0.7.35
4942024-09-26T18:56:42.716Z Compiling thiserror-impl v1.0.64
4952024-09-26T18:56:42.883Z Compiling tokio-macros v2.4.0
4962024-09-26T18:56:43.003Z Compiling schemars_derive v0.8.21
4972024-09-26T18:56:43.264Z Compiling futures-macro v0.3.30
4982024-09-26T18:56:44.430Z Checking tokio v1.40.0
4992024-09-26T18:56:44.733Z Checking zerocopy v0.7.35
5002024-09-26T18:56:45.350Z Checking futures-util v0.3.30
5012024-09-26T18:56:45.688Z Compiling pest v2.7.13
5022024-09-26T18:56:46.170Z Compiling scroll_derive v0.12.0
5032024-09-26T18:56:46.256Z Compiling openssl-macros v0.1.1
5042024-09-26T18:56:46.537Z Checking hashbrown v0.14.5
5052024-09-26T18:56:47.600Z Checking scroll v0.12.0
5062024-09-26T18:56:47.748Z Checking regress v0.10.1
5072024-09-26T18:56:48.090Z Checking rustls-webpki v0.101.7
5082024-09-26T18:56:48.534Z Compiling pest_meta v2.7.13
5092024-09-26T18:56:48.779Z Checking sct v0.7.1
5102024-09-26T18:56:51.466Z Compiling pest_generator v2.7.13
5112024-09-26T18:56:51.780Z Checking tokio-util v0.7.12
5122024-09-26T18:56:52.593Z Checking http-body-util v0.1.2
5132024-09-26T18:56:52.643Z Checking rustls-pki-types v1.8.0
5142024-09-26T18:56:52.907Z Checking time v0.3.36
5152024-09-26T18:56:53.079Z Checking goblin v0.8.2
5162024-09-26T18:56:53.275Z Compiling pest_derive v2.7.13
5172024-09-26T18:56:53.649Z Compiling darling_core v0.20.10
5182024-09-26T18:56:54.173Z Compiling dtrace-parser v0.2.0
5192024-09-26T18:56:55.975Z Checking indexmap v2.5.0
5202024-09-26T18:56:57.107Z Compiling serde_tokenstream v0.2.2
5212024-09-26T18:56:57.266Z Checking h2 v0.4.6
5222024-09-26T18:56:57.668Z Checking serde_urlencoded v0.7.1
5232024-09-26T18:56:57.812Z Checking h2 v0.3.26
5242024-09-26T18:56:58.229Z Checking openapiv3 v2.0.0
5252024-09-26T18:56:58.495Z Checking dirs-sys-next v0.1.2
5262024-09-26T18:56:58.660Z Checking sync_wrapper v1.0.1
5272024-09-26T18:56:59.072Z Compiling dof v0.3.0
5282024-09-26T18:56:59.876Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#0ef24964)
5292024-09-26T18:57:00.001Z Checking encoding_rs v0.8.34
5302024-09-26T18:57:01.515Z Checking hyper v1.4.1
5312024-09-26T18:57:01.749Z Compiling omicron-workspace-hack v0.1.0
5322024-09-26T18:57:02.070Z Checking hyper v0.14.30
5332024-09-26T18:57:02.080Z Compiling rustversion v1.0.17
5342024-09-26T18:57:02.211Z Compiling rustls v0.22.4
5352024-09-26T18:57:02.369Z Compiling paste v1.0.15
5362024-09-26T18:57:02.442Z Checking pretty-hex v0.4.1
5372024-09-26T18:57:02.554Z Compiling unsafe-libyaml v0.2.11
5382024-09-26T18:57:02.869Z Compiling darling_macro v0.20.10
5392024-09-26T18:57:03.065Z Checking dirs-next v2.0.0
5402024-09-26T18:57:03.192Z Checking tokio-rustls v0.24.1
5412024-09-26T18:57:03.610Z Checking hyper-util v0.1.9
5422024-09-26T18:57:03.866Z Compiling serde_yaml v0.9.34+deprecated
5432024-09-26T18:57:03.895Z Checking toml_datetime v0.6.8
5442024-09-26T18:57:04.023Z Checking serde_spanned v0.6.8
5452024-09-26T18:57:04.051Z Checking rustls-webpki v0.102.8
5462024-09-26T18:57:04.179Z Checking tokio-native-tls v0.3.1
5472024-09-26T18:57:04.205Z Checking ppv-lite86 v0.2.20
5482024-09-26T18:57:04.369Z Compiling structmeta-derive v0.3.0
5492024-09-26T18:57:04.417Z Checking block-buffer v0.10.4
5502024-09-26T18:57:04.609Z Checking crypto-common v0.1.6
5512024-09-26T18:57:04.764Z Checking rand_core v0.6.4
5522024-09-26T18:57:04.931Z Compiling multer v3.1.0
5532024-09-26T18:57:04.984Z Checking thread_local v1.1.8
5542024-09-26T18:57:05.049Z Checking base64 v0.21.7
5552024-09-26T18:57:05.248Z Checking zeroize v1.8.1
5562024-09-26T18:57:05.275Z Checking subtle v2.6.1
5572024-09-26T18:57:05.313Z Checking reqwest v0.12.7
5582024-09-26T18:57:05.487Z Checking match_cfg v0.1.0
5592024-09-26T18:57:05.497Z Compiling camino v1.1.9
5602024-09-26T18:57:05.507Z Compiling slog-async v2.8.0
5612024-09-26T18:57:05.533Z Checking winnow v0.6.20
5622024-09-26T18:57:05.558Z Compiling anyhow v1.0.89
5632024-09-26T18:57:06.060Z Checking hostname v0.3.1
5642024-09-26T18:57:06.170Z Checking hyper-tls v0.5.0
5652024-09-26T18:57:06.202Z Checking hyper-rustls v0.24.2
5662024-09-26T18:57:06.397Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1a30d67e)
5672024-09-26T18:57:06.440Z Checking rustls-pemfile v1.0.4
5682024-09-26T18:57:06.540Z Checking rand_chacha v0.3.1
5692024-09-26T18:57:06.691Z Checking digest v0.10.7
5702024-09-26T18:57:06.899Z Checking crossbeam-channel v0.5.13
5712024-09-26T18:57:06.979Z Compiling darling v0.20.10
5722024-09-26T18:57:07.085Z Checking term v0.7.0
5732024-09-26T18:57:07.152Z Compiling structmeta v0.3.0
5742024-09-26T18:57:07.558Z Compiling usdt-attr-macro v0.5.0
5752024-09-26T18:57:07.622Z Compiling usdt-macro v0.5.0
5762024-09-26T18:57:07.636Z Checking slog-json v2.6.1
5772024-09-26T18:57:07.869Z Checking futures-executor v0.3.30
5782024-09-26T18:57:08.081Z Compiling async-stream-impl v0.3.5
5792024-09-26T18:57:08.280Z Checking is-terminal v0.4.13
5802024-09-26T18:57:08.390Z Checking memmap v0.7.0
5812024-09-26T18:57:08.576Z Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#37dc3073)
5822024-09-26T18:57:08.627Z Checking toml_edit v0.22.22
5832024-09-26T18:57:08.788Z Checking webpki-roots v0.25.4
5842024-09-26T18:57:08.925Z Checking cpufeatures v0.2.14
5852024-09-26T18:57:08.933Z Checking sync_wrapper v0.1.2
5862024-09-26T18:57:08.940Z Checking take_mut v0.2.2
5872024-09-26T18:57:09.002Z Checking sha1 v0.10.6
5882024-09-26T18:57:09.011Z Checking usdt v0.5.0
5892024-09-26T18:57:09.041Z Checking reqwest v0.11.27
5902024-09-26T18:57:09.258Z Compiling strum_macros v0.26.4
5912024-09-26T18:57:09.308Z Checking slog-term v2.9.1
5922024-09-26T18:57:09.370Z Checking futures v0.3.30
5932024-09-26T18:57:09.420Z Checking async-stream v0.3.5
5942024-09-26T18:57:09.466Z Checking slog-bunyan v2.5.0
5952024-09-26T18:57:09.596Z Compiling parse-display-derive v0.10.0
5962024-09-26T18:57:09.621Z Compiling serde_with_macros v3.9.0
5972024-09-26T18:57:09.790Z Checking rand v0.8.5
5982024-09-26T18:57:10.145Z Checking tokio-rustls v0.25.0
5992024-09-26T18:57:10.958Z Checking newtype-uuid v1.1.0
6002024-09-26T18:57:11.070Z Checking ipnetwork v0.20.0
6012024-09-26T18:57:11.195Z Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#37dc3073)
6022024-09-26T18:57:11.305Z Checking toml v0.8.19
6032024-09-26T18:57:11.319Z Checking serde_path_to_error v0.1.16
6042024-09-26T18:57:11.429Z Checking hex v0.4.3
6052024-09-26T18:57:11.936Z Checking rustls-pemfile v2.1.3
6062024-09-26T18:57:11.951Z Compiling async-trait v0.1.83
6072024-09-26T18:57:12.075Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
6082024-09-26T18:57:12.169Z Checking waitgroup v0.1.2
6092024-09-26T18:57:12.294Z Checking hostname v0.4.0
6102024-09-26T18:57:12.339Z Checking instant v0.1.13
6112024-09-26T18:57:12.422Z Checking debug-ignore v1.0.5
6122024-09-26T18:57:12.445Z Checking backoff v0.4.0
6132024-09-26T18:57:12.541Z Checking serde_with v3.9.0
6142024-09-26T18:57:12.709Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
6152024-09-26T18:57:12.849Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
6162024-09-26T18:57:12.904Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
6172024-09-26T18:57:13.037Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
6182024-09-26T18:57:13.168Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
6192024-09-26T18:57:13.374Z Checking macaddr v1.0.1
6202024-09-26T18:57:13.561Z Checking parse-display v0.10.0
6212024-09-26T18:57:13.691Z Checking regress v0.9.1
6222024-09-26T18:57:13.820Z Checking strum v0.26.3
6232024-09-26T18:57:14.568Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#0ef24964)
6242024-09-26T18:57:16.639Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#0ef24964)
6252024-09-26T18:57:16.700Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1a30d67e)
6262024-09-26T18:57:19.322Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1a30d67e)
6272024-09-26T18:57:24.487Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1a30d67e)
6282024-09-26T18:57:24.588Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
6292024-09-26T18:57:25.419Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
6302024-09-26T18:57:25.420Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
6312024-09-26T18:57:25.420Z |
6322024-09-26T18:57:25.420Z19 | );
6332024-09-26T18:57:25.420Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<BfdPeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
6342024-09-26T18:57:25.420Z |
6352024-09-26T18:57:25.420Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
6362024-09-26T18:57:25.420Z = help: the following other types implement trait `From<T>`:
6372024-09-26T18:57:25.420Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
6382024-09-26T18:57:25.420Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
6392024-09-26T18:57:25.420Z = note: required for `Result<ResponseValue<std::vec::Vec<BfdPeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
6402024-09-26T18:57:25.420Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
6412024-09-26T18:57:25.420Z
6422024-09-26T18:57:25.451Zerror[E0308]: mismatched types
6432024-09-26T18:57:25.451Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
6442024-09-26T18:57:25.451Z |
6452024-09-26T18:57:25.451Z5 | / progenitor::generate_api!(
6462024-09-26T18:57:25.451Z6 | | spec = "../openapi/mg-admin.json",
6472024-09-26T18:57:25.451Z7 | | inner_type = slog::Logger,
6482024-09-26T18:57:25.451Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
6492024-09-26T18:57:25.452Z... |
6502024-09-26T18:57:25.452Z18 | | derives = [schemars::JsonSchema],
6512024-09-26T18:57:25.452Z19 | | );
6522024-09-26T18:57:25.452Z | | ^
6532024-09-26T18:57:25.452Z | | |
6542024-09-26T18:57:25.452Z | |_expected `Response`, found a different `Response`
6552024-09-26T18:57:25.452Z | arguments to this function are incorrect
6562024-09-26T18:57:25.452Z |
6572024-09-26T18:57:25.452Z = note: `Response` and `Response` have similar names, but are actually distinct types
6582024-09-26T18:57:25.452Znote: `Response` is defined in crate `reqwest`
6592024-09-26T18:57:25.452Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
6602024-09-26T18:57:25.452Z |
6612024-09-26T18:57:25.452Z25 | pub struct Response {
6622024-09-26T18:57:25.452Z | ^^^^^^^^^^^^^^^^^^^
6632024-09-26T18:57:25.452Znote: `Response` is defined in crate `reqwest`
6642024-09-26T18:57:25.452Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1
6652024-09-26T18:57:25.452Z |
6662024-09-26T18:57:25.452Z29 | pub struct Response {
6672024-09-26T18:57:25.452Z | ^^^^^^^^^^^^^^^^^^^
6682024-09-26T18:57:25.452Z = note: perhaps two different versions of crate `reqwest` are being used?
6692024-09-26T18:57:25.452Znote: associated function defined here
6702024-09-26T18:57:25.452Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1a30d67/progenitor-client/src/progenitor_client.rs:66:18
6712024-09-26T18:57:25.452Z |
6722024-09-26T18:57:25.452Z66 | pub async fn from_response<E: std::fmt::Debug>(
6732024-09-26T18:57:25.453Z | ^^^^^^^^^^^^^
6742024-09-26T18:57:25.453Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
6752024-09-26T18:57:25.453Z
6762024-09-26T18:57:25.458Zerror[E0308]: mismatched types
6772024-09-26T18:57:25.458Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
6782024-09-26T18:57:25.458Z |
6792024-09-26T18:57:25.458Z5 | / progenitor::generate_api!(
6802024-09-26T18:57:25.458Z6 | | spec = "../openapi/mg-admin.json",
6812024-09-26T18:57:25.458Z7 | | inner_type = slog::Logger,
6822024-09-26T18:57:25.458Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
6832024-09-26T18:57:25.458Z... |
6842024-09-26T18:57:25.458Z18 | | derives = [schemars::JsonSchema],
6852024-09-26T18:57:25.458Z19 | | );
6862024-09-26T18:57:25.458Z | | ^
6872024-09-26T18:57:25.458Z | | |
6882024-09-26T18:57:25.458Z | |_expected `Response`, found a different `Response`
6892024-09-26T18:57:25.458Z | arguments to this enum variant are incorrect
6902024-09-26T18:57:25.458Z |
6912024-09-26T18:57:25.458Z = note: `Response` and `Response` have similar names, but are actually distinct types
6922024-09-26T18:57:25.458Znote: `Response` is defined in crate `reqwest`
6932024-09-26T18:57:25.458Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
6942024-09-26T18:57:25.458Z |
6952024-09-26T18:57:25.463Z25 | pub struct Response {
6962024-09-26T18:57:25.463Z | ^^^^^^^^^^^^^^^^^^^
6972024-09-26T18:57:25.463Znote: `Response` is defined in crate `reqwest`
6982024-09-26T18:57:25.463Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1
6992024-09-26T18:57:25.463Z |
7002024-09-26T18:57:25.463Z29 | pub struct Response {
7012024-09-26T18:57:25.463Z | ^^^^^^^^^^^^^^^^^^^
7022024-09-26T18:57:25.463Z = note: perhaps two different versions of crate `reqwest` are being used?
7032024-09-26T18:57:25.463Znote: tuple variant defined here
7042024-09-26T18:57:25.463Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1a30d67/progenitor-client/src/progenitor_client.rs:257:5
7052024-09-26T18:57:25.463Z |
7062024-09-26T18:57:25.463Z257 | UnexpectedResponse(reqwest::Response),
7072024-09-26T18:57:25.463Z | ^^^^^^^^^^^^^^^^^^
7082024-09-26T18:57:25.463Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7092024-09-26T18:57:25.463Z
7102024-09-26T18:57:25.466Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7112024-09-26T18:57:25.466Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7122024-09-26T18:57:25.466Z |
7132024-09-26T18:57:25.466Z19 | );
7142024-09-26T18:57:25.466Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
7152024-09-26T18:57:25.466Z |
7162024-09-26T18:57:25.466Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7172024-09-26T18:57:25.466Z = help: the following other types implement trait `From<T>`:
7182024-09-26T18:57:25.466Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7192024-09-26T18:57:25.466Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7202024-09-26T18:57:25.466Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7212024-09-26T18:57:25.466Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7222024-09-26T18:57:25.466Z
7232024-09-26T18:57:25.469Zerror[E0308]: mismatched types
7242024-09-26T18:57:25.469Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
7252024-09-26T18:57:25.469Z |
7262024-09-26T18:57:25.469Z5 | / progenitor::generate_api!(
7272024-09-26T18:57:25.469Z6 | | spec = "../openapi/mg-admin.json",
7282024-09-26T18:57:25.469Z7 | | inner_type = slog::Logger,
7292024-09-26T18:57:25.469Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
7302024-09-26T18:57:25.469Z... |
7312024-09-26T18:57:25.469Z18 | | derives = [schemars::JsonSchema],
7322024-09-26T18:57:25.470Z19 | | );
7332024-09-26T18:57:25.470Z | | ^
7342024-09-26T18:57:25.470Z | | |
7352024-09-26T18:57:25.470Z | |_expected `Response`, found a different `Response`
7362024-09-26T18:57:25.470Z | arguments to this function are incorrect
7372024-09-26T18:57:25.470Z |
7382024-09-26T18:57:25.470Z = note: `Response` and `Response` have similar names, but are actually distinct types
7392024-09-26T18:57:25.470Znote: `Response` is defined in crate `reqwest`
7402024-09-26T18:57:25.470Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
7412024-09-26T18:57:25.470Z |
7422024-09-26T18:57:25.470Z25 | pub struct Response {
7432024-09-26T18:57:25.470Z | ^^^^^^^^^^^^^^^^^^^
7442024-09-26T18:57:25.470Znote: `Response` is defined in crate `reqwest`
7452024-09-26T18:57:25.470Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1
7462024-09-26T18:57:25.470Z |
7472024-09-26T18:57:25.470Z29 | pub struct Response {
7482024-09-26T18:57:25.470Z | ^^^^^^^^^^^^^^^^^^^
7492024-09-26T18:57:25.470Z = note: perhaps two different versions of crate `reqwest` are being used?
7502024-09-26T18:57:25.470Znote: associated function defined here
7512024-09-26T18:57:25.470Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1a30d67/progenitor-client/src/progenitor_client.rs:121:12
7522024-09-26T18:57:25.470Z |
7532024-09-26T18:57:25.470Z121 | pub fn empty(response: reqwest::Response) -> Self {
7542024-09-26T18:57:25.470Z | ^^^^^
7552024-09-26T18:57:25.470Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7562024-09-26T18:57:25.470Z
7572024-09-26T18:57:25.483Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7582024-09-26T18:57:25.483Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7592024-09-26T18:57:25.483Z |
7602024-09-26T18:57:25.484Z19 | );
7612024-09-26T18:57:25.484Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<CheckerSource>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
7622024-09-26T18:57:25.484Z |
7632024-09-26T18:57:25.484Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7642024-09-26T18:57:25.484Z = help: the following other types implement trait `From<T>`:
7652024-09-26T18:57:25.484Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7662024-09-26T18:57:25.484Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7672024-09-26T18:57:25.484Z = note: required for `Result<ResponseValue<CheckerSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7682024-09-26T18:57:25.484Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7692024-09-26T18:57:25.484Z
7702024-09-26T18:57:25.517Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7712024-09-26T18:57:25.517Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7722024-09-26T18:57:25.517Z |
7732024-09-26T18:57:25.517Z19 | );
7742024-09-26T18:57:25.517Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Neighbor>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
7752024-09-26T18:57:25.517Z |
7762024-09-26T18:57:25.517Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7772024-09-26T18:57:25.517Z = help: the following other types implement trait `From<T>`:
7782024-09-26T18:57:25.517Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7792024-09-26T18:57:25.517Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7802024-09-26T18:57:25.517Z = note: required for `Result<ResponseValue<Neighbor>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7812024-09-26T18:57:25.517Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7822024-09-26T18:57:25.517Z
7832024-09-26T18:57:25.551Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7842024-09-26T18:57:25.551Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7852024-09-26T18:57:25.551Z |
7862024-09-26T18:57:25.551Z19 | );
7872024-09-26T18:57:25.551Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<Neighbor>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
7882024-09-26T18:57:25.551Z |
7892024-09-26T18:57:25.551Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7902024-09-26T18:57:25.551Z = help: the following other types implement trait `From<T>`:
7912024-09-26T18:57:25.551Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7922024-09-26T18:57:25.551Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7932024-09-26T18:57:25.551Z = note: required for `Result<ResponseValue<std::vec::Vec<Neighbor>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7942024-09-26T18:57:25.551Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7952024-09-26T18:57:25.551Z
7962024-09-26T18:57:25.560Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7972024-09-26T18:57:25.560Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7982024-09-26T18:57:25.560Z |
7992024-09-26T18:57:25.560Z19 | );
8002024-09-26T18:57:25.560Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Origin4>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8012024-09-26T18:57:25.560Z |
8022024-09-26T18:57:25.560Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8032024-09-26T18:57:25.560Z = help: the following other types implement trait `From<T>`:
8042024-09-26T18:57:25.560Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8052024-09-26T18:57:25.560Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8062024-09-26T18:57:25.560Z = note: required for `Result<ResponseValue<Origin4>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8072024-09-26T18:57:25.560Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8082024-09-26T18:57:25.560Z
8092024-09-26T18:57:25.593Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8102024-09-26T18:57:25.593Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8112024-09-26T18:57:25.593Z |
8122024-09-26T18:57:25.593Z19 | );
8132024-09-26T18:57:25.593Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Router>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8142024-09-26T18:57:25.593Z |
8152024-09-26T18:57:25.593Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8162024-09-26T18:57:25.593Z = help: the following other types implement trait `From<T>`:
8172024-09-26T18:57:25.593Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8182024-09-26T18:57:25.593Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8192024-09-26T18:57:25.593Z = note: required for `Result<ResponseValue<Router>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8202024-09-26T18:57:25.593Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8212024-09-26T18:57:25.593Z
8222024-09-26T18:57:25.625Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8232024-09-26T18:57:25.625Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8242024-09-26T18:57:25.625Z |
8252024-09-26T18:57:25.625Z19 | );
8262024-09-26T18:57:25.625Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<Router>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8272024-09-26T18:57:25.625Z |
8282024-09-26T18:57:25.625Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8292024-09-26T18:57:25.625Z = help: the following other types implement trait `From<T>`:
8302024-09-26T18:57:25.625Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8312024-09-26T18:57:25.625Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8322024-09-26T18:57:25.625Z = note: required for `Result<ResponseValue<std::vec::Vec<Router>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8332024-09-26T18:57:25.625Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8342024-09-26T18:57:25.625Z
8352024-09-26T18:57:25.634Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8362024-09-26T18:57:25.634Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8372024-09-26T18:57:25.634Z |
8382024-09-26T18:57:25.634Z19 | );
8392024-09-26T18:57:25.634Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<ShaperSource>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8402024-09-26T18:57:25.634Z |
8412024-09-26T18:57:25.634Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8422024-09-26T18:57:25.634Z = help: the following other types implement trait `From<T>`:
8432024-09-26T18:57:25.634Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8442024-09-26T18:57:25.634Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8452024-09-26T18:57:25.634Z = note: required for `Result<ResponseValue<ShaperSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8462024-09-26T18:57:25.634Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8472024-09-26T18:57:25.634Z
8482024-09-26T18:57:25.671Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8492024-09-26T18:57:25.671Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8502024-09-26T18:57:25.671Z |
8512024-09-26T18:57:25.671Z19 | );
8522024-09-26T18:57:25.671Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<MessageHistoryResponse>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8532024-09-26T18:57:25.671Z |
8542024-09-26T18:57:25.671Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8552024-09-26T18:57:25.671Z = help: the following other types implement trait `From<T>`:
8562024-09-26T18:57:25.671Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8572024-09-26T18:57:25.671Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8582024-09-26T18:57:25.671Z = note: required for `Result<ResponseValue<MessageHistoryResponse>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8592024-09-26T18:57:25.671Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8602024-09-26T18:57:25.671Z
8612024-09-26T18:57:25.688Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8622024-09-26T18:57:25.688Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8632024-09-26T18:57:25.688Z |
8642024-09-26T18:57:25.688Z19 | );
8652024-09-26T18:57:25.688Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Prefix>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8662024-09-26T18:57:25.688Z |
8672024-09-26T18:57:25.688Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8682024-09-26T18:57:25.688Z = help: the following other types implement trait `From<T>`:
8692024-09-26T18:57:25.688Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8702024-09-26T18:57:25.688Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8712024-09-26T18:57:25.688Z = note: required for `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Prefix>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8722024-09-26T18:57:25.688Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8732024-09-26T18:57:25.688Z
8742024-09-26T18:57:25.700Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8752024-09-26T18:57:25.700Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8762024-09-26T18:57:25.700Z |
8772024-09-26T18:57:25.700Z19 | );
8782024-09-26T18:57:25.700Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Rib>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8792024-09-26T18:57:25.700Z |
8802024-09-26T18:57:25.700Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8812024-09-26T18:57:25.700Z = help: the following other types implement trait `From<T>`:
8822024-09-26T18:57:25.700Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8832024-09-26T18:57:25.700Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8842024-09-26T18:57:25.700Z = note: required for `Result<ResponseValue<Rib>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8852024-09-26T18:57:25.700Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8862024-09-26T18:57:25.700Z
8872024-09-26T18:57:25.709Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8882024-09-26T18:57:25.709Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8892024-09-26T18:57:25.709Z |
8902024-09-26T18:57:25.709Z19 | );
8912024-09-26T18:57:25.710Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
8922024-09-26T18:57:25.710Z |
8932024-09-26T18:57:25.710Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8942024-09-26T18:57:25.710Z = help: the following other types implement trait `From<T>`:
8952024-09-26T18:57:25.710Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8962024-09-26T18:57:25.710Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8972024-09-26T18:57:25.710Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8982024-09-26T18:57:25.710Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8992024-09-26T18:57:25.710Z
9002024-09-26T18:57:25.724Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
9012024-09-26T18:57:25.724Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
9022024-09-26T18:57:25.724Z |
9032024-09-26T18:57:25.724Z19 | );
9042024-09-26T18:57:25.724Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Path>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
9052024-09-26T18:57:25.724Z |
9062024-09-26T18:57:25.724Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9072024-09-26T18:57:25.724Z = help: the following other types implement trait `From<T>`:
9082024-09-26T18:57:25.724Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
9092024-09-26T18:57:25.724Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
9102024-09-26T18:57:25.724Z = note: required for `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Path>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
9112024-09-26T18:57:25.724Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
9122024-09-26T18:57:25.724Z
9132024-09-26T18:57:26.965ZSome errors have detailed explanations: E0277, E0308.
9142024-09-26T18:57:26.965ZFor more information about an error, try `rustc --explain E0277`.
9152024-09-26T18:57:27.007Zerror: could not compile `mg-admin-client` (lib) due to 37 previous errors
9162024-09-26T18:57:27.079Zprocess exited: duration 70558 ms, exit code 101
 
9172024-09-26T18:57:27.085Zfound 0 output files