01KHN0NVQZT8BYFDGERWF3WNNA: mg-p5p

BasicConfig {
    output_rules: [
        "=/out/mg.p5p",
        "=/out/mg.p5p.sha256",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/mg.p5p",
            series: "repo",
            name: "mg.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/mg.p5p.sha256",
            series: "repo",
            name: "mg.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHN0Q53FY0WK9MYX8D0697Y1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:27:14.393Zjob assigned to worker 01KHN11CK95J7YD10EXPNZMCDC [factory gimlet-EVT22200007-propolis, EVT22200007/58366] (queued for 6 m 4 s)
 
22026-02-17T05:27:22.928Zstarting task 0: "setup"
32026-02-17T05:27:22.952Z++ uname -s
42026-02-17T05:27:22.952Z+ kern=SunOS
52026-02-17T05:27:22.952Z+ build_user=build
62026-02-17T05:27:22.952Z+ build_uid=12345
72026-02-17T05:27:22.953Z+ work_dir=/work
82026-02-17T05:27:22.953Z+ input_dir=/input
92026-02-17T05:27:22.953Z+ [[ 0 == 12345 ]]
102026-02-17T05:27:22.953Z+ case "$kern" in
112026-02-17T05:27:22.953Z+ groupadd -g 12345 build
122026-02-17T05:27:22.953Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:27:24.957Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:27:24.999Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:27:25.024Z+ home_fs=zfs
162026-02-17T05:27:25.024Z+ [[ zfs == autofs ]]
172026-02-17T05:27:25.024Z+ mkdir -p /home/build
182026-02-17T05:27:25.024Z+ chown build:build /home/build /work
192026-02-17T05:27:27.007Z+ chmod 0700 /home/build /work
202026-02-17T05:27:27.031Zprocess exited: duration 4083 ms, exit code 0
 
212026-02-17T05:27:27.079Zstarting task 1: "rust-toolchain"
222026-02-17T05:27:27.103Z * rust toolchain channel = "stable"
232026-02-17T05:27:27.103Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-02-17T05:27:27.103Z * rust toolchain profile = "default"
252026-02-17T05:27:27.103Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-17T05:27:27.103Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:27:27.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T05:27:27.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:27:27.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:27:27.274Zinfo: downloading installer
312026-02-17T05:27:27.922Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:27:27.923Zwarn: /opt/ooce/bin
332026-02-17T05:27:27.923Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:27:27.923Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:27:27.923Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:27:27.923Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:27:27.923Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:27:27.923Zerror: cannot install while Rust is installed
392026-02-17T05:27:27.923Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:27:27.972Zinfo: profile set to 'default'
412026-02-17T05:27:27.972Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:27:27.972Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:27:28.058Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:27:28.058Zinfo: downloading component 'cargo'
452026-02-17T05:27:28.234Zinfo: downloading component 'clippy'
462026-02-17T05:27:28.298Zinfo: downloading component 'rust-docs'
472026-02-17T05:27:28.580Zinfo: downloading component 'rust-std'
482026-02-17T05:27:28.901Zinfo: downloading component 'rustc'
492026-02-17T05:27:30.400Zinfo: downloading component 'rustfmt'
502026-02-17T05:27:30.465Zinfo: installing component 'cargo'
512026-02-17T05:27:31.722Zinfo: installing component 'clippy'
522026-02-17T05:27:32.200Zinfo: installing component 'rust-docs'
532026-02-17T05:27:35.826Zinfo: installing component 'rust-std'
542026-02-17T05:27:38.084Zinfo: installing component 'rustc'
552026-02-17T05:27:46.962Zinfo: installing component 'rustfmt'
562026-02-17T05:27:47.370Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T05:27:47.371Z
582026-02-17T05:27:47.567Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:27:47.567Z
602026-02-17T05:27:47.591Z
612026-02-17T05:27:47.591ZRust is installed now. Great!
622026-02-17T05:27:47.591Z
632026-02-17T05:27:47.591ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:27:47.591Zenvironment variable. This has not been done automatically.
652026-02-17T05:27:47.591Z
662026-02-17T05:27:47.591ZTo configure your current shell, you need to source
672026-02-17T05:27:47.591Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:27:47.591Z
692026-02-17T05:27:47.592ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:27:47.592Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:27:47.592Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:27:47.592Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:27:47.723Z+ rustup --version
742026-02-17T05:27:47.747Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:27:47.747Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:27:47.871Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:27:47.895Z+ cargo --version
782026-02-17T05:27:47.989Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:27:48.015Z+ rustc --version
802026-02-17T05:27:48.154Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:27:48.178Zprocess exited: duration 21082 ms, exit code 0
 
822026-02-17T05:27:48.230Zstarting task 2: "authentication"
832026-02-17T05:27:48.291Zprocess exited: duration 64 ms, exit code 0
 
842026-02-17T05:27:48.340Zstarting task 3: "clone repository"
852026-02-17T05:27:48.364Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:27:48.364Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:27:48.391ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:27:50.032Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:27:50.032Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:27:50.371ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:27:50.371Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:27:50.395Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:27:50.395Z++ git branch --show-current
942026-02-17T05:27:50.395Z+ current=main
952026-02-17T05:27:50.395Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:27:50.395Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:27:50.421Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:27:50.446ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:27:50.446Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:27:50.470ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:27:50.470Zprocess exited: duration 2113 ms, exit code 0
 
1022026-02-17T05:27:50.520Zstarting task 4: "build"
1032026-02-17T05:27:50.544Z+ pfexec pkg install clang-15
1042026-02-17T05:28:06.728Z Startup: Refreshing catalog 'helios-dev' ... Done
1052026-02-17T05:28:25.525Z Startup: Caching catalogs ... Done
1062026-02-17T05:29:02.008ZPlanning: Solver setup ... Done
1072026-02-17T05:29:02.257ZPlanning: Running solver ... Done
1082026-02-17T05:29:02.424ZPlanning: Finding local manifests ... Done
1092026-02-17T05:29:02.504ZPlanning: Fetching manifests: 0/2 0% complete
1102026-02-17T05:29:02.997ZPlanning: Fetching manifests: 2/2 100% complete
1112026-02-17T05:29:03.099ZPlanning: Package planning ... Done
1122026-02-17T05:29:03.192ZPlanning: Merging actions ... Done
1132026-02-17T05:29:03.465ZPlanning: Checking for conflicting actions ... Done
1142026-02-17T05:29:03.490ZPlanning: Consolidating action changes ... Done
1152026-02-17T05:29:04.312ZPlanning: Evaluating mediators ... Done
1162026-02-17T05:29:04.336ZPlanning: Planning completed in 38.67 seconds
1172026-02-17T05:29:04.361Z Packages to install: 2
1182026-02-17T05:29:04.361Z Mediators to change: 2
1192026-02-17T05:29:04.361Z Services to change: 1
1202026-02-17T05:29:04.361Z Create boot environment: No
1212026-02-17T05:29:04.361ZCreate backup boot environment: No
1222026-02-17T05:29:04.426Z
1232026-02-17T05:29:04.426ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1242026-02-17T05:29:09.428ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (24.4M/s)
1252026-02-17T05:29:14.438ZDownload: 3034/3076 items 178.2/211.3MB 84% complete (18.2M/s)
1262026-02-17T05:29:18.660ZDownload: Completed 211.31 MB in 14.23 seconds (14.8M/s)
1272026-02-17T05:29:18.892Z Actions: 1/3418 actions (Installing new actions)
1282026-02-17T05:29:23.891Z Actions: 1625/3418 actions (Installing new actions)
1292026-02-17T05:29:24.974Z Actions: Completed 3418 actions in 6.08 seconds.
1302026-02-17T05:29:25.691Z Done
1312026-02-17T05:29:25.691Z Done
1322026-02-17T05:29:26.981Z Done
1332026-02-17T05:29:33.038Z Done
1342026-02-17T05:29:33.141Z Done
1352026-02-17T05:29:33.166Z Done
1362026-02-17T05:29:33.304Z Done
1372026-02-17T05:29:34.009Z+ cargo --version
1382026-02-17T05:29:34.034Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1392026-02-17T05:29:34.188Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1402026-02-17T05:29:34.188Zinfo: downloading component 'cargo'
1412026-02-17T05:29:34.364Zinfo: downloading component 'clippy'
1422026-02-17T05:29:34.433Zinfo: downloading component 'rust-docs'
1432026-02-17T05:29:34.983Zinfo: downloading component 'rust-std'
1442026-02-17T05:29:35.355Zinfo: downloading component 'rustc'
1452026-02-17T05:29:36.611Zinfo: downloading component 'rustfmt'
1462026-02-17T05:29:36.720Zinfo: installing component 'cargo'
1472026-02-17T05:29:37.865Zinfo: installing component 'clippy'
1482026-02-17T05:29:38.389Zinfo: installing component 'rust-docs'
1492026-02-17T05:29:41.851Zinfo: installing component 'rust-std'
1502026-02-17T05:29:44.065Zinfo: installing component 'rustc'
1512026-02-17T05:29:52.602Zinfo: installing component 'rustfmt'
1522026-02-17T05:29:53.195Zcargo 1.92.0 (344c4567c 2025-10-21)
1532026-02-17T05:29:53.219Z+ rustc --version
1542026-02-17T05:29:53.327Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1552026-02-17T05:29:53.351Z+ banner build
1562026-02-17T05:29:53.351Z
1572026-02-17T05:29:53.351Z ##### # # # # #####
1582026-02-17T05:29:53.351Z # # # # # # # #
1592026-02-17T05:29:53.351Z ##### # # # # # #
1602026-02-17T05:29:53.351Z # # # # # # # #
1612026-02-17T05:29:53.351Z # # # # # # # #
1622026-02-17T05:29:53.351Z ##### #### # ###### #####
1632026-02-17T05:29:53.351Z
1642026-02-17T05:29:53.351Z+ ptime -m cargo build --release --verbose -p ddmd -p ddmadm
1652026-02-17T05:29:53.598Z Updating git repository `https://github.com/oxidecomputer/falcon`
1662026-02-17T05:29:53.622Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/falcon' '+f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9:refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9'`
1672026-02-17T05:29:53.827ZPOST git-upload-pack (167 bytes)
1682026-02-17T05:29:54.524ZFrom https://github.com/oxidecomputer/falcon
1692026-02-17T05:29:54.524Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
1702026-02-17T05:29:54.683Z Updating crates.io index
1712026-02-17T05:29:54.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1722026-02-17T05:29:54.707Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dendrite' '+37992295b5dc708d8f120cee805d67418741b556:refs/commit/37992295b5dc708d8f120cee805d67418741b556'`
1732026-02-17T05:29:54.909ZPOST git-upload-pack (167 bytes)
1742026-02-17T05:29:55.568ZFrom https://github.com/oxidecomputer/dendrite
1752026-02-17T05:29:55.568Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1762026-02-17T05:29:55.695Z Updating git repository `https://github.com/oxidecomputer/ispf`
1772026-02-17T05:29:55.719Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/ispf' '+f78443a98397f7818b1e7a487dbb7d5cad625496:refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496'`
1782026-02-17T05:29:55.957ZPOST git-upload-pack (167 bytes)
1792026-02-17T05:29:56.099ZFrom https://github.com/oxidecomputer/ispf
1802026-02-17T05:29:56.099Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1812026-02-17T05:29:56.188Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1822026-02-17T05:29:56.212Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/netadm-sys' '+99a7e26c6d8b43759ec7e09d10779766d577123f:refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f'`
1832026-02-17T05:29:56.401ZPOST git-upload-pack (167 bytes)
1842026-02-17T05:29:56.665ZFrom https://github.com/oxidecomputer/netadm-sys
1852026-02-17T05:29:56.665Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
1862026-02-17T05:29:56.689Z Updating git repository `https://github.com/oxidecomputer/omicron`
1872026-02-17T05:29:56.689Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/omicron' '+79fac7deb9acd9272b867904da03f20076d09265:refs/commit/79fac7deb9acd9272b867904da03f20076d09265'`
1882026-02-17T05:29:56.903ZPOST git-upload-pack (167 bytes)
1892026-02-17T05:30:10.611ZFrom https://github.com/oxidecomputer/omicron
1902026-02-17T05:30:10.611Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
1912026-02-17T05:30:11.549Z Updating git repository `https://github.com/oxidecomputer/opte`
1922026-02-17T05:30:11.573Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/opte' '+e547d07b08c3f3d6c821c9eb7a958adcffce6e56:refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56'`
1932026-02-17T05:30:11.757ZPOST git-upload-pack (167 bytes)
1942026-02-17T05:30:12.322ZFrom https://github.com/oxidecomputer/opte
1952026-02-17T05:30:12.322Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1962026-02-17T05:30:12.381Z Updating git repository `https://github.com/illumos/smf-rs`
1972026-02-17T05:30:12.404Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/illumos/smf-rs' '+72389b5161d2cca1f0e239b337af68bf31f191f4:refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4'`
1982026-02-17T05:30:12.591ZPOST git-upload-pack (167 bytes)
1992026-02-17T05:30:12.745ZFrom https://github.com/illumos/smf-rs
2002026-02-17T05:30:12.745Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
2012026-02-17T05:30:13.008Z Updating git repository `https://github.com/oxidecomputer/network-interface`
2022026-02-17T05:30:13.034Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/network-interface' '+5a696e910333bdc50ef56cebe9cdd78e40127d87:refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87'`
2032026-02-17T05:30:13.205ZPOST git-upload-pack (167 bytes)
2042026-02-17T05:30:13.368ZFrom https://github.com/oxidecomputer/network-interface
2052026-02-17T05:30:13.368Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
2062026-02-17T05:30:13.452Z Updating git repository `https://github.com/oxidecomputer/zone`
2072026-02-17T05:30:13.476Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/zone' '+008474e88f0c2137e8672b7a9059e3f8e0b0df91:refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91'`
2082026-02-17T05:30:13.649ZPOST git-upload-pack (167 bytes)
2092026-02-17T05:30:13.801ZFrom https://github.com/oxidecomputer/zone
2102026-02-17T05:30:13.801Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
2112026-02-17T05:30:13.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
2122026-02-17T05:30:13.871Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+ff31c527515d65886e599fc07eb41240aeb767c6:refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6'`
2132026-02-17T05:30:14.056ZPOST git-upload-pack (167 bytes)
2142026-02-17T05:30:15.206ZFrom https://github.com/oxidecomputer/propolis
2152026-02-17T05:30:15.206Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
2162026-02-17T05:30:15.391Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2172026-02-17T05:30:15.414Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/transceiver-control' '+db0be8a8c7ff0632b6c53978aadfb5b8274cfde2:refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2'`
2182026-02-17T05:30:15.600ZPOST git-upload-pack (167 bytes)
2192026-02-17T05:30:16.024ZFrom https://github.com/oxidecomputer/transceiver-control
2202026-02-17T05:30:16.024Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
2212026-02-17T05:30:16.137Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2222026-02-17T05:30:16.161Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dlpi-sys' '+d9645f8d61187e76384474b1100f6537fb644993:refs/commit/d9645f8d61187e76384474b1100f6537fb644993'`
2232026-02-17T05:30:16.342ZPOST git-upload-pack (167 bytes)
2242026-02-17T05:30:16.496ZFrom https://github.com/oxidecomputer/dlpi-sys
2252026-02-17T05:30:16.496Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
2262026-02-17T05:30:16.521Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2272026-02-17T05:30:16.521Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/jmesmon/rust-libzfs' '+ecd5a922247a6c5acef55d76c5b8d115572bc850:refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850'`
2282026-02-17T05:30:16.722ZPOST git-upload-pack (167 bytes)
2292026-02-17T05:30:16.924ZFrom https://github.com/jmesmon/rust-libzfs
2302026-02-17T05:30:16.924Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2312026-02-17T05:30:16.948Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2322026-02-17T05:30:16.948Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/rusty-doors' '+0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf:refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf'`
2332026-02-17T05:30:17.142ZPOST git-upload-pack (167 bytes)
2342026-02-17T05:30:17.274ZFrom https://github.com/oxidecomputer/rusty-doors
2352026-02-17T05:30:17.274Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2362026-02-17T05:30:17.300Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-02-17T05:30:17.325Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/lldp' '+4c9df170cdfdeead0896e35f20a560f2102ed907:refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907'`
2382026-02-17T05:30:17.506ZPOST git-upload-pack (167 bytes)
2392026-02-17T05:30:17.743ZFrom https://github.com/oxidecomputer/lldp
2402026-02-17T05:30:17.744Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
2412026-02-17T05:30:17.791Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-02-17T05:30:17.816Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/maghemite' '+8f5527da3c53398c95c50b1af088637e7b6c5718:refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718'`
2432026-02-17T05:30:17.992ZPOST git-upload-pack (167 bytes)
2442026-02-17T05:30:18.777ZFrom https://github.com/oxidecomputer/maghemite
2452026-02-17T05:30:18.777Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
2462026-02-17T05:30:18.848Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-02-17T05:30:18.872Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/serde_human_bytes' '+8f60acdfe7c6d9e2a01f59be920c1c2b19129322:refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322'`
2482026-02-17T05:30:19.064ZPOST git-upload-pack (167 bytes)
2492026-02-17T05:30:19.206ZFrom https://github.com/oxidecomputer/serde_human_bytes
2502026-02-17T05:30:19.206Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2512026-02-17T05:30:19.249Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522026-02-17T05:30:19.273Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/slog-error-chain' '+15f69041f45774602108e47fb25e705dc23acfb2:refs/commit/15f69041f45774602108e47fb25e705dc23acfb2'`
2532026-02-17T05:30:19.470ZPOST git-upload-pack (167 bytes)
2542026-02-17T05:30:19.615ZFrom https://github.com/oxidecomputer/slog-error-chain
2552026-02-17T05:30:19.615Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2562026-02-17T05:30:19.639Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2572026-02-17T05:30:19.639Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tufaceous' '+1eacfcf0cade44f77d433f31744dbee4abb96465:refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465'`
2582026-02-17T05:30:19.835ZPOST git-upload-pack (167 bytes)
2592026-02-17T05:30:20.043ZFrom https://github.com/oxidecomputer/tufaceous
2602026-02-17T05:30:20.043Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2612026-02-17T05:30:20.101Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-02-17T05:30:20.126Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/management-gateway-service' '+ea2f39ccdea124b5affcad0ca17bc5dacf65823a:refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a'`
2632026-02-17T05:30:20.320ZPOST git-upload-pack (167 bytes)
2642026-02-17T05:30:20.758ZFrom https://github.com/oxidecomputer/management-gateway-service
2652026-02-17T05:30:20.759Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2662026-02-17T05:30:20.855Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-02-17T05:30:20.879Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+7103cd3a3d7b0112d2949dd135db06fef0c156bb:refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb'`
2682026-02-17T05:30:21.058ZPOST git-upload-pack (167 bytes)
2692026-02-17T05:30:22.558ZFrom https://github.com/oxidecomputer/crucible
2702026-02-17T05:30:22.558Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2712026-02-17T05:30:22.785Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-02-17T05:30:22.786Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+bc121ef55741656ce118b02ceeda949b9261f49f:refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f'`
2732026-02-17T05:30:23.002ZPOST git-upload-pack (958 bytes)
2742026-02-17T05:30:23.275ZFrom https://github.com/oxidecomputer/propolis
2752026-02-17T05:30:23.275Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
2762026-02-17T05:30:23.578Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772026-02-17T05:30:23.602Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tofino' '+7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33:refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33'`
2782026-02-17T05:30:23.788ZPOST git-upload-pack (167 bytes)
2792026-02-17T05:30:23.952ZFrom https://github.com/oxidecomputer/tofino
2802026-02-17T05:30:23.952Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2812026-02-17T05:30:23.976Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822026-02-17T05:30:23.976Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/clickward' '+e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737:refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737'`
2832026-02-17T05:30:24.186ZPOST git-upload-pack (167 bytes)
2842026-02-17T05:30:24.353ZFrom https://github.com/oxidecomputer/clickward
2852026-02-17T05:30:24.353Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2862026-02-17T05:30:24.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872026-02-17T05:30:24.445Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/illumos-devinfo' '+4323b17bfdd0c94d2875ac64b47f0e60fac1d640:refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640'`
2882026-02-17T05:30:24.639ZPOST git-upload-pack (167 bytes)
2892026-02-17T05:30:24.780ZFrom https://github.com/oxidecomputer/illumos-devinfo
2902026-02-17T05:30:24.780Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2912026-02-17T05:30:25.860Zerror: failed to select a version for `reqwest`.
2922026-02-17T05:30:25.860Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
2932026-02-17T05:30:25.860Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
2942026-02-17T05:30:25.860Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
2952026-02-17T05:30:25.860Z
2962026-02-17T05:30:25.860Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
2972026-02-17T05:30:25.860Z
2982026-02-17T05:30:25.860Z
2992026-02-17T05:30:25.860Zfailed to select a version for `reqwest` which could resolve this conflict
3002026-02-17T05:30:25.912Z
3012026-02-17T05:30:25.912Zreal 32.519187629
3022026-02-17T05:30:25.912Zuser 21.258248136
3032026-02-17T05:30:25.912Zsys 4.430393270
3042026-02-17T05:30:25.912Ztrap 0.006712431
3052026-02-17T05:30:25.912Ztflt 0.000119720
3062026-02-17T05:30:25.912Zdflt 0.001475131
3072026-02-17T05:30:25.912Zkflt 0.000000000
3082026-02-17T05:30:25.912Zlock 1.334208730
3092026-02-17T05:30:25.912Zslp 2:04.365521745
3102026-02-17T05:30:25.912Zlat 1.698606623
3112026-02-17T05:30:25.912Zstop 0.011288319
3122026-02-17T05:30:25.938Zprocess exited: duration 155402 ms, exit code 101
 
3132026-02-17T05:30:25.987Zfound 0 output files
3142026-02-17T05:30:25.987Zupload error: rule "/out/mg.p5p" required a match, but was not used
3152026-02-17T05:30:25.987Zupload error: rule "/out/mg.p5p.sha256" required a match, but was not used