01KHN0NVQVQWDS31R2MM646KY0: image

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/mg-ddm-gz.tar",
            series: "image",
            name: "mg-ddm-gz.tar",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm-gz.sha256.txt",
            series: "image",
            name: "mg-ddm-gz.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm.tar.gz",
            series: "image",
            name: "mg-ddm.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/mg-ddm.sha256.txt",
            series: "image",
            name: "mg-ddm.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/mgd.tar.gz",
            series: "image",
            name: "mgd.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/mgd.sha256.txt",
            series: "image",
            name: "mgd.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHN0Q50TCQHAN9YECJ95XX1B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:26:31.034Zjob assigned to worker 01KHN0Z1MSWKD800VF3SNN5PAZ [factory aws, i-0bce2fea833bc45ac] (queued for 5 m 21 s)
 
22026-02-17T05:26:39.432Zstarting task 0: "setup"
32026-02-17T05:26:39.436Z++ uname -s
42026-02-17T05:26:39.439Z+ kern=SunOS
52026-02-17T05:26:39.439Z+ build_user=build
62026-02-17T05:26:39.439Z+ build_uid=12345
72026-02-17T05:26:39.439Z+ work_dir=/work
82026-02-17T05:26:39.439Z+ input_dir=/input
92026-02-17T05:26:39.439Z+ [[ 0 == 12345 ]]
102026-02-17T05:26:39.439Z+ case "$kern" in
112026-02-17T05:26:39.439Z+ groupadd -g 12345 build
122026-02-17T05:26:39.442Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:26:41.449Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:26:41.581Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:26:41.584Z+ home_fs=zfs
162026-02-17T05:26:41.584Z+ [[ zfs == autofs ]]
172026-02-17T05:26:41.584Z+ mkdir -p /home/build
182026-02-17T05:26:41.587Z+ chown build:build /home/build /work
192026-02-17T05:26:42.588Z+ chmod 0700 /home/build /work
202026-02-17T05:26:42.591Zprocess exited: duration 3160 ms, exit code 0
 
212026-02-17T05:26:42.596Zstarting task 1: "rust-toolchain"
222026-02-17T05:26:42.602Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T05:26:42.602Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-17T05:26:42.602Z * rust toolchain channel = "stable"
252026-02-17T05:26:42.602Z * rust toolchain profile = "default"
262026-02-17T05:26:42.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:26:42.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T05:26:42.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:26:42.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:26:42.742Zinfo: downloading installer
312026-02-17T05:26:44.740Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:26:44.740Zwarn: /opt/ooce/bin
332026-02-17T05:26:44.740Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:26:44.740Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:26:44.740Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:26:44.740Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:26:44.740Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:26:44.740Zerror: cannot install while Rust is installed
392026-02-17T05:26:44.740Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:26:44.754Zinfo: profile set to 'default'
412026-02-17T05:26:44.754Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:26:44.757Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:26:44.918Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:26:44.918Zinfo: downloading component 'cargo'
452026-02-17T05:26:45.961Zinfo: downloading component 'clippy'
462026-02-17T05:26:46.434Zinfo: downloading component 'rust-docs'
472026-02-17T05:26:47.892Zinfo: downloading component 'rust-std'
482026-02-17T05:26:49.740Zinfo: downloading component 'rustc'
492026-02-17T05:26:57.324Zinfo: downloading component 'rustfmt'
502026-02-17T05:26:57.605Zinfo: installing component 'cargo'
512026-02-17T05:26:58.519Zinfo: installing component 'clippy'
522026-02-17T05:26:58.922Zinfo: installing component 'rust-docs'
532026-02-17T05:27:00.886Zinfo: installing component 'rust-std'
542026-02-17T05:27:02.684Zinfo: installing component 'rustc'
552026-02-17T05:27:09.400Zinfo: installing component 'rustfmt'
562026-02-17T05:27:09.721Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T05:27:09.721Z
582026-02-17T05:27:10.191Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:27:10.192Z
602026-02-17T05:27:10.195Z
612026-02-17T05:27:10.195ZRust is installed now. Great!
622026-02-17T05:27:10.195Z
632026-02-17T05:27:10.195ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:27:10.195Zenvironment variable. This has not been done automatically.
652026-02-17T05:27:10.195Z
662026-02-17T05:27:10.195ZTo configure your current shell, you need to source
672026-02-17T05:27:10.195Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:27:10.195Z
692026-02-17T05:27:10.195ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:27:10.195Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:27:10.195Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:27:10.195Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:27:10.301Z+ rustup --version
742026-02-17T05:27:10.334Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:27:10.341Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:27:10.423Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:27:10.428Z+ cargo --version
782026-02-17T05:27:10.495Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:27:10.499Z+ rustc --version
802026-02-17T05:27:10.562Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:27:10.566Zprocess exited: duration 27964 ms, exit code 0
 
822026-02-17T05:27:10.572Zstarting task 2: "authentication"
832026-02-17T05:27:10.594Zprocess exited: duration 22 ms, exit code 0
 
842026-02-17T05:27:10.604Zstarting task 3: "clone repository"
852026-02-17T05:27:10.608Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:27:10.612Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:27:10.644ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:27:11.707Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:27:11.707Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:27:11.938ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:27:11.938Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:27:11.947Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:27:11.952Z++ git branch --show-current
942026-02-17T05:27:11.952Z+ current=main
952026-02-17T05:27:11.952Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:27:11.952Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:27:11.956Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:27:11.986ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:27:11.991Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:27:12.013ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:27:12.016Zprocess exited: duration 1412 ms, exit code 0
 
1022026-02-17T05:27:12.026Zstarting task 4: "build"
1032026-02-17T05:27:12.028Z+ pfexec pkg install clang-15
1042026-02-17T05:27:20.973Z Startup: Refreshing catalog 'helios-dev' ... Done
1052026-02-17T05:27:31.120Z Startup: Caching catalogs ... Done
1062026-02-17T05:27:53.699ZPlanning: Solver setup ... Done
1072026-02-17T05:27:53.844ZPlanning: Running solver ... Done
1082026-02-17T05:27:54.013ZPlanning: Finding local manifests ... Done
1092026-02-17T05:27:54.028ZPlanning: Fetching manifests: 0/2 0% complete
1102026-02-17T05:27:54.162ZPlanning: Fetching manifests: 2/2 100% complete
1112026-02-17T05:27:54.206ZPlanning: Package planning ... Done
1122026-02-17T05:27:54.253ZPlanning: Merging actions ... Done
1132026-02-17T05:27:54.417ZPlanning: Checking for conflicting actions ... Done
1142026-02-17T05:27:54.427ZPlanning: Consolidating action changes ... Done
1152026-02-17T05:27:55.446ZPlanning: Evaluating mediators ... Done
1162026-02-17T05:27:55.455ZPlanning: Planning completed in 24.18 seconds
1172026-02-17T05:27:55.472Z Packages to install: 2
1182026-02-17T05:27:55.472Z Mediators to change: 2
1192026-02-17T05:27:55.475Z Services to change: 1
1202026-02-17T05:27:55.475Z Create boot environment: No
1212026-02-17T05:27:55.475ZCreate backup boot environment: No
1222026-02-17T05:27:55.525Z
1232026-02-17T05:27:55.525ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1242026-02-17T05:28:00.528ZDownload: 2291/3076 items 118.7/211.3MB 56% complete (24.0M/s)
1252026-02-17T05:28:02.949ZDownload: Completed 211.31 MB in 7.42 seconds (28.5M/s)
1262026-02-17T05:28:03.247Z Actions: 1/3418 actions (Installing new actions)
1272026-02-17T05:28:08.431Z Actions: Completed 3418 actions in 4.42 seconds.
1282026-02-17T05:28:08.498Z Done
1292026-02-17T05:28:08.499Z Done
1302026-02-17T05:28:09.181Z Done
1312026-02-17T05:28:13.694Z Done
1322026-02-17T05:28:13.783Z Done
1332026-02-17T05:28:13.787Z Done
1342026-02-17T05:28:14.044Z Done
1352026-02-17T05:28:14.625Z+ cargo --version
1362026-02-17T05:28:14.632Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1372026-02-17T05:28:14.890Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1382026-02-17T05:28:14.895Zinfo: downloading component 'cargo'
1392026-02-17T05:28:16.742Zinfo: downloading component 'clippy'
1402026-02-17T05:28:16.813Zinfo: downloading component 'rust-docs'
1412026-02-17T05:28:17.996Zinfo: downloading component 'rust-std'
1422026-02-17T05:28:20.246Zinfo: downloading component 'rustc'
1432026-02-17T05:28:29.474Zinfo: downloading component 'rustfmt'
1442026-02-17T05:28:29.761Zinfo: installing component 'cargo'
1452026-02-17T05:28:30.680Zinfo: installing component 'clippy'
1462026-02-17T05:28:31.064Zinfo: installing component 'rust-docs'
1472026-02-17T05:28:32.974Zinfo: installing component 'rust-std'
1482026-02-17T05:28:34.795Zinfo: installing component 'rustc'
1492026-02-17T05:28:41.453Zinfo: installing component 'rustfmt'
1502026-02-17T05:28:41.906Zcargo 1.92.0 (344c4567c 2025-10-21)
1512026-02-17T05:28:41.909Z+ rustc --version
1522026-02-17T05:28:41.997Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1532026-02-17T05:28:42.001Z+ banner build
1542026-02-17T05:28:42.005Z
1552026-02-17T05:28:42.005Z ##### # # # # #####
1562026-02-17T05:28:42.005Z # # # # # # # #
1572026-02-17T05:28:42.005Z ##### # # # # # #
1582026-02-17T05:28:42.005Z # # # # # # # #
1592026-02-17T05:28:42.005Z # # # # # # # #
1602026-02-17T05:28:42.005Z ##### #### # ###### #####
1612026-02-17T05:28:42.005Z
1622026-02-17T05:28:42.005Z+ ptime -m cargo build --release --verbose -p ddmd -p ddmadm -p mgd -p mgadm
1632026-02-17T05:28:42.174Z Updating git repository `https://github.com/oxidecomputer/falcon`
1642026-02-17T05:28:42.178Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/falcon' '+f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9:refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9'`
1652026-02-17T05:28:42.371ZPOST git-upload-pack (167 bytes)
1662026-02-17T05:28:43.239ZFrom https://github.com/oxidecomputer/falcon
1672026-02-17T05:28:43.239Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
1682026-02-17T05:28:43.354Z Updating crates.io index
1692026-02-17T05:28:43.390Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1702026-02-17T05:28:43.397Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dendrite' '+37992295b5dc708d8f120cee805d67418741b556:refs/commit/37992295b5dc708d8f120cee805d67418741b556'`
1712026-02-17T05:28:43.546ZPOST git-upload-pack (167 bytes)
1722026-02-17T05:28:44.087ZFrom https://github.com/oxidecomputer/dendrite
1732026-02-17T05:28:44.087Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1742026-02-17T05:28:44.374Z Updating git repository `https://github.com/oxidecomputer/ispf`
1752026-02-17T05:28:44.397Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/ispf' '+f78443a98397f7818b1e7a487dbb7d5cad625496:refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496'`
1762026-02-17T05:28:44.523ZPOST git-upload-pack (167 bytes)
1772026-02-17T05:28:44.640ZFrom https://github.com/oxidecomputer/ispf
1782026-02-17T05:28:44.640Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1792026-02-17T05:28:44.648Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1802026-02-17T05:28:44.649Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/netadm-sys' '+99a7e26c6d8b43759ec7e09d10779766d577123f:refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f'`
1812026-02-17T05:28:44.814ZPOST git-upload-pack (167 bytes)
1822026-02-17T05:28:44.988ZFrom https://github.com/oxidecomputer/netadm-sys
1832026-02-17T05:28:44.988Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
1842026-02-17T05:28:44.999Z Updating git repository `https://github.com/oxidecomputer/omicron`
1852026-02-17T05:28:45.004Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/omicron' '+79fac7deb9acd9272b867904da03f20076d09265:refs/commit/79fac7deb9acd9272b867904da03f20076d09265'`
1862026-02-17T05:28:45.156ZPOST git-upload-pack (167 bytes)
1872026-02-17T05:28:55.241ZFrom https://github.com/oxidecomputer/omicron
1882026-02-17T05:28:55.241Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
1892026-02-17T05:28:55.954Z Updating git repository `https://github.com/oxidecomputer/opte`
1902026-02-17T05:28:55.957Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/opte' '+e547d07b08c3f3d6c821c9eb7a958adcffce6e56:refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56'`
1912026-02-17T05:28:56.114ZPOST git-upload-pack (167 bytes)
1922026-02-17T05:28:56.601ZFrom https://github.com/oxidecomputer/opte
1932026-02-17T05:28:56.601Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1942026-02-17T05:28:57.171Z Updating git repository `https://github.com/illumos/smf-rs`
1952026-02-17T05:28:57.174Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/illumos/smf-rs' '+72389b5161d2cca1f0e239b337af68bf31f191f4:refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4'`
1962026-02-17T05:28:57.335ZPOST git-upload-pack (167 bytes)
1972026-02-17T05:28:57.439ZFrom https://github.com/illumos/smf-rs
1982026-02-17T05:28:57.440Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1992026-02-17T05:28:57.465Z Updating git repository `https://github.com/oxidecomputer/network-interface`
2002026-02-17T05:28:57.470Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/network-interface' '+5a696e910333bdc50ef56cebe9cdd78e40127d87:refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87'`
2012026-02-17T05:28:57.627ZPOST git-upload-pack (167 bytes)
2022026-02-17T05:28:57.728ZFrom https://github.com/oxidecomputer/network-interface
2032026-02-17T05:28:57.728Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
2042026-02-17T05:28:58.023Z Updating git repository `https://github.com/oxidecomputer/zone`
2052026-02-17T05:28:58.026Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/zone' '+008474e88f0c2137e8672b7a9059e3f8e0b0df91:refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91'`
2062026-02-17T05:28:58.185ZPOST git-upload-pack (167 bytes)
2072026-02-17T05:28:58.302ZFrom https://github.com/oxidecomputer/zone
2082026-02-17T05:28:58.302Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
2092026-02-17T05:28:58.363Z Updating git repository `https://github.com/oxidecomputer/propolis`
2102026-02-17T05:28:58.366Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+ff31c527515d65886e599fc07eb41240aeb767c6:refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6'`
2112026-02-17T05:28:58.507ZPOST git-upload-pack (167 bytes)
2122026-02-17T05:28:59.540ZFrom https://github.com/oxidecomputer/propolis
2132026-02-17T05:28:59.540Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
2142026-02-17T05:28:59.647Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2152026-02-17T05:28:59.650Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/transceiver-control' '+db0be8a8c7ff0632b6c53978aadfb5b8274cfde2:refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2'`
2162026-02-17T05:28:59.797ZPOST git-upload-pack (167 bytes)
2172026-02-17T05:29:00.137ZFrom https://github.com/oxidecomputer/transceiver-control
2182026-02-17T05:29:00.137Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
2192026-02-17T05:29:00.394Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2202026-02-17T05:29:00.397Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dlpi-sys' '+d9645f8d61187e76384474b1100f6537fb644993:refs/commit/d9645f8d61187e76384474b1100f6537fb644993'`
2212026-02-17T05:29:00.557ZPOST git-upload-pack (167 bytes)
2222026-02-17T05:29:00.668ZFrom https://github.com/oxidecomputer/dlpi-sys
2232026-02-17T05:29:00.668Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
2242026-02-17T05:29:00.676Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2252026-02-17T05:29:00.679Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/jmesmon/rust-libzfs' '+ecd5a922247a6c5acef55d76c5b8d115572bc850:refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850'`
2262026-02-17T05:29:00.892ZPOST git-upload-pack (167 bytes)
2272026-02-17T05:29:01.037ZFrom https://github.com/jmesmon/rust-libzfs
2282026-02-17T05:29:01.037Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2292026-02-17T05:29:01.041Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2302026-02-17T05:29:01.046Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/rusty-doors' '+0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf:refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf'`
2312026-02-17T05:29:01.190ZPOST git-upload-pack (167 bytes)
2322026-02-17T05:29:01.294ZFrom https://github.com/oxidecomputer/rusty-doors
2332026-02-17T05:29:01.294Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2342026-02-17T05:29:01.313Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-02-17T05:29:01.317Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/lldp' '+4c9df170cdfdeead0896e35f20a560f2102ed907:refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907'`
2362026-02-17T05:29:01.470ZPOST git-upload-pack (167 bytes)
2372026-02-17T05:29:01.630ZFrom https://github.com/oxidecomputer/lldp
2382026-02-17T05:29:01.631Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
2392026-02-17T05:29:01.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2402026-02-17T05:29:01.715Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/maghemite' '+8f5527da3c53398c95c50b1af088637e7b6c5718:refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718'`
2412026-02-17T05:29:01.871ZPOST git-upload-pack (167 bytes)
2422026-02-17T05:29:02.572ZFrom https://github.com/oxidecomputer/maghemite
2432026-02-17T05:29:02.572Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
2442026-02-17T05:29:02.621Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-02-17T05:29:02.628Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/serde_human_bytes' '+8f60acdfe7c6d9e2a01f59be920c1c2b19129322:refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322'`
2462026-02-17T05:29:02.779ZPOST git-upload-pack (167 bytes)
2472026-02-17T05:29:02.881ZFrom https://github.com/oxidecomputer/serde_human_bytes
2482026-02-17T05:29:02.881Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2492026-02-17T05:29:02.905Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-02-17T05:29:02.908Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/slog-error-chain' '+15f69041f45774602108e47fb25e705dc23acfb2:refs/commit/15f69041f45774602108e47fb25e705dc23acfb2'`
2512026-02-17T05:29:03.059ZPOST git-upload-pack (167 bytes)
2522026-02-17T05:29:03.209ZFrom https://github.com/oxidecomputer/slog-error-chain
2532026-02-17T05:29:03.209Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2542026-02-17T05:29:03.285Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2552026-02-17T05:29:03.288Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tufaceous' '+1eacfcf0cade44f77d433f31744dbee4abb96465:refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465'`
2562026-02-17T05:29:03.446ZPOST git-upload-pack (167 bytes)
2572026-02-17T05:29:03.592ZFrom https://github.com/oxidecomputer/tufaceous
2582026-02-17T05:29:03.592Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2592026-02-17T05:29:03.626Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602026-02-17T05:29:03.629Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/management-gateway-service' '+ea2f39ccdea124b5affcad0ca17bc5dacf65823a:refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a'`
2612026-02-17T05:29:03.786ZPOST git-upload-pack (167 bytes)
2622026-02-17T05:29:04.096ZFrom https://github.com/oxidecomputer/management-gateway-service
2632026-02-17T05:29:04.096Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2642026-02-17T05:29:04.225Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-02-17T05:29:04.228Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+7103cd3a3d7b0112d2949dd135db06fef0c156bb:refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb'`
2662026-02-17T05:29:04.381ZPOST git-upload-pack (167 bytes)
2672026-02-17T05:29:05.742ZFrom https://github.com/oxidecomputer/crucible
2682026-02-17T05:29:05.742Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2692026-02-17T05:29:05.981Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-02-17T05:29:05.984Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+bc121ef55741656ce118b02ceeda949b9261f49f:refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f'`
2712026-02-17T05:29:06.138ZPOST git-upload-pack (958 bytes)
2722026-02-17T05:29:06.356ZFrom https://github.com/oxidecomputer/propolis
2732026-02-17T05:29:06.356Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
2742026-02-17T05:29:06.815Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752026-02-17T05:29:06.818Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tofino' '+7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33:refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33'`
2762026-02-17T05:29:06.969ZPOST git-upload-pack (167 bytes)
2772026-02-17T05:29:07.075ZFrom https://github.com/oxidecomputer/tofino
2782026-02-17T05:29:07.075Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2792026-02-17T05:29:07.085Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802026-02-17T05:29:07.087Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/clickward' '+e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737:refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737'`
2812026-02-17T05:29:07.247ZPOST git-upload-pack (167 bytes)
2822026-02-17T05:29:07.370ZFrom https://github.com/oxidecomputer/clickward
2832026-02-17T05:29:07.370Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2842026-02-17T05:29:07.511Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852026-02-17T05:29:07.515Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/illumos-devinfo' '+4323b17bfdd0c94d2875ac64b47f0e60fac1d640:refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640'`
2862026-02-17T05:29:07.670ZPOST git-upload-pack (167 bytes)
2872026-02-17T05:29:07.778ZFrom https://github.com/oxidecomputer/illumos-devinfo
2882026-02-17T05:29:07.778Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2892026-02-17T05:29:08.782Zerror: failed to select a version for `reqwest`.
2902026-02-17T05:29:08.782Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
2912026-02-17T05:29:08.782Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
2922026-02-17T05:29:08.782Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
2932026-02-17T05:29:08.782Z
2942026-02-17T05:29:08.782Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
2952026-02-17T05:29:08.782Z
2962026-02-17T05:29:08.782Z
2972026-02-17T05:29:08.782Zfailed to select a version for `reqwest` which could resolve this conflict
2982026-02-17T05:29:08.823Z
2992026-02-17T05:29:08.829Zreal 26.771390266
3002026-02-17T05:29:08.829Zuser 15.055631707
3012026-02-17T05:29:08.829Zsys 2.472406591
3022026-02-17T05:29:08.829Ztrap 0.004325682
3032026-02-17T05:29:08.829Ztflt 0.000172506
3042026-02-17T05:29:08.829Zdflt 0.000648818
3052026-02-17T05:29:08.829Zkflt 0.000000000
3062026-02-17T05:29:08.829Zlock 0.793223381
3072026-02-17T05:29:08.829Zslp 1:39.582121594
3082026-02-17T05:29:08.829Zlat 0.744677558
3092026-02-17T05:29:08.829Zstop 0.015389817
3102026-02-17T05:29:08.829Zprocess exited: duration 116782 ms, exit code 101
 
3112026-02-17T05:29:08.836Zfound 0 output files