01KHN0NVQK2C76BB3DJPB5CVX2: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/ddmd",
            series: "release",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/release/ddmadm",
            series: "release",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/falcon-lab",
            series: "release",
            name: "falcon-lab",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmd",
            series: "debug",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmadm",
            series: "debug",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgd",
            series: "debug",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgadm",
            series: "debug",
            name: "mgadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgd",
            series: "release",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgadm",
            series: "release",
            name: "mgadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHN0Q4HNH2WAKBZ2QBMSTA17

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:24:07.940Zjob assigned to worker 01KHN0VNRESQ55F0RRFCF1M6PG [factory gimlet-EVT22200007-propolis, EVT22200007/58364] (queued for 2 m 58 s)
 
22026-02-17T05:24:17.351Zstarting task 0: "setup"
32026-02-17T05:24:17.375Z++ uname -s
42026-02-17T05:24:17.376Z+ kern=SunOS
52026-02-17T05:24:17.376Z+ build_user=build
62026-02-17T05:24:17.376Z+ build_uid=12345
72026-02-17T05:24:17.376Z+ work_dir=/work
82026-02-17T05:24:17.376Z+ input_dir=/input
92026-02-17T05:24:17.376Z+ [[ 0 == 12345 ]]
102026-02-17T05:24:17.376Z+ case "$kern" in
112026-02-17T05:24:17.376Z+ groupadd -g 12345 build
122026-02-17T05:24:17.376Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:24:19.380Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:24:19.418Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:24:19.442Z+ home_fs=zfs
162026-02-17T05:24:19.442Z+ [[ zfs == autofs ]]
172026-02-17T05:24:19.442Z+ mkdir -p /home/build
182026-02-17T05:24:19.442Z+ chown build:build /home/build /work
192026-02-17T05:24:20.427Z+ chmod 0700 /home/build /work
202026-02-17T05:24:20.451Zprocess exited: duration 3080 ms, exit code 0
 
212026-02-17T05:24:20.499Zstarting task 1: "rust-toolchain"
222026-02-17T05:24:20.523Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T05:24:20.523Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-17T05:24:20.523Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-17T05:24:20.523Z * rust toolchain channel = "stable"
262026-02-17T05:24:20.523Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:24:20.523Z * rust toolchain profile = "default"
282026-02-17T05:24:20.523Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:24:20.523Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:24:20.664Zinfo: downloading installer
312026-02-17T05:24:21.431Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:24:21.431Zwarn: /opt/ooce/bin
332026-02-17T05:24:21.431Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:24:21.431Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:24:21.431Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:24:21.431Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:24:21.431Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:24:21.431Zerror: cannot install while Rust is installed
392026-02-17T05:24:21.431Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:24:21.455Zinfo: profile set to 'default'
412026-02-17T05:24:21.455Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:24:21.455Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:24:21.580Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:24:21.580Zinfo: downloading component 'cargo'
452026-02-17T05:24:21.762Zinfo: downloading component 'clippy'
462026-02-17T05:24:21.834Zinfo: downloading component 'rust-docs'
472026-02-17T05:24:22.098Zinfo: downloading component 'rust-std'
482026-02-17T05:24:22.474Zinfo: downloading component 'rustc'
492026-02-17T05:24:24.267Zinfo: downloading component 'rustfmt'
502026-02-17T05:24:24.321Zinfo: installing component 'cargo'
512026-02-17T05:24:25.655Zinfo: installing component 'clippy'
522026-02-17T05:24:26.128Zinfo: installing component 'rust-docs'
532026-02-17T05:24:29.849Zinfo: installing component 'rust-std'
542026-02-17T05:24:32.060Zinfo: installing component 'rustc'
552026-02-17T05:24:40.690Zinfo: installing component 'rustfmt'
562026-02-17T05:24:41.112Z
572026-02-17T05:24:41.112Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582026-02-17T05:24:41.302Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:24:41.302Z
602026-02-17T05:24:41.302Z
612026-02-17T05:24:41.302ZRust is installed now. Great!
622026-02-17T05:24:41.302Z
632026-02-17T05:24:41.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:24:41.328Zenvironment variable. This has not been done automatically.
652026-02-17T05:24:41.328Z
662026-02-17T05:24:41.328ZTo configure your current shell, you need to source
672026-02-17T05:24:41.328Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:24:41.328Z
692026-02-17T05:24:41.328ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:24:41.328Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:24:41.328Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:24:41.328Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:24:41.431Z+ rustup --version
742026-02-17T05:24:41.456Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:24:41.456Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:24:41.587Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:24:41.613Z+ cargo --version
782026-02-17T05:24:41.719Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:24:41.743Z+ rustc --version
802026-02-17T05:24:41.849Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:24:41.876Zprocess exited: duration 21358 ms, exit code 0
 
822026-02-17T05:24:41.928Zstarting task 2: "authentication"
832026-02-17T05:24:41.989Zprocess exited: duration 64 ms, exit code 0
 
842026-02-17T05:24:42.037Zstarting task 3: "clone repository"
852026-02-17T05:24:42.062Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:24:42.062Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:24:42.086ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:24:43.296Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:24:43.296Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:24:43.650ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:24:43.650Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:24:43.674Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:24:43.674Z++ git branch --show-current
942026-02-17T05:24:43.674Z+ current=main
952026-02-17T05:24:43.674Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:24:43.674Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:24:43.698Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:24:43.730ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:24:43.755Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:24:43.755ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:24:43.755Zprocess exited: duration 1704 ms, exit code 0
 
1022026-02-17T05:24:43.807Zstarting task 4: "build"
1032026-02-17T05:24:43.831Z+ pfexec pkg install clang-15
1042026-02-17T05:25:00.975Z Startup: Refreshing catalog 'helios-dev' ... Done
1052026-02-17T05:25:18.880Z Startup: Caching catalogs ... Done
1062026-02-17T05:25:56.296ZPlanning: Solver setup ... Done
1072026-02-17T05:25:56.583ZPlanning: Running solver ... Done
1082026-02-17T05:25:56.790ZPlanning: Finding local manifests ... Done
1092026-02-17T05:25:56.929ZPlanning: Fetching manifests: 0/2 0% complete
1102026-02-17T05:25:57.415ZPlanning: Fetching manifests: 2/2 100% complete
1112026-02-17T05:25:57.498ZPlanning: Package planning ... Done
1122026-02-17T05:25:57.586ZPlanning: Merging actions ... Done
1132026-02-17T05:25:57.894ZPlanning: Checking for conflicting actions ... Done
1142026-02-17T05:25:57.918ZPlanning: Consolidating action changes ... Done
1152026-02-17T05:25:58.753ZPlanning: Evaluating mediators ... Done
1162026-02-17T05:25:58.777ZPlanning: Planning completed in 39.77 seconds
1172026-02-17T05:25:58.805Z Packages to install: 2
1182026-02-17T05:25:58.805Z Mediators to change: 2
1192026-02-17T05:25:58.805Z Services to change: 1
1202026-02-17T05:25:58.829Z Create boot environment: No
1212026-02-17T05:25:58.829ZCreate backup boot environment: No
1222026-02-17T05:25:58.889Z
1232026-02-17T05:25:58.889ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1242026-02-17T05:26:03.889ZDownload: 982/3076 items 78.8/211.3MB 37% complete (16.0M/s)
1252026-02-17T05:26:08.889ZDownload: 1569/3076 items 117.1/211.3MB 55% complete (11.9M/s)
1262026-02-17T05:26:13.891ZDownload: 2578/3076 items 119.7/211.3MB 56% complete (4.2M/s)
1272026-02-17T05:26:18.854ZDownload: Completed 211.31 MB in 19.97 seconds (10.6M/s)
1282026-02-17T05:26:19.016Z Actions: 1/3418 actions (Installing new actions)
1292026-02-17T05:26:24.019Z Actions: 2215/3418 actions (Installing new actions)
1302026-02-17T05:26:25.047Z Actions: Completed 3418 actions in 6.03 seconds.
1312026-02-17T05:26:25.724Z Done
1322026-02-17T05:26:25.724Z Done
1332026-02-17T05:26:27.066Z Done
1342026-02-17T05:26:32.504Z Done
1352026-02-17T05:26:32.607Z Done
1362026-02-17T05:26:32.630Z Done
1372026-02-17T05:26:32.766Z Done
1382026-02-17T05:26:33.431Z+ cargo --version
1392026-02-17T05:26:33.456Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1402026-02-17T05:26:33.610Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1412026-02-17T05:26:33.611Zinfo: downloading component 'cargo'
1422026-02-17T05:26:33.863Zinfo: downloading component 'clippy'
1432026-02-17T05:26:33.957Zinfo: downloading component 'rust-docs'
1442026-02-17T05:26:34.457Zinfo: downloading component 'rust-std'
1452026-02-17T05:26:34.732Zinfo: downloading component 'rustc'
1462026-02-17T05:26:35.895Zinfo: downloading component 'rustfmt'
1472026-02-17T05:26:35.957Zinfo: installing component 'cargo'
1482026-02-17T05:26:37.086Zinfo: installing component 'clippy'
1492026-02-17T05:26:37.546Zinfo: installing component 'rust-docs'
1502026-02-17T05:26:40.886Zinfo: installing component 'rust-std'
1512026-02-17T05:26:43.020Zinfo: installing component 'rustc'
1522026-02-17T05:26:51.732Zinfo: installing component 'rustfmt'
1532026-02-17T05:26:52.312Zcargo 1.92.0 (344c4567c 2025-10-21)
1542026-02-17T05:26:52.336Z+ rustc --version
1552026-02-17T05:26:52.451Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1562026-02-17T05:26:52.476Z+ banner check
1572026-02-17T05:26:52.476Z
1582026-02-17T05:26:52.477Z #### # # ###### #### # #
1592026-02-17T05:26:52.477Z # # # # # # # # #
1602026-02-17T05:26:52.477Z # ###### ##### # ####
1612026-02-17T05:26:52.477Z # # # # # # #
1622026-02-17T05:26:52.477Z # # # # # # # # #
1632026-02-17T05:26:52.477Z #### # # ###### #### # #
1642026-02-17T05:26:52.477Z
1652026-02-17T05:26:52.477Z+ cargo fmt -- --check
1662026-02-17T05:26:53.500Z+ cargo clippy --all-targets -- --deny warnings
1672026-02-17T05:26:53.918Z Updating git repository `https://github.com/oxidecomputer/falcon`
1682026-02-17T05:26:54.733ZFrom https://github.com/oxidecomputer/falcon
1692026-02-17T05:26:54.733Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
1702026-02-17T05:26:54.888Z Updating crates.io index
1712026-02-17T05:26:54.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1722026-02-17T05:26:55.798ZFrom https://github.com/oxidecomputer/dendrite
1732026-02-17T05:26:55.798Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1742026-02-17T05:26:55.913Z Updating git repository `https://github.com/oxidecomputer/ispf`
1752026-02-17T05:26:56.272ZFrom https://github.com/oxidecomputer/ispf
1762026-02-17T05:26:56.272Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1772026-02-17T05:26:56.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1782026-02-17T05:26:56.848ZFrom https://github.com/oxidecomputer/netadm-sys
1792026-02-17T05:26:56.848Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
1802026-02-17T05:26:56.872Z Updating git repository `https://github.com/oxidecomputer/omicron`
1812026-02-17T05:27:05.688ZFrom https://github.com/oxidecomputer/omicron
1822026-02-17T05:27:05.688Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
1832026-02-17T05:27:06.654Z Updating git repository `https://github.com/oxidecomputer/opte`
1842026-02-17T05:27:07.429ZFrom https://github.com/oxidecomputer/opte
1852026-02-17T05:27:07.429Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1862026-02-17T05:27:07.568Z Updating git repository `https://github.com/illumos/smf-rs`
1872026-02-17T05:27:07.915ZFrom https://github.com/illumos/smf-rs
1882026-02-17T05:27:07.915Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1892026-02-17T05:27:07.954Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1902026-02-17T05:27:08.328ZFrom https://github.com/oxidecomputer/network-interface
1912026-02-17T05:27:08.328Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1922026-02-17T05:27:08.376Z Updating git repository `https://github.com/oxidecomputer/zone`
1932026-02-17T05:27:08.760ZFrom https://github.com/oxidecomputer/zone
1942026-02-17T05:27:08.760Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1952026-02-17T05:27:08.809Z Updating git repository `https://github.com/oxidecomputer/propolis`
1962026-02-17T05:27:10.232ZFrom https://github.com/oxidecomputer/propolis
1972026-02-17T05:27:10.232Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
1982026-02-17T05:27:10.447Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1992026-02-17T05:27:11.117ZFrom https://github.com/oxidecomputer/transceiver-control
2002026-02-17T05:27:11.117Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
2012026-02-17T05:27:11.155Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2022026-02-17T05:27:11.514ZFrom https://github.com/oxidecomputer/dlpi-sys
2032026-02-17T05:27:11.514Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
2042026-02-17T05:27:11.538Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2052026-02-17T05:27:11.958ZFrom https://github.com/jmesmon/rust-libzfs
2062026-02-17T05:27:11.958Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2072026-02-17T05:27:11.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2082026-02-17T05:27:12.318ZFrom https://github.com/oxidecomputer/rusty-doors
2092026-02-17T05:27:12.318Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2102026-02-17T05:27:12.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2112026-02-17T05:27:12.835ZFrom https://github.com/oxidecomputer/lldp
2122026-02-17T05:27:12.836Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
2132026-02-17T05:27:12.864Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2142026-02-17T05:27:13.866ZFrom https://github.com/oxidecomputer/maghemite
2152026-02-17T05:27:13.866Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
2162026-02-17T05:27:13.946Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2172026-02-17T05:27:14.291ZFrom https://github.com/oxidecomputer/serde_human_bytes
2182026-02-17T05:27:14.291Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2192026-02-17T05:27:14.335Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-02-17T05:27:14.714ZFrom https://github.com/oxidecomputer/slog-error-chain
2212026-02-17T05:27:14.715Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2222026-02-17T05:27:14.738Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-02-17T05:27:15.152ZFrom https://github.com/oxidecomputer/tufaceous
2242026-02-17T05:27:15.152Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2252026-02-17T05:27:15.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-02-17T05:27:15.873ZFrom https://github.com/oxidecomputer/management-gateway-service
2272026-02-17T05:27:15.873Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2282026-02-17T05:27:15.922Z Updating git repository `https://github.com/oxidecomputer/crucible`
2292026-02-17T05:27:17.700ZFrom https://github.com/oxidecomputer/crucible
2302026-02-17T05:27:17.700Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2312026-02-17T05:27:17.893Z Updating git repository `https://github.com/oxidecomputer/propolis`
2322026-02-17T05:27:18.371ZFrom https://github.com/oxidecomputer/propolis
2332026-02-17T05:27:18.371Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
2342026-02-17T05:27:18.610Z Updating git repository `https://github.com/oxidecomputer/tofino`
2352026-02-17T05:27:18.995ZFrom https://github.com/oxidecomputer/tofino
2362026-02-17T05:27:18.995Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2372026-02-17T05:27:19.019Z Updating git repository `https://github.com/oxidecomputer/clickward`
2382026-02-17T05:27:19.383ZFrom https://github.com/oxidecomputer/clickward
2392026-02-17T05:27:19.383Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2402026-02-17T05:27:19.435Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-02-17T05:27:19.784ZFrom https://github.com/oxidecomputer/illumos-devinfo
2422026-02-17T05:27:19.784Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2432026-02-17T05:27:20.515Zerror: failed to select a version for `reqwest`.
2442026-02-17T05:27:20.515Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
2452026-02-17T05:27:20.515Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
2462026-02-17T05:27:20.515Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
2472026-02-17T05:27:20.515Z
2482026-02-17T05:27:20.515Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
2492026-02-17T05:27:20.515Z
2502026-02-17T05:27:20.515Z
2512026-02-17T05:27:20.515Zfailed to select a version for `reqwest` which could resolve this conflict
2522026-02-17T05:27:20.580Zprocess exited: duration 156785 ms, exit code 101
 
2532026-02-17T05:27:20.630Zfound 0 output files