01KTESFJD3MPAPBSZXRV6FDQWQ: 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: 01KTESG0HZ4DAS90XX46864282

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:41.556Zjob assigned to worker 01KTESG5K8HYNKXYGNTWKYEMGD [factory aws, i-0bc9f04c309ec2d9e] (queued for 56 s)
 
22026-06-06T15:41:48.201Zstarting task 0: "setup"
32026-06-06T15:41:48.205Z++ uname -s
42026-06-06T15:41:48.208Z+ kern=SunOS
52026-06-06T15:41:48.208Z+ build_user=build
62026-06-06T15:41:48.208Z+ build_uid=12345
72026-06-06T15:41:48.208Z+ work_dir=/work
82026-06-06T15:41:48.208Z+ input_dir=/input
92026-06-06T15:41:48.208Z+ [[ 0 == 12345 ]]
102026-06-06T15:41:48.208Z+ case "$kern" in
112026-06-06T15:41:48.208Z+ groupadd -g 12345 build
122026-06-06T15:41:48.211Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:41:50.215Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:41:50.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:41:50.329Z+ home_fs=zfs
162026-06-06T15:41:50.329Z+ [[ zfs == autofs ]]
172026-06-06T15:41:50.329Z+ mkdir -p /home/build
182026-06-06T15:41:50.329Z+ chown build:build /home/build /work
192026-06-06T15:41:52.330Z+ chmod 0700 /home/build /work
202026-06-06T15:41:52.333Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-06T15:41:52.339Zstarting task 1: "rust-toolchain"
222026-06-06T15:41:52.343Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:41:52.344Z * rust toolchain channel = "stable"
242026-06-06T15:41:52.344Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-06T15:41:52.344Z * rust toolchain profile = "default"
262026-06-06T15:41:52.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-06T15:41:52.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-06T15:41:52.347Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:41:52.347Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:41:52.465Zinfo: downloading installer
312026-06-06T15:41:53.942Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:41:53.942Zwarn: /opt/ooce/bin
332026-06-06T15:41:53.942Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:41:53.945Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:41:53.945Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:41:53.945Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:41:53.945Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:41:53.945Zerror: cannot install while Rust is installed
392026-06-06T15:41:53.945Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:41:53.945Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:41:53.945Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:41:53.945Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:41:53.945Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:41:53.956Zinfo: profile set to default
452026-06-06T15:41:53.956Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:41:53.959Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:41:54.096Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:41:54.099Zinfo: downloading 6 components
492026-06-06T15:42:09.142Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-06T15:42:09.142Z
512026-06-06T15:42:09.171Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:42:09.171Z
532026-06-06T15:42:09.171Z
542026-06-06T15:42:09.171ZRust is installed now. Great!
552026-06-06T15:42:09.171Z
562026-06-06T15:42:09.174ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:42:09.174Zenvironment variable. This has not been done automatically.
582026-06-06T15:42:09.174Z
592026-06-06T15:42:09.174ZTo configure your current shell, you need to source
602026-06-06T15:42:09.174Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:42:09.174Z
622026-06-06T15:42:09.174ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:42:09.174Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:42:09.174Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:42:09.174Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:42:09.174Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:42:09.174Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:42:09.174Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:42:09.174Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:42:09.174Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:42:09.270Z+ rustup --version
722026-06-06T15:42:09.279Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:42:09.282Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:42:09.300Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:42:09.303Z+ cargo --version
762026-06-06T15:42:09.316Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:42:09.319Z+ rustc --version
782026-06-06T15:42:09.338Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:42:09.341Zprocess exited: duration 17001 ms, exit code 0
 
802026-06-06T15:42:09.347Zstarting task 2: "authentication"
812026-06-06T15:42:09.363Zprocess exited: duration 15 ms, exit code 0
 
822026-06-06T15:42:09.369Zstarting task 3: "clone repository"
832026-06-06T15:42:09.372Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:42:09.374Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:42:09.409ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:42:10.496Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:42:10.496Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:42:10.768ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:42:10.768Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:42:10.773Z+ [[ -n die-prefix-die ]]
912026-06-06T15:42:10.776Z++ git branch --show-current
922026-06-06T15:42:10.776Z+ current=main
932026-06-06T15:42:10.776Z+ [[ main != die-prefix-die ]]
942026-06-06T15:42:10.776Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:42:10.779Z+ git checkout -f die-prefix-die
962026-06-06T15:42:10.797ZSwitched to branch 'die-prefix-die'
972026-06-06T15:42:10.800Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:42:10.809ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:42:10.812Zprocess exited: duration 1441 ms, exit code 0
 
1002026-06-06T15:42:10.818Zstarting task 4: "build"
1012026-06-06T15:42:10.821Zchecking mg-admin-client
1022026-06-06T15:42:10.824Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
1032026-06-06T15:42:10.827Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1042026-06-06T15:42:10.968Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1052026-06-06T15:42:10.971Zinfo: downloading 6 components
1062026-06-06T15:42:27.390Z Updating git repository `https://github.com/oxidecomputer/falcon`
1072026-06-06T15:42:28.290ZFrom https://github.com/oxidecomputer/falcon
1082026-06-06T15:42:28.290Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1092026-06-06T15:42:28.369Z Updating crates.io index
1102026-06-06T15:42:28.403Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1112026-06-06T15:42:29.336ZFrom https://github.com/oxidecomputer/dendrite
1122026-06-06T15:42:29.336Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1132026-06-06T15:42:29.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
1142026-06-06T15:42:29.879ZFrom https://github.com/oxidecomputer/ispf
1152026-06-06T15:42:29.879Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1162026-06-06T15:42:29.884Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1172026-06-06T15:42:30.251ZFrom https://github.com/oxidecomputer/netadm-sys
1182026-06-06T15:42:30.251Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1192026-06-06T15:42:30.258Z Updating git repository `https://github.com/oxidecomputer/omicron`
1202026-06-06T15:42:37.817ZFrom https://github.com/oxidecomputer/omicron
1212026-06-06T15:42:37.817Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1222026-06-06T15:42:38.227Z Updating git repository `https://github.com/oxidecomputer/opte`
1232026-06-06T15:42:38.944ZFrom https://github.com/oxidecomputer/opte
1242026-06-06T15:42:38.944Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1252026-06-06T15:42:39.447Z Updating git repository `https://github.com/illumos/smf-rs`
1262026-06-06T15:42:39.731ZFrom https://github.com/illumos/smf-rs
1272026-06-06T15:42:39.731Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1282026-06-06T15:42:39.909Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1292026-06-06T15:42:40.208ZFrom https://github.com/oxidecomputer/network-interface
1302026-06-06T15:42:40.208Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1312026-06-06T15:42:40.226Z Updating git repository `https://github.com/oxidecomputer/zone`
1322026-06-06T15:42:40.523ZFrom https://github.com/oxidecomputer/zone
1332026-06-06T15:42:40.523Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1342026-06-06T15:42:40.533Z Updating git repository `https://github.com/oxidecomputer/propolis`
1352026-06-06T15:42:41.213ZFrom https://github.com/oxidecomputer/propolis
1362026-06-06T15:42:41.213Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1372026-06-06T15:42:41.623Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382026-06-06T15:42:42.156ZFrom https://github.com/oxidecomputer/transceiver-control
1392026-06-06T15:42:42.156Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1402026-06-06T15:42:42.173Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-06T15:42:42.459ZFrom https://github.com/oxidecomputer/dlpi-sys
1422026-06-06T15:42:42.459Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1432026-06-06T15:42:42.465Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-06-06T15:42:42.779ZFrom https://github.com/jmesmon/rust-libzfs
1452026-06-06T15:42:42.779Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1462026-06-06T15:42:42.787Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-06-06T15:42:43.070ZFrom https://github.com/oxidecomputer/rusty-doors
1482026-06-06T15:42:43.070Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1492026-06-06T15:42:43.176Z Updating git repository `https://github.com/oxidecomputer/lldp`
1502026-06-06T15:42:43.525ZFrom https://github.com/oxidecomputer/lldp
1512026-06-06T15:42:43.526Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1522026-06-06T15:42:43.537Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1532026-06-06T15:42:43.826ZFrom https://github.com/oxidecomputer/slog-error-chain
1542026-06-06T15:42:43.826Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1552026-06-06T15:42:43.910Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1562026-06-06T15:42:44.225ZFrom https://github.com/oxidecomputer/tufaceous
1572026-06-06T15:42:44.225Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1582026-06-06T15:42:44.245Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1592026-06-06T15:42:44.724ZFrom https://github.com/oxidecomputer/management-gateway-service
1602026-06-06T15:42:44.724Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1612026-06-06T15:42:44.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
1622026-06-06T15:42:45.977ZFrom https://github.com/oxidecomputer/crucible
1632026-06-06T15:42:45.977Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1642026-06-06T15:42:46.952Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1652026-06-06T15:42:47.246ZFrom https://github.com/oxidecomputer/serde_human_bytes
1662026-06-06T15:42:47.246Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1672026-06-06T15:42:47.502Z Updating git repository `https://github.com/oxidecomputer/propolis`
1682026-06-06T15:42:47.977ZFrom https://github.com/oxidecomputer/propolis
1692026-06-06T15:42:47.977Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1702026-06-06T15:42:48.236Z Updating git repository `https://github.com/oxidecomputer/crucible`
1712026-06-06T15:42:48.966ZFrom https://github.com/oxidecomputer/crucible
1722026-06-06T15:42:48.966Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1732026-06-06T15:42:49.278Z Updating git repository `https://github.com/oxidecomputer/tofino`
1742026-06-06T15:42:49.632ZFrom https://github.com/oxidecomputer/tofino
1752026-06-06T15:42:49.632Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1762026-06-06T15:42:49.659Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1772026-06-06T15:42:50.331ZFrom https://github.com/oxidecomputer/maghemite
1782026-06-06T15:42:50.331Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1792026-06-06T15:42:50.387Z Updating git repository `https://github.com/oxidecomputer/clickward`
1802026-06-06T15:42:50.676ZFrom https://github.com/oxidecomputer/clickward
1812026-06-06T15:42:50.676Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1822026-06-06T15:42:50.692Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1832026-06-06T15:42:50.978ZFrom https://github.com/oxidecomputer/illumos-devinfo
1842026-06-06T15:42:50.978Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1852026-06-06T15:42:52.284Z Downloading crates ...
1862026-06-06T15:42:52.334Z Downloaded heck v0.5.0
1872026-06-06T15:42:52.358Z Downloaded serde_urlencoded v0.7.1
1882026-06-06T15:42:52.363Z Downloaded autocfg v1.5.1
1892026-06-06T15:42:52.366Z Downloaded anyhow v1.0.102
1902026-06-06T15:42:52.369Z Downloaded tinyvec_macros v0.1.1
1912026-06-06T15:42:52.369Z Downloaded openssl-probe v0.2.1
1922026-06-06T15:42:52.372Z Downloaded quote v1.0.45
1932026-06-06T15:42:52.372Z Downloaded serde v1.0.228
1942026-06-06T15:42:52.376Z Downloaded futures-macro v0.3.32
1952026-06-06T15:42:52.379Z Downloaded utf8_iter v1.0.4
1962026-06-06T15:42:52.382Z Downloaded http-body v1.0.1
1972026-06-06T15:42:52.385Z Downloaded futures-io v0.3.32
1982026-06-06T15:42:52.388Z Downloaded untrusted v0.9.0
1992026-06-06T15:42:52.392Z Downloaded itoa v1.0.18
2002026-06-06T15:42:52.395Z Downloaded serde_core v1.0.228
2012026-06-06T15:42:52.395Z Downloaded rand_core v0.9.5
2022026-06-06T15:42:52.399Z Downloaded progenitor v0.14.0
2032026-06-06T15:42:52.399Z Downloaded lru-slab v0.1.2
2042026-06-06T15:42:52.402Z Downloaded tinystr v0.8.3
2052026-06-06T15:42:52.402Z Downloaded sync_wrapper v1.0.2
2062026-06-06T15:42:52.402Z Downloaded erased-serde v0.3.31
2072026-06-06T15:42:52.405Z Downloaded try-lock v0.2.5
2082026-06-06T15:42:52.405Z Downloaded tower-service v0.3.3
2092026-06-06T15:42:52.405Z Downloaded form_urlencoded v1.2.2
2102026-06-06T15:42:52.408Z Downloaded want v0.3.1
2112026-06-06T15:42:52.408Z Downloaded stable_deref_trait v1.2.1
2122026-06-06T15:42:52.408Z Downloaded zerofrom-derive v0.1.7
2132026-06-06T15:42:52.408Z Downloaded zerofrom v0.1.8
2142026-06-06T15:42:52.413Z Downloaded typify-macro v0.6.2
2152026-06-06T15:42:52.416Z Downloaded tower-layer v0.3.3
2162026-06-06T15:42:52.419Z Downloaded zmij v1.0.21
2172026-06-06T15:42:52.419Z Downloaded slab v0.4.12
2182026-06-06T15:42:52.419Z Downloaded futures-core v0.3.32
2192026-06-06T15:42:52.421Z Downloaded num_enum v0.7.6
2202026-06-06T15:42:52.424Z Downloaded writeable v0.6.3
2212026-06-06T15:42:52.424Z Downloaded getrandom v0.2.17
2222026-06-06T15:42:52.427Z Downloaded thiserror-impl v2.0.18
2232026-06-06T15:42:52.427Z Downloaded thiserror v2.0.18
2242026-06-06T15:42:52.430Z Downloaded getrandom v0.3.4
2252026-06-06T15:42:52.433Z Downloaded bytes v1.11.1
2262026-06-06T15:42:52.439Z Downloaded allocator-api2 v0.2.21
2272026-06-06T15:42:52.439Z Downloaded subtle v2.6.1
2282026-06-06T15:42:52.439Z Downloaded futures-sink v0.3.32
2292026-06-06T15:42:52.442Z Downloaded shlex v2.0.1
2302026-06-06T15:42:52.442Z Downloaded iana-time-zone v0.1.65
2312026-06-06T15:42:52.442Z Downloaded tabwriter v1.4.1
2322026-06-06T15:42:52.442Z Downloaded rustc-hash v2.1.2
2332026-06-06T15:42:52.442Z Downloaded pin-project-lite v0.2.17
2342026-06-06T15:42:52.445Z Downloaded yoke-derive v0.8.2
2352026-06-06T15:42:52.445Z Downloaded semver v1.0.28
2362026-06-06T15:42:52.448Z Downloaded displaydoc v0.2.6
2372026-06-06T15:42:52.448Z Downloaded zeroize v1.8.2
2382026-06-06T15:42:52.448Z Downloaded smallvec v1.15.1
2392026-06-06T15:42:52.452Z Downloaded bitflags v2.12.1
2402026-06-06T15:42:52.452Z Downloaded colored v3.1.1
2412026-06-06T15:42:52.458Z Downloaded zerovec-derive v0.11.3
2422026-06-06T15:42:52.461Z Downloaded serde_tokenstream v0.2.3
2432026-06-06T15:42:52.461Z Downloaded potential_utf v0.1.5
2442026-06-06T15:42:52.463Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2452026-06-06T15:42:52.463Z Downloaded equivalent v1.0.2
2462026-06-06T15:42:52.463Z Downloaded cfg-if v1.0.4
2472026-06-06T15:42:52.463Z Downloaded futures-task v0.3.32
2482026-06-06T15:42:52.466Z Downloaded toml_parser v1.1.2+spec-1.1.0
2492026-06-06T15:42:52.469Z Downloaded dyn-clone v1.0.20
2502026-06-06T15:42:52.469Z Downloaded rustversion v1.0.22
2512026-06-06T15:42:52.472Z Downloaded proc-macro-crate v3.5.0
2522026-06-06T15:42:52.472Z Downloaded dunce v1.0.5
2532026-06-06T15:42:52.475Z Downloaded synstructure v0.13.2
2542026-06-06T15:42:52.475Z Downloaded serde_derive_internals v0.29.1
2552026-06-06T15:42:52.479Z Downloaded rustls-platform-verifier v0.7.0
2562026-06-06T15:42:52.482Z Downloaded cfg_aliases v0.2.1
2572026-06-06T15:42:52.482Z Downloaded atomic-waker v1.1.2
2582026-06-06T15:42:52.485Z Downloaded schemars_derive v0.8.22
2592026-06-06T15:42:52.485Z Downloaded progenitor-client v0.14.0
2602026-06-06T15:42:52.487Z Downloaded idna_adapter v1.2.2
2612026-06-06T15:42:52.491Z Downloaded slog v2.8.2
2622026-06-06T15:42:52.494Z Downloaded serde_yaml v0.9.34+deprecated
2632026-06-06T15:42:52.497Z Downloaded tinyvec v1.11.0
2642026-06-06T15:42:52.497Z Downloaded ryu v1.0.23
2652026-06-06T15:42:52.500Z Downloaded percent-encoding v2.3.2
2662026-06-06T15:42:52.500Z Downloaded yoke v0.8.3
2672026-06-06T15:42:52.503Z Downloaded tokio-rustls v0.26.4
2682026-06-06T15:42:52.506Z Downloaded unicode-ident v1.0.24
2692026-06-06T15:42:52.506Z Downloaded schemars v0.8.22
2702026-06-06T15:42:52.511Z Downloaded typify v0.6.2
2712026-06-06T15:42:52.515Z Downloaded socket2 v0.6.4
2722026-06-06T15:42:52.517Z Downloaded progenitor-macro v0.14.0
2732026-06-06T15:42:52.517Z Downloaded hyper-rustls v0.27.9
2742026-06-06T15:42:52.518Z Downloaded fs_extra v1.3.0
2752026-06-06T15:42:52.518Z Downloaded unsafe-libyaml v0.2.11
2762026-06-06T15:42:52.520Z Downloaded log v0.4.32
2772026-06-06T15:42:52.523Z Downloaded tracing-core v0.1.36
2782026-06-06T15:42:52.523Z Downloaded serde_derive v1.0.228
2792026-06-06T15:42:52.528Z Downloaded oxnet v0.1.6
2802026-06-06T15:42:52.532Z Downloaded toml_edit v0.25.12+spec-1.1.0
2812026-06-06T15:42:52.535Z Downloaded rustls-webpki v0.103.13
2822026-06-06T15:42:52.538Z Downloaded find-msvc-tools v0.1.9
2832026-06-06T15:42:52.538Z Downloaded jobserver v0.1.34
2842026-06-06T15:42:52.542Z Downloaded url v2.5.8
2852026-06-06T15:42:52.545Z Downloaded ppv-lite86 v0.2.21
2862026-06-06T15:42:52.545Z Downloaded foldhash v0.2.0
2872026-06-06T15:42:52.548Z Downloaded zerotrie v0.2.4
2882026-06-06T15:42:52.548Z Downloaded cmake v0.1.58
2892026-06-06T15:42:52.551Z Downloaded rustls-native-certs v0.8.4
2902026-06-06T15:42:52.555Z Downloaded num_enum_derive v0.7.6
2912026-06-06T15:42:52.558Z Downloaded ipnet v2.12.0
2922026-06-06T15:42:52.561Z Downloaded tower v0.5.3
2932026-06-06T15:42:52.565Z Downloaded quinn v0.11.9
2942026-06-06T15:42:52.568Z Downloaded rand v0.9.4
2952026-06-06T15:42:52.571Z Downloaded uuid v1.23.2
2962026-06-06T15:42:52.574Z Downloaded httparse v1.10.1
2972026-06-06T15:42:52.577Z Downloaded futures-channel v0.3.32
2982026-06-06T15:42:52.583Z Downloaded rand_chacha v0.9.0
2992026-06-06T15:42:52.586Z Downloaded http-body-util v0.1.3
3002026-06-06T15:42:52.586Z Downloaded quinn-udp v0.5.14
3012026-06-06T15:42:52.586Z Downloaded once_cell v1.21.4
3022026-06-06T15:42:52.589Z Downloaded zerovec v0.11.6
3032026-06-06T15:42:52.592Z Downloaded tower-http v0.6.11
3042026-06-06T15:42:52.597Z Downloaded tokio-util v0.7.18
3052026-06-06T15:42:52.618Z Downloaded serde_json v1.0.150
3062026-06-06T15:42:52.622Z Downloaded getrandom v0.4.2
3072026-06-06T15:42:52.626Z Downloaded progenitor-impl v0.14.0
3082026-06-06T15:42:52.631Z Downloaded winnow v1.0.3
3092026-06-06T15:42:52.638Z Downloaded rustls-pki-types v1.14.1
3102026-06-06T15:42:52.644Z Downloaded num-traits v0.2.19
3112026-06-06T15:42:52.647Z Downloaded icu_provider v2.2.0
3122026-06-06T15:42:52.650Z Downloaded litemap v0.8.2
3132026-06-06T15:42:52.653Z Downloaded icu_properties v2.2.0
3142026-06-06T15:42:52.659Z Downloaded unicode-width v0.2.2
3152026-06-06T15:42:52.663Z Downloaded zerocopy v0.8.50
3162026-06-06T15:42:52.673Z Downloaded proc-macro2 v1.0.106
3172026-06-06T15:42:52.676Z Downloaded base64 v0.22.1
3182026-06-06T15:42:52.679Z Downloaded syn v2.0.117
3192026-06-06T15:42:52.682Z Downloaded icu_normalizer v2.2.0
3202026-06-06T15:42:52.685Z Downloaded icu_normalizer_data v2.2.0
3212026-06-06T15:42:52.695Z Downloaded icu_collections v2.2.0
3222026-06-06T15:42:52.698Z Downloaded cc v1.2.63
3232026-06-06T15:42:52.701Z Downloaded typify-impl v0.6.2
3242026-06-06T15:42:52.707Z Downloaded icu_locale_core v2.2.0
3252026-06-06T15:42:52.710Z Downloaded tracing v0.1.44
3262026-06-06T15:42:52.730Z Downloaded indexmap v2.14.0
3272026-06-06T15:42:52.738Z Downloaded tokio v1.52.3
3282026-06-06T15:42:52.759Z Downloaded mio v1.2.1
3292026-06-06T15:42:52.762Z Downloaded memchr v2.8.1
3302026-06-06T15:42:52.767Z Downloaded hyper-util v0.1.20
3312026-06-06T15:42:52.770Z Downloaded http v1.4.1
3322026-06-06T15:42:52.784Z Downloaded aho-corasick v1.1.4
3332026-06-06T15:42:52.798Z Downloaded idna v1.1.0
3342026-06-06T15:42:52.807Z Downloaded regex v1.12.3
3352026-06-06T15:42:52.814Z Downloaded reqwest v0.13.4
3362026-06-06T15:42:52.817Z Downloaded nom v8.0.0
3372026-06-06T15:42:52.820Z Downloaded hyper v1.10.1
3382026-06-06T15:42:52.830Z Downloaded icu_properties_data v2.2.0
3392026-06-06T15:42:52.836Z Downloaded hashbrown v0.17.1
3402026-06-06T15:42:52.839Z Downloaded futures-util v0.3.32
3412026-06-06T15:42:52.844Z Downloaded hashbrown v0.16.1
3422026-06-06T15:42:52.870Z Downloaded aws-lc-rs v1.17.0
3432026-06-06T15:42:52.877Z Downloaded chrono v0.4.45
3442026-06-06T15:42:52.881Z Downloaded quinn-proto v0.11.14
3452026-06-06T15:42:52.894Z Downloaded openapiv3 v2.2.0
3462026-06-06T15:42:52.941Z Downloaded rustls v0.23.40
3472026-06-06T15:42:52.946Z Downloaded regex-syntax v0.8.10
3482026-06-06T15:42:52.951Z Downloaded regress v0.11.1
3492026-06-06T15:42:53.016Z Downloaded regex-automata v0.4.14
3502026-06-06T15:42:53.053Z Downloaded libc v0.2.186
3512026-06-06T15:42:53.148Z Downloaded ring v0.17.14
3522026-06-06T15:42:53.725Z Downloaded aws-lc-sys v0.41.0
3532026-06-06T15:42:54.008Z/work/oxidecomputer/maghemite
3542026-06-06T15:42:54.008Zchecking ddm-admin-client
3552026-06-06T15:42:54.008Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
3562026-06-06T15:42:54.322Z Downloading crates ...
3572026-06-06T15:42:54.382Z Downloaded serde_repr v0.1.20
3582026-06-06T15:42:54.438Z/work/oxidecomputer/maghemite
3592026-06-06T15:42:54.439Zchecking ddm-api-types
3602026-06-06T15:42:54.439Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
3612026-06-06T15:42:54.766Z/work/oxidecomputer/maghemite
3622026-06-06T15:42:54.766Zchecking mg-api-types
3632026-06-06T15:42:54.766Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
3642026-06-06T15:42:55.064Z Downloading crates ...
3652026-06-06T15:42:55.112Z Downloaded anstyle v1.0.14
3662026-06-06T15:42:55.122Z Downloaded clap v4.6.1
3672026-06-06T15:42:55.126Z Downloaded is_terminal_polyfill v1.70.2
3682026-06-06T15:42:55.129Z Downloaded utf8parse v0.2.2
3692026-06-06T15:42:55.129Z Downloaded colorchoice v1.0.5
3702026-06-06T15:42:55.129Z Downloaded clap_lex v1.1.0
3712026-06-06T15:42:55.129Z Downloaded strsim v0.11.1
3722026-06-06T15:42:55.129Z Downloaded clap_derive v4.6.1
3732026-06-06T15:42:55.132Z Downloaded anstyle-query v1.1.5
3742026-06-06T15:42:55.135Z Downloaded anstream v1.0.0
3752026-06-06T15:42:55.139Z Downloaded anstyle-parse v1.0.0
3762026-06-06T15:42:55.143Z Downloaded clap_builder v4.6.0
3772026-06-06T15:42:55.195Z/work/oxidecomputer/maghemite
3782026-06-06T15:42:55.198Zchecking mg-api-types/versions
3792026-06-06T15:42:55.198Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
3802026-06-06T15:42:55.547Z/work/oxidecomputer/maghemite
3812026-06-06T15:42:55.550Zprocess exited: duration 44728 ms, exit code 0
 
3822026-06-06T15:42:55.556Zfound 0 output files