01KXG1JJ46HNQNW8GXRRTAZ5MD: 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: 01KXG1K0M5DB3NDSG8YBMBG1GY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T10:09:31.137Zjob assigned to worker 01KXG1KG5QYF42BHM1QT2TZQGS [factory aws, i-0a13da587adb34516] (queued for 58 s)
 
22026-07-14T10:09:37.774Zstarting task 0: "setup"
32026-07-14T10:09:37.779Z++ uname -s
42026-07-14T10:09:37.782Z+ kern=SunOS
52026-07-14T10:09:37.783Z+ build_user=build
62026-07-14T10:09:37.783Z+ build_uid=12345
72026-07-14T10:09:37.783Z+ work_dir=/work
82026-07-14T10:09:37.783Z+ input_dir=/input
92026-07-14T10:09:37.784Z+ [[ 0 == 12345 ]]
102026-07-14T10:09:37.784Z+ case "$kern" in
112026-07-14T10:09:37.784Z+ groupadd -g 12345 build
122026-07-14T10:09:37.784Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T10:09:39.788Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T10:09:39.881Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T10:09:39.884Z+ home_fs=zfs
162026-07-14T10:09:39.884Z+ [[ zfs == autofs ]]
172026-07-14T10:09:39.884Z+ mkdir -p /home/build
182026-07-14T10:09:39.885Z+ chown build:build /home/build /work
192026-07-14T10:09:41.885Z+ chmod 0700 /home/build /work
202026-07-14T10:09:41.888Zprocess exited: duration 4112 ms, exit code 0
 
212026-07-14T10:09:41.894Zstarting task 1: "rust-toolchain"
222026-07-14T10:09:41.897Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T10:09:41.897Z * rust toolchain channel = "stable"
242026-07-14T10:09:41.897Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-14T10:09:41.897Z * rust toolchain profile = "default"
262026-07-14T10:09:41.897Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T10:09:41.897Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T10:09:41.900Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T10:09:41.900Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T10:09:42.019Zinfo: downloading installer
312026-07-14T10:09:43.755Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T10:09:43.755Zwarn: /opt/ooce/bin
332026-07-14T10:09:43.755Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T10:09:43.755Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T10:09:43.755Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T10:09:43.755Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T10:09:43.755Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T10:09:43.755Zerror: cannot install while Rust is installed
392026-07-14T10:09:43.756Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T10:09:43.758Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T10:09:43.758Zwarn: /home/build/.rustup/settings.toml
422026-07-14T10:09:43.759Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T10:09:43.759Zwarn: instead of the one inferred from the default host triple.
442026-07-14T10:09:43.769Zinfo: profile set to default
452026-07-14T10:09:43.769Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T10:09:43.772Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T10:09:43.913Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T10:09:43.916Zinfo: downloading 6 components
492026-07-14T10:10:00.900Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T10:10:00.900Z
512026-07-14T10:10:00.926Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T10:10:00.926Z
532026-07-14T10:10:00.926Z
542026-07-14T10:10:00.926ZRust is installed now. Great!
552026-07-14T10:10:00.926Z
562026-07-14T10:10:00.929ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T10:10:00.929Zenvironment variable. This has not been done automatically.
582026-07-14T10:10:00.929Z
592026-07-14T10:10:00.929ZTo configure your current shell, you need to source
602026-07-14T10:10:00.929Zthe corresponding env file under $HOME/.cargo.
612026-07-14T10:10:00.929Z
622026-07-14T10:10:00.929ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T10:10:00.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T10:10:00.929Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T10:10:00.929Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T10:10:00.929Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T10:10:00.929Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T10:10:00.929Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T10:10:00.930Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T10:10:00.930Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T10:10:01.023Z+ rustup --version
722026-07-14T10:10:01.032Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T10:10:01.035Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T10:10:01.053Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T10:10:01.058Z+ cargo --version
762026-07-14T10:10:01.071Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T10:10:01.074Z+ rustc --version
782026-07-14T10:10:01.092Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T10:10:01.095Zprocess exited: duration 19198 ms, exit code 0
 
802026-07-14T10:10:01.101Zstarting task 2: "authentication"
812026-07-14T10:10:01.117Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T10:10:01.122Zstarting task 3: "clone repository"
832026-07-14T10:10:01.125Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T10:10:01.128Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T10:10:01.168ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T10:10:02.395Z+ cd /work/oxidecomputer/maghemite
872026-07-14T10:10:02.395Z+ git fetch origin 22503d6c7389cd6282a12efd7da01f02b4d21e54
882026-07-14T10:10:02.626ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T10:10:02.626Z * branch 22503d6c7389cd6282a12efd7da01f02b4d21e54 -> FETCH_HEAD
902026-07-14T10:10:02.632Z+ [[ -n zl/mrib ]]
912026-07-14T10:10:02.635Z++ git branch --show-current
922026-07-14T10:10:02.635Z+ current=main
932026-07-14T10:10:02.635Z+ [[ main != zl/mrib ]]
942026-07-14T10:10:02.635Z+ git branch -f zl/mrib 22503d6c7389cd6282a12efd7da01f02b4d21e54
952026-07-14T10:10:02.638Z+ git checkout -f zl/mrib
962026-07-14T10:10:02.657ZSwitched to branch 'zl/mrib'
972026-07-14T10:10:02.660Z+ git reset --hard 22503d6c7389cd6282a12efd7da01f02b4d21e54
982026-07-14T10:10:02.676ZHEAD is now at 22503d6 [rdb] rework RPF cache rebuilds around a bounded worker
992026-07-14T10:10:02.679Zprocess exited: duration 1554 ms, exit code 0
 
1002026-07-14T10:10:02.690Zstarting task 4: "build"
1012026-07-14T10:10:02.693Zchecking mg-admin-client
1022026-07-14T10:10:02.693Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
1032026-07-14T10:10:02.696Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1042026-07-14T10:10:02.843Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1052026-07-14T10:10:02.846Zinfo: downloading 6 components
1062026-07-14T10:10:18.110Z Updating crates.io index
1072026-07-14T10:10:18.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
1082026-07-14T10:10:24.111ZFrom https://github.com/oxidecomputer/omicron
1092026-07-14T10:10:24.111Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1102026-07-14T10:10:24.541Z Updating git repository `https://github.com/oxidecomputer/falcon`
1112026-07-14T10:10:25.540ZFrom https://github.com/oxidecomputer/falcon
1122026-07-14T10:10:25.540Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1132026-07-14T10:10:25.616Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1142026-07-14T10:10:26.118ZFrom https://github.com/oxidecomputer/dendrite
1152026-07-14T10:10:26.118Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
1162026-07-14T10:10:26.123Z Updating git repository `https://github.com/oxidecomputer/ispf`
1172026-07-14T10:10:26.394ZFrom https://github.com/oxidecomputer/ispf
1182026-07-14T10:10:26.394Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1192026-07-14T10:10:26.400Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-07-14T10:10:26.758ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-07-14T10:10:26.758Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1222026-07-14T10:10:26.765Z Updating git repository `https://github.com/oxidecomputer/opte`
1232026-07-14T10:10:27.445ZFrom https://github.com/oxidecomputer/opte
1242026-07-14T10:10:27.445Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
1252026-07-14T10:10:27.474Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1262026-07-14T10:10:27.762ZFrom https://github.com/oxidecomputer/slog-error-chain
1272026-07-14T10:10:27.762Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1282026-07-14T10:10:27.770Z Updating git repository `https://github.com/illumos/smf-rs`
1292026-07-14T10:10:28.062ZFrom https://github.com/illumos/smf-rs
1302026-07-14T10:10:28.062Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1312026-07-14T10:10:28.069Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-07-14T10:10:28.462ZFrom https://github.com/oxidecomputer/poptrie
1332026-07-14T10:10:28.463Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1342026-07-14T10:10:28.471Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1352026-07-14T10:10:28.774ZFrom https://github.com/oxidecomputer/network-interface
1362026-07-14T10:10:28.775Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1372026-07-14T10:10:28.781Z Updating git repository `https://github.com/oxidecomputer/zone`
1382026-07-14T10:10:29.054ZFrom https://github.com/oxidecomputer/zone
1392026-07-14T10:10:29.054Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1402026-07-14T10:10:29.060Z Updating git repository `https://github.com/oxidecomputer/lldp`
1412026-07-14T10:10:29.418ZFrom https://github.com/oxidecomputer/lldp
1422026-07-14T10:10:29.418Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1432026-07-14T10:10:29.429Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1442026-07-14T10:10:29.743ZFrom https://github.com/oxidecomputer/tufaceous
1452026-07-14T10:10:29.743Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1462026-07-14T10:10:29.752Z Updating git repository `https://github.com/oxidecomputer/propolis`
1472026-07-14T10:10:30.377ZFrom https://github.com/oxidecomputer/propolis
1482026-07-14T10:10:30.377Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1492026-07-14T10:10:30.419Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1502026-07-14T10:10:30.974ZFrom https://github.com/oxidecomputer/transceiver-control
1512026-07-14T10:10:30.974Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1522026-07-14T10:10:30.983Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-07-14T10:10:31.234ZFrom https://github.com/oxidecomputer/dlpi-sys
1542026-07-14T10:10:31.234Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1552026-07-14T10:10:31.263Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1562026-07-14T10:10:31.560ZFrom https://github.com/jmesmon/rust-libzfs
1572026-07-14T10:10:31.560Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1582026-07-14T10:10:31.570Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1592026-07-14T10:10:31.852ZFrom https://github.com/oxidecomputer/rusty-doors
1602026-07-14T10:10:31.852Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1612026-07-14T10:10:31.860Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1622026-07-14T10:10:32.344ZFrom https://github.com/oxidecomputer/management-gateway-service
1632026-07-14T10:10:32.344Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1642026-07-14T10:10:32.357Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1652026-07-14T10:10:32.605ZFrom https://github.com/oxidecomputer/serde_human_bytes
1662026-07-14T10:10:32.605Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1672026-07-14T10:10:32.613Z Updating git repository `https://github.com/oxidecomputer/crucible`
1682026-07-14T10:10:33.707ZFrom https://github.com/oxidecomputer/crucible
1692026-07-14T10:10:33.707Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1702026-07-14T10:10:33.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
1712026-07-14T10:10:34.260ZFrom https://github.com/oxidecomputer/propolis
1722026-07-14T10:10:34.260Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1732026-07-14T10:10:34.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
1742026-07-14T10:10:35.055ZFrom https://github.com/oxidecomputer/crucible
1752026-07-14T10:10:35.055Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1762026-07-14T10:10:35.120Z Updating git repository `https://github.com/oxidecomputer/tofino`
1772026-07-14T10:10:35.497ZFrom https://github.com/oxidecomputer/tofino
1782026-07-14T10:10:35.497Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1792026-07-14T10:10:35.508Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1802026-07-14T10:10:36.148ZFrom https://github.com/oxidecomputer/maghemite
1812026-07-14T10:10:36.148Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1822026-07-14T10:10:36.178Z Updating git repository `https://github.com/oxidecomputer/clickward`
1832026-07-14T10:10:36.488ZFrom https://github.com/oxidecomputer/clickward
1842026-07-14T10:10:36.488Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1852026-07-14T10:10:36.495Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1862026-07-14T10:10:36.760ZFrom https://github.com/oxidecomputer/illumos-devinfo
1872026-07-14T10:10:36.760Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1882026-07-14T10:10:38.960Z Downloading crates ...
1892026-07-14T10:10:39.011Z Downloaded bitflags v2.12.1
1902026-07-14T10:10:39.017Z Downloaded equivalent v1.0.2
1912026-07-14T10:10:39.028Z Downloaded futures-sink v0.3.32
1922026-07-14T10:10:39.031Z Downloaded dyn-clone v1.0.20
1932026-07-14T10:10:39.031Z Downloaded cfg-if v1.0.4
1942026-07-14T10:10:39.033Z Downloaded serde_derive_internals v0.29.1
1952026-07-14T10:10:39.036Z Downloaded futures-core v0.3.32
1962026-07-14T10:10:39.039Z Downloaded futures-task v0.3.32
1972026-07-14T10:10:39.039Z Downloaded atomic-waker v1.1.2
1982026-07-14T10:10:39.039Z Downloaded aho-corasick v1.1.4
1992026-07-14T10:10:39.043Z Downloaded rustls-webpki v0.103.13
2002026-07-14T10:10:39.045Z Downloaded rustls-platform-verifier v0.7.0
2012026-07-14T10:10:39.048Z Downloaded http-body v1.0.1
2022026-07-14T10:10:39.051Z Downloaded futures-io v0.3.32
2032026-07-14T10:10:39.054Z Downloaded heck v0.5.0
2042026-07-14T10:10:39.054Z Downloaded form_urlencoded v1.2.2
2052026-07-14T10:10:39.056Z Downloaded tinyvec_macros v0.1.1
2062026-07-14T10:10:39.059Z Downloaded futures-macro v0.3.32
2072026-07-14T10:10:39.062Z Downloaded subtle v2.6.1
2082026-07-14T10:10:39.065Z Downloaded serde_urlencoded v0.7.1
2092026-07-14T10:10:39.065Z Downloaded autocfg v1.5.1
2102026-07-14T10:10:39.068Z Downloaded dunce v1.0.5
2112026-07-14T10:10:39.070Z Downloaded try-lock v0.2.5
2122026-07-14T10:10:39.075Z Downloaded tower-layer v0.3.3
2132026-07-14T10:10:39.077Z Downloaded cfg_aliases v0.2.1
2142026-07-14T10:10:39.080Z Downloaded zerofrom v0.1.8
2152026-07-14T10:10:39.080Z Downloaded sync_wrapper v1.0.2
2162026-07-14T10:10:39.083Z Downloaded untrusted v0.9.0
2172026-07-14T10:10:39.092Z Downloaded tabwriter v1.4.1
2182026-07-14T10:10:39.096Z Downloaded stable_deref_trait v1.2.1
2192026-07-14T10:10:39.096Z Downloaded idna_adapter v1.2.2
2202026-07-14T10:10:39.099Z Downloaded tower-service v0.3.3
2212026-07-14T10:10:39.099Z Downloaded percent-encoding v2.3.2
2222026-07-14T10:10:39.102Z Downloaded zerofrom-derive v0.1.7
2232026-07-14T10:10:39.105Z Downloaded hyper-rustls v0.27.9
2242026-07-14T10:10:39.108Z Downloaded yoke-derive v0.8.2
2252026-07-14T10:10:39.108Z Downloaded cmake v0.1.58
2262026-07-14T10:10:39.111Z Downloaded want v0.3.1
2272026-07-14T10:10:39.115Z Downloaded erased-serde v0.3.31
2282026-07-14T10:10:39.118Z Downloaded writeable v0.6.3
2292026-07-14T10:10:39.118Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2302026-07-14T10:10:39.121Z Downloaded zmij v1.0.21
2312026-07-14T10:10:39.121Z Downloaded rustversion v1.0.22
2322026-07-14T10:10:39.124Z Downloaded schemars_derive v0.8.22
2332026-07-14T10:10:39.124Z Downloaded slab v0.4.12
2342026-07-14T10:10:39.124Z Downloaded shlex v2.0.1
2352026-07-14T10:10:39.126Z Downloaded typify-macro v0.6.2
2362026-07-14T10:10:39.129Z Downloaded synstructure v0.13.2
2372026-07-14T10:10:39.132Z Downloaded zerovec-derive v0.11.3
2382026-07-14T10:10:39.133Z Downloaded progenitor-macro v0.14.0
2392026-07-14T10:10:39.136Z Downloaded potential_utf v0.1.5
2402026-07-14T10:10:39.138Z Downloaded proc-macro-crate v3.5.0
2412026-07-14T10:10:39.138Z Downloaded lru-slab v0.1.2
2422026-07-14T10:10:39.141Z Downloaded utf8_iter v1.0.4
2432026-07-14T10:10:39.143Z Downloaded zeroize v1.8.2
2442026-07-14T10:10:39.144Z Downloaded tinystr v0.8.3
2452026-07-14T10:10:39.144Z Downloaded serde_tokenstream v0.2.3
2462026-07-14T10:10:39.146Z Downloaded rustc-hash v2.1.2
2472026-07-14T10:10:39.146Z Downloaded progenitor-client v0.14.0
2482026-07-14T10:10:39.151Z Downloaded openssl-probe v0.2.1
2492026-07-14T10:10:39.155Z Downloaded displaydoc v0.2.6
2502026-07-14T10:10:39.158Z Downloaded thiserror-impl v2.0.18
2512026-07-14T10:10:39.161Z Downloaded fs_extra v1.3.0
2522026-07-14T10:10:39.161Z Downloaded toml_parser v1.1.2+spec-1.1.0
2532026-07-14T10:10:39.163Z Downloaded find-msvc-tools v0.1.9
2542026-07-14T10:10:39.163Z Downloaded num_enum_derive v0.7.6
2552026-07-14T10:10:39.166Z Downloaded http-body-util v0.1.3
2562026-07-14T10:10:39.166Z Downloaded thiserror v2.0.18
2572026-07-14T10:10:39.169Z Downloaded itoa v1.0.18
2582026-07-14T10:10:39.173Z Downloaded ppv-lite86 v0.2.21
2592026-07-14T10:10:39.177Z Downloaded pin-project-lite v0.2.17
2602026-07-14T10:10:39.179Z Downloaded yoke v0.8.3
2612026-07-14T10:10:39.179Z Downloaded smallvec v1.15.1
2622026-07-14T10:10:39.182Z Downloaded rand_chacha v0.9.0
2632026-07-14T10:10:39.182Z Downloaded quote v1.0.45
2642026-07-14T10:10:39.185Z Downloaded ipnet v2.12.0
2652026-07-14T10:10:39.185Z Downloaded tokio-rustls v0.26.4
2662026-07-14T10:10:39.188Z Downloaded tinyvec v1.11.0
2672026-07-14T10:10:39.191Z Downloaded unicode-ident v1.0.24
2682026-07-14T10:10:39.191Z Downloaded iana-time-zone v0.1.65
2692026-07-14T10:10:39.194Z Downloaded slog v2.8.2
2702026-07-14T10:10:39.197Z Downloaded unsafe-libyaml v0.2.11
2712026-07-14T10:10:39.197Z Downloaded getrandom v0.2.17
2722026-07-14T10:10:39.200Z Downloaded serde_json v1.0.150
2732026-07-14T10:10:39.202Z Downloaded serde_core v1.0.228
2742026-07-14T10:10:39.205Z Downloaded uuid v1.23.4
2752026-07-14T10:10:39.208Z Downloaded tracing-core v0.1.36
2762026-07-14T10:10:39.208Z Downloaded num_enum v0.7.6
2772026-07-14T10:10:39.211Z Downloaded toml_edit v0.25.12+spec-1.1.0
2782026-07-14T10:10:39.213Z Downloaded serde_yaml v0.9.34+deprecated
2792026-07-14T10:10:39.217Z Downloaded schemars v0.8.22
2802026-07-14T10:10:39.222Z Downloaded typify v0.6.2
2812026-07-14T10:10:39.226Z Downloaded serde_derive v1.0.228
2822026-07-14T10:10:39.227Z Downloaded rand_core v0.9.5
2832026-07-14T10:10:39.229Z Downloaded httparse v1.10.1
2842026-07-14T10:10:39.230Z Downloaded litemap v0.8.2
2852026-07-14T10:10:39.233Z Downloaded serde v1.0.228
2862026-07-14T10:10:39.233Z Downloaded anyhow v1.0.103
2872026-07-14T10:10:39.236Z Downloaded progenitor v0.14.0
2882026-07-14T10:10:39.236Z Downloaded colored v3.1.1
2892026-07-14T10:10:39.239Z Downloaded zerotrie v0.2.4
2902026-07-14T10:10:39.241Z Downloaded url v2.5.8
2912026-07-14T10:10:39.241Z Downloaded getrandom v0.3.4
2922026-07-14T10:10:39.245Z Downloaded allocator-api2 v0.2.21
2932026-07-14T10:10:39.245Z Downloaded jobserver v0.1.34
2942026-07-14T10:10:39.248Z Downloaded socket2 v0.6.4
2952026-07-14T10:10:39.248Z Downloaded getrandom v0.4.2
2962026-07-14T10:10:39.251Z Downloaded ryu v1.0.23
2972026-07-14T10:10:39.253Z Downloaded tower v0.5.3
2982026-07-14T10:10:39.257Z Downloaded futures-channel v0.3.32
2992026-07-14T10:10:39.260Z Downloaded foldhash v0.2.0
3002026-07-14T10:10:39.260Z Downloaded semver v1.0.28
3012026-07-14T10:10:39.263Z Downloaded quinn-udp v0.5.14
3022026-07-14T10:10:39.267Z Downloaded rustls-native-certs v0.8.4
3032026-07-14T10:10:39.269Z Downloaded once_cell v1.21.4
3042026-07-14T10:10:39.275Z Downloaded tower-http v0.6.11
3052026-07-14T10:10:39.280Z Downloaded zerovec v0.11.6
3062026-07-14T10:10:39.284Z Downloaded icu_provider v2.2.0
3072026-07-14T10:10:39.287Z Downloaded tokio-util v0.7.18
3082026-07-14T10:10:39.290Z Downloaded rustls-pki-types v1.14.1
3092026-07-14T10:10:39.293Z Downloaded proc-macro2 v1.0.106
3102026-07-14T10:10:39.296Z Downloaded icu_normalizer_data v2.2.0
3112026-07-14T10:10:39.296Z Downloaded winnow v1.0.3
3122026-07-14T10:10:39.300Z Downloaded log v0.4.32
3132026-07-14T10:10:39.303Z Downloaded icu_properties v2.2.0
3142026-07-14T10:10:39.307Z Downloaded oxnet v0.1.6
3152026-07-14T10:10:39.307Z Downloaded num-traits v0.2.19
3162026-07-14T10:10:39.309Z Downloaded progenitor-impl v0.14.0
3172026-07-14T10:10:39.318Z Downloaded icu_normalizer v2.2.0
3182026-07-14T10:10:39.321Z Downloaded bytes v1.11.1
3192026-07-14T10:10:39.323Z Downloaded unicode-width v0.2.2
3202026-07-14T10:10:39.333Z Downloaded zerocopy v0.8.50
3212026-07-14T10:10:39.345Z Downloaded hyper-util v0.1.20
3222026-07-14T10:10:39.348Z Downloaded base64 v0.22.1
3232026-07-14T10:10:39.351Z Downloaded syn v2.0.117
3242026-07-14T10:10:39.358Z Downloaded icu_locale_core v2.2.0
3252026-07-14T10:10:39.361Z Downloaded icu_collections v2.2.0
3262026-07-14T10:10:39.364Z Downloaded tracing v0.1.44
3272026-07-14T10:10:39.375Z Downloaded quinn v0.11.9
3282026-07-14T10:10:39.378Z Downloaded http v1.4.2
3292026-07-14T10:10:39.381Z Downloaded cc v1.2.63
3302026-07-14T10:10:39.384Z Downloaded typify-impl v0.6.2
3312026-07-14T10:10:39.388Z Downloaded mio v1.2.1
3322026-07-14T10:10:39.399Z Downloaded memchr v2.8.1
3332026-07-14T10:10:39.412Z Downloaded hashbrown v0.16.1
3342026-07-14T10:10:39.415Z Downloaded tokio v1.52.3
3352026-07-14T10:10:39.438Z Downloaded rand v0.9.4
3362026-07-14T10:10:39.441Z Downloaded hashbrown v0.17.1
3372026-07-14T10:10:39.444Z Downloaded indexmap v2.14.0
3382026-07-14T10:10:39.453Z Downloaded nom v8.0.0
3392026-07-14T10:10:39.456Z Downloaded idna v1.1.0
3402026-07-14T10:10:39.460Z Downloaded futures-util v0.3.32
3412026-07-14T10:10:39.464Z Downloaded hyper v1.10.1
3422026-07-14T10:10:39.476Z Downloaded regex v1.12.3
3432026-07-14T10:10:39.482Z Downloaded reqwest v0.13.4
3442026-07-14T10:10:39.490Z Downloaded icu_properties_data v2.2.0
3452026-07-14T10:10:39.513Z Downloaded aws-lc-rs v1.17.0
3462026-07-14T10:10:39.522Z Downloaded chrono v0.4.45
3472026-07-14T10:10:39.527Z Downloaded quinn-proto v0.11.14
3482026-07-14T10:10:39.572Z Downloaded regex-syntax v0.8.10
3492026-07-14T10:10:39.594Z Downloaded rustls v0.23.40
3502026-07-14T10:10:39.600Z Downloaded regress v0.11.1
3512026-07-14T10:10:39.605Z Downloaded openapiv3 v2.2.0
3522026-07-14T10:10:39.667Z Downloaded regex-automata v0.4.14
3532026-07-14T10:10:39.700Z Downloaded libc v0.2.186
3542026-07-14T10:10:39.787Z Downloaded ring v0.17.14
3552026-07-14T10:10:40.317Z Downloaded aws-lc-sys v0.41.0
3562026-07-14T10:10:40.586Z/work/oxidecomputer/maghemite
3572026-07-14T10:10:40.586Zchecking ddm-admin-client
3582026-07-14T10:10:40.586Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
3592026-07-14T10:10:40.901Z Downloading crates ...
3602026-07-14T10:10:40.948Z Downloaded serde_repr v0.1.20
3612026-07-14T10:10:41.003Z/work/oxidecomputer/maghemite
3622026-07-14T10:10:41.006Zchecking ddm-api-types
3632026-07-14T10:10:41.006Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
3642026-07-14T10:10:41.334Z/work/oxidecomputer/maghemite
3652026-07-14T10:10:41.334Zchecking mg-api-types
3662026-07-14T10:10:41.334Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
3672026-07-14T10:10:41.614Z Downloading crates ...
3682026-07-14T10:10:41.662Z Downloaded anstream v1.0.0
3692026-07-14T10:10:41.667Z Downloaded unarray v0.1.4
3702026-07-14T10:10:41.669Z Downloaded errno v0.3.14
3712026-07-14T10:10:41.669Z Downloaded utf8parse v0.2.2
3722026-07-14T10:10:41.670Z Downloaded is_terminal_polyfill v1.70.2
3732026-07-14T10:10:41.672Z Downloaded anstyle-query v1.1.5
3742026-07-14T10:10:41.675Z Downloaded rand_xorshift v0.4.0
3752026-07-14T10:10:41.675Z Downloaded colorchoice v1.0.5
3762026-07-14T10:10:41.678Z Downloaded bit-set v0.8.0
3772026-07-14T10:10:41.681Z Downloaded quick-error v1.2.3
3782026-07-14T10:10:41.684Z Downloaded clap_lex v1.1.0
3792026-07-14T10:10:41.686Z Downloaded wait-timeout v0.2.1
3802026-07-14T10:10:41.689Z Downloaded fnv v1.0.7
3812026-07-14T10:10:41.692Z Downloaded fastrand v2.4.1
3822026-07-14T10:10:41.692Z Downloaded rusty-fork v0.3.1
3832026-07-14T10:10:41.695Z Downloaded clap_derive v4.6.1
3842026-07-14T10:10:41.695Z Downloaded anstyle-parse v1.0.0
3852026-07-14T10:10:41.695Z Downloaded anstyle v1.0.14
3862026-07-14T10:10:41.698Z Downloaded strsim v0.11.1
3872026-07-14T10:10:41.698Z Downloaded tempfile v3.27.0
3882026-07-14T10:10:41.701Z Downloaded clap v4.6.1
3892026-07-14T10:10:41.704Z Downloaded bit-vec v0.8.0
3902026-07-14T10:10:41.726Z Downloaded clap_builder v4.6.0
3912026-07-14T10:10:41.729Z Downloaded proptest v1.11.0
3922026-07-14T10:10:41.741Z Downloaded rustix v1.1.4
3932026-07-14T10:10:41.801Z/work/oxidecomputer/maghemite
3942026-07-14T10:10:41.802Zchecking mg-api-types/versions
3952026-07-14T10:10:41.802Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
3962026-07-14T10:10:42.100Z Downloading crates ...
3972026-07-14T10:10:42.149Z Downloaded ipnetwork v0.21.1
3982026-07-14T10:10:42.159Z Downloaded zerocopy-derive v0.8.50
3992026-07-14T10:10:42.212Z/work/oxidecomputer/maghemite
4002026-07-14T10:10:42.214Zprocess exited: duration 39521 ms, exit code 0
 
4012026-07-14T10:10:42.220Zfound 0 output files