01KVF85EQRB52MZ09P529SQ2N7: 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: 01KVF85YJ57Q41PC8C1S7G59XG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:13:56.029Zjob assigned to worker 01KVF8663SWJHZ0279YYSJ3FFZ [factory aws, i-0b9300aadd2f6f5e6] (queued for 49 s)
 
22026-06-19T06:14:02.646Zstarting task 0: "setup"
32026-06-19T06:14:02.650Z++ uname -s
42026-06-19T06:14:02.653Z+ kern=SunOS
52026-06-19T06:14:02.653Z+ build_user=build
62026-06-19T06:14:02.653Z+ build_uid=12345
72026-06-19T06:14:02.653Z+ work_dir=/work
82026-06-19T06:14:02.653Z+ input_dir=/input
92026-06-19T06:14:02.653Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:02.653Z+ case "$kern" in
112026-06-19T06:14:02.653Z+ groupadd -g 12345 build
122026-06-19T06:14:02.656Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:04.658Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:04.742Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:04.746Z+ home_fs=zfs
162026-06-19T06:14:04.746Z+ [[ zfs == autofs ]]
172026-06-19T06:14:04.746Z+ mkdir -p /home/build
182026-06-19T06:14:04.746Z+ chown build:build /home/build /work
192026-06-19T06:14:06.746Z+ chmod 0700 /home/build /work
202026-06-19T06:14:06.749Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-19T06:14:06.755Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:06.758Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:06.758Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T06:14:06.759Z * rust toolchain channel = "stable"
252026-06-19T06:14:06.759Z * rust toolchain profile = "default"
262026-06-19T06:14:06.762Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:06.762Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:06.762Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:06.762Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:06.880Zinfo: downloading installer
312026-06-19T06:14:08.214Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:08.214Zwarn: /opt/ooce/bin
332026-06-19T06:14:08.214Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:08.214Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:08.214Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:08.214Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:08.214Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:08.214Zerror: cannot install while Rust is installed
392026-06-19T06:14:08.214Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:08.214Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:08.214Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:08.214Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:08.214Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:08.228Zinfo: profile set to default
452026-06-19T06:14:08.228Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:08.231Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:08.382Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:08.386Zinfo: downloading 6 components
492026-06-19T06:14:25.179Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:25.179Z
512026-06-19T06:14:25.207Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:25.207Z
532026-06-19T06:14:25.207Z
542026-06-19T06:14:25.207ZRust is installed now. Great!
552026-06-19T06:14:25.207Z
562026-06-19T06:14:25.207ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:25.207Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:25.207Z
592026-06-19T06:14:25.207ZTo configure your current shell, you need to source
602026-06-19T06:14:25.207Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:25.207Z
622026-06-19T06:14:25.207ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:25.207Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:25.208Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:25.208Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:25.208Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:25.208Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:25.208Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:25.211Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:25.211Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:25.297Z+ rustup --version
722026-06-19T06:14:25.305Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:25.308Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:25.326Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:25.329Z+ cargo --version
762026-06-19T06:14:25.342Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:25.345Z+ rustc --version
782026-06-19T06:14:25.363Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:25.366Zprocess exited: duration 18606 ms, exit code 0
 
802026-06-19T06:14:25.372Zstarting task 2: "authentication"
812026-06-19T06:14:25.388Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:25.394Zstarting task 3: "clone repository"
832026-06-19T06:14:25.398Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:25.401Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:25.432ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:26.950Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:26.950Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:27.330ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:27.330Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:27.337Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:27.340Z++ git branch --show-current
922026-06-19T06:14:27.340Z+ current=main
932026-06-19T06:14:27.340Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:27.340Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:27.343Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:27.360ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:27.363Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:27.366ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:27.366Zprocess exited: duration 1970 ms, exit code 0
 
1002026-06-19T06:14:27.372Zstarting task 4: "build"
1012026-06-19T06:14:27.375Z+ pfexec pkg install clang-15
1022026-06-19T06:14:35.821Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-19T06:14:43.472Z Startup: Caching catalogs ... Done
1042026-06-19T06:14:50.674ZPlanning: Solver setup ... Done
1052026-06-19T06:14:50.715ZPlanning: Running solver ... Done
1062026-06-19T06:14:50.856ZPlanning: Finding local manifests ... Done
1072026-06-19T06:14:50.868ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-19T06:14:50.951ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-19T06:14:50.980ZPlanning: Package planning ... Done
1102026-06-19T06:14:51.006ZPlanning: Merging actions ... Done
1112026-06-19T06:14:51.114ZPlanning: Checking for conflicting actions ... Done
1122026-06-19T06:14:51.121ZPlanning: Consolidating action changes ... Done
1132026-06-19T06:14:51.890ZPlanning: Evaluating mediators ... Done
1142026-06-19T06:14:51.895ZPlanning: Planning completed in 8.26 seconds
1152026-06-19T06:14:51.906Z Packages to install: 2
1162026-06-19T06:14:51.909Z Mediators to change: 2
1172026-06-19T06:14:51.909Z Services to change: 1
1182026-06-19T06:14:51.909Z Create boot environment: No
1192026-06-19T06:14:51.909ZCreate backup boot environment: No
1202026-06-19T06:14:51.948Z
1212026-06-19T06:14:51.948ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-19T06:14:56.955ZDownload: 1583/3076 items 103.5/211.3MB 48% complete (21.2M/s)
1232026-06-19T06:15:02.737ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (15.5M/s)
1242026-06-19T06:15:07.753ZDownload: 2940/3076 items 176.2/211.3MB 83% complete (5.8M/s)
1252026-06-19T06:15:12.924ZDownload: 3034/3076 items 201.4/211.3MB 95% complete (8.6M/s)
1262026-06-19T06:15:19.072ZDownload: 3066/3076 items 208.9/211.3MB 98% complete (8.9M/s)
1272026-06-19T06:15:19.123ZDownload: Completed 211.31 MB in 27.17 seconds (7.8M/s)
1282026-06-19T06:15:19.238Z Actions: 1/3418 actions (Installing new actions)
1292026-06-19T06:15:22.360Z Actions: Completed 3418 actions in 3.12 seconds.
1302026-06-19T06:15:22.994Z Done
1312026-06-19T06:15:22.994Z Done
1322026-06-19T06:15:23.733Z Done
1332026-06-19T06:15:27.137Z Done
1342026-06-19T06:15:27.205Z Done
1352026-06-19T06:15:27.209Z Done
1362026-06-19T06:15:27.458Z Done
1372026-06-19T06:15:28.130Z+ cargo --version
1382026-06-19T06:15:28.137Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1392026-06-19T06:15:28.351Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1402026-06-19T06:15:28.354Zinfo: downloading 6 components
1412026-06-19T06:15:45.458Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1422026-06-19T06:15:45.461Z+ rustc --version
1432026-06-19T06:15:45.490Zrustc 1.95.0 (59807616e 2026-04-14)
1442026-06-19T06:15:45.494Z+ banner check
1452026-06-19T06:15:45.497Z
1462026-06-19T06:15:45.497Z #### # # ###### #### # #
1472026-06-19T06:15:45.497Z # # # # # # # # #
1482026-06-19T06:15:45.497Z # ###### ##### # ####
1492026-06-19T06:15:45.497Z # # # # # # #
1502026-06-19T06:15:45.497Z # # # # # # # # #
1512026-06-19T06:15:45.497Z #### # # ###### #### # #
1522026-06-19T06:15:45.497Z
1532026-06-19T06:15:45.497Z+ cargo fmt -- --check
1542026-06-19T06:15:45.888Z+ cargo clippy --all-targets -- --deny warnings
1552026-06-19T06:15:46.001Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-06-19T06:15:46.717ZFrom https://github.com/oxidecomputer/falcon
1572026-06-19T06:15:46.717Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1582026-06-19T06:15:46.793Z Updating crates.io index
1592026-06-19T06:15:46.796Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1602026-06-19T06:15:47.184ZFrom https://github.com/oxidecomputer/dendrite
1612026-06-19T06:15:47.184Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
1622026-06-19T06:15:47.252Z Updating git repository `https://github.com/oxidecomputer/ispf`
1632026-06-19T06:15:47.540ZFrom https://github.com/oxidecomputer/ispf
1642026-06-19T06:15:47.540Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1652026-06-19T06:15:47.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-06-19T06:15:48.106ZFrom https://github.com/oxidecomputer/netadm-sys
1672026-06-19T06:15:48.106Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1682026-06-19T06:15:48.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
1692026-06-19T06:15:54.273ZFrom https://github.com/oxidecomputer/omicron
1702026-06-19T06:15:54.273Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1712026-06-19T06:15:54.693Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-06-19T06:15:55.322ZFrom https://github.com/oxidecomputer/opte
1732026-06-19T06:15:55.322Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1742026-06-19T06:15:55.353Z Updating git repository `https://github.com/illumos/smf-rs`
1752026-06-19T06:15:55.599ZFrom https://github.com/illumos/smf-rs
1762026-06-19T06:15:55.599Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1772026-06-19T06:15:56.113Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1782026-06-19T06:15:56.419ZFrom https://github.com/oxidecomputer/network-interface
1792026-06-19T06:15:56.419Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1802026-06-19T06:15:56.590Z Updating git repository `https://github.com/oxidecomputer/zone`
1812026-06-19T06:15:56.864ZFrom https://github.com/oxidecomputer/zone
1822026-06-19T06:15:56.864Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1832026-06-19T06:15:56.889Z Updating git repository `https://github.com/oxidecomputer/propolis`
1842026-06-19T06:15:57.516ZFrom https://github.com/oxidecomputer/propolis
1852026-06-19T06:15:57.516Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1862026-06-19T06:15:57.684Z Updating crates.io index
1872026-06-19T06:15:57.687Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1882026-06-19T06:15:58.181ZFrom https://github.com/oxidecomputer/transceiver-control
1892026-06-19T06:15:58.181Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1902026-06-19T06:15:58.224Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1912026-06-19T06:15:58.490ZFrom https://github.com/oxidecomputer/dlpi-sys
1922026-06-19T06:15:58.490Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1932026-06-19T06:15:58.505Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1942026-06-19T06:15:58.780ZFrom https://github.com/jmesmon/rust-libzfs
1952026-06-19T06:15:58.781Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1962026-06-19T06:15:58.787Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1972026-06-19T06:15:59.044ZFrom https://github.com/oxidecomputer/rusty-doors
1982026-06-19T06:15:59.044Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1992026-06-19T06:15:59.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
2002026-06-19T06:15:59.365ZFrom https://github.com/oxidecomputer/lldp
2012026-06-19T06:15:59.365Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2022026-06-19T06:15:59.596Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2032026-06-19T06:15:59.854ZFrom https://github.com/oxidecomputer/slog-error-chain
2042026-06-19T06:15:59.854Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2052026-06-19T06:16:00.083Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2062026-06-19T06:16:00.366ZFrom https://github.com/oxidecomputer/tufaceous
2072026-06-19T06:16:00.366Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2082026-06-19T06:16:00.392Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2092026-06-19T06:16:00.840ZFrom https://github.com/oxidecomputer/management-gateway-service
2102026-06-19T06:16:00.840Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2112026-06-19T06:16:01.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2122026-06-19T06:16:02.414ZFrom https://github.com/oxidecomputer/crucible
2132026-06-19T06:16:02.415Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2142026-06-19T06:16:03.237Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2152026-06-19T06:16:03.488ZFrom https://github.com/oxidecomputer/serde_human_bytes
2162026-06-19T06:16:03.488Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2172026-06-19T06:16:03.572Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-06-19T06:16:03.988ZFrom https://github.com/oxidecomputer/propolis
2192026-06-19T06:16:03.988Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2202026-06-19T06:16:04.312Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-06-19T06:16:05.139ZFrom https://github.com/oxidecomputer/crucible
2222026-06-19T06:16:05.139Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2232026-06-19T06:16:05.247Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-06-19T06:16:05.582ZFrom https://github.com/oxidecomputer/tofino
2252026-06-19T06:16:05.582Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2262026-06-19T06:16:05.780Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-06-19T06:16:06.410ZFrom https://github.com/oxidecomputer/maghemite
2282026-06-19T06:16:06.410Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2292026-06-19T06:16:06.457Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-06-19T06:16:06.742ZFrom https://github.com/oxidecomputer/clickward
2312026-06-19T06:16:06.742Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2322026-06-19T06:16:07.066Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-19T06:16:07.337ZFrom https://github.com/oxidecomputer/illumos-devinfo
2342026-06-19T06:16:07.337Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2352026-06-19T06:16:07.693Zerror: failed to select a version for `http`.
2362026-06-19T06:16:07.693Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2372026-06-19T06:16:07.693Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2382026-06-19T06:16:07.693Zversions that meet the requirements `^1.4.2` are: 1.4.2
2392026-06-19T06:16:07.693Z
2402026-06-19T06:16:07.693Zall possible versions conflict with previously selected packages.
2412026-06-19T06:16:07.693Z
2422026-06-19T06:16:07.693Z previously selected package `http v1.4.1`
2432026-06-19T06:16:07.693Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2442026-06-19T06:16:07.693Z
2452026-06-19T06:16:07.693Zfailed to select a version for `http` which could resolve this conflict
2462026-06-19T06:16:07.720Zprocess exited: duration 100332 ms, exit code 101
 
2472026-06-19T06:16:07.727Zfound 0 output files