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

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

Buildomat Job: 01M1BJ40E52H2WP2SCSFPA370G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:00.567Zjob assigned to worker 01M1BJ481JZ4JQBPD64W7S4BPC [factory aws, i-0c41df959d16756a6] (queued for 58 s)
 
22026-08-31T09:25:07.001Zstarting task 0: "setup"
32026-08-31T09:25:07.007Z++ uname -s
42026-08-31T09:25:07.011Z+ kern=SunOS
52026-08-31T09:25:07.011Z+ build_user=build
62026-08-31T09:25:07.011Z+ build_uid=12345
72026-08-31T09:25:07.011Z+ work_dir=/work
82026-08-31T09:25:07.011Z+ input_dir=/input
92026-08-31T09:25:07.011Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:07.011Z+ case "$kern" in
112026-08-31T09:25:07.011Z+ groupadd -g 12345 build
122026-08-31T09:25:07.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:09.030Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:09.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:09.114Z+ home_fs=zfs
162026-08-31T09:25:09.114Z+ [[ zfs == autofs ]]
172026-08-31T09:25:09.115Z+ mkdir -p /home/build
182026-08-31T09:25:09.115Z+ chown build:build /home/build /work
192026-08-31T09:25:11.129Z+ chmod 0700 /home/build /work
202026-08-31T09:25:11.149Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-31T09:25:11.166Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:11.174Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:11.174Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T09:25:11.174Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-31T09:25:11.174Z * rust toolchain channel = "stable"
262026-08-31T09:25:11.174Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:11.174Z * rust toolchain profile = "default"
282026-08-31T09:25:11.177Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:11.177Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:11.275Zinfo: downloading installer
312026-08-31T09:25:12.868Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:12.869Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:12.869Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:12.869Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:12.881Zinfo: profile set to default
362026-08-31T09:25:12.881Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:12.884Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:13.022Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:13.026Zinfo: downloading 6 components
402026-08-31T09:25:28.745Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:28.745Z
422026-08-31T09:25:28.776Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:28.777Z
442026-08-31T09:25:28.777Z
452026-08-31T09:25:28.777ZRust is installed now. Great!
462026-08-31T09:25:28.777Z
472026-08-31T09:25:28.780ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:28.780Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:28.781Z
502026-08-31T09:25:28.781ZTo configure your current shell, you need to source
512026-08-31T09:25:28.781Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:28.781Z
532026-08-31T09:25:28.781ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:28.781Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:28.781Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:28.781Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:28.782Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:28.782Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:28.782Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:28.782Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:28.782Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:28.872Z+ rustup --version
632026-08-31T09:25:28.882Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:28.886Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:28.904Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:28.908Z+ cargo --version
672026-08-31T09:25:28.920Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:28.923Z+ rustc --version
692026-08-31T09:25:28.942Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:28.945Zprocess exited: duration 17778 ms, exit code 0
 
712026-08-31T09:25:28.952Zstarting task 2: "authentication"
722026-08-31T09:25:28.970Zprocess exited: duration 17 ms, exit code 0
 
732026-08-31T09:25:28.976Zstarting task 3: "clone repository"
742026-08-31T09:25:28.980Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:28.983Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:29.009ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:30.904Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:30.904Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:31.189ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:31.189Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:31.196Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:31.199Z++ git branch --show-current
832026-08-31T09:25:31.200Z+ current=main
842026-08-31T09:25:31.200Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:31.200Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:31.203Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:31.226ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:31.230Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:31.246ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:31.249Zprocess exited: duration 2270 ms, exit code 0
 
912026-08-31T09:25:31.256Zstarting task 4: "build"
922026-08-31T09:25:31.261Zchecking mg-admin-client
932026-08-31T09:25:31.264Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
942026-08-31T09:25:31.267Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
952026-08-31T09:25:31.405Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T09:25:31.408Zinfo: downloading 6 components
972026-08-31T09:25:47.430Z Updating crates.io index
982026-08-31T09:25:47.434Z Updating git repository `https://github.com/oxidecomputer/omicron`
992026-08-31T09:25:53.462ZFrom https://github.com/oxidecomputer/omicron
1002026-08-31T09:25:53.462Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1012026-08-31T09:25:53.897Z Updating git repository `https://github.com/oxidecomputer/falcon`
1022026-08-31T09:25:54.945ZFrom https://github.com/oxidecomputer/falcon
1032026-08-31T09:25:54.945Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1042026-08-31T09:25:55.021Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1052026-08-31T09:25:55.539ZFrom https://github.com/oxidecomputer/dendrite
1062026-08-31T09:25:55.539Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
1072026-08-31T09:25:55.574Z Updating git repository `https://github.com/oxidecomputer/ispf`
1082026-08-31T09:25:55.893ZFrom https://github.com/oxidecomputer/ispf
1092026-08-31T09:25:55.896Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1102026-08-31T09:25:55.901Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1112026-08-31T09:25:56.277ZFrom https://github.com/oxidecomputer/netadm-sys
1122026-08-31T09:25:56.277Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1132026-08-31T09:25:56.285Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-08-31T09:25:57.376ZFrom https://github.com/oxidecomputer/opte
1152026-08-31T09:25:57.376Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1162026-08-31T09:25:57.402Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172026-08-31T09:25:57.707ZFrom https://github.com/oxidecomputer/slog-error-chain
1182026-08-31T09:25:57.707Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1192026-08-31T09:25:57.715Z Updating git repository `https://github.com/illumos/smf-rs`
1202026-08-31T09:25:58.022ZFrom https://github.com/illumos/smf-rs
1212026-08-31T09:25:58.022Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1222026-08-31T09:25:58.032Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1232026-08-31T09:25:58.595ZFrom https://github.com/oxidecomputer/poptrie
1242026-08-31T09:25:58.595Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1252026-08-31T09:25:58.603Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1262026-08-31T09:25:58.912ZFrom https://github.com/oxidecomputer/network-interface
1272026-08-31T09:25:58.912Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1282026-08-31T09:25:58.919Z Updating git repository `https://github.com/oxidecomputer/zone`
1292026-08-31T09:25:59.234ZFrom https://github.com/oxidecomputer/zone
1302026-08-31T09:25:59.234Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1312026-08-31T09:25:59.241Z Updating git repository `https://github.com/oxidecomputer/lldp`
1322026-08-31T09:25:59.737ZFrom https://github.com/oxidecomputer/lldp
1332026-08-31T09:25:59.738Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1342026-08-31T09:25:59.748Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1352026-08-31T09:26:00.155ZFrom https://github.com/oxidecomputer/tufaceous
1362026-08-31T09:26:00.155Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1372026-08-31T09:26:00.164Z Updating git repository `https://github.com/oxidecomputer/propolis`
1382026-08-31T09:26:00.830ZFrom https://github.com/oxidecomputer/propolis
1392026-08-31T09:26:00.830Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1402026-08-31T09:26:00.869Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1412026-08-31T09:26:01.409ZFrom https://github.com/oxidecomputer/transceiver-control
1422026-08-31T09:26:01.409Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
1432026-08-31T09:26:01.418Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-31T09:26:01.747ZFrom https://github.com/oxidecomputer/dlpi-sys
1452026-08-31T09:26:01.747Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1462026-08-31T09:26:01.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472026-08-31T09:26:02.099ZFrom https://github.com/jmesmon/rust-libzfs
1482026-08-31T09:26:02.099Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1492026-08-31T09:26:02.106Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-08-31T09:26:02.510ZFrom https://github.com/oxidecomputer/rusty-doors
1512026-08-31T09:26:02.510Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1522026-08-31T09:26:02.516Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1532026-08-31T09:26:03.393ZFrom https://github.com/oxidecomputer/management-gateway-service
1542026-08-31T09:26:03.393Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1552026-08-31T09:26:03.409Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1562026-08-31T09:26:03.705ZFrom https://github.com/oxidecomputer/serde_human_bytes
1572026-08-31T09:26:03.705Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1582026-08-31T09:26:03.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
1592026-08-31T09:26:05.057ZFrom https://github.com/oxidecomputer/crucible
1602026-08-31T09:26:05.057Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1612026-08-31T09:26:05.098Z Updating git repository `https://github.com/oxidecomputer/propolis`
1622026-08-31T09:26:05.588ZFrom https://github.com/oxidecomputer/propolis
1632026-08-31T09:26:05.588Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1642026-08-31T09:26:05.630Z Updating git repository `https://github.com/oxidecomputer/crucible`
1652026-08-31T09:26:06.550ZFrom https://github.com/oxidecomputer/crucible
1662026-08-31T09:26:06.551Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1672026-08-31T09:26:06.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
1682026-08-31T09:26:07.015ZFrom https://github.com/oxidecomputer/tofino
1692026-08-31T09:26:07.015Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1702026-08-31T09:26:07.027Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1712026-08-31T09:26:07.681ZFrom https://github.com/oxidecomputer/maghemite
1722026-08-31T09:26:07.681Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1732026-08-31T09:26:07.714Z Updating git repository `https://github.com/oxidecomputer/clickward`
1742026-08-31T09:26:08.062ZFrom https://github.com/oxidecomputer/clickward
1752026-08-31T09:26:08.062Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1762026-08-31T09:26:08.068Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1772026-08-31T09:26:08.465ZFrom https://github.com/oxidecomputer/illumos-devinfo
1782026-08-31T09:26:08.465Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1792026-08-31T09:26:10.488Z Downloading crates ...
1802026-08-31T09:26:10.546Z Downloaded futures-macro v0.3.34
1812026-08-31T09:26:10.549Z Downloaded form_urlencoded v1.2.2
1822026-08-31T09:26:10.549Z Downloaded cfg_aliases v0.2.2
1832026-08-31T09:26:10.552Z Downloaded equivalent v1.0.2
1842026-08-31T09:26:10.552Z Downloaded futures-core v0.3.34
1852026-08-31T09:26:10.552Z Downloaded futures-sink v0.3.34
1862026-08-31T09:26:10.556Z Downloaded atomic-waker v1.1.2
1872026-08-31T09:26:10.559Z Downloaded dyn-clone v1.0.20
1882026-08-31T09:26:10.562Z Downloaded rustls-pki-types v1.15.1
1892026-08-31T09:26:10.566Z Downloaded bytes v1.12.1
1902026-08-31T09:26:10.569Z Downloaded tinyvec_macros v0.1.1
1912026-08-31T09:26:10.569Z Downloaded http-body v1.1.0
1922026-08-31T09:26:10.578Z Downloaded try-lock v0.2.5
1932026-08-31T09:26:10.582Z Downloaded cpufeatures v0.3.0
1942026-08-31T09:26:10.582Z Downloaded futures-task v0.3.34
1952026-08-31T09:26:10.582Z Downloaded cfg-if v1.0.4
1962026-08-31T09:26:10.582Z Downloaded dunce v1.0.5
1972026-08-31T09:26:10.582Z Downloaded stable_deref_trait v1.2.1
1982026-08-31T09:26:10.586Z Downloaded autocfg v1.5.1
1992026-08-31T09:26:10.586Z Downloaded displaydoc v0.2.7
2002026-08-31T09:26:10.586Z Downloaded typify-macro v0.6.2
2012026-08-31T09:26:10.589Z Downloaded sync_wrapper v1.0.2
2022026-08-31T09:26:10.589Z Downloaded futures-io v0.3.34
2032026-08-31T09:26:10.589Z Downloaded zerofrom-derive v0.1.7
2042026-08-31T09:26:10.590Z Downloaded heck v0.5.0
2052026-08-31T09:26:10.590Z Downloaded tower-layer v0.3.3
2062026-08-31T09:26:10.593Z Downloaded tower-service v0.3.3
2072026-08-31T09:26:10.596Z Downloaded httparse v1.10.1
2082026-08-31T09:26:10.599Z Downloaded foldhash v0.2.0
2092026-08-31T09:26:10.599Z Downloaded fs_extra v1.3.0
2102026-08-31T09:26:10.603Z Downloaded zerofrom v0.1.8
2112026-08-31T09:26:10.603Z Downloaded serde_urlencoded v0.7.1
2122026-08-31T09:26:10.607Z Downloaded utf8_iter v1.0.4
2132026-08-31T09:26:10.610Z Downloaded subtle v2.6.1
2142026-08-31T09:26:10.613Z Downloaded tabwriter v1.4.1
2152026-08-31T09:26:10.613Z Downloaded erased-serde v0.3.31
2162026-08-31T09:26:10.623Z Downloaded want v0.3.1
2172026-08-31T09:26:10.665Z Downloaded futures-channel v0.3.34
2182026-08-31T09:26:10.665Z Downloaded http-body-util v0.1.5
2192026-08-31T09:26:10.671Z Downloaded lru-slab v0.1.2
2202026-08-31T09:26:10.672Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2212026-08-31T09:26:10.672Z Downloaded shlex v2.0.1
2222026-08-31T09:26:10.672Z Downloaded itoa v1.0.18
2232026-08-31T09:26:10.672Z Downloaded percent-encoding v2.3.2
2242026-08-31T09:26:10.672Z Downloaded openssl-probe v0.2.1
2252026-08-31T09:26:10.672Z Downloaded untrusted v0.9.0
2262026-08-31T09:26:10.672Z Downloaded yoke-derive v0.8.2
2272026-08-31T09:26:10.672Z Downloaded zerovec-derive v0.11.3
2282026-08-31T09:26:10.672Z Downloaded progenitor-macro v0.14.0
2292026-08-31T09:26:10.672Z Downloaded schemars_derive v0.8.22
2302026-08-31T09:26:10.672Z Downloaded writeable v0.6.3
2312026-08-31T09:26:10.672Z Downloaded thiserror-impl v2.0.20
2322026-08-31T09:26:10.672Z Downloaded progenitor-client v0.14.0
2332026-08-31T09:26:10.672Z Downloaded serde_tokenstream v0.2.3
2342026-08-31T09:26:10.673Z Downloaded thiserror v2.0.20
2352026-08-31T09:26:10.673Z Downloaded rand_pcg v0.10.2
2362026-08-31T09:26:10.673Z Downloaded serde_derive_internals v0.29.1
2372026-08-31T09:26:10.673Z Downloaded idna_adapter v1.2.2
2382026-08-31T09:26:10.673Z Downloaded proc-macro-crate v3.5.0
2392026-08-31T09:26:10.673Z Downloaded tinystr v0.8.3
2402026-08-31T09:26:10.673Z Downloaded synstructure v0.13.2
2412026-08-31T09:26:10.673Z Downloaded potential_utf v0.1.5
2422026-08-31T09:26:10.673Z Downloaded rustversion v1.0.23
2432026-08-31T09:26:10.673Z Downloaded slab v0.4.12
2442026-08-31T09:26:10.677Z Downloaded tokio-rustls v0.26.4
2452026-08-31T09:26:10.677Z Downloaded hyper-rustls v0.27.9
2462026-08-31T09:26:10.681Z Downloaded zmij v1.0.23
2472026-08-31T09:26:10.685Z Downloaded zeroize v1.9.0
2482026-08-31T09:26:10.688Z Downloaded semver v1.0.28
2492026-08-31T09:26:10.688Z Downloaded num_enum_derive v0.7.6
2502026-08-31T09:26:10.691Z Downloaded smallvec v1.15.2
2512026-08-31T09:26:10.697Z Downloaded yoke v0.8.3
2522026-08-31T09:26:10.705Z Downloaded anyhow v1.0.104
2532026-08-31T09:26:10.705Z Downloaded colored v3.1.1
2542026-08-31T09:26:10.705Z Downloaded jobserver v0.1.35
2552026-08-31T09:26:10.708Z Downloaded getrandom v0.2.17
2562026-08-31T09:26:10.708Z Downloaded serde_derive v1.0.229
2572026-08-31T09:26:10.708Z Downloaded rand_core v0.10.1
2582026-08-31T09:26:10.711Z Downloaded toml_parser v1.1.3+spec-1.1.0
2592026-08-31T09:26:10.722Z Downloaded ryu v1.0.23
2602026-08-31T09:26:10.725Z Downloaded rustls-platform-verifier v0.7.0
2612026-08-31T09:26:10.725Z Downloaded progenitor v0.14.0
2622026-08-31T09:26:10.725Z Downloaded quinn-udp v0.5.15
2632026-08-31T09:26:10.728Z Downloaded slog v2.8.2
2642026-08-31T09:26:10.728Z Downloaded cmake v0.1.58
2652026-08-31T09:26:10.728Z Downloaded serde_yaml v0.9.34+deprecated
2662026-08-31T09:26:10.731Z Downloaded tinyvec v1.12.0
2672026-08-31T09:26:10.731Z Downloaded typify v0.6.2
2682026-08-31T09:26:10.735Z Downloaded num_enum v0.7.6
2692026-08-31T09:26:10.738Z Downloaded socket2 v0.6.5
2702026-08-31T09:26:10.738Z Downloaded oxnet v0.1.7
2712026-08-31T09:26:10.738Z Downloaded find-msvc-tools v0.1.10
2722026-08-31T09:26:10.743Z Downloaded iana-time-zone v0.1.65
2732026-08-31T09:26:10.743Z Downloaded schemars v0.8.22
2742026-08-31T09:26:10.746Z Downloaded tracing-core v0.1.36
2752026-08-31T09:26:10.749Z Downloaded pkg-config v0.3.33
2762026-08-31T09:26:10.749Z Downloaded quote v1.0.47
2772026-08-31T09:26:10.753Z Downloaded uuid v1.26.0
2782026-08-31T09:26:10.753Z Downloaded icu_properties v2.2.0
2792026-08-31T09:26:10.753Z Downloaded unicode-ident v1.0.24
2802026-08-31T09:26:10.756Z Downloaded serde_core v1.0.229
2812026-08-31T09:26:10.756Z Downloaded toml_edit v0.25.13+spec-1.1.0
2822026-08-31T09:26:10.760Z Downloaded pin-project-lite v0.2.17
2832026-08-31T09:26:10.764Z Downloaded serde v1.0.229
2842026-08-31T09:26:10.764Z Downloaded zerotrie v0.2.4
2852026-08-31T09:26:10.767Z Downloaded getrandom v0.4.3
2862026-08-31T09:26:10.772Z Downloaded allocator-api2 v0.2.21
2872026-08-31T09:26:10.776Z Downloaded rustls-webpki v0.103.14
2882026-08-31T09:26:10.776Z Downloaded chacha20 v0.10.1
2892026-08-31T09:26:10.776Z Downloaded url v2.5.8
2902026-08-31T09:26:10.779Z Downloaded rustc-hash v2.1.3
2912026-08-31T09:26:10.782Z Downloaded once_cell v1.21.4
2922026-08-31T09:26:10.785Z Downloaded rustls-native-certs v0.8.4
2932026-08-31T09:26:10.785Z Downloaded litemap v0.8.2
2942026-08-31T09:26:10.788Z Downloaded ipnet v2.12.1
2952026-08-31T09:26:10.792Z Downloaded tower v0.5.3
2962026-08-31T09:26:10.795Z Downloaded unsafe-libyaml v0.2.11
2972026-08-31T09:26:10.798Z Downloaded icu_collections v2.2.0
2982026-08-31T09:26:10.801Z Downloaded bitflags v2.13.1
2992026-08-31T09:26:10.809Z Downloaded tokio-util v0.7.19
3002026-08-31T09:26:10.813Z Downloaded icu_normalizer_data v2.2.0
3012026-08-31T09:26:10.817Z Downloaded tower-http v0.6.11
3022026-08-31T09:26:10.823Z Downloaded zerovec v0.11.6
3032026-08-31T09:26:10.827Z Downloaded proc-macro2 v1.0.107
3042026-08-31T09:26:10.827Z Downloaded log v0.4.33
3052026-08-31T09:26:10.830Z Downloaded winnow v1.0.4
3062026-08-31T09:26:10.833Z Downloaded icu_provider v2.2.0
3072026-08-31T09:26:10.837Z Downloaded serde_json v1.0.151
3082026-08-31T09:26:10.841Z Downloaded base64 v0.22.1
3092026-08-31T09:26:10.844Z Downloaded num-traits v0.2.19
3102026-08-31T09:26:10.847Z Downloaded progenitor-impl v0.14.0
3112026-08-31T09:26:10.859Z Downloaded icu_normalizer v2.2.0
3122026-08-31T09:26:10.875Z Downloaded unicode-width v0.2.2
3132026-08-31T09:26:10.890Z Downloaded syn v2.0.119
3142026-08-31T09:26:10.899Z Downloaded syn v3.0.3
3152026-08-31T09:26:10.903Z Downloaded http v1.5.0
3162026-08-31T09:26:10.906Z Downloaded icu_locale_core v2.2.0
3172026-08-31T09:26:10.911Z Downloaded quinn v0.11.11
3182026-08-31T09:26:10.911Z Downloaded rand v0.10.2
3192026-08-31T09:26:10.916Z Downloaded typify-impl v0.6.2
3202026-08-31T09:26:10.922Z Downloaded tracing v0.1.44
3212026-08-31T09:26:10.934Z Downloaded cc v1.4.2
3222026-08-31T09:26:10.937Z Downloaded indexmap v2.14.0
3232026-08-31T09:26:10.937Z Downloaded mio v1.2.2
3242026-08-31T09:26:10.941Z Downloaded memchr v2.8.3
3252026-08-31T09:26:10.941Z Downloaded tokio v1.53.1
3262026-08-31T09:26:10.963Z Downloaded hyper-util v0.1.20
3272026-08-31T09:26:10.969Z Downloaded hashbrown v0.16.1
3282026-08-31T09:26:10.982Z Downloaded hashbrown v0.17.1
3292026-08-31T09:26:11.005Z Downloaded aho-corasick v1.1.5
3302026-08-31T09:26:11.009Z Downloaded nom v8.0.0
3312026-08-31T09:26:11.009Z Downloaded regex v1.13.1
3322026-08-31T09:26:11.009Z Downloaded idna v1.1.0
3332026-08-31T09:26:11.017Z Downloaded icu_properties_data v2.2.0
3342026-08-31T09:26:11.022Z Downloaded futures-util v0.3.34
3352026-08-31T09:26:11.025Z Downloaded reqwest v0.13.4
3362026-08-31T09:26:11.046Z Downloaded hyper v1.11.0
3372026-08-31T09:26:11.053Z Downloaded aws-lc-rs v1.18.0
3382026-08-31T09:26:11.058Z Downloaded chrono v0.4.45
3392026-08-31T09:26:11.079Z Downloaded quinn-proto v0.11.16
3402026-08-31T09:26:11.139Z Downloaded regex-syntax v0.8.11
3412026-08-31T09:26:11.147Z Downloaded regress v0.11.1
3422026-08-31T09:26:11.151Z Downloaded openapiv3 v2.2.0
3432026-08-31T09:26:11.157Z Downloaded rustls v0.23.43
3442026-08-31T09:26:11.225Z Downloaded regex-automata v0.4.18
3452026-08-31T09:26:11.269Z Downloaded libc v0.2.189
3462026-08-31T09:26:11.363Z Downloaded ring v0.17.14
3472026-08-31T09:26:11.958Z Downloaded aws-lc-sys v0.44.0
3482026-08-31T09:26:12.224Z/work/oxidecomputer/maghemite
3492026-08-31T09:26:12.224Zchecking ddm-admin-client
3502026-08-31T09:26:12.224Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
3512026-08-31T09:26:12.532Z Downloading crates ...
3522026-08-31T09:26:12.581Z Downloaded serde_repr v0.1.21
3532026-08-31T09:26:12.627Z/work/oxidecomputer/maghemite
3542026-08-31T09:26:12.627Zchecking ddm-api-types
3552026-08-31T09:26:12.636Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
3562026-08-31T09:26:12.964Z/work/oxidecomputer/maghemite
3572026-08-31T09:26:12.964Zchecking mg-api-types
3582026-08-31T09:26:12.976Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
3592026-08-31T09:26:13.239Z Downloading crates ...
3602026-08-31T09:26:13.308Z Downloaded anstyle v1.0.14
3612026-08-31T09:26:13.330Z Downloaded anstyle-parse v1.0.0
3622026-08-31T09:26:13.330Z Downloaded anstream v1.0.0
3632026-08-31T09:26:13.330Z Downloaded anstyle-query v1.1.5
3642026-08-31T09:26:13.330Z Downloaded bit-set v0.8.0
3652026-08-31T09:26:13.330Z Downloaded fnv v1.0.7
3662026-08-31T09:26:13.330Z Downloaded rand_xorshift v0.4.0
3672026-08-31T09:26:13.330Z Downloaded clap_lex v1.1.0
3682026-08-31T09:26:13.330Z Downloaded rusty-fork v0.3.1
3692026-08-31T09:26:13.330Z Downloaded unarray v0.1.4
3702026-08-31T09:26:13.330Z Downloaded utf8parse v0.2.2
3712026-08-31T09:26:13.330Z Downloaded strsim v0.11.1
3722026-08-31T09:26:13.330Z Downloaded colorchoice v1.0.5
3732026-08-31T09:26:13.331Z Downloaded quick-error v1.2.3
3742026-08-31T09:26:13.331Z Downloaded is_terminal_polyfill v1.70.2
3752026-08-31T09:26:13.331Z Downloaded wait-timeout v0.2.1
3762026-08-31T09:26:13.331Z Downloaded errno v0.3.14
3772026-08-31T09:26:13.331Z Downloaded ppv-lite86 v0.2.21
3782026-08-31T09:26:13.348Z Downloaded rand_chacha v0.9.0
3792026-08-31T09:26:13.348Z Downloaded rand_core v0.9.5
3802026-08-31T09:26:13.348Z Downloaded bit-vec v0.8.0
3812026-08-31T09:26:13.348Z Downloaded fastrand v2.5.0
3822026-08-31T09:26:13.348Z Downloaded tempfile v3.27.0
3832026-08-31T09:26:13.348Z Downloaded clap v4.6.6
3842026-08-31T09:26:13.348Z Downloaded clap_derive v4.6.4
3852026-08-31T09:26:13.355Z Downloaded getrandom v0.3.4
3862026-08-31T09:26:13.355Z Downloaded rand v0.9.5
3872026-08-31T09:26:13.372Z Downloaded clap_builder v4.6.6
3882026-08-31T09:26:13.382Z Downloaded proptest v1.11.0
3892026-08-31T09:26:13.382Z Downloaded zerocopy v0.8.56
3902026-08-31T09:26:13.389Z Downloaded rustix v1.1.4
3912026-08-31T09:26:13.455Z/work/oxidecomputer/maghemite
3922026-08-31T09:26:13.473Zchecking mg-api-types/versions
3932026-08-31T09:26:13.473Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
3942026-08-31T09:26:13.766Z Downloading crates ...
3952026-08-31T09:26:13.815Z Downloaded zerocopy-derive v0.8.56
3962026-08-31T09:26:13.821Z Downloaded ipnetwork v0.21.1
3972026-08-31T09:26:13.867Z/work/oxidecomputer/maghemite
3982026-08-31T09:26:13.872Zprocess exited: duration 42611 ms, exit code 0
 
3992026-08-31T09:26:13.882Zfound 0 output files