01KZDBVRYZ08SDBGV5DDRZ48HQ: 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: 01KZDBW7ERMJXXJ4KRTFYBGFKP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:42:57.581Zjob assigned to worker 01KZDBWE2NK5RGX695652075CS [factory aws, i-007f45195e2bc5fd0] (queued for 57 s)
 
22026-08-07T05:43:04.766Zstarting task 0: "setup"
32026-08-07T05:43:04.771Z++ uname -s
42026-08-07T05:43:04.774Z+ kern=SunOS
52026-08-07T05:43:04.774Z+ build_user=build
62026-08-07T05:43:04.774Z+ build_uid=12345
72026-08-07T05:43:04.774Z+ work_dir=/work
82026-08-07T05:43:04.775Z+ input_dir=/input
92026-08-07T05:43:04.775Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:04.775Z+ case "$kern" in
112026-08-07T05:43:04.775Z+ groupadd -g 12345 build
122026-08-07T05:43:04.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:06.784Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:06.877Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:06.881Z+ home_fs=zfs
162026-08-07T05:43:06.881Z+ [[ zfs == autofs ]]
172026-08-07T05:43:06.882Z+ mkdir -p /home/build
182026-08-07T05:43:06.882Z+ chown build:build /home/build /work
192026-08-07T05:43:08.882Z+ chmod 0700 /home/build /work
202026-08-07T05:43:08.885Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-07T05:43:08.892Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:08.896Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:08.896Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T05:43:08.896Z * rust toolchain channel = "stable"
252026-08-07T05:43:08.896Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-07T05:43:08.896Z * rust toolchain profile = "default"
272026-08-07T05:43:08.896Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:08.900Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:08.900Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:08.973Zinfo: downloading installer
312026-08-07T05:43:10.398Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:10.399Zwarn: /opt/ooce/bin
332026-08-07T05:43:10.399Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:10.399Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:10.399Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:10.399Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:10.399Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:10.399Zerror: cannot install while Rust is installed
392026-08-07T05:43:10.399Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:10.399Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:10.399Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:10.399Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:10.399Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:10.413Zinfo: profile set to default
452026-08-07T05:43:10.413Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:10.416Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:10.557Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:10.560Zinfo: downloading 6 components
492026-08-07T05:43:27.309Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:27.309Z
512026-08-07T05:43:27.336Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:27.336Z
532026-08-07T05:43:27.336Z
542026-08-07T05:43:27.336ZRust is installed now. Great!
552026-08-07T05:43:27.336Z
562026-08-07T05:43:27.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:27.336Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:27.336Z
592026-08-07T05:43:27.336ZTo configure your current shell, you need to source
602026-08-07T05:43:27.336Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:27.336Z
622026-08-07T05:43:27.336ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:27.336Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:27.336Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:27.336Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:27.336Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:27.336Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:27.336Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:27.340Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:27.340Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:27.440Z+ rustup --version
722026-08-07T05:43:27.449Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:27.453Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:27.470Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:27.473Z+ cargo --version
762026-08-07T05:43:27.487Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:27.490Z+ rustc --version
782026-08-07T05:43:27.508Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:27.512Zprocess exited: duration 18617 ms, exit code 0
 
802026-08-07T05:43:27.518Zstarting task 2: "authentication"
812026-08-07T05:43:27.535Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T05:43:27.543Zstarting task 3: "clone repository"
832026-08-07T05:43:27.546Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:27.549Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:27.582ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:28.868Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:28.868Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:29.127ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:29.127Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:29.134Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:29.137Z++ git branch --show-current
922026-08-07T05:43:29.137Z+ current=main
932026-08-07T05:43:29.137Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:29.137Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:29.140Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:29.160ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:29.164Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:29.181ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:29.184Zprocess exited: duration 1639 ms, exit code 0
 
1002026-08-07T05:43:29.191Zstarting task 4: "build"
1012026-08-07T05:43:29.194Zchecking mg-admin-client
1022026-08-07T05:43:29.197Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
1032026-08-07T05:43:29.200Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1042026-08-07T05:43:29.345Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1052026-08-07T05:43:29.348Zinfo: downloading 6 components
1062026-08-07T05:43:44.753Z Updating crates.io index
1072026-08-07T05:43:44.757Z Updating git repository `https://github.com/oxidecomputer/omicron`
1082026-08-07T05:43:50.600ZFrom https://github.com/oxidecomputer/omicron
1092026-08-07T05:43:50.600Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1102026-08-07T05:43:51.030Z Updating git repository `https://github.com/oxidecomputer/falcon`
1112026-08-07T05:43:51.647ZFrom https://github.com/oxidecomputer/falcon
1122026-08-07T05:43:51.647Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1132026-08-07T05:43:51.723Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1142026-08-07T05:43:52.176ZFrom https://github.com/oxidecomputer/dendrite
1152026-08-07T05:43:52.176Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
1162026-08-07T05:43:52.211Z Updating git repository `https://github.com/oxidecomputer/ispf`
1172026-08-07T05:43:52.518ZFrom https://github.com/oxidecomputer/ispf
1182026-08-07T05:43:52.518Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1192026-08-07T05:43:52.524Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-08-07T05:43:52.922ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-08-07T05:43:52.922Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1222026-08-07T05:43:52.929Z Updating git repository `https://github.com/oxidecomputer/opte`
1232026-08-07T05:43:53.669ZFrom https://github.com/oxidecomputer/opte
1242026-08-07T05:43:53.669Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1252026-08-07T05:43:53.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1262026-08-07T05:43:53.976ZFrom https://github.com/oxidecomputer/slog-error-chain
1272026-08-07T05:43:53.976Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1282026-08-07T05:43:53.984Z Updating git repository `https://github.com/illumos/smf-rs`
1292026-08-07T05:43:54.244ZFrom https://github.com/illumos/smf-rs
1302026-08-07T05:43:54.244Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1312026-08-07T05:43:54.251Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-08-07T05:43:54.700ZFrom https://github.com/oxidecomputer/poptrie
1332026-08-07T05:43:54.700Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1342026-08-07T05:43:54.708Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1352026-08-07T05:43:54.972ZFrom https://github.com/oxidecomputer/network-interface
1362026-08-07T05:43:54.972Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1372026-08-07T05:43:54.978Z Updating git repository `https://github.com/oxidecomputer/zone`
1382026-08-07T05:43:55.272ZFrom https://github.com/oxidecomputer/zone
1392026-08-07T05:43:55.272Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1402026-08-07T05:43:55.278Z Updating git repository `https://github.com/oxidecomputer/lldp`
1412026-08-07T05:43:55.655ZFrom https://github.com/oxidecomputer/lldp
1422026-08-07T05:43:55.656Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1432026-08-07T05:43:55.666Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1442026-08-07T05:43:56.041ZFrom https://github.com/oxidecomputer/tufaceous
1452026-08-07T05:43:56.041Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1462026-08-07T05:43:56.051Z Updating git repository `https://github.com/oxidecomputer/propolis`
1472026-08-07T05:43:56.685ZFrom https://github.com/oxidecomputer/propolis
1482026-08-07T05:43:56.685Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1492026-08-07T05:43:56.728Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1502026-08-07T05:43:57.246ZFrom https://github.com/oxidecomputer/transceiver-control
1512026-08-07T05:43:57.246Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1522026-08-07T05:43:57.256Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-08-07T05:43:57.528ZFrom https://github.com/oxidecomputer/dlpi-sys
1542026-08-07T05:43:57.528Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1552026-08-07T05:43:57.535Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1562026-08-07T05:43:57.850ZFrom https://github.com/jmesmon/rust-libzfs
1572026-08-07T05:43:57.850Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1582026-08-07T05:43:57.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1592026-08-07T05:43:58.155ZFrom https://github.com/oxidecomputer/rusty-doors
1602026-08-07T05:43:58.155Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1612026-08-07T05:43:58.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1622026-08-07T05:43:58.666ZFrom https://github.com/oxidecomputer/management-gateway-service
1632026-08-07T05:43:58.666Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1642026-08-07T05:43:58.679Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1652026-08-07T05:43:58.995ZFrom https://github.com/oxidecomputer/serde_human_bytes
1662026-08-07T05:43:58.996Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1672026-08-07T05:43:59.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
1682026-08-07T05:44:00.144ZFrom https://github.com/oxidecomputer/crucible
1692026-08-07T05:44:00.144Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1702026-08-07T05:44:00.185Z Updating git repository `https://github.com/oxidecomputer/propolis`
1712026-08-07T05:44:00.657ZFrom https://github.com/oxidecomputer/propolis
1722026-08-07T05:44:00.658Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1732026-08-07T05:44:00.700Z Updating git repository `https://github.com/oxidecomputer/crucible`
1742026-08-07T05:44:01.440ZFrom https://github.com/oxidecomputer/crucible
1752026-08-07T05:44:01.440Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1762026-08-07T05:44:01.506Z Updating git repository `https://github.com/oxidecomputer/tofino`
1772026-08-07T05:44:01.891ZFrom https://github.com/oxidecomputer/tofino
1782026-08-07T05:44:01.891Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1792026-08-07T05:44:01.901Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1802026-08-07T05:44:02.547ZFrom https://github.com/oxidecomputer/maghemite
1812026-08-07T05:44:02.547Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1822026-08-07T05:44:02.578Z Updating git repository `https://github.com/oxidecomputer/clickward`
1832026-08-07T05:44:03.015ZFrom https://github.com/oxidecomputer/clickward
1842026-08-07T05:44:03.015Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1852026-08-07T05:44:03.022Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1862026-08-07T05:44:03.305ZFrom https://github.com/oxidecomputer/illumos-devinfo
1872026-08-07T05:44:03.305Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1882026-08-07T05:44:05.559Z Downloading crates ...
1892026-08-07T05:44:05.615Z Downloaded foldhash v0.2.0
1902026-08-07T05:44:05.622Z Downloaded rustversion v1.0.22
1912026-08-07T05:44:05.625Z Downloaded cc v1.2.63
1922026-08-07T05:44:05.630Z Downloaded serde_core v1.0.229
1932026-08-07T05:44:05.636Z Downloaded socket2 v0.6.5
1942026-08-07T05:44:05.639Z Downloaded dyn-clone v1.0.20
1952026-08-07T05:44:05.639Z Downloaded futures-util v0.3.32
1962026-08-07T05:44:05.644Z Downloaded nom v8.0.0
1972026-08-07T05:44:05.648Z Downloaded equivalent v1.0.2
1982026-08-07T05:44:05.651Z Downloaded uuid v1.24.0
1992026-08-07T05:44:05.651Z Downloaded semver v1.0.28
2002026-08-07T05:44:05.654Z Downloaded writeable v0.6.3
2012026-08-07T05:44:05.654Z Downloaded zerotrie v0.2.4
2022026-08-07T05:44:05.657Z Downloaded schemars_derive v0.8.22
2032026-08-07T05:44:05.658Z Downloaded cmake v0.1.58
2042026-08-07T05:44:05.658Z Downloaded displaydoc v0.2.6
2052026-08-07T05:44:05.658Z Downloaded rustls-platform-verifier v0.7.0
2062026-08-07T05:44:05.661Z Downloaded serde_derive_internals v0.29.1
2072026-08-07T05:44:05.664Z Downloaded serde_json v1.0.151
2082026-08-07T05:44:05.667Z Downloaded cfg-if v1.0.4
2092026-08-07T05:44:05.670Z Downloaded schemars v0.8.22
2102026-08-07T05:44:05.674Z Downloaded futures-core v0.3.32
2112026-08-07T05:44:05.677Z Downloaded atomic-waker v1.1.2
2122026-08-07T05:44:05.677Z Downloaded cfg_aliases v0.2.1
2132026-08-07T05:44:05.677Z Downloaded dunce v1.0.5
2142026-08-07T05:44:05.678Z Downloaded serde_urlencoded v0.7.1
2152026-08-07T05:44:05.681Z Downloaded form_urlencoded v1.2.2
2162026-08-07T05:44:05.681Z Downloaded stable_deref_trait v1.2.1
2172026-08-07T05:44:05.685Z Downloaded progenitor-macro v0.14.0
2182026-08-07T05:44:05.688Z Downloaded tower-service v0.3.3
2192026-08-07T05:44:05.691Z Downloaded cpufeatures v0.3.0
2202026-08-07T05:44:05.691Z Downloaded idna_adapter v1.2.2
2212026-08-07T05:44:05.691Z Downloaded autocfg v1.5.1
2222026-08-07T05:44:05.691Z Downloaded erased-serde v0.3.31
2232026-08-07T05:44:05.694Z Downloaded try-lock v0.2.5
2242026-08-07T05:44:05.694Z Downloaded tinyvec_macros v0.1.1
2252026-08-07T05:44:05.694Z Downloaded want v0.3.1
2262026-08-07T05:44:05.694Z Downloaded chacha20 v0.10.0
2272026-08-07T05:44:05.698Z Downloaded litemap v0.8.2
2282026-08-07T05:44:05.698Z Downloaded yoke-derive v0.8.2
2292026-08-07T05:44:05.701Z Downloaded openssl-probe v0.2.1
2302026-08-07T05:44:05.701Z Downloaded rand_pcg v0.10.2
2312026-08-07T05:44:05.704Z Downloaded sync_wrapper v1.0.2
2322026-08-07T05:44:05.707Z Downloaded subtle v2.6.1
2332026-08-07T05:44:05.707Z Downloaded tower-layer v0.3.3
2342026-08-07T05:44:05.710Z Downloaded lru-slab v0.1.2
2352026-08-07T05:44:05.711Z Downloaded tabwriter v1.4.1
2362026-08-07T05:44:05.711Z Downloaded utf8_iter v1.0.4
2372026-08-07T05:44:05.711Z Downloaded futures-sink v0.3.32
2382026-08-07T05:44:05.714Z Downloaded zerofrom v0.1.8
2392026-08-07T05:44:05.717Z Downloaded http-body v1.0.1
2402026-08-07T05:44:05.720Z Downloaded futures-task v0.3.32
2412026-08-07T05:44:05.720Z Downloaded potential_utf v0.1.5
2422026-08-07T05:44:05.720Z Downloaded untrusted v0.9.0
2432026-08-07T05:44:05.724Z Downloaded progenitor-client v0.14.0
2442026-08-07T05:44:05.727Z Downloaded shlex v2.0.1
2452026-08-07T05:44:05.727Z Downloaded serde_tokenstream v0.2.3
2462026-08-07T05:44:05.730Z Downloaded zmij v1.0.21
2472026-08-07T05:44:05.730Z Downloaded thiserror-impl v2.0.19
2482026-08-07T05:44:05.730Z Downloaded zerofrom-derive v0.1.7
2492026-08-07T05:44:05.733Z Downloaded futures-macro v0.3.32
2502026-08-07T05:44:05.733Z Downloaded proc-macro-crate v3.5.0
2512026-08-07T05:44:05.737Z Downloaded winnow v1.0.3
2522026-08-07T05:44:05.740Z Downloaded itoa v1.0.18
2532026-08-07T05:44:05.743Z Downloaded percent-encoding v2.3.2
2542026-08-07T05:44:05.743Z Downloaded rustc-hash v2.1.2
2552026-08-07T05:44:05.743Z Downloaded futures-io v0.3.32
2562026-08-07T05:44:05.746Z Downloaded heck v0.5.0
2572026-08-07T05:44:05.746Z Downloaded tinystr v0.8.3
2582026-08-07T05:44:05.749Z Downloaded zerovec-derive v0.11.3
2592026-08-07T05:44:05.749Z Downloaded thiserror v2.0.19
2602026-08-07T05:44:05.753Z Downloaded fs_extra v1.3.0
2612026-08-07T05:44:05.753Z Downloaded find-msvc-tools v0.1.9
2622026-08-07T05:44:05.756Z Downloaded typify-macro v0.6.2
2632026-08-07T05:44:05.756Z Downloaded synstructure v0.13.2
2642026-08-07T05:44:05.759Z Downloaded allocator-api2 v0.2.21
2652026-08-07T05:44:05.759Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2662026-08-07T05:44:05.759Z Downloaded tokio-rustls v0.26.4
2672026-08-07T05:44:05.762Z Downloaded toml_parser v1.1.2+spec-1.1.0
2682026-08-07T05:44:05.767Z Downloaded slab v0.4.12
2692026-08-07T05:44:05.770Z Downloaded zeroize v1.8.2
2702026-08-07T05:44:05.770Z Downloaded num_enum v0.7.6
2712026-08-07T05:44:05.773Z Downloaded yoke v0.8.3
2722026-08-07T05:44:05.777Z Downloaded ryu v1.0.23
2732026-08-07T05:44:05.777Z Downloaded slog v2.8.2
2742026-08-07T05:44:05.780Z Downloaded quote v1.0.45
2752026-08-07T05:44:05.780Z Downloaded hyper-rustls v0.27.9
2762026-08-07T05:44:05.780Z Downloaded smallvec v1.15.1
2772026-08-07T05:44:05.783Z Downloaded tinyvec v1.11.0
2782026-08-07T05:44:05.786Z Downloaded typify v0.6.2
2792026-08-07T05:44:05.789Z Downloaded unicode-ident v1.0.24
2802026-08-07T05:44:05.789Z Downloaded ipnet v2.12.0
2812026-08-07T05:44:05.789Z Downloaded serde_yaml v0.9.34+deprecated
2822026-08-07T05:44:05.793Z Downloaded unsafe-libyaml v0.2.11
2832026-08-07T05:44:05.793Z Downloaded tracing-core v0.1.36
2842026-08-07T05:44:05.796Z Downloaded pin-project-lite v0.2.17
2852026-08-07T05:44:05.799Z Downloaded rand_core v0.10.1
2862026-08-07T05:44:05.799Z Downloaded num_enum_derive v0.7.6
2872026-08-07T05:44:05.799Z Downloaded progenitor v0.14.0
2882026-08-07T05:44:05.802Z Downloaded jobserver v0.1.34
2892026-08-07T05:44:05.803Z Downloaded rustls-native-certs v0.8.4
2902026-08-07T05:44:05.803Z Downloaded serde_derive v1.0.229
2912026-08-07T05:44:05.806Z Downloaded http-body-util v0.1.4
2922026-08-07T05:44:05.806Z Downloaded colored v3.1.1
2932026-08-07T05:44:05.809Z Downloaded serde v1.0.229
2942026-08-07T05:44:05.809Z Downloaded toml_edit v0.25.12+spec-1.1.0
2952026-08-07T05:44:05.813Z Downloaded rustls-pki-types v1.14.1
2962026-08-07T05:44:05.813Z Downloaded base64 v0.22.1
2972026-08-07T05:44:05.816Z Downloaded rustls-webpki v0.103.13
2982026-08-07T05:44:05.819Z Downloaded anyhow v1.0.104
2992026-08-07T05:44:05.819Z Downloaded futures-channel v0.3.32
3002026-08-07T05:44:05.823Z Downloaded iana-time-zone v0.1.65
3012026-08-07T05:44:05.823Z Downloaded url v2.5.8
3022026-08-07T05:44:05.826Z Downloaded quinn-udp v0.5.14
3032026-08-07T05:44:05.826Z Downloaded oxnet v0.1.6
3042026-08-07T05:44:05.826Z Downloaded getrandom v0.4.2
3052026-08-07T05:44:05.829Z Downloaded tower v0.5.3
3062026-08-07T05:44:05.832Z Downloaded getrandom v0.2.17
3072026-08-07T05:44:05.837Z Downloaded once_cell v1.21.4
3082026-08-07T05:44:05.841Z Downloaded tokio-util v0.7.18
3092026-08-07T05:44:05.845Z Downloaded zerovec v0.11.6
3102026-08-07T05:44:05.849Z Downloaded proc-macro2 v1.0.106
3112026-08-07T05:44:05.852Z Downloaded tower-http v0.6.11
3122026-08-07T05:44:05.855Z Downloaded icu_properties v2.2.0
3132026-08-07T05:44:05.858Z Downloaded log v0.4.32
3142026-08-07T05:44:05.858Z Downloaded httparse v1.10.1
3152026-08-07T05:44:05.862Z Downloaded icu_provider v2.2.0
3162026-08-07T05:44:05.865Z Downloaded progenitor-impl v0.14.0
3172026-08-07T05:44:05.869Z Downloaded bitflags v2.12.1
3182026-08-07T05:44:05.872Z Downloaded num-traits v0.2.19
3192026-08-07T05:44:05.876Z Downloaded bytes v1.11.1
3202026-08-07T05:44:05.882Z Downloaded icu_normalizer_data v2.2.0
3212026-08-07T05:44:05.887Z Downloaded icu_locale_core v2.2.0
3222026-08-07T05:44:05.891Z Downloaded unicode-width v0.2.2
3232026-08-07T05:44:05.894Z Downloaded syn v2.0.117
3242026-08-07T05:44:05.907Z Downloaded syn v3.0.3
3252026-08-07T05:44:05.913Z Downloaded icu_normalizer v2.2.0
3262026-08-07T05:44:05.917Z Downloaded icu_collections v2.2.0
3272026-08-07T05:44:05.933Z Downloaded hyper-util v0.1.20
3282026-08-07T05:44:05.936Z Downloaded quinn v0.11.9
3292026-08-07T05:44:05.939Z Downloaded typify-impl v0.6.2
3302026-08-07T05:44:05.947Z Downloaded tracing v0.1.44
3312026-08-07T05:44:05.956Z Downloaded rand v0.10.2
3322026-08-07T05:44:05.960Z Downloaded indexmap v2.14.0
3332026-08-07T05:44:05.963Z Downloaded http v1.4.2
3342026-08-07T05:44:05.966Z Downloaded tokio v1.53.1
3352026-08-07T05:44:05.986Z Downloaded memchr v2.8.1
3362026-08-07T05:44:05.989Z Downloaded mio v1.2.1
3372026-08-07T05:44:05.992Z Downloaded aws-lc-rs v1.17.0
3382026-08-07T05:44:05.999Z Downloaded hashbrown v0.16.1
3392026-08-07T05:44:06.003Z Downloaded idna v1.1.0
3402026-08-07T05:44:06.011Z Downloaded regex v1.12.3
3412026-08-07T05:44:06.017Z Downloaded aho-corasick v1.1.4
3422026-08-07T05:44:06.022Z Downloaded hashbrown v0.17.1
3432026-08-07T05:44:06.025Z Downloaded reqwest v0.13.4
3442026-08-07T05:44:06.028Z Downloaded icu_properties_data v2.2.0
3452026-08-07T05:44:06.037Z Downloaded hyper v1.11.0
3462026-08-07T05:44:06.064Z Downloaded chrono v0.4.45
3472026-08-07T05:44:06.084Z Downloaded quinn-proto v0.11.16
3482026-08-07T05:44:06.130Z Downloaded regress v0.11.1
3492026-08-07T05:44:06.134Z Downloaded rustls v0.23.40
3502026-08-07T05:44:06.140Z Downloaded openapiv3 v2.2.0
3512026-08-07T05:44:06.146Z Downloaded regex-syntax v0.8.10
3522026-08-07T05:44:06.198Z Downloaded regex-automata v0.4.14
3532026-08-07T05:44:06.237Z Downloaded libc v0.2.189
3542026-08-07T05:44:06.332Z Downloaded ring v0.17.14
3552026-08-07T05:44:06.817Z Downloaded aws-lc-sys v0.41.0
3562026-08-07T05:44:07.089Z/work/oxidecomputer/maghemite
3572026-08-07T05:44:07.089Zchecking ddm-admin-client
3582026-08-07T05:44:07.092Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
3592026-08-07T05:44:07.409Z Downloading crates ...
3602026-08-07T05:44:07.449Z Downloaded serde_repr v0.1.21
3612026-08-07T05:44:07.505Z/work/oxidecomputer/maghemite
3622026-08-07T05:44:07.505Zchecking ddm-api-types
3632026-08-07T05:44:07.508Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
3642026-08-07T05:44:07.836Z/work/oxidecomputer/maghemite
3652026-08-07T05:44:07.836Zchecking mg-api-types
3662026-08-07T05:44:07.836Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
3672026-08-07T05:44:08.121Z Downloading crates ...
3682026-08-07T05:44:08.168Z Downloaded clap_derive v4.6.4
3692026-08-07T05:44:08.171Z Downloaded errno v0.3.14
3702026-08-07T05:44:08.175Z Downloaded bit-vec v0.8.0
3712026-08-07T05:44:08.184Z Downloaded clap_lex v1.1.0
3722026-08-07T05:44:08.184Z Downloaded fnv v1.0.7
3732026-08-07T05:44:08.184Z Downloaded is_terminal_polyfill v1.70.2
3742026-08-07T05:44:08.184Z Downloaded rand_xorshift v0.4.0
3752026-08-07T05:44:08.184Z Downloaded anstyle-parse v1.0.0
3762026-08-07T05:44:08.188Z Downloaded colorchoice v1.0.5
3772026-08-07T05:44:08.188Z Downloaded bit-set v0.8.0
3782026-08-07T05:44:08.191Z Downloaded quick-error v1.2.3
3792026-08-07T05:44:08.191Z Downloaded strsim v0.11.1
3802026-08-07T05:44:08.195Z Downloaded anstyle-query v1.1.5
3812026-08-07T05:44:08.195Z Downloaded utf8parse v0.2.2
3822026-08-07T05:44:08.195Z Downloaded wait-timeout v0.2.1
3832026-08-07T05:44:08.195Z Downloaded unarray v0.1.4
3842026-08-07T05:44:08.201Z Downloaded anstream v1.0.0
3852026-08-07T05:44:08.205Z Downloaded anstyle v1.0.14
3862026-08-07T05:44:08.205Z Downloaded fastrand v2.4.1
3872026-08-07T05:44:08.205Z Downloaded ppv-lite86 v0.2.21
3882026-08-07T05:44:08.208Z Downloaded rand_chacha v0.9.0
3892026-08-07T05:44:08.213Z Downloaded rand_core v0.9.5
3902026-08-07T05:44:08.216Z Downloaded rusty-fork v0.3.1
3912026-08-07T05:44:08.216Z Downloaded tempfile v3.27.0
3922026-08-07T05:44:08.220Z Downloaded getrandom v0.3.4
3932026-08-07T05:44:08.235Z Downloaded rand v0.9.4
3942026-08-07T05:44:08.240Z Downloaded clap v4.6.5
3952026-08-07T05:44:08.257Z Downloaded clap_builder v4.6.5
3962026-08-07T05:44:08.265Z Downloaded proptest v1.11.0
3972026-08-07T05:44:08.273Z Downloaded zerocopy v0.8.50
3982026-08-07T05:44:08.283Z Downloaded rustix v1.1.4
3992026-08-07T05:44:08.346Z/work/oxidecomputer/maghemite
4002026-08-07T05:44:08.346Zchecking mg-api-types/versions
4012026-08-07T05:44:08.349Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
4022026-08-07T05:44:08.644Z Downloading crates ...
4032026-08-07T05:44:08.686Z Downloaded ipnetwork v0.21.1
4042026-08-07T05:44:08.693Z Downloaded zerocopy-derive v0.8.50
4052026-08-07T05:44:08.749Z/work/oxidecomputer/maghemite
4062026-08-07T05:44:08.752Zprocess exited: duration 39554 ms, exit code 0
 
4072026-08-07T05:44:08.759Zfound 0 output files