01KVYESH2183SN2AVHN33WFKMG: no-omicron-deps-in-client-crates

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

Buildomat Job: 01KVYET0E6VWQGPA4JXCYTRG22

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:26.404Zjob assigned to worker 01KVYETE510G7Z4NGE5ZQ5AAWJ [factory aws, i-0fb4f45d8d24725a6] (queued for 54 s)
 
22026-06-25T03:58:33.079Zstarting task 0: "setup"
32026-06-25T03:58:33.084Z++ uname -s
42026-06-25T03:58:33.087Z+ kern=SunOS
52026-06-25T03:58:33.087Z+ build_user=build
62026-06-25T03:58:33.087Z+ build_uid=12345
72026-06-25T03:58:33.087Z+ work_dir=/work
82026-06-25T03:58:33.087Z+ input_dir=/input
92026-06-25T03:58:33.087Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:33.087Z+ case "$kern" in
112026-06-25T03:58:33.087Z+ groupadd -g 12345 build
122026-06-25T03:58:33.090Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:35.095Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:35.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:35.172Z+ home_fs=zfs
162026-06-25T03:58:35.172Z+ [[ zfs == autofs ]]
172026-06-25T03:58:35.172Z+ mkdir -p /home/build
182026-06-25T03:58:35.172Z+ chown build:build /home/build /work
192026-06-25T03:58:37.173Z+ chmod 0700 /home/build /work
202026-06-25T03:58:37.176Zprocess exited: duration 4098 ms, exit code 0
 
212026-06-25T03:58:37.182Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:37.186Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:37.186Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T03:58:37.186Z * rust toolchain channel = "stable"
252026-06-25T03:58:37.186Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T03:58:37.186Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:37.186Z * rust toolchain profile = "default"
282026-06-25T03:58:37.189Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:37.189Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:37.290Zinfo: downloading installer
312026-06-25T03:58:38.917Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:38.917Zwarn: /opt/ooce/bin
332026-06-25T03:58:38.917Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:38.917Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:38.917Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:38.917Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:38.917Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:38.917Zerror: cannot install while Rust is installed
392026-06-25T03:58:38.918Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:38.918Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:38.918Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:38.918Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:38.918Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:38.931Zinfo: profile set to default
452026-06-25T03:58:38.931Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:38.934Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:39.080Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:39.083Zinfo: downloading 6 components
492026-06-25T03:58:55.402Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:58:55.402Z
512026-06-25T03:58:55.429Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:58:55.429Z
532026-06-25T03:58:55.429Z
542026-06-25T03:58:55.429ZRust is installed now. Great!
552026-06-25T03:58:55.429Z
562026-06-25T03:58:55.429ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:58:55.429Zenvironment variable. This has not been done automatically.
582026-06-25T03:58:55.429Z
592026-06-25T03:58:55.429ZTo configure your current shell, you need to source
602026-06-25T03:58:55.429Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:58:55.429Z
622026-06-25T03:58:55.429ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:58:55.429Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:58:55.429Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:58:55.429Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:58:55.429Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:58:55.429Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:58:55.429Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:58:55.433Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:58:55.433Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:58:55.514Z+ rustup --version
722026-06-25T03:58:55.523Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:58:55.526Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:58:55.544Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:58:55.548Z+ cargo --version
762026-06-25T03:58:55.561Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:58:55.563Z+ rustc --version
782026-06-25T03:58:55.581Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:58:55.584Zprocess exited: duration 18400 ms, exit code 0
 
802026-06-25T03:58:55.589Zstarting task 2: "authentication"
812026-06-25T03:58:55.606Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:58:55.612Zstarting task 3: "clone repository"
832026-06-25T03:58:55.615Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:58:55.618Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:58:55.649ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:58:56.785Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:58:56.785Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:58:57.019ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:58:57.019Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:58:57.023Z+ [[ -n renovate/opte ]]
912026-06-25T03:58:57.026Z++ git branch --show-current
922026-06-25T03:58:57.026Z+ current=main
932026-06-25T03:58:57.026Z+ [[ main != renovate/opte ]]
942026-06-25T03:58:57.026Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:58:57.029Z+ git checkout -f renovate/opte
962026-06-25T03:58:57.046ZSwitched to branch 'renovate/opte'
972026-06-25T03:58:57.049Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:58:57.064ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:58:57.067Zprocess exited: duration 1453 ms, exit code 0
 
1002026-06-25T03:58:57.073Zstarting task 4: "build"
1012026-06-25T03:58:57.077Zchecking mg-admin-client
1022026-06-25T03:58:57.080Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
1032026-06-25T03:58:57.083Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1042026-06-25T03:58:57.233Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1052026-06-25T03:58:57.236Zinfo: downloading 6 components
1062026-06-25T03:59:12.504Z Updating git repository `https://github.com/oxidecomputer/falcon`
1072026-06-25T03:59:13.101ZFrom https://github.com/oxidecomputer/falcon
1082026-06-25T03:59:13.101Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1092026-06-25T03:59:13.179Z Updating crates.io index
1102026-06-25T03:59:13.182Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1112026-06-25T03:59:13.575ZFrom https://github.com/oxidecomputer/dendrite
1122026-06-25T03:59:13.575Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1132026-06-25T03:59:13.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
1142026-06-25T03:59:13.921ZFrom https://github.com/oxidecomputer/ispf
1152026-06-25T03:59:13.921Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1162026-06-25T03:59:14.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1172026-06-25T03:59:14.479ZFrom https://github.com/oxidecomputer/netadm-sys
1182026-06-25T03:59:14.479Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1192026-06-25T03:59:14.486Z Updating git repository `https://github.com/oxidecomputer/omicron`
1202026-06-25T03:59:20.569ZFrom https://github.com/oxidecomputer/omicron
1212026-06-25T03:59:20.569Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1222026-06-25T03:59:20.993Z Updating git repository `https://github.com/oxidecomputer/opte`
1232026-06-25T03:59:21.657ZFrom https://github.com/oxidecomputer/opte
1242026-06-25T03:59:21.658Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
1252026-06-25T03:59:21.688Z Updating git repository `https://github.com/illumos/smf-rs`
1262026-06-25T03:59:21.966ZFrom https://github.com/illumos/smf-rs
1272026-06-25T03:59:21.966Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1282026-06-25T03:59:22.481Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1292026-06-25T03:59:22.748ZFrom https://github.com/oxidecomputer/network-interface
1302026-06-25T03:59:22.749Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1312026-06-25T03:59:22.979Z Updating git repository `https://github.com/oxidecomputer/zone`
1322026-06-25T03:59:23.275ZFrom https://github.com/oxidecomputer/zone
1332026-06-25T03:59:23.275Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1342026-06-25T03:59:23.300Z Updating git repository `https://github.com/oxidecomputer/propolis`
1352026-06-25T03:59:23.929ZFrom https://github.com/oxidecomputer/propolis
1362026-06-25T03:59:23.929Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1372026-06-25T03:59:24.118Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382026-06-25T03:59:24.603ZFrom https://github.com/oxidecomputer/transceiver-control
1392026-06-25T03:59:24.603Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1402026-06-25T03:59:24.818Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-25T03:59:25.068ZFrom https://github.com/oxidecomputer/dlpi-sys
1422026-06-25T03:59:25.068Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1432026-06-25T03:59:25.086Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-06-25T03:59:25.360ZFrom https://github.com/jmesmon/rust-libzfs
1452026-06-25T03:59:25.360Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1462026-06-25T03:59:25.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-06-25T03:59:25.623ZFrom https://github.com/oxidecomputer/rusty-doors
1482026-06-25T03:59:25.623Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1492026-06-25T03:59:25.634Z Updating git repository `https://github.com/oxidecomputer/lldp`
1502026-06-25T03:59:25.947ZFrom https://github.com/oxidecomputer/lldp
1512026-06-25T03:59:25.947Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1522026-06-25T03:59:26.007Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1532026-06-25T03:59:26.271ZFrom https://github.com/oxidecomputer/slog-error-chain
1542026-06-25T03:59:26.271Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1552026-06-25T03:59:26.332Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1562026-06-25T03:59:26.613ZFrom https://github.com/oxidecomputer/tufaceous
1572026-06-25T03:59:26.613Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1582026-06-25T03:59:26.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1592026-06-25T03:59:27.096ZFrom https://github.com/oxidecomputer/management-gateway-service
1602026-06-25T03:59:27.096Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1612026-06-25T03:59:27.285Z Updating git repository `https://github.com/oxidecomputer/crucible`
1622026-06-25T03:59:28.076ZFrom https://github.com/oxidecomputer/crucible
1632026-06-25T03:59:28.076Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1642026-06-25T03:59:28.994Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1652026-06-25T03:59:29.249ZFrom https://github.com/oxidecomputer/serde_human_bytes
1662026-06-25T03:59:29.249Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1672026-06-25T03:59:29.444Z Updating git repository `https://github.com/oxidecomputer/propolis`
1682026-06-25T03:59:29.883ZFrom https://github.com/oxidecomputer/propolis
1692026-06-25T03:59:29.883Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1702026-06-25T03:59:30.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
1712026-06-25T03:59:30.642ZFrom https://github.com/oxidecomputer/crucible
1722026-06-25T03:59:30.642Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1732026-06-25T03:59:30.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
1742026-06-25T03:59:31.219ZFrom https://github.com/oxidecomputer/tofino
1752026-06-25T03:59:31.219Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1762026-06-25T03:59:31.230Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1772026-06-25T03:59:31.885ZFrom https://github.com/oxidecomputer/maghemite
1782026-06-25T03:59:31.885Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1792026-06-25T03:59:31.948Z Updating git repository `https://github.com/oxidecomputer/clickward`
1802026-06-25T03:59:32.215ZFrom https://github.com/oxidecomputer/clickward
1812026-06-25T03:59:32.215Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1822026-06-25T03:59:32.359Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1832026-06-25T03:59:32.651ZFrom https://github.com/oxidecomputer/illumos-devinfo
1842026-06-25T03:59:32.651Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1852026-06-25T03:59:33.784Z Downloading crates ...
1862026-06-25T03:59:33.851Z Downloaded foldhash v0.2.0
1872026-06-25T03:59:33.858Z Downloaded futures-channel v0.3.32
1882026-06-25T03:59:33.863Z Downloaded nom v8.0.0
1892026-06-25T03:59:33.866Z Downloaded synstructure v0.13.2
1902026-06-25T03:59:33.869Z Downloaded rustls-native-certs v0.8.4
1912026-06-25T03:59:33.869Z Downloaded find-msvc-tools v0.1.9
1922026-06-25T03:59:33.872Z Downloaded erased-serde v0.3.31
1932026-06-25T03:59:33.875Z Downloaded unsafe-libyaml v0.2.11
1942026-06-25T03:59:33.878Z Downloaded writeable v0.6.3
1952026-06-25T03:59:33.881Z Downloaded zeroize v1.8.2
1962026-06-25T03:59:33.884Z Downloaded shlex v2.0.1
1972026-06-25T03:59:33.886Z Downloaded tabwriter v1.4.1
1982026-06-25T03:59:33.889Z Downloaded tinystr v0.8.3
1992026-06-25T03:59:33.893Z Downloaded tower-service v0.3.3
2002026-06-25T03:59:33.896Z Downloaded slog v2.8.2
2012026-06-25T03:59:33.899Z Downloaded equivalent v1.0.2
2022026-06-25T03:59:33.902Z Downloaded idna_adapter v1.2.2
2032026-06-25T03:59:33.904Z Downloaded dunce v1.0.5
2042026-06-25T03:59:33.907Z Downloaded yoke-derive v0.8.2
2052026-06-25T03:59:33.907Z Downloaded stable_deref_trait v1.2.1
2062026-06-25T03:59:33.907Z Downloaded potential_utf v0.1.5
2072026-06-25T03:59:33.915Z Downloaded lru-slab v0.1.2
2082026-06-25T03:59:33.918Z Downloaded sync_wrapper v1.0.2
2092026-06-25T03:59:33.921Z Downloaded subtle v2.6.1
2102026-06-25T03:59:33.923Z Downloaded zmij v1.0.21
2112026-06-25T03:59:33.923Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2122026-06-25T03:59:33.926Z Downloaded slab v0.4.12
2132026-06-25T03:59:33.926Z Downloaded progenitor v0.14.0
2142026-06-25T03:59:33.929Z Downloaded rand_core v0.9.5
2152026-06-25T03:59:33.929Z Downloaded toml_edit v0.25.12+spec-1.1.0
2162026-06-25T03:59:33.932Z Downloaded rustls-platform-verifier v0.7.0
2172026-06-25T03:59:33.935Z Downloaded typify-macro v0.6.2
2182026-06-25T03:59:33.937Z Downloaded tinyvec v1.11.0
2192026-06-25T03:59:33.937Z Downloaded cfg-if v1.0.4
2202026-06-25T03:59:33.941Z Downloaded untrusted v0.9.0
2212026-06-25T03:59:33.944Z Downloaded dyn-clone v1.0.20
2222026-06-25T03:59:33.944Z Downloaded futures-macro v0.3.32
2232026-06-25T03:59:33.944Z Downloaded atomic-waker v1.1.2
2242026-06-25T03:59:33.947Z Downloaded progenitor-macro v0.14.0
2252026-06-25T03:59:33.947Z Downloaded percent-encoding v2.3.2
2262026-06-25T03:59:33.947Z Downloaded futures-io v0.3.32
2272026-06-25T03:59:33.952Z Downloaded form_urlencoded v1.2.2
2282026-06-25T03:59:33.955Z Downloaded want v0.3.1
2292026-06-25T03:59:33.955Z Downloaded utf8_iter v1.0.4
2302026-06-25T03:59:33.955Z Downloaded heck v0.5.0
2312026-06-25T03:59:33.955Z Downloaded cfg_aliases v0.2.1
2322026-06-25T03:59:33.958Z Downloaded futures-sink v0.3.32
2332026-06-25T03:59:33.960Z Downloaded futures-core v0.3.32
2342026-06-25T03:59:33.963Z Downloaded http-body v1.0.1
2352026-06-25T03:59:33.963Z Downloaded zerofrom v0.1.8
2362026-06-25T03:59:33.966Z Downloaded tower-layer v0.3.3
2372026-06-25T03:59:33.970Z Downloaded itoa v1.0.18
2382026-06-25T03:59:33.973Z Downloaded zerofrom-derive v0.1.7
2392026-06-25T03:59:33.977Z Downloaded oxnet v0.1.6
2402026-06-25T03:59:33.977Z Downloaded cmake v0.1.58
2412026-06-25T03:59:33.980Z Downloaded displaydoc v0.2.6
2422026-06-25T03:59:33.980Z Downloaded quote v1.0.45
2432026-06-25T03:59:33.986Z Downloaded hyper-rustls v0.27.9
2442026-06-25T03:59:33.990Z Downloaded regress v0.11.1
2452026-06-25T03:59:33.994Z Downloaded allocator-api2 v0.2.21
2462026-06-25T03:59:33.997Z Downloaded serde_urlencoded v0.7.1
2472026-06-25T03:59:33.997Z Downloaded rustc-hash v2.1.2
2482026-06-25T03:59:34.001Z Downloaded tinyvec_macros v0.1.1
2492026-06-25T03:59:34.004Z Downloaded try-lock v0.2.5
2502026-06-25T03:59:34.006Z Downloaded futures-task v0.3.32
2512026-06-25T03:59:34.009Z Downloaded openssl-probe v0.2.1
2522026-06-25T03:59:34.013Z Downloaded progenitor-client v0.14.0
2532026-06-25T03:59:34.016Z Downloaded zerovec-derive v0.11.3
2542026-06-25T03:59:34.019Z Downloaded serde_derive_internals v0.29.1
2552026-06-25T03:59:34.019Z Downloaded schemars_derive v0.8.22
2562026-06-25T03:59:34.022Z Downloaded rustversion v1.0.22
2572026-06-25T03:59:34.022Z Downloaded typify v0.6.2
2582026-06-25T03:59:34.025Z Downloaded num_enum_derive v0.7.6
2592026-06-25T03:59:34.025Z Downloaded serde_derive v1.0.228
2602026-06-25T03:59:34.028Z Downloaded proc-macro-crate v3.5.0
2612026-06-25T03:59:34.028Z Downloaded num_enum v0.7.6
2622026-06-25T03:59:34.030Z Downloaded fs_extra v1.3.0
2632026-06-25T03:59:34.037Z Downloaded ppv-lite86 v0.2.21
2642026-06-25T03:59:34.041Z Downloaded serde_tokenstream v0.2.3
2652026-06-25T03:59:34.044Z Downloaded rand_chacha v0.9.0
2662026-06-25T03:59:34.047Z Downloaded httparse v1.10.1
2672026-06-25T03:59:34.050Z Downloaded rustls-pki-types v1.14.1
2682026-06-25T03:59:34.053Z Downloaded thiserror-impl v2.0.18
2692026-06-25T03:59:34.053Z Downloaded smallvec v1.15.1
2702026-06-25T03:59:34.053Z Downloaded num-traits v0.2.19
2712026-06-25T03:59:34.056Z Downloaded semver v1.0.28
2722026-06-25T03:59:34.059Z Downloaded ipnet v2.12.0
2732026-06-25T03:59:34.062Z Downloaded jobserver v0.1.34
2742026-06-25T03:59:34.065Z Downloaded ryu v1.0.23
2752026-06-25T03:59:34.067Z Downloaded tracing-core v0.1.36
2762026-06-25T03:59:34.070Z Downloaded http-body-util v0.1.3
2772026-06-25T03:59:34.070Z Downloaded colored v3.1.1
2782026-06-25T03:59:34.073Z Downloaded pin-project-lite v0.2.17
2792026-06-25T03:59:34.076Z Downloaded getrandom v0.2.17
2802026-06-25T03:59:34.079Z Downloaded thiserror v2.0.18
2812026-06-25T03:59:34.082Z Downloaded yoke v0.8.3
2822026-06-25T03:59:34.082Z Downloaded tokio-rustls v0.26.4
2832026-06-25T03:59:34.082Z Downloaded autocfg v1.5.1
2842026-06-25T03:59:34.086Z Downloaded iana-time-zone v0.1.65
2852026-06-25T03:59:34.090Z Downloaded toml_parser v1.1.2+spec-1.1.0
2862026-06-25T03:59:34.092Z Downloaded unicode-ident v1.0.24
2872026-06-25T03:59:34.095Z Downloaded rustls-webpki v0.103.13
2882026-06-25T03:59:34.098Z Downloaded tokio-util v0.7.18
2892026-06-25T03:59:34.100Z Downloaded bitflags v2.12.1
2902026-06-25T03:59:34.103Z Downloaded tower v0.5.3
2912026-06-25T03:59:34.107Z Downloaded uuid v1.23.2
2922026-06-25T03:59:34.110Z Downloaded socket2 v0.6.4
2932026-06-25T03:59:34.113Z Downloaded serde_core v1.0.228
2942026-06-25T03:59:34.113Z Downloaded schemars v0.8.22
2952026-06-25T03:59:34.118Z Downloaded once_cell v1.21.4
2962026-06-25T03:59:34.121Z Downloaded zerotrie v0.2.4
2972026-06-25T03:59:34.124Z Downloaded litemap v0.8.2
2982026-06-25T03:59:34.126Z Downloaded serde_yaml v0.9.34+deprecated
2992026-06-25T03:59:34.129Z Downloaded icu_provider v2.2.0
3002026-06-25T03:59:34.129Z Downloaded icu_properties v2.2.0
3012026-06-25T03:59:34.132Z Downloaded serde v1.0.228
3022026-06-25T03:59:34.135Z Downloaded anyhow v1.0.102
3032026-06-25T03:59:34.135Z Downloaded url v2.5.8
3042026-06-25T03:59:34.138Z Downloaded getrandom v0.4.2
3052026-06-25T03:59:34.144Z Downloaded tower-http v0.6.11
3062026-06-25T03:59:34.149Z Downloaded getrandom v0.3.4
3072026-06-25T03:59:34.163Z Downloaded quinn-udp v0.5.14
3082026-06-25T03:59:34.166Z Downloaded log v0.4.32
3092026-06-25T03:59:34.168Z Downloaded base64 v0.22.1
3102026-06-25T03:59:34.171Z Downloaded icu_normalizer v2.2.0
3112026-06-25T03:59:34.173Z Downloaded zerovec v0.11.6
3122026-06-25T03:59:34.177Z Downloaded bytes v1.11.1
3132026-06-25T03:59:34.180Z Downloaded serde_json v1.0.150
3142026-06-25T03:59:34.184Z Downloaded icu_normalizer_data v2.2.0
3152026-06-25T03:59:34.188Z Downloaded icu_collections v2.2.0
3162026-06-25T03:59:34.190Z Downloaded progenitor-impl v0.14.0
3172026-06-25T03:59:34.193Z Downloaded proc-macro2 v1.0.106
3182026-06-25T03:59:34.193Z Downloaded icu_locale_core v2.2.0
3192026-06-25T03:59:34.197Z Downloaded quinn v0.11.9
3202026-06-25T03:59:34.201Z Downloaded winnow v1.0.3
3212026-06-25T03:59:34.204Z Downloaded cc v1.2.63
3222026-06-25T03:59:34.219Z Downloaded http v1.4.1
3232026-06-25T03:59:34.222Z Downloaded indexmap v2.14.0
3242026-06-25T03:59:34.228Z Downloaded memchr v2.8.1
3252026-06-25T03:59:34.231Z Downloaded reqwest v0.13.4
3262026-06-25T03:59:34.235Z Downloaded mio v1.2.1
3272026-06-25T03:59:34.241Z Downloaded hyper-util v0.1.20
3282026-06-25T03:59:34.255Z Downloaded rand v0.9.4
3292026-06-25T03:59:34.258Z Downloaded unicode-width v0.2.2
3302026-06-25T03:59:34.266Z Downloaded zerocopy v0.8.50
3312026-06-25T03:59:34.275Z Downloaded syn v2.0.117
3322026-06-25T03:59:34.293Z Downloaded icu_properties_data v2.2.0
3332026-06-25T03:59:34.298Z Downloaded idna v1.1.0
3342026-06-25T03:59:34.300Z Downloaded futures-util v0.3.32
3352026-06-25T03:59:34.305Z Downloaded regex v1.12.3
3362026-06-25T03:59:34.308Z Downloaded hashbrown v0.16.1
3372026-06-25T03:59:34.311Z Downloaded typify-impl v0.6.2
3382026-06-25T03:59:34.319Z Downloaded hashbrown v0.17.1
3392026-06-25T03:59:34.323Z Downloaded tracing v0.1.44
3402026-06-25T03:59:34.330Z Downloaded chrono v0.4.45
3412026-06-25T03:59:34.334Z Downloaded hyper v1.10.1
3422026-06-25T03:59:34.340Z Downloaded aho-corasick v1.1.4
3432026-06-25T03:59:34.347Z Downloaded tokio v1.52.3
3442026-06-25T03:59:34.369Z Downloaded quinn-proto v0.11.14
3452026-06-25T03:59:34.372Z Downloaded aws-lc-rs v1.17.0
3462026-06-25T03:59:34.421Z Downloaded regex-syntax v0.8.10
3472026-06-25T03:59:34.426Z Downloaded rustls v0.23.40
3482026-06-25T03:59:34.432Z Downloaded openapiv3 v2.2.0
3492026-06-25T03:59:34.496Z Downloaded regex-automata v0.4.14
3502026-06-25T03:59:34.523Z Downloaded libc v0.2.186
3512026-06-25T03:59:34.618Z Downloaded ring v0.17.14
3522026-06-25T03:59:35.174Z Downloaded aws-lc-sys v0.41.0
3532026-06-25T03:59:35.457Z/work/oxidecomputer/maghemite
3542026-06-25T03:59:35.457Zchecking ddm-admin-client
3552026-06-25T03:59:35.457Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
3562026-06-25T03:59:35.781Z Downloading crates ...
3572026-06-25T03:59:35.830Z Downloaded serde_repr v0.1.20
3582026-06-25T03:59:35.885Z/work/oxidecomputer/maghemite
3592026-06-25T03:59:35.885Zchecking ddm-api-types
3602026-06-25T03:59:35.888Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
3612026-06-25T03:59:36.223Z/work/oxidecomputer/maghemite
3622026-06-25T03:59:36.223Zchecking mg-api-types
3632026-06-25T03:59:36.223Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
3642026-06-25T03:59:36.511Z Downloading crates ...
3652026-06-25T03:59:36.568Z Downloaded colorchoice v1.0.5
3662026-06-25T03:59:36.579Z Downloaded clap v4.6.1
3672026-06-25T03:59:36.584Z Downloaded is_terminal_polyfill v1.70.2
3682026-06-25T03:59:36.587Z Downloaded clap_derive v4.6.1
3692026-06-25T03:59:36.587Z Downloaded strsim v0.11.1
3702026-06-25T03:59:36.587Z Downloaded anstyle-query v1.1.5
3712026-06-25T03:59:36.590Z Downloaded utf8parse v0.2.2
3722026-06-25T03:59:36.590Z Downloaded clap_lex v1.1.0
3732026-06-25T03:59:36.590Z Downloaded anstyle v1.0.14
3742026-06-25T03:59:36.593Z Downloaded anstream v1.0.0
3752026-06-25T03:59:36.597Z Downloaded anstyle-parse v1.0.0
3762026-06-25T03:59:36.606Z Downloaded clap_builder v4.6.0
3772026-06-25T03:59:36.654Z/work/oxidecomputer/maghemite
3782026-06-25T03:59:36.654Zchecking mg-api-types/versions
3792026-06-25T03:59:36.657Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
3802026-06-25T03:59:36.987Z/work/oxidecomputer/maghemite
3812026-06-25T03:59:36.990Zprocess exited: duration 39910 ms, exit code 0
 
3822026-06-25T03:59:36.996Zfound 0 output files