01JAHD6P5R7HWYPR5374NV5MNH: omicron-common (helios)

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

Buildomat Job: 01JAHD717N7GT3X0Z60NA0JSTJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-19T03:31:10.500Zjob assigned to worker 01JAHD732C8QZ2187517H6AJG5 (queued for 46 s)
 
22024-10-19T03:31:18.269Zstarting task 0: "setup"
32024-10-19T03:31:18.278Z++ uname -s
42024-10-19T03:31:18.280Z+ kern=SunOS
52024-10-19T03:31:18.280Z+ case "$kern" in
62024-10-19T03:31:18.280Z+ groupadd -g 12345 build
72024-10-19T03:31:18.283Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-19T03:31:20.294Z+ zfs create -o mountpoint=/work rpool/work
92024-10-19T03:31:20.394Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-19T03:31:20.397Z+ home_fs=zfs
112024-10-19T03:31:20.397Z+ [[ zfs == autofs ]]
122024-10-19T03:31:20.397Z+ mkdir -p /home/build
132024-10-19T03:31:20.399Z+ chown build:build /home/build /work
142024-10-19T03:31:22.401Z+ chmod 0700 /home/build /work
152024-10-19T03:31:22.404Zprocess exited: duration 4136 ms, exit code 0
 
162024-10-19T03:31:22.409Zstarting task 1: "rust-toolchain"
172024-10-19T03:31:22.415Z+ printf ' * toolchain channel = "%s"
182024-10-19T03:31:22.415Z' 1.80.1
192024-10-19T03:31:22.415Z * toolchain channel = "1.80.1"
202024-10-19T03:31:22.415Z * toolchain profile = "default"
212024-10-19T03:31:22.417Z+ printf ' * toolchain profile = "%s"
222024-10-19T03:31:22.417Z' default
232024-10-19T03:31:22.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-19T03:31:22.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-19T03:31:22.534Zinfo: downloading installer
262024-10-19T03:31:23.897Zinfo: profile set to 'default'
272024-10-19T03:31:23.897Zinfo: default host triple is x86_64-unknown-illumos
282024-10-19T03:31:23.900Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-19T03:31:24.025Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-19T03:31:24.025Zinfo: downloading component 'cargo'
312024-10-19T03:31:24.684Zinfo: downloading component 'clippy'
322024-10-19T03:31:24.926Zinfo: downloading component 'rust-docs'
332024-10-19T03:31:25.892Zinfo: downloading component 'rust-std'
342024-10-19T03:31:27.193Zinfo: downloading component 'rustc'
352024-10-19T03:31:30.808Zinfo: downloading component 'rustfmt'
362024-10-19T03:31:31.006Zinfo: installing component 'cargo'
372024-10-19T03:31:31.906Zinfo: installing component 'clippy'
382024-10-19T03:31:32.281Zinfo: installing component 'rust-docs'
392024-10-19T03:31:33.960Zinfo: installing component 'rust-std'
402024-10-19T03:31:35.665Zinfo: installing component 'rustc'
412024-10-19T03:31:39.944Zinfo: installing component 'rustfmt'
422024-10-19T03:31:40.284Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-19T03:31:40.284Z
442024-10-19T03:31:40.534Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-19T03:31:40.534Z
462024-10-19T03:31:40.537Z
472024-10-19T03:31:40.537ZRust is installed now. Great!
482024-10-19T03:31:40.537Z
492024-10-19T03:31:40.537ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-19T03:31:40.537Zenvironment variable. This has not been done automatically.
512024-10-19T03:31:40.537Z
522024-10-19T03:31:40.537ZTo configure your current shell, you need to source
532024-10-19T03:31:40.537Zthe corresponding env file under $HOME/.cargo.
542024-10-19T03:31:40.537Z
552024-10-19T03:31:40.537ZThis is usually done by running one of the following (note the leading DOT):
562024-10-19T03:31:40.537Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-19T03:31:40.537Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-19T03:31:40.588Z+ rustc --version
592024-10-19T03:31:40.653Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-19T03:31:40.657Zprocess exited: duration 18244 ms, exit code 0
 
612024-10-19T03:31:40.662Zstarting task 2: "authentication"
622024-10-19T03:31:40.683Zprocess exited: duration 20 ms, exit code 0
 
632024-10-19T03:31:40.688Zstarting task 3: "clone repository"
642024-10-19T03:31:40.693Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-19T03:31:40.696Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-19T03:31:40.813ZCloning into '/work/oxidecomputer/omicron'...
672024-10-19T03:31:47.353Z+ cd /work/oxidecomputer/omicron
682024-10-19T03:31:47.353Z+ git fetch origin 155e5d431f7707d69de500a94c112ffebb34577b
692024-10-19T03:31:47.663ZFrom https://github.com/oxidecomputer/omicron
702024-10-19T03:31:47.663Z * branch 155e5d431f7707d69de500a94c112ffebb34577b -> FETCH_HEAD
712024-10-19T03:31:47.674Z+ [[ -n refactor-networking-apis ]]
722024-10-19T03:31:47.676Z++ git branch --show-current
732024-10-19T03:31:47.679Z+ current=main
742024-10-19T03:31:47.679Z+ [[ main != refactor-networking-apis ]]
752024-10-19T03:31:47.679Z+ git branch -f refactor-networking-apis 155e5d431f7707d69de500a94c112ffebb34577b
762024-10-19T03:31:47.682Z+ git checkout -f refactor-networking-apis
772024-10-19T03:31:47.851ZSwitched to branch 'refactor-networking-apis'
782024-10-19T03:31:47.857Z+ git reset --hard 155e5d431f7707d69de500a94c112ffebb34577b
792024-10-19T03:31:47.871ZHEAD is now at 155e5d431 Round 2 of PR review fixes
802024-10-19T03:31:47.874Zprocess exited: duration 7182 ms, exit code 0
 
812024-10-19T03:31:47.880Zstarting task 4: "build"
822024-10-19T03:31:47.886Z+ cargo --version
832024-10-19T03:31:47.941Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-19T03:31:47.943Z+ rustc --version
852024-10-19T03:31:48.003Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-19T03:31:48.006Z+ cd /tmp
872024-10-19T03:31:48.006Z+ cargo new --lib test-project
882024-10-19T03:31:48.060Z Creating library `test-project` package
892024-10-19T03:31:48.138Znote: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
902024-10-19T03:31:48.141Z+ cd test-project
912024-10-19T03:31:48.141Z+ cargo add omicron-common --path /work/oxidecomputer/omicron/common
922024-10-19T03:31:48.198Z Adding omicron-common (local) to dependencies
932024-10-19T03:31:48.198Z Features:
942024-10-19T03:31:48.198Z - proptest
952024-10-19T03:31:48.198Z - test-strategy
962024-10-19T03:31:48.198Z - testing
972024-10-19T03:31:48.201Z Updating crates.io index
982024-10-19T03:31:48.253Z Updating git repository `https://github.com/oxidecomputer/dropshot`
992024-10-19T03:31:49.267Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1002024-10-19T03:31:50.006Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1012024-10-19T03:31:50.368Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1022024-10-19T03:31:51.976Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1032024-10-19T03:31:52.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1042024-10-19T03:31:52.613Z Updating git repository `https://github.com/oxidecomputer/typify`
1052024-10-19T03:31:56.091Z Locking 317 packages to latest compatible versions
1062024-10-19T03:31:56.095Z Adding base64 v0.21.7 (latest: v0.22.1)
1072024-10-19T03:31:56.095Z Adding bitflags v1.3.2 (latest: v2.6.0)
1082024-10-19T03:31:56.095Z Adding core-foundation v0.9.4 (latest: v0.10.0)
1092024-10-19T03:31:56.095Z Adding foreign-types v0.3.2 (latest: v0.5.0)
1102024-10-19T03:31:56.095Z Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
1112024-10-19T03:31:56.095Z Adding generic-array v0.14.7 (latest: v1.1.0)
1122024-10-19T03:31:56.095Z Adding h2 v0.3.26 (latest: v0.4.6)
1132024-10-19T03:31:56.095Z Adding hashbrown v0.12.3 (latest: v0.15.0)
1142024-10-19T03:31:56.095Z Adding hashbrown v0.14.5 (latest: v0.15.0)
1152024-10-19T03:31:56.095Z Adding hermit-abi v0.3.9 (latest: v0.4.0)
1162024-10-19T03:31:56.095Z Adding hostname v0.3.1 (latest: v0.4.0)
1172024-10-19T03:31:56.098Z Adding http v0.2.12 (latest: v1.1.0)
1182024-10-19T03:31:56.098Z Adding http-body v0.4.6 (latest: v1.0.1)
1192024-10-19T03:31:56.098Z Adding hyper v0.14.31 (latest: v1.5.0)
1202024-10-19T03:31:56.098Z Adding hyper-rustls v0.24.2 (latest: v0.27.3)
1212024-10-19T03:31:56.098Z Adding hyper-tls v0.5.0 (latest: v0.6.0)
1222024-10-19T03:31:56.098Z Adding idna v0.5.0 (latest: v1.0.2)
1232024-10-19T03:31:56.098Z Adding indexmap v1.9.3 (latest: v2.6.0)
1242024-10-19T03:31:56.098Z Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
1252024-10-19T03:31:56.101Z Adding regress v0.9.1 (latest: v0.10.1)
1262024-10-19T03:31:56.103Z Adding reqwest v0.11.27 (latest: v0.12.8)
1272024-10-19T03:31:56.106Z Adding rustls v0.21.12 (latest: v0.23.15)
1282024-10-19T03:31:56.106Z Adding rustls v0.22.4 (latest: v0.23.15)
1292024-10-19T03:31:56.109Z Adding rustls-pemfile v1.0.4 (latest: v2.2.0)
1302024-10-19T03:31:56.109Z Adding rustls-webpki v0.101.7 (latest: v0.102.8)
1312024-10-19T03:31:56.109Z Adding security-framework v2.11.1 (latest: v3.0.0)
1322024-10-19T03:31:56.111Z Adding sync_wrapper v0.1.2 (latest: v1.0.1)
1332024-10-19T03:31:56.111Z Adding system-configuration v0.5.1 (latest: v0.6.1)
1342024-10-19T03:31:56.111Z Adding system-configuration-sys v0.5.0 (latest: v0.6.0)
1352024-10-19T03:31:56.112Z Adding term v0.7.0 (latest: v1.0.0)
1362024-10-19T03:31:56.115Z Adding tokio-rustls v0.24.1 (latest: v0.26.0)
1372024-10-19T03:31:56.115Z Adding tokio-rustls v0.25.0 (latest: v0.26.0)
1382024-10-19T03:31:56.115Z Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
1392024-10-19T03:31:56.115Z Adding webpki-roots v0.25.4 (latest: v0.26.6)
1402024-10-19T03:31:56.118Z Adding windows v0.52.0 (latest: v0.58.0)
1412024-10-19T03:31:56.118Z Adding windows-core v0.52.0 (latest: v0.58.0)
1422024-10-19T03:31:56.118Z Adding windows-registry v0.2.0 (latest: v0.3.0)
1432024-10-19T03:31:56.118Z Adding windows-strings v0.1.0 (latest: v0.2.0)
1442024-10-19T03:31:56.118Z Adding windows-sys v0.48.0 (latest: v0.59.0)
1452024-10-19T03:31:56.118Z Adding windows-sys v0.52.0 (latest: v0.59.0)
1462024-10-19T03:31:56.118Z Adding windows-targets v0.48.5 (latest: v0.52.6)
1472024-10-19T03:31:56.118Z Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
1482024-10-19T03:31:56.118Z Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
1492024-10-19T03:31:56.118Z Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
1502024-10-19T03:31:56.118Z Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
1512024-10-19T03:31:56.118Z Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
1522024-10-19T03:31:56.118Z Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
1532024-10-19T03:31:56.118Z Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
1542024-10-19T03:31:56.118Z Adding winreg v0.50.0 (latest: v0.52.0)
1552024-10-19T03:31:56.118Z Adding zerocopy v0.7.35 (latest: v0.8.6)
1562024-10-19T03:31:56.118Z Adding zerocopy-derive v0.7.35 (latest: v0.8.6)
1572024-10-19T03:31:56.193Z+ cargo check
1582024-10-19T03:31:56.439Z Downloading crates ...
1592024-10-19T03:31:56.549Z Downloaded darling v0.20.10
1602024-10-19T03:31:56.555Z Downloaded ident_case v1.0.1
1612024-10-19T03:31:56.558Z Downloaded foreign-types-shared v0.1.1
1622024-10-19T03:31:56.558Z Downloaded usdt-macro v0.5.0
1632024-10-19T03:31:56.563Z Downloaded darling_macro v0.20.10
1642024-10-19T03:31:56.563Z Downloaded tower-service v0.3.3
1652024-10-19T03:31:56.563Z Downloaded instant v0.1.13
1662024-10-19T03:31:56.563Z Downloaded dtrace-parser v0.2.0
1672024-10-19T03:31:56.566Z Downloaded toml_datetime v0.6.8
1682024-10-19T03:31:56.566Z Downloaded omicron-workspace-hack v0.1.0
1692024-10-19T03:31:56.569Z Downloaded http-body v1.0.1
1702024-10-19T03:31:56.569Z Downloaded byteorder v1.5.0
1712024-10-19T03:31:56.573Z Downloaded cfg-if v1.0.0
1722024-10-19T03:31:56.576Z Downloaded url v2.5.2
1732024-10-19T03:31:56.579Z Downloaded usdt-attr-macro v0.5.0
1742024-10-19T03:31:56.579Z Downloaded cpufeatures v0.2.14
1752024-10-19T03:31:56.582Z Downloaded try-lock v0.2.5
1762024-10-19T03:31:56.582Z Downloaded pretty-hex v0.4.1
1772024-10-19T03:31:56.584Z Downloaded openssl-probe v0.1.5
1782024-10-19T03:31:56.584Z Downloaded deranged v0.3.11
1792024-10-19T03:31:56.587Z Downloaded autocfg v1.4.0
1802024-10-19T03:31:56.590Z Downloaded hex v0.4.3
1812024-10-19T03:31:56.592Z Downloaded waitgroup v0.1.2
1822024-10-19T03:31:56.592Z Downloaded async-trait v0.1.83
1832024-10-19T03:31:56.595Z Downloaded futures-sink v0.3.31
1842024-10-19T03:31:56.598Z Downloaded hostname v0.4.0
1852024-10-19T03:31:56.600Z Downloaded match_cfg v0.1.0
1862024-10-19T03:31:56.600Z Downloaded serde_path_to_error v0.1.16
1872024-10-19T03:31:56.603Z Downloaded scopeguard v1.2.0
1882024-10-19T03:31:56.605Z Downloaded pkg-config v0.3.31
1892024-10-19T03:31:56.608Z Downloaded itoa v1.0.11
1902024-10-19T03:31:56.608Z Downloaded rustversion v1.0.18
1912024-10-19T03:31:56.610Z Downloaded lock_api v0.4.12
1922024-10-19T03:31:56.613Z Downloaded hyper-rustls v0.24.2
1932024-10-19T03:31:56.616Z Downloaded scroll v0.12.0
1942024-10-19T03:31:56.618Z Downloaded futures-io v0.3.31
1952024-10-19T03:31:56.618Z Downloaded parse-display v0.10.0
1962024-10-19T03:31:56.621Z Downloaded paste v1.0.15
1972024-10-19T03:31:56.623Z Downloaded slog-json v2.6.1
1982024-10-19T03:31:56.626Z Downloaded sha1 v0.10.6
1992024-10-19T03:31:56.628Z Downloaded ipnetwork v0.20.0
2002024-10-19T03:31:56.630Z Downloaded native-tls v0.2.12
2012024-10-19T03:31:56.633Z Downloaded serde_tokenstream v0.2.2
2022024-10-19T03:31:56.635Z Downloaded futures v0.3.31
2032024-10-19T03:31:56.640Z Downloaded rustls-pemfile v2.2.0
2042024-10-19T03:31:56.643Z Downloaded take_mut v0.2.2
2052024-10-19T03:31:56.647Z Downloaded sync_wrapper v0.1.2
2062024-10-19T03:31:56.649Z Downloaded thiserror-impl v1.0.64
2072024-10-19T03:31:56.649Z Downloaded slab v0.4.9
2082024-10-19T03:31:56.649Z Downloaded serde_with_macros v3.11.0
2092024-10-19T03:31:56.652Z Downloaded unicode-ident v1.0.13
2102024-10-19T03:31:56.655Z Downloaded ucd-trie v0.1.7
2112024-10-19T03:31:56.657Z Downloaded foreign-types v0.3.2
2122024-10-19T03:31:56.660Z Downloaded parking_lot v0.12.3
2132024-10-19T03:31:56.663Z Downloaded block-buffer v0.10.4
2142024-10-19T03:31:56.663Z Downloaded structmeta-derive v0.3.0
2152024-10-19T03:31:56.665Z Downloaded want v0.3.1
2162024-10-19T03:31:56.665Z Downloaded strum v0.26.3
2172024-10-19T03:31:56.668Z Downloaded num-traits v0.2.19
2182024-10-19T03:31:56.670Z Downloaded crypto-common v0.1.6
2192024-10-19T03:31:56.673Z Downloaded scroll_derive v0.12.0
2202024-10-19T03:31:56.673Z Downloaded openssl-macros v0.1.1
2212024-10-19T03:31:56.673Z Downloaded heck v0.5.0
2222024-10-19T03:31:56.675Z Downloaded base64 v0.21.7
2232024-10-19T03:31:56.679Z Downloaded atomic-waker v1.1.2
2242024-10-19T03:31:56.681Z Downloaded unsafe-libyaml v0.2.11
2252024-10-19T03:31:56.684Z Downloaded usdt-impl v0.5.0
2262024-10-19T03:31:56.686Z Downloaded version_check v0.9.5
2272024-10-19T03:31:56.689Z Downloaded untrusted v0.9.0
2282024-10-19T03:31:56.691Z Downloaded tinyvec_macros v0.1.1
2292024-10-19T03:31:56.691Z Downloaded num_threads v0.1.7
2302024-10-19T03:31:56.693Z Downloaded num-conv v0.1.0
2312024-10-19T03:31:56.693Z Downloaded hyper-tls v0.5.0
2322024-10-19T03:31:56.696Z Downloaded usdt v0.5.0
2332024-10-19T03:31:56.696Z Downloaded tokio-macros v2.4.0
2342024-10-19T03:31:56.698Z Downloaded schemars v0.8.21
2352024-10-19T03:31:56.711Z Downloaded futures-task v0.3.31
2362024-10-19T03:31:56.713Z Downloaded sync_wrapper v1.0.1
2372024-10-19T03:31:56.713Z Downloaded rustls-pemfile v1.0.4
2382024-10-19T03:31:56.716Z Downloaded ppv-lite86 v0.2.20
2392024-10-19T03:31:56.718Z Downloaded pin-utils v0.1.0
2402024-10-19T03:31:56.718Z Downloaded percent-encoding v2.3.1
2412024-10-19T03:31:56.721Z Downloaded signal-hook-registry v1.4.2
2422024-10-19T03:31:56.721Z Downloaded time-core v0.1.2
2432024-10-19T03:31:56.723Z Downloaded httpdate v1.0.3
2442024-10-19T03:31:56.724Z Downloaded http-body v0.4.6
2452024-10-19T03:31:56.726Z Downloaded futures-executor v0.3.31
2462024-10-19T03:31:56.728Z Downloaded serde_spanned v0.6.8
2472024-10-19T03:31:56.728Z Downloaded slog-bunyan v2.5.0
2482024-10-19T03:31:56.731Z Downloaded http-body-util v0.1.2
2492024-10-19T03:31:56.734Z Downloaded tokio-rustls v0.25.0
2502024-10-19T03:31:56.734Z Downloaded thread-id v4.2.2
2512024-10-19T03:31:56.736Z Downloaded once_cell v1.20.2
2522024-10-19T03:31:56.739Z Downloaded mime v0.3.17
2532024-10-19T03:31:56.742Z Downloaded strum_macros v0.26.4
2542024-10-19T03:31:56.744Z Downloaded getrandom v0.2.15
2552024-10-19T03:31:56.746Z Downloaded futures-channel v0.3.31
2562024-10-19T03:31:56.749Z Downloaded ahash v0.8.11
2572024-10-19T03:31:56.752Z Downloaded hyper-util v0.1.9
2582024-10-19T03:31:56.756Z Downloaded anyhow v1.0.90
2592024-10-19T03:31:56.760Z Downloaded subtle v2.6.1
2602024-10-19T03:31:56.763Z Downloaded semver v1.0.23
2612024-10-19T03:31:56.765Z Downloaded parking_lot_core v0.9.10
2622024-10-19T03:31:56.767Z Downloaded is-terminal v0.4.13
2632024-10-19T03:31:56.770Z Downloaded typenum v1.17.0
2642024-10-19T03:31:56.773Z Downloaded tokio-rustls v0.24.1
2652024-10-19T03:31:56.777Z Downloaded time-macros v0.2.18
2662024-10-19T03:31:56.777Z Downloaded serde v1.0.210
2672024-10-19T03:31:56.780Z Downloaded uuid v1.11.0
2682024-10-19T03:31:56.783Z Downloaded multer v3.1.0
2692024-10-19T03:31:56.786Z Downloaded slog-term v2.9.1
2702024-10-19T03:31:56.789Z Downloaded tokio-native-tls v0.3.1
2712024-10-19T03:31:56.792Z Downloaded term v0.7.0
2722024-10-19T03:31:56.795Z Downloaded hashbrown v0.12.3
2732024-10-19T03:31:56.800Z Downloaded spin v0.9.8
2742024-10-19T03:31:56.803Z Downloaded slog v2.7.0
2752024-10-19T03:31:56.806Z Downloaded socket2 v0.5.7
2762024-10-19T03:31:56.808Z Downloaded rustls-pki-types v1.10.0
2772024-10-19T03:31:56.812Z Downloaded toml_edit v0.22.22
2782024-10-19T03:31:56.837Z Downloaded tinyvec v1.8.0
2792024-10-19T03:31:56.840Z Downloaded serde_yaml v0.9.34+deprecated
2802024-10-19T03:31:56.843Z Downloaded pest_meta v2.7.14
2812024-10-19T03:31:56.846Z Downloaded rand v0.8.5
2822024-10-19T03:31:56.850Z Downloaded openssl-sys v0.9.104
2832024-10-19T03:31:56.856Z Downloaded tracing v0.1.40
2842024-10-19T03:31:56.861Z Downloaded indexmap v2.6.0
2852024-10-19T03:31:56.866Z Downloaded hashbrown v0.15.0
2862024-10-19T03:31:56.872Z Downloaded http v0.2.12
2872024-10-19T03:31:56.878Z Downloaded memchr v2.7.4
2882024-10-19T03:31:56.882Z Downloaded aho-corasick v1.1.3
2892024-10-19T03:31:56.888Z Downloaded pest v2.7.14
2902024-10-19T03:31:56.894Z Downloaded hashbrown v0.14.5
2912024-10-19T03:31:56.900Z Downloaded futures-util v0.3.31
2922024-10-19T03:31:56.914Z Downloaded tokio-util v0.7.12
2932024-10-19T03:31:56.921Z Downloaded time v0.3.36
2942024-10-19T03:31:56.929Z Downloaded winnow v0.6.20
2952024-10-19T03:31:56.938Z Downloaded serde_with v3.11.0
2962024-10-19T03:31:56.947Z Downloaded goblin v0.8.2
2972024-10-19T03:31:56.954Z Downloaded syn v2.0.79
2982024-10-19T03:31:56.966Z Downloaded serde_json v1.0.131
2992024-10-19T03:31:56.973Z Downloaded zerocopy v0.7.35
3002024-10-19T03:31:56.991Z Downloaded reqwest v0.12.8
3012024-10-19T03:31:57.000Z Downloaded rustls-webpki v0.102.8
3022024-10-19T03:31:57.020Z Downloaded vcpkg v0.2.15
3032024-10-19T03:31:57.061Z Downloaded regex v1.11.0
3042024-10-19T03:31:57.082Z Downloaded openssl v0.10.68
3052024-10-19T03:31:57.092Z Downloaded rustls v0.21.12
3062024-10-19T03:31:57.104Z Downloaded rustls v0.22.4
3072024-10-19T03:31:57.118Z Downloaded regress v0.10.1
3082024-10-19T03:31:57.127Z Downloaded openapiv3 v2.0.0
3092024-10-19T03:31:57.139Z Downloaded regress v0.9.1
3102024-10-19T03:31:57.148Z Downloaded encoding_rs v0.8.34
3112024-10-19T03:31:57.172Z Downloaded regex-syntax v0.8.5
3122024-10-19T03:31:57.180Z Downloaded regex-automata v0.4.8
3132024-10-19T03:31:57.197Z Downloaded webpki-roots v0.25.4
3142024-10-19T03:31:57.200Z Downloaded tokio v1.40.0
3152024-10-19T03:31:57.239Z Downloaded libc v0.2.161
3162024-10-19T03:31:57.267Z Downloaded idna v0.5.0
3172024-10-19T03:31:57.274Z Downloaded unicode-normalization v0.1.24
3182024-10-19T03:31:57.277Z Downloaded h2 v0.4.6
3192024-10-19T03:31:57.284Z Downloaded h2 v0.3.26
3202024-10-19T03:31:57.290Z Downloaded chrono v0.4.38
3212024-10-19T03:31:57.297Z Downloaded rustls-webpki v0.101.7
3222024-10-19T03:31:57.312Z Downloaded reqwest v0.11.27
3232024-10-19T03:31:57.321Z Downloaded hyper v1.5.0
3242024-10-19T03:31:57.328Z Downloaded hyper v0.14.31
3252024-10-19T03:31:57.338Z Downloaded crossbeam-channel v0.5.13
3262024-10-19T03:31:57.341Z Downloaded iana-time-zone v0.1.61
3272024-10-19T03:31:57.343Z Downloaded unicode-bidi v0.3.17
3282024-10-19T03:31:57.346Z Downloaded cc v1.1.30
3292024-10-19T03:31:57.350Z Downloaded base64 v0.22.1
3302024-10-19T03:31:57.353Z Downloaded ryu v1.0.18
3312024-10-19T03:31:57.357Z Downloaded sha2 v0.10.8
3322024-10-19T03:31:57.359Z Downloaded serde_derive v1.0.210
3332024-10-19T03:31:57.362Z Downloaded proc-macro2 v1.0.88
3342024-10-19T03:31:57.369Z Downloaded log v0.4.22
3352024-10-19T03:31:57.372Z Downloaded darling_core v0.20.10
3362024-10-19T03:31:57.376Z Downloaded toml v0.8.19
3372024-10-19T03:31:57.379Z Downloaded http v1.1.0
3382024-10-19T03:31:57.383Z Downloaded bytes v1.7.2
3392024-10-19T03:31:57.387Z Downloaded ipnet v2.10.1
3402024-10-19T03:31:57.389Z Downloaded zerocopy-derive v0.7.35
3412024-10-19T03:31:57.393Z Downloaded mio v1.0.2
3422024-10-19T03:31:57.398Z Downloaded strsim v0.11.1
3432024-10-19T03:31:57.401Z Downloaded thiserror v1.0.64
3442024-10-19T03:31:57.405Z Downloaded structmeta v0.3.0
3452024-10-19T03:31:57.407Z Downloaded rand_core v0.6.4
3462024-10-19T03:31:57.407Z Downloaded pest_derive v2.7.14
3472024-10-19T03:31:57.410Z Downloaded parse-display-derive v0.10.0
3482024-10-19T03:31:57.412Z Downloaded thread_local v1.1.8
3492024-10-19T03:31:57.412Z Downloaded smallvec v1.13.2
3502024-10-19T03:31:57.415Z Downloaded dyn-clone v1.0.17
3512024-10-19T03:31:57.418Z Downloaded dof v0.3.0
3522024-10-19T03:31:57.418Z Downloaded dirs-next v2.0.0
3532024-10-19T03:31:57.420Z Downloaded hostname v0.3.1
3542024-10-19T03:31:57.420Z Downloaded ring v0.17.8
3552024-10-19T03:31:57.489Z Downloaded schemars_derive v0.8.21
3562024-10-19T03:31:57.491Z Downloaded plain v0.2.3
3572024-10-19T03:31:57.491Z Downloaded backoff v0.4.0
3582024-10-19T03:31:57.494Z Downloaded futures-macro v0.3.31
3592024-10-19T03:31:57.494Z Downloaded form_urlencoded v1.2.1
3602024-10-19T03:31:57.494Z Downloaded digest v0.10.7
3612024-10-19T03:31:57.498Z Downloaded debug-ignore v1.0.5
3622024-10-19T03:31:57.498Z Downloaded equivalent v1.0.1
3632024-10-19T03:31:57.501Z Downloaded serde_derive_internals v0.29.1
3642024-10-19T03:31:57.501Z Downloaded pin-project-lite v0.2.14
3652024-10-19T03:31:57.503Z Downloaded indexmap v1.9.3
3662024-10-19T03:31:57.506Z Downloaded allocator-api2 v0.2.18
3672024-10-19T03:31:57.509Z Downloaded sct v0.7.1
3682024-10-19T03:31:57.512Z Downloaded quote v1.0.37
3692024-10-19T03:31:57.514Z Downloaded futures-core v0.3.31
3702024-10-19T03:31:57.516Z Downloaded serde_urlencoded v0.7.1
3712024-10-19T03:31:57.517Z Downloaded powerfmt v0.2.0
3722024-10-19T03:31:57.519Z Downloaded httparse v1.9.5
3732024-10-19T03:31:57.522Z Downloaded crossbeam-utils v0.8.20
3742024-10-19T03:31:57.524Z Downloaded bitflags v2.6.0
3752024-10-19T03:31:57.527Z Downloaded async-stream-impl v0.3.6
3762024-10-19T03:31:57.527Z Downloaded slog-async v2.8.0
3772024-10-19T03:31:57.530Z Downloaded shlex v1.3.0
3782024-10-19T03:31:57.530Z Downloaded rand_chacha v0.3.1
3792024-10-19T03:31:57.530Z Downloaded zeroize v1.8.1
3802024-10-19T03:31:57.533Z Downloaded macaddr v1.0.1
3812024-10-19T03:31:57.533Z Downloaded newtype-uuid v1.1.2
3822024-10-19T03:31:57.533Z Downloaded memmap v0.7.0
3832024-10-19T03:31:57.535Z Downloaded async-stream v0.3.6
3842024-10-19T03:31:57.538Z Downloaded pest_generator v2.7.14
3852024-10-19T03:31:57.538Z Downloaded camino v1.1.9
3862024-10-19T03:31:57.541Z Downloaded generic-array v0.14.7
3872024-10-19T03:31:57.541Z Downloaded dirs-sys-next v0.1.2
3882024-10-19T03:31:57.541Z Downloaded fnv v1.0.7
3892024-10-19T03:31:57.544Z Downloaded tracing-core v0.1.32
3902024-10-19T03:31:57.671Z Compiling proc-macro2 v1.0.88
3912024-10-19T03:31:57.674Z Compiling unicode-ident v1.0.13
3922024-10-19T03:31:57.674Z Compiling libc v0.2.161
3932024-10-19T03:31:57.674Z Checking cfg-if v1.0.0
3942024-10-19T03:31:57.674Z Compiling autocfg v1.4.0
3952024-10-19T03:31:57.674Z Compiling serde v1.0.210
3962024-10-19T03:31:57.674Z Compiling version_check v0.9.5
3972024-10-19T03:31:57.686Z Checking memchr v2.7.4
3982024-10-19T03:31:57.755Z Checking itoa v1.0.11
3992024-10-19T03:31:57.864Z Compiling serde_json v1.0.131
4002024-10-19T03:31:58.297Z Checking once_cell v1.20.2
4012024-10-19T03:31:58.336Z Compiling thiserror v1.0.64
4022024-10-19T03:31:58.343Z Checking pin-project-lite v0.2.14
4032024-10-19T03:31:58.433Z Checking bytes v1.7.2
4042024-10-19T03:31:58.558Z Compiling shlex v1.3.0
4052024-10-19T03:31:58.582Z Checking futures-core v0.3.31
4062024-10-19T03:31:58.933Z Compiling cc v1.1.30
4072024-10-19T03:31:59.018Z Compiling num-traits v0.2.19
4082024-10-19T03:31:59.106Z Checking getrandom v0.2.15
4092024-10-19T03:31:59.141Z Compiling lock_api v0.4.12
4102024-10-19T03:31:59.155Z Checking ryu v1.0.18
4112024-10-19T03:31:59.172Z Compiling quote v1.0.37
4122024-10-19T03:31:59.298Z Compiling parking_lot_core v0.9.10
4132024-10-19T03:31:59.357Z Checking log v0.4.22
4142024-10-19T03:31:59.419Z Checking smallvec v1.13.2
4152024-10-19T03:31:59.569Z Compiling syn v2.0.79
4162024-10-19T03:31:59.600Z Checking scopeguard v1.2.0
4172024-10-19T03:31:59.608Z Compiling slab v0.4.9
4182024-10-19T03:31:59.758Z Checking fnv v1.0.7
4192024-10-19T03:31:59.865Z Checking futures-sink v0.3.31
4202024-10-19T03:31:59.894Z Checking socket2 v0.5.7
4212024-10-19T03:31:59.979Z Checking mio v1.0.2
4222024-10-19T03:31:59.987Z Checking signal-hook-registry v1.4.2
4232024-10-19T03:32:00.070Z Compiling byteorder v1.5.0
4242024-10-19T03:32:00.120Z Checking parking_lot v0.12.3
4252024-10-19T03:32:00.340Z Compiling ahash v0.8.11
4262024-10-19T03:32:00.390Z Compiling schemars v0.8.21
4272024-10-19T03:32:00.445Z Checking hashbrown v0.15.0
4282024-10-19T03:32:00.469Z Checking equivalent v1.0.1
4292024-10-19T03:32:00.549Z Checking futures-channel v0.3.31
4302024-10-19T03:32:00.557Z Checking futures-io v0.3.31
4312024-10-19T03:32:00.703Z Checking futures-task v0.3.31
4322024-10-19T03:32:00.760Z Checking pin-utils v0.1.0
4332024-10-19T03:32:00.768Z Checking tracing-core v0.1.32
4342024-10-19T03:32:00.836Z Compiling httparse v1.9.5
4352024-10-19T03:32:00.893Z Checking spin v0.9.8
4362024-10-19T03:32:00.915Z Compiling heck v0.5.0
4372024-10-19T03:32:00.928Z Compiling semver v1.0.23
4382024-10-19T03:32:01.093Z Checking http v1.1.0
4392024-10-19T03:32:01.421Z Checking tracing v0.1.40
4402024-10-19T03:32:01.470Z Checking untrusted v0.9.0
4412024-10-19T03:32:01.503Z Checking iana-time-zone v0.1.61
4422024-10-19T03:32:01.604Z Checking try-lock v0.2.5
4432024-10-19T03:32:01.717Z Compiling ucd-trie v0.1.7
4442024-10-19T03:32:01.720Z Checking want v0.3.1
4452024-10-19T03:32:01.934Z Compiling ring v0.17.8
4462024-10-19T03:32:02.019Z Compiling pkg-config v0.3.31
4472024-10-19T03:32:02.040Z Compiling vcpkg v0.2.15
4482024-10-19T03:32:02.229Z Checking httpdate v1.0.3
4492024-10-19T03:32:02.483Z Compiling allocator-api2 v0.2.18
4502024-10-19T03:32:02.578Z Checking dyn-clone v1.0.17
4512024-10-19T03:32:03.044Z Compiling uuid v1.11.0
4522024-10-19T03:32:03.270Z Checking tower-service v0.3.3
4532024-10-19T03:32:03.369Z Checking atomic-waker v1.1.2
4542024-10-19T03:32:03.452Z Compiling slog v2.7.0
4552024-10-19T03:32:03.599Z Compiling chrono v0.4.38
4562024-10-19T03:32:03.652Z Checking tinyvec_macros v0.1.1
4572024-10-19T03:32:03.718Z Checking percent-encoding v2.3.1
4582024-10-19T03:32:03.759Z Compiling openssl-sys v0.9.104
4592024-10-19T03:32:03.828Z Checking tinyvec v1.8.0
4602024-10-19T03:32:03.903Z Checking form_urlencoded v1.2.1
4612024-10-19T03:32:03.970Z Checking http-body v1.0.1
4622024-10-19T03:32:04.079Z Compiling aho-corasick v1.1.3
4632024-10-19T03:32:04.147Z Compiling regex-syntax v0.8.5
4642024-10-19T03:32:05.106Z Compiling typenum v1.17.0
4652024-10-19T03:32:05.439Z Checking unicode-normalization v0.1.24
4662024-10-19T03:32:06.070Z Checking http v0.2.12
4672024-10-19T03:32:06.199Z Compiling generic-array v0.14.7
4682024-10-19T03:32:06.363Z Checking mime v0.3.17
4692024-10-19T03:32:06.529Z Compiling serde_derive_internals v0.29.1
4702024-10-19T03:32:06.664Z Compiling openssl v0.10.68
4712024-10-19T03:32:07.194Z Checking unicode-bidi v0.3.17
4722024-10-19T03:32:07.455Z Checking foreign-types-shared v0.1.1
4732024-10-19T03:32:07.820Z Compiling regex-automata v0.4.8
4742024-10-19T03:32:08.427Z Checking idna v0.5.0
4752024-10-19T03:32:08.608Z Checking foreign-types v0.3.2
4762024-10-19T03:32:09.265Z Compiling usdt-impl v0.5.0
4772024-10-19T03:32:09.638Z Compiling native-tls v0.2.12
4782024-10-19T03:32:09.659Z Checking bitflags v2.6.0
4792024-10-19T03:32:09.890Z Checking powerfmt v0.2.0
4802024-10-19T03:32:09.979Z Compiling num-conv v0.1.0
4812024-10-19T03:32:10.018Z Compiling time-core v0.1.2
4822024-10-19T03:32:10.029Z Compiling rustls v0.21.12
4832024-10-19T03:32:10.148Z Checking deranged v0.3.11
4842024-10-19T03:32:10.234Z Compiling time-macros v0.2.18
4852024-10-19T03:32:10.419Z Compiling thread-id v4.2.2
4862024-10-19T03:32:10.488Z Checking url v2.5.2
4872024-10-19T03:32:10.517Z Checking rustls-webpki v0.101.7
4882024-10-19T03:32:11.194Z Checking sct v0.7.1
4892024-10-19T03:32:11.265Z Checking http-body v0.4.6
4902024-10-19T03:32:11.339Z Checking ipnet v2.10.1
4912024-10-19T03:32:11.382Z Compiling crossbeam-utils v0.8.20
4922024-10-19T03:32:11.633Z Checking rustls-pki-types v1.10.0
4932024-10-19T03:32:11.765Z Checking num_threads v0.1.7
4942024-10-19T03:32:11.868Z Compiling regex v1.11.0
4952024-10-19T03:32:11.946Z Compiling serde_derive v1.0.210
4962024-10-19T03:32:11.954Z Compiling zerocopy-derive v0.7.35
4972024-10-19T03:32:11.980Z Compiling thiserror-impl v1.0.64
4982024-10-19T03:32:12.183Z Compiling tokio-macros v2.4.0
4992024-10-19T03:32:12.858Z Compiling futures-macro v0.3.31
5002024-10-19T03:32:13.248Z Compiling schemars_derive v0.8.21
5012024-10-19T03:32:13.310Z Compiling openssl-macros v0.1.1
5022024-10-19T03:32:13.720Z Checking tokio v1.40.0
5032024-10-19T03:32:13.954Z Compiling zerocopy v0.7.35
5042024-10-19T03:32:14.768Z Checking futures-util v0.3.31
5052024-10-19T03:32:14.847Z Compiling pest v2.7.14
5062024-10-19T03:32:15.706Z Compiling scroll_derive v0.12.0
5072024-10-19T03:32:16.022Z Compiling hashbrown v0.14.5
5082024-10-19T03:32:17.211Z Checking scroll v0.12.0
5092024-10-19T03:32:17.228Z Checking regress v0.10.1
5102024-10-19T03:32:17.384Z Compiling pest_meta v2.7.14
5112024-10-19T03:32:20.817Z Compiling pest_generator v2.7.14
5122024-10-19T03:32:21.054Z Checking tokio-util v0.7.12
5132024-10-19T03:32:21.232Z Checking http-body-util v0.1.2
5142024-10-19T03:32:21.647Z Compiling ident_case v1.0.1
5152024-10-19T03:32:21.814Z Checking plain v0.2.3
5162024-10-19T03:32:22.084Z Compiling strsim v0.11.1
5172024-10-19T03:32:22.086Z Checking openssl-probe v0.1.5
5182024-10-19T03:32:22.114Z Checking base64 v0.22.1
5192024-10-19T03:32:22.412Z Compiling darling_core v0.20.10
5202024-10-19T03:32:22.548Z Compiling pest_derive v2.7.14
5212024-10-19T03:32:22.583Z Checking time v0.3.36
5222024-10-19T03:32:22.852Z Checking goblin v0.8.2
5232024-10-19T03:32:23.412Z Compiling dtrace-parser v0.2.0
5242024-10-19T03:32:24.819Z Checking indexmap v2.6.0
5252024-10-19T03:32:25.213Z Checking serde_urlencoded v0.7.1
5262024-10-19T03:32:26.022Z Compiling serde_tokenstream v0.2.2
5272024-10-19T03:32:26.099Z Checking h2 v0.4.6
5282024-10-19T03:32:26.801Z Checking h2 v0.3.26
5292024-10-19T03:32:28.042Z Compiling dof v0.3.0
5302024-10-19T03:32:28.625Z Compiling openapiv3 v2.0.0
5312024-10-19T03:32:28.838Z Checking typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
5322024-10-19T03:32:28.949Z Checking dirs-sys-next v0.1.2
5332024-10-19T03:32:29.115Z Checking sync_wrapper v1.0.1
5342024-10-19T03:32:29.636Z Checking encoding_rs v0.8.34
5352024-10-19T03:32:30.364Z Checking hyper v1.5.0
5362024-10-19T03:32:30.924Z Checking hyper v0.14.31
5372024-10-19T03:32:31.303Z Compiling omicron-workspace-hack v0.1.0
5382024-10-19T03:32:31.314Z Checking pretty-hex v0.4.1
5392024-10-19T03:32:31.481Z Compiling unsafe-libyaml v0.2.11
5402024-10-19T03:32:31.623Z Compiling rustversion v1.0.18
5412024-10-19T03:32:31.997Z Compiling rustls v0.22.4
5422024-10-19T03:32:32.288Z Compiling paste v1.0.15
5432024-10-19T03:32:32.439Z Checking hyper-util v0.1.9
5442024-10-19T03:32:32.470Z Checking dirs-next v2.0.0
5452024-10-19T03:32:32.588Z Checking tokio-rustls v0.24.1
5462024-10-19T03:32:32.838Z Compiling serde_yaml v0.9.34+deprecated
5472024-10-19T03:32:32.879Z Compiling darling_macro v0.20.10
5482024-10-19T03:32:33.218Z Checking toml_datetime v0.6.8
5492024-10-19T03:32:33.375Z Checking serde_spanned v0.6.8
5502024-10-19T03:32:33.508Z Checking tokio-native-tls v0.3.1
5512024-10-19T03:32:33.549Z Checking ppv-lite86 v0.2.20
5522024-10-19T03:32:33.618Z Checking rustls-webpki v0.102.8
5532024-10-19T03:32:33.746Z Compiling structmeta-derive v0.3.0
5542024-10-19T03:32:33.863Z Checking crypto-common v0.1.6
5552024-10-19T03:32:34.023Z Checking block-buffer v0.10.4
5562024-10-19T03:32:34.117Z Checking reqwest v0.12.8
5572024-10-19T03:32:34.197Z Checking rand_core v0.6.4
5582024-10-19T03:32:34.353Z Checking thread_local v1.1.8
5592024-10-19T03:32:34.403Z Compiling multer v3.1.0
5602024-10-19T03:32:34.411Z Compiling newtype-uuid v1.1.2
5612024-10-19T03:32:34.466Z Checking winnow v0.6.20
5622024-10-19T03:32:34.638Z Checking base64 v0.21.7
5632024-10-19T03:32:34.719Z Compiling anyhow v1.0.90
5642024-10-19T03:32:34.730Z Compiling slog-async v2.8.0
5652024-10-19T03:32:35.100Z Compiling camino v1.1.9
5662024-10-19T03:32:35.110Z Checking match_cfg v0.1.0
5672024-10-19T03:32:35.188Z Checking zeroize v1.8.1
5682024-10-19T03:32:35.253Z Checking subtle v2.6.1
5692024-10-19T03:32:35.458Z Checking hostname v0.3.1
5702024-10-19T03:32:35.465Z Checking progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#2f32cdef)
5712024-10-19T03:32:35.579Z Checking rustls-pemfile v1.0.4
5722024-10-19T03:32:35.772Z Checking rand_chacha v0.3.1
5732024-10-19T03:32:35.785Z Checking hyper-tls v0.5.0
5742024-10-19T03:32:36.041Z Checking hyper-rustls v0.24.2
5752024-10-19T03:32:36.102Z Checking digest v0.10.7
5762024-10-19T03:32:36.286Z Compiling darling v0.20.10
5772024-10-19T03:32:36.318Z Checking crossbeam-channel v0.5.13
5782024-10-19T03:32:36.391Z Compiling structmeta v0.3.0
5792024-10-19T03:32:36.421Z Checking term v0.7.0
5802024-10-19T03:32:36.769Z Compiling usdt-macro v0.5.0
5812024-10-19T03:32:36.838Z Compiling usdt-attr-macro v0.5.0
5822024-10-19T03:32:37.029Z Checking slog-json v2.6.1
5832024-10-19T03:32:37.273Z Checking futures-executor v0.3.31
5842024-10-19T03:32:37.480Z Compiling async-stream-impl v0.3.6
5852024-10-19T03:32:37.505Z Checking memmap v0.7.0
5862024-10-19T03:32:37.562Z Checking toml_edit v0.22.22
5872024-10-19T03:32:37.687Z Checking is-terminal v0.4.13
5882024-10-19T03:32:37.770Z Compiling dropshot v0.12.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e57aad3a)
5892024-10-19T03:32:37.793Z Checking sync_wrapper v0.1.2
5902024-10-19T03:32:37.899Z Checking webpki-roots v0.25.4
5912024-10-19T03:32:38.020Z Checking take_mut v0.2.2
5922024-10-19T03:32:38.046Z Checking cpufeatures v0.2.14
5932024-10-19T03:32:38.128Z Checking sha1 v0.10.6
5942024-10-19T03:32:38.170Z Checking reqwest v0.11.27
5952024-10-19T03:32:38.266Z Checking usdt v0.5.0
5962024-10-19T03:32:38.379Z Checking slog-term v2.9.1
5972024-10-19T03:32:38.430Z Compiling strum_macros v0.26.4
5982024-10-19T03:32:38.496Z Checking futures v0.3.31
5992024-10-19T03:32:38.596Z Checking slog-bunyan v2.5.0
6002024-10-19T03:32:38.746Z Compiling parse-display-derive v0.10.0
6012024-10-19T03:32:38.799Z Checking async-stream v0.3.6
6022024-10-19T03:32:38.848Z Compiling serde_with_macros v3.11.0
6032024-10-19T03:32:38.991Z Checking rand v0.8.5
6042024-10-19T03:32:39.087Z Checking tokio-rustls v0.25.0
6052024-10-19T03:32:40.113Z Checking toml v0.8.19
6062024-10-19T03:32:40.121Z Checking ipnetwork v0.20.0
6072024-10-19T03:32:40.196Z Compiling dropshot_endpoint v0.12.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e57aad3a)
6082024-10-19T03:32:40.399Z Checking serde_path_to_error v0.1.16
6092024-10-19T03:32:40.480Z Checking hex v0.4.3
6102024-10-19T03:32:40.825Z Checking rustls-pemfile v2.2.0
6112024-10-19T03:32:41.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
6122024-10-19T03:32:41.025Z Compiling async-trait v0.1.83
6132024-10-19T03:32:41.036Z Checking waitgroup v0.1.2
6142024-10-19T03:32:41.152Z Checking hostname v0.4.0
6152024-10-19T03:32:41.276Z Checking instant v0.1.13
6162024-10-19T03:32:41.379Z Checking debug-ignore v1.0.5
6172024-10-19T03:32:41.460Z Checking serde_with v3.11.0
6182024-10-19T03:32:41.501Z Checking backoff v0.4.0
6192024-10-19T03:32:41.782Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
6202024-10-19T03:32:41.808Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
6212024-10-19T03:32:41.912Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
6222024-10-19T03:32:41.935Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
6232024-10-19T03:32:42.246Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
6242024-10-19T03:32:42.573Z Checking macaddr v1.0.1
6252024-10-19T03:32:42.723Z Checking parse-display v0.10.0
6262024-10-19T03:32:42.836Z Checking regress v0.9.1
6272024-10-19T03:32:42.923Z Checking strum v0.26.3
6282024-10-19T03:32:43.442Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
6292024-10-19T03:32:45.467Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#906c1dad)
6302024-10-19T03:32:45.526Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#2f32cdef)
6312024-10-19T03:32:48.068Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#2f32cdef)
6322024-10-19T03:32:53.343Z Checking progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#2f32cdef)
6332024-10-19T03:32:53.436Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
6342024-10-19T03:32:54.279Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
6352024-10-19T03:32:54.279Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
6362024-10-19T03:32:54.279Z |
6372024-10-19T03:32:54.279Z19 | );
6382024-10-19T03:32:54.279Z | ^ 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>>`
6392024-10-19T03:32:54.279Z |
6402024-10-19T03:32:54.279Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
6412024-10-19T03:32:54.279Z = help: the following other types implement trait `From<T>`:
6422024-10-19T03:32:54.279Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
6432024-10-19T03:32:54.279Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
6442024-10-19T03:32:54.279Z = note: required for `Result<ResponseValue<std::vec::Vec<BfdPeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
6452024-10-19T03:32:54.279Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
6462024-10-19T03:32:54.279Z
6472024-10-19T03:32:54.310Zerror[E0308]: mismatched types
6482024-10-19T03:32:54.310Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
6492024-10-19T03:32:54.310Z |
6502024-10-19T03:32:54.310Z5 | / progenitor::generate_api!(
6512024-10-19T03:32:54.310Z6 | | spec = "../openapi/mg-admin.json",
6522024-10-19T03:32:54.310Z7 | | inner_type = slog::Logger,
6532024-10-19T03:32:54.310Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
6542024-10-19T03:32:54.310Z... |
6552024-10-19T03:32:54.310Z18 | | derives = [schemars::JsonSchema],
6562024-10-19T03:32:54.310Z19 | | );
6572024-10-19T03:32:54.310Z | | ^
6582024-10-19T03:32:54.310Z | | |
6592024-10-19T03:32:54.310Z | |_expected `Response`, found a different `Response`
6602024-10-19T03:32:54.310Z | arguments to this function are incorrect
6612024-10-19T03:32:54.313Z |
6622024-10-19T03:32:54.313Z = note: `Response` and `Response` have similar names, but are actually distinct types
6632024-10-19T03:32:54.313Znote: `Response` is defined in crate `reqwest`
6642024-10-19T03:32:54.313Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
6652024-10-19T03:32:54.313Z |
6662024-10-19T03:32:54.313Z25 | pub struct Response {
6672024-10-19T03:32:54.313Z | ^^^^^^^^^^^^^^^^^^^
6682024-10-19T03:32:54.313Znote: `Response` is defined in crate `reqwest`
6692024-10-19T03:32:54.313Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
6702024-10-19T03:32:54.313Z |
6712024-10-19T03:32:54.313Z29 | pub struct Response {
6722024-10-19T03:32:54.313Z | ^^^^^^^^^^^^^^^^^^^
6732024-10-19T03:32:54.313Z = note: perhaps two different versions of crate `reqwest` are being used?
6742024-10-19T03:32:54.313Znote: associated function defined here
6752024-10-19T03:32:54.313Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-client/src/progenitor_client.rs:66:18
6762024-10-19T03:32:54.313Z |
6772024-10-19T03:32:54.313Z66 | pub async fn from_response<E: std::fmt::Debug>(
6782024-10-19T03:32:54.313Z | ^^^^^^^^^^^^^
6792024-10-19T03:32:54.313Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
6802024-10-19T03:32:54.313Z
6812024-10-19T03:32:54.316Zerror[E0308]: mismatched types
6822024-10-19T03:32:54.316Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
6832024-10-19T03:32:54.316Z |
6842024-10-19T03:32:54.316Z5 | / progenitor::generate_api!(
6852024-10-19T03:32:54.317Z6 | | spec = "../openapi/mg-admin.json",
6862024-10-19T03:32:54.317Z7 | | inner_type = slog::Logger,
6872024-10-19T03:32:54.317Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
6882024-10-19T03:32:54.317Z... |
6892024-10-19T03:32:54.317Z18 | | derives = [schemars::JsonSchema],
6902024-10-19T03:32:54.317Z19 | | );
6912024-10-19T03:32:54.317Z | | ^
6922024-10-19T03:32:54.317Z | | |
6932024-10-19T03:32:54.317Z | |_expected `Response`, found a different `Response`
6942024-10-19T03:32:54.317Z | arguments to this enum variant are incorrect
6952024-10-19T03:32:54.317Z |
6962024-10-19T03:32:54.317Z = note: `Response` and `Response` have similar names, but are actually distinct types
6972024-10-19T03:32:54.317Znote: `Response` is defined in crate `reqwest`
6982024-10-19T03:32:54.317Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
6992024-10-19T03:32:54.317Z |
7002024-10-19T03:32:54.317Z25 | pub struct Response {
7012024-10-19T03:32:54.317Z | ^^^^^^^^^^^^^^^^^^^
7022024-10-19T03:32:54.317Znote: `Response` is defined in crate `reqwest`
7032024-10-19T03:32:54.317Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
7042024-10-19T03:32:54.317Z |
7052024-10-19T03:32:54.317Z29 | pub struct Response {
7062024-10-19T03:32:54.317Z | ^^^^^^^^^^^^^^^^^^^
7072024-10-19T03:32:54.317Z = note: perhaps two different versions of crate `reqwest` are being used?
7082024-10-19T03:32:54.317Znote: tuple variant defined here
7092024-10-19T03:32:54.317Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-client/src/progenitor_client.rs:257:5
7102024-10-19T03:32:54.317Z |
7112024-10-19T03:32:54.317Z257 | UnexpectedResponse(reqwest::Response),
7122024-10-19T03:32:54.317Z | ^^^^^^^^^^^^^^^^^^
7132024-10-19T03:32:54.317Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7142024-10-19T03:32:54.317Z
7152024-10-19T03:32:54.321Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7162024-10-19T03:32:54.321Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7172024-10-19T03:32:54.321Z |
7182024-10-19T03:32:54.321Z19 | );
7192024-10-19T03:32:54.321Z | ^ 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>>`
7202024-10-19T03:32:54.321Z |
7212024-10-19T03:32:54.321Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7222024-10-19T03:32:54.321Z = help: the following other types implement trait `From<T>`:
7232024-10-19T03:32:54.321Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7242024-10-19T03:32:54.321Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7252024-10-19T03:32:54.321Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7262024-10-19T03:32:54.321Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7272024-10-19T03:32:54.321Z
7282024-10-19T03:32:54.325Zerror[E0308]: mismatched types
7292024-10-19T03:32:54.325Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1
7302024-10-19T03:32:54.325Z |
7312024-10-19T03:32:54.325Z5 | / progenitor::generate_api!(
7322024-10-19T03:32:54.326Z6 | | spec = "../openapi/mg-admin.json",
7332024-10-19T03:32:54.326Z7 | | inner_type = slog::Logger,
7342024-10-19T03:32:54.326Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
7352024-10-19T03:32:54.326Z... |
7362024-10-19T03:32:54.326Z18 | | derives = [schemars::JsonSchema],
7372024-10-19T03:32:54.326Z19 | | );
7382024-10-19T03:32:54.328Z | | ^
7392024-10-19T03:32:54.328Z | | |
7402024-10-19T03:32:54.328Z | |_expected `Response`, found a different `Response`
7412024-10-19T03:32:54.328Z | arguments to this function are incorrect
7422024-10-19T03:32:54.328Z |
7432024-10-19T03:32:54.328Z = note: `Response` and `Response` have similar names, but are actually distinct types
7442024-10-19T03:32:54.328Znote: `Response` is defined in crate `reqwest`
7452024-10-19T03:32:54.328Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
7462024-10-19T03:32:54.329Z |
7472024-10-19T03:32:54.329Z25 | pub struct Response {
7482024-10-19T03:32:54.329Z | ^^^^^^^^^^^^^^^^^^^
7492024-10-19T03:32:54.329Znote: `Response` is defined in crate `reqwest`
7502024-10-19T03:32:54.329Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
7512024-10-19T03:32:54.329Z |
7522024-10-19T03:32:54.329Z29 | pub struct Response {
7532024-10-19T03:32:54.329Z | ^^^^^^^^^^^^^^^^^^^
7542024-10-19T03:32:54.329Z = note: perhaps two different versions of crate `reqwest` are being used?
7552024-10-19T03:32:54.329Znote: associated function defined here
7562024-10-19T03:32:54.329Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/2f32cde/progenitor-client/src/progenitor_client.rs:121:12
7572024-10-19T03:32:54.329Z |
7582024-10-19T03:32:54.329Z121 | pub fn empty(response: reqwest::Response) -> Self {
7592024-10-19T03:32:54.329Z | ^^^^^
7602024-10-19T03:32:54.329Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7612024-10-19T03:32:54.329Z
7622024-10-19T03:32:54.341Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7632024-10-19T03:32:54.341Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7642024-10-19T03:32:54.341Z |
7652024-10-19T03:32:54.341Z19 | );
7662024-10-19T03:32:54.341Z | ^ 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>>`
7672024-10-19T03:32:54.341Z |
7682024-10-19T03:32:54.341Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7692024-10-19T03:32:54.341Z = help: the following other types implement trait `From<T>`:
7702024-10-19T03:32:54.341Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7712024-10-19T03:32:54.341Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7722024-10-19T03:32:54.341Z = note: required for `Result<ResponseValue<CheckerSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7732024-10-19T03:32:54.341Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7742024-10-19T03:32:54.341Z
7752024-10-19T03:32:54.374Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7762024-10-19T03:32:54.374Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7772024-10-19T03:32:54.374Z |
7782024-10-19T03:32:54.374Z19 | );
7792024-10-19T03:32:54.374Z | ^ 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>>`
7802024-10-19T03:32:54.374Z |
7812024-10-19T03:32:54.374Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7822024-10-19T03:32:54.375Z = help: the following other types implement trait `From<T>`:
7832024-10-19T03:32:54.375Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7842024-10-19T03:32:54.375Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7852024-10-19T03:32:54.375Z = note: required for `Result<ResponseValue<Neighbor>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7862024-10-19T03:32:54.375Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7872024-10-19T03:32:54.375Z
7882024-10-19T03:32:54.411Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
7892024-10-19T03:32:54.411Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
7902024-10-19T03:32:54.411Z |
7912024-10-19T03:32:54.411Z19 | );
7922024-10-19T03:32:54.411Z | ^ 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>>`
7932024-10-19T03:32:54.411Z |
7942024-10-19T03:32:54.411Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
7952024-10-19T03:32:54.411Z = help: the following other types implement trait `From<T>`:
7962024-10-19T03:32:54.411Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
7972024-10-19T03:32:54.411Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
7982024-10-19T03:32:54.411Z = note: required for `Result<ResponseValue<std::vec::Vec<Neighbor>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
7992024-10-19T03:32:54.411Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8002024-10-19T03:32:54.411Z
8012024-10-19T03:32:54.418Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8022024-10-19T03:32:54.419Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8032024-10-19T03:32:54.419Z |
8042024-10-19T03:32:54.419Z19 | );
8052024-10-19T03:32:54.419Z | ^ 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>>`
8062024-10-19T03:32:54.419Z |
8072024-10-19T03:32:54.419Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8082024-10-19T03:32:54.419Z = help: the following other types implement trait `From<T>`:
8092024-10-19T03:32:54.419Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8102024-10-19T03:32:54.419Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8112024-10-19T03:32:54.419Z = note: required for `Result<ResponseValue<Origin4>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8122024-10-19T03:32:54.419Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8132024-10-19T03:32:54.419Z
8142024-10-19T03:32:54.452Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8152024-10-19T03:32:54.452Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8162024-10-19T03:32:54.452Z |
8172024-10-19T03:32:54.452Z19 | );
8182024-10-19T03:32:54.452Z | ^ 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>>`
8192024-10-19T03:32:54.452Z |
8202024-10-19T03:32:54.452Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8212024-10-19T03:32:54.452Z = help: the following other types implement trait `From<T>`:
8222024-10-19T03:32:54.452Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8232024-10-19T03:32:54.452Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8242024-10-19T03:32:54.453Z = note: required for `Result<ResponseValue<Router>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8252024-10-19T03:32:54.453Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8262024-10-19T03:32:54.453Z
8272024-10-19T03:32:54.485Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8282024-10-19T03:32:54.485Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8292024-10-19T03:32:54.485Z |
8302024-10-19T03:32:54.485Z19 | );
8312024-10-19T03:32:54.485Z | ^ 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>>`
8322024-10-19T03:32:54.485Z |
8332024-10-19T03:32:54.485Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8342024-10-19T03:32:54.485Z = help: the following other types implement trait `From<T>`:
8352024-10-19T03:32:54.485Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8362024-10-19T03:32:54.485Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8372024-10-19T03:32:54.485Z = note: required for `Result<ResponseValue<std::vec::Vec<Router>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8382024-10-19T03:32:54.485Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8392024-10-19T03:32:54.485Z
8402024-10-19T03:32:54.493Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8412024-10-19T03:32:54.493Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8422024-10-19T03:32:54.493Z |
8432024-10-19T03:32:54.493Z19 | );
8442024-10-19T03:32:54.493Z | ^ 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>>`
8452024-10-19T03:32:54.493Z |
8462024-10-19T03:32:54.493Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8472024-10-19T03:32:54.493Z = help: the following other types implement trait `From<T>`:
8482024-10-19T03:32:54.493Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8492024-10-19T03:32:54.493Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8502024-10-19T03:32:54.493Z = note: required for `Result<ResponseValue<ShaperSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8512024-10-19T03:32:54.493Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8522024-10-19T03:32:54.493Z
8532024-10-19T03:32:54.530Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8542024-10-19T03:32:54.530Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8552024-10-19T03:32:54.530Z |
8562024-10-19T03:32:54.530Z19 | );
8572024-10-19T03:32:54.530Z | ^ 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>>`
8582024-10-19T03:32:54.530Z |
8592024-10-19T03:32:54.530Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8602024-10-19T03:32:54.530Z = help: the following other types implement trait `From<T>`:
8612024-10-19T03:32:54.530Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8622024-10-19T03:32:54.530Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8632024-10-19T03:32:54.530Z = note: required for `Result<ResponseValue<MessageHistoryResponse>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8642024-10-19T03:32:54.530Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8652024-10-19T03:32:54.530Z
8662024-10-19T03:32:54.548Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8672024-10-19T03:32:54.548Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8682024-10-19T03:32:54.548Z |
8692024-10-19T03:32:54.548Z19 | );
8702024-10-19T03:32:54.548Z | ^ 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>>`
8712024-10-19T03:32:54.548Z |
8722024-10-19T03:32:54.548Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8732024-10-19T03:32:54.548Z = help: the following other types implement trait `From<T>`:
8742024-10-19T03:32:54.548Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8752024-10-19T03:32:54.548Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8762024-10-19T03:32:54.548Z = 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>>`
8772024-10-19T03:32:54.548Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8782024-10-19T03:32:54.548Z
8792024-10-19T03:32:54.558Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8802024-10-19T03:32:54.558Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8812024-10-19T03:32:54.558Z |
8822024-10-19T03:32:54.558Z19 | );
8832024-10-19T03:32:54.558Z | ^ 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>>`
8842024-10-19T03:32:54.558Z |
8852024-10-19T03:32:54.558Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8862024-10-19T03:32:54.558Z = help: the following other types implement trait `From<T>`:
8872024-10-19T03:32:54.558Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
8882024-10-19T03:32:54.558Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
8892024-10-19T03:32:54.558Z = note: required for `Result<ResponseValue<Rib>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
8902024-10-19T03:32:54.558Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
8912024-10-19T03:32:54.558Z
8922024-10-19T03:32:54.567Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
8932024-10-19T03:32:54.567Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
8942024-10-19T03:32:54.567Z |
8952024-10-19T03:32:54.567Z19 | );
8962024-10-19T03:32:54.567Z | ^ 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>>`
8972024-10-19T03:32:54.567Z |
8982024-10-19T03:32:54.567Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8992024-10-19T03:32:54.567Z = help: the following other types implement trait `From<T>`:
9002024-10-19T03:32:54.567Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
9012024-10-19T03:32:54.567Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
9022024-10-19T03:32:54.567Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
9032024-10-19T03:32:54.567Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
9042024-10-19T03:32:54.567Z
9052024-10-19T03:32:54.584Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
9062024-10-19T03:32:54.584Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1
9072024-10-19T03:32:54.584Z |
9082024-10-19T03:32:54.584Z19 | );
9092024-10-19T03:32:54.584Z | ^ 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>>`
9102024-10-19T03:32:54.584Z |
9112024-10-19T03:32:54.584Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9122024-10-19T03:32:54.584Z = help: the following other types implement trait `From<T>`:
9132024-10-19T03:32:54.584Z <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>>
9142024-10-19T03:32:54.584Z <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>>
9152024-10-19T03:32:54.584Z = 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>>`
9162024-10-19T03:32:54.584Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
9172024-10-19T03:32:54.584Z
9182024-10-19T03:32:55.841ZSome errors have detailed explanations: E0277, E0308.
9192024-10-19T03:32:55.841ZFor more information about an error, try `rustc --explain E0277`.
9202024-10-19T03:32:55.879Zerror: could not compile `mg-admin-client` (lib) due to 37 previous errors
9212024-10-19T03:32:55.949Zprocess exited: duration 68060 ms, exit code 101
 
9222024-10-19T03:32:55.955Zfound 0 output files