01KVF85ER5JAEM271EWWQ3YY7A: 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: 01KVF85Z5XW4J52T6PDGMW2EKG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:01.051Zjob assigned to worker 01KVF86AR98MPP91JC3E1AEK2M [factory aws, i-049fdcd33d2449b75] (queued for 54 s)
 
22026-06-19T06:14:08.063Zstarting task 0: "setup"
32026-06-19T06:14:08.070Z++ uname -s
42026-06-19T06:14:08.072Z+ kern=SunOS
52026-06-19T06:14:08.072Z+ build_user=build
62026-06-19T06:14:08.072Z+ build_uid=12345
72026-06-19T06:14:08.072Z+ work_dir=/work
82026-06-19T06:14:08.072Z+ input_dir=/input
92026-06-19T06:14:08.072Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:08.072Z+ case "$kern" in
112026-06-19T06:14:08.072Z+ groupadd -g 12345 build
122026-06-19T06:14:08.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:10.080Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:10.193Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:10.196Z+ home_fs=zfs
162026-06-19T06:14:10.196Z+ [[ zfs == autofs ]]
172026-06-19T06:14:10.196Z+ mkdir -p /home/build
182026-06-19T06:14:10.196Z+ chown build:build /home/build /work
192026-06-19T06:14:12.198Z+ chmod 0700 /home/build /work
202026-06-19T06:14:12.201Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-19T06:14:12.243Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:12.247Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:12.247Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T06:14:12.247Z * rust toolchain channel = "stable"
252026-06-19T06:14:12.247Z * rust toolchain profile = "default"
262026-06-19T06:14:12.247Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:12.247Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:12.250Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:12.250Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:12.372Zinfo: downloading installer
312026-06-19T06:14:13.836Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:13.836Zwarn: /opt/ooce/bin
332026-06-19T06:14:13.836Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:13.836Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:13.836Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:13.836Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:13.836Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:13.836Zerror: cannot install while Rust is installed
392026-06-19T06:14:13.836Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:13.837Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:13.837Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:13.837Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:13.837Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:13.848Zinfo: profile set to default
452026-06-19T06:14:13.848Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:13.850Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:13.989Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:13.992Zinfo: downloading 6 components
492026-06-19T06:14:30.243Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:30.243Z
512026-06-19T06:14:30.276Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:30.277Z
532026-06-19T06:14:30.280Z
542026-06-19T06:14:30.280ZRust is installed now. Great!
552026-06-19T06:14:30.280Z
562026-06-19T06:14:30.280ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:30.280Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:30.280Z
592026-06-19T06:14:30.280ZTo configure your current shell, you need to source
602026-06-19T06:14:30.280Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:30.280Z
622026-06-19T06:14:30.280ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:30.280Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:30.280Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:30.280Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:30.280Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:30.280Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:30.280Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:30.280Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:30.280Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:30.366Z+ rustup --version
722026-06-19T06:14:30.374Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:30.377Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:30.398Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:30.401Z+ cargo --version
762026-06-19T06:14:30.415Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:30.418Z+ rustc --version
782026-06-19T06:14:30.437Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:30.440Zprocess exited: duration 18194 ms, exit code 0
 
802026-06-19T06:14:30.445Zstarting task 2: "authentication"
812026-06-19T06:14:30.462Zprocess exited: duration 16 ms, exit code 0
 
822026-06-19T06:14:30.468Zstarting task 3: "clone repository"
832026-06-19T06:14:30.471Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:30.473Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:30.504ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:31.663Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:31.663Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:31.913ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:31.913Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:31.919Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:31.922Z++ git branch --show-current
922026-06-19T06:14:31.922Z+ current=main
932026-06-19T06:14:31.922Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:31.922Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:31.924Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:31.942ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:31.945Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:31.948ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:31.948Zprocess exited: duration 1479 ms, exit code 0
 
1002026-06-19T06:14:31.953Zstarting task 4: "build"
1012026-06-19T06:14:31.957Z+ pfexec pkg install clang-15
1022026-06-19T06:14:40.831Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-19T06:14:48.790Z Startup: Caching catalogs ... Done
1042026-06-19T06:14:56.200ZPlanning: Solver setup ... Done
1052026-06-19T06:14:56.243ZPlanning: Running solver ... Done
1062026-06-19T06:14:56.388ZPlanning: Finding local manifests ... Done
1072026-06-19T06:14:56.409ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-19T06:14:56.505ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-19T06:14:56.535ZPlanning: Package planning ... Done
1102026-06-19T06:14:56.564ZPlanning: Merging actions ... Done
1112026-06-19T06:14:56.671ZPlanning: Checking for conflicting actions ... Done
1122026-06-19T06:14:56.678ZPlanning: Consolidating action changes ... Done
1132026-06-19T06:14:57.427ZPlanning: Evaluating mediators ... Done
1142026-06-19T06:14:57.433ZPlanning: Planning completed in 8.47 seconds
1152026-06-19T06:14:57.445Z Packages to install: 2
1162026-06-19T06:14:57.447Z Mediators to change: 2
1172026-06-19T06:14:57.447Z Services to change: 1
1182026-06-19T06:14:57.448Z Create boot environment: No
1192026-06-19T06:14:57.448ZCreate backup boot environment: No
1202026-06-19T06:14:57.488Z
1212026-06-19T06:14:57.488ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-19T06:15:03.493ZDownload: 980/3076 items 82.2/211.3MB 38% complete (18.8M/s)
1232026-06-19T06:15:08.497ZDownload: 1208/3076 items 115.2/211.3MB 54% complete (10.1M/s)
1242026-06-19T06:15:13.500ZDownload: 1761/3076 items 116.7/211.3MB 55% complete (3.6M/s)
1252026-06-19T06:15:19.177ZDownload: 2007/3076 items 117.3/211.3MB 55% complete (3.1M/s)
1262026-06-19T06:15:31.014ZDownload: 2008/3076 items 117.3/211.3MB 55% complete
1272026-06-19T06:15:36.026ZDownload: 3033/3076 items 201.7/211.3MB 95% complete (24.3M/s)
1282026-06-19T06:15:44.157ZDownload: 3075/3076 items 211.3/211.3MB 99% complete (11.5M/s)
1292026-06-19T06:15:44.173ZDownload: Completed 211.31 MB in 46.68 seconds (4.5M/s)
1302026-06-19T06:15:44.296Z Actions: 1/3418 actions (Installing new actions)
1312026-06-19T06:15:47.437Z Actions: Completed 3418 actions in 3.14 seconds.
1322026-06-19T06:15:48.104Z Done
1332026-06-19T06:15:48.104Z Done
1342026-06-19T06:15:48.875Z Done
1352026-06-19T06:15:52.354Z Done
1362026-06-19T06:15:52.428Z Done
1372026-06-19T06:15:52.431Z Done
1382026-06-19T06:15:52.706Z Done
1392026-06-19T06:15:53.409Z+ cargo --version
1402026-06-19T06:15:53.415Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1412026-06-19T06:15:53.586Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1422026-06-19T06:15:53.589Zinfo: downloading 6 components
1432026-06-19T06:16:08.449Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1442026-06-19T06:16:08.451Z+ rustc --version
1452026-06-19T06:16:08.479Zrustc 1.95.0 (59807616e 2026-04-14)
1462026-06-19T06:16:08.483Z+ banner build
1472026-06-19T06:16:08.487Z
1482026-06-19T06:16:08.487Z ##### # # # # #####
1492026-06-19T06:16:08.487Z # # # # # # # #
1502026-06-19T06:16:08.487Z ##### # # # # # #
1512026-06-19T06:16:08.488Z # # # # # # # #
1522026-06-19T06:16:08.488Z # # # # # # # #
1532026-06-19T06:16:08.488Z ##### #### # ###### #####
1542026-06-19T06:16:08.488Z
1552026-06-19T06:16:08.491Z+ ptime -m cargo build --release --verbose -p ddmd -p ddmadm
1562026-06-19T06:16:08.579Z Updating git repository `https://github.com/oxidecomputer/falcon`
1572026-06-19T06:16:08.582Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/falcon' '+89996b1f85b64975b0f1c6c362452ac75b2cb8d3:refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3'`
1582026-06-19T06:16:08.765ZPOST git-upload-pack (225 bytes)
1592026-06-19T06:16:09.424ZFrom https://github.com/oxidecomputer/falcon
1602026-06-19T06:16:09.424Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1612026-06-19T06:16:09.503Z Updating crates.io index
1622026-06-19T06:16:09.506Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1632026-06-19T06:16:09.506Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dendrite' '+52dac9efe05c989162b22a5636b4a7a0d276f0e9:refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9'`
1642026-06-19T06:16:09.647ZPOST git-upload-pack (225 bytes)
1652026-06-19T06:16:09.898ZFrom https://github.com/oxidecomputer/dendrite
1662026-06-19T06:16:09.898Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
1672026-06-19T06:16:09.966Z Updating git repository `https://github.com/oxidecomputer/ispf`
1682026-06-19T06:16:09.969Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/ispf' '+2e04bbfe8547b95e92f0dcdd85e08efb974eda0a:refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a'`
1692026-06-19T06:16:10.127ZPOST git-upload-pack (225 bytes)
1702026-06-19T06:16:10.249ZFrom https://github.com/oxidecomputer/ispf
1712026-06-19T06:16:10.249Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1722026-06-19T06:16:10.460Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1732026-06-19T06:16:10.463Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/netadm-sys' '+4abde35f281e1934fccc316a212d86d21ddad6a9:refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9'`
1742026-06-19T06:16:10.619ZPOST git-upload-pack (225 bytes)
1752026-06-19T06:16:10.805ZFrom https://github.com/oxidecomputer/netadm-sys
1762026-06-19T06:16:10.806Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1772026-06-19T06:16:10.813Z Updating git repository `https://github.com/oxidecomputer/omicron`
1782026-06-19T06:16:10.816Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/omicron' '+d6fba551d0d8756f87c1e45144b71812d71a661b:refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b'`
1792026-06-19T06:16:10.956ZPOST git-upload-pack (225 bytes)
1802026-06-19T06:16:17.665ZFrom https://github.com/oxidecomputer/omicron
1812026-06-19T06:16:17.665Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1822026-06-19T06:16:18.088Z Updating git repository `https://github.com/oxidecomputer/opte`
1832026-06-19T06:16:18.093Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/opte' '+8b44982bf0d3f8ea52c810b2b00425a1e350e2f8:refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8'`
1842026-06-19T06:16:18.244ZPOST git-upload-pack (225 bytes)
1852026-06-19T06:16:18.741ZFrom https://github.com/oxidecomputer/opte
1862026-06-19T06:16:18.741Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1872026-06-19T06:16:18.772Z Updating git repository `https://github.com/illumos/smf-rs`
1882026-06-19T06:16:18.774Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/illumos/smf-rs' '+72389b5161d2cca1f0e239b337af68bf31f191f4:refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4'`
1892026-06-19T06:16:18.929ZPOST git-upload-pack (225 bytes)
1902026-06-19T06:16:19.045ZFrom https://github.com/illumos/smf-rs
1912026-06-19T06:16:19.045Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1922026-06-19T06:16:19.554Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1932026-06-19T06:16:19.556Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/network-interface' '+5a696e910333bdc50ef56cebe9cdd78e40127d87:refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87'`
1942026-06-19T06:16:19.734ZPOST git-upload-pack (225 bytes)
1952026-06-19T06:16:19.841ZFrom https://github.com/oxidecomputer/network-interface
1962026-06-19T06:16:19.841Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1972026-06-19T06:16:20.061Z Updating git repository `https://github.com/oxidecomputer/zone`
1982026-06-19T06:16:21.067Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/zone' '+008474e88f0c2137e8672b7a9059e3f8e0b0df91:refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91'`
1992026-06-19T06:16:21.070ZPOST git-upload-pack (225 bytes)
2002026-06-19T06:16:21.070ZFrom https://github.com/oxidecomputer/zone
2012026-06-19T06:16:21.070Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
2022026-06-19T06:16:21.070Z Updating git repository `https://github.com/oxidecomputer/propolis`
2032026-06-19T06:16:21.070Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+36f20be9bb4c3b362029237f5feb6377c982395f:refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f'`
2042026-06-19T06:16:21.070ZPOST git-upload-pack (225 bytes)
2052026-06-19T06:16:21.070ZFrom https://github.com/oxidecomputer/propolis
2062026-06-19T06:16:21.070Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
2072026-06-19T06:16:21.135Z Updating crates.io index
2082026-06-19T06:16:21.138Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2092026-06-19T06:16:21.138Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/transceiver-control' '+e88642c75928f8760ed0f09e7593f849d9bc70ac:refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac'`
2102026-06-19T06:16:21.284ZPOST git-upload-pack (225 bytes)
2112026-06-19T06:16:21.610ZFrom https://github.com/oxidecomputer/transceiver-control
2122026-06-19T06:16:21.610Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2132026-06-19T06:16:21.654Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2142026-06-19T06:16:21.657Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dlpi-sys' '+7bd1bc8027d31a257da7a8645d3d5a909c13c664:refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664'`
2152026-06-19T06:16:21.799ZPOST git-upload-pack (225 bytes)
2162026-06-19T06:16:21.903ZFrom https://github.com/oxidecomputer/dlpi-sys
2172026-06-19T06:16:21.903Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2182026-06-19T06:16:21.921Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2192026-06-19T06:16:21.924Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/jmesmon/rust-libzfs' '+ecd5a922247a6c5acef55d76c5b8d115572bc850:refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850'`
2202026-06-19T06:16:22.073ZPOST git-upload-pack (225 bytes)
2212026-06-19T06:16:22.195ZFrom https://github.com/jmesmon/rust-libzfs
2222026-06-19T06:16:22.195Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2232026-06-19T06:16:22.203Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2242026-06-19T06:16:22.206Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/rusty-doors' '+0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf:refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf'`
2252026-06-19T06:16:22.359ZPOST git-upload-pack (225 bytes)
2262026-06-19T06:16:22.516ZFrom https://github.com/oxidecomputer/rusty-doors
2272026-06-19T06:16:22.516Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2282026-06-19T06:16:22.522Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-06-19T06:16:22.525Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/lldp' '+54b266174d4de9628bca9c97b0db176e16f12154:refs/commit/54b266174d4de9628bca9c97b0db176e16f12154'`
2302026-06-19T06:16:22.673ZPOST git-upload-pack (225 bytes)
2312026-06-19T06:16:22.837ZFrom https://github.com/oxidecomputer/lldp
2322026-06-19T06:16:22.837Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2332026-06-19T06:16:23.077Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2342026-06-19T06:16:23.079Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/slog-error-chain' '+15f69041f45774602108e47fb25e705dc23acfb2:refs/commit/15f69041f45774602108e47fb25e705dc23acfb2'`
2352026-06-19T06:16:23.229ZPOST git-upload-pack (225 bytes)
2362026-06-19T06:16:23.337ZFrom https://github.com/oxidecomputer/slog-error-chain
2372026-06-19T06:16:23.337Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2382026-06-19T06:16:23.548Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2392026-06-19T06:16:23.551Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tufaceous' '+a7d440f5a111c7e3504e8eb125c105d7baf0deab:refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab'`
2402026-06-19T06:16:23.701ZPOST git-upload-pack (225 bytes)
2412026-06-19T06:16:23.839ZFrom https://github.com/oxidecomputer/tufaceous
2422026-06-19T06:16:23.839Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2432026-06-19T06:16:23.864Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-19T06:16:23.867Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/management-gateway-service' '+6c0aca2545a73fd75536e149d29faa7108be5862:refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862'`
2452026-06-19T06:16:24.028ZPOST git-upload-pack (225 bytes)
2462026-06-19T06:16:24.339ZFrom https://github.com/oxidecomputer/management-gateway-service
2472026-06-19T06:16:24.340Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2482026-06-19T06:16:24.805Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-19T06:16:24.808Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+7103cd3a3d7b0112d2949dd135db06fef0c156bb:refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb'`
2502026-06-19T06:16:24.993ZPOST git-upload-pack (225 bytes)
2512026-06-19T06:16:25.660ZFrom https://github.com/oxidecomputer/crucible
2522026-06-19T06:16:25.660Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2532026-06-19T06:16:26.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-06-19T06:16:26.342Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/serde_human_bytes' '+8f60acdfe7c6d9e2a01f59be920c1c2b19129322:refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322'`
2552026-06-19T06:16:26.496ZPOST git-upload-pack (225 bytes)
2562026-06-19T06:16:26.605ZFrom https://github.com/oxidecomputer/serde_human_bytes
2572026-06-19T06:16:26.605Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2582026-06-19T06:16:26.755Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592026-06-19T06:16:26.758Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+6873add79b835f7932d9fe928340886df8e49676:refs/commit/6873add79b835f7932d9fe928340886df8e49676'`
2602026-06-19T06:16:26.906ZPOST git-upload-pack (1016 bytes)
2612026-06-19T06:16:27.180ZFrom https://github.com/oxidecomputer/propolis
2622026-06-19T06:16:27.180Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2632026-06-19T06:16:27.555Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-06-19T06:16:27.558Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+bd9a0e2abe6b6b89aec8c85f4ee57474144ed150:refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150'`
2652026-06-19T06:16:27.687ZPOST git-upload-pack (1016 bytes)
2662026-06-19T06:16:28.029ZFrom https://github.com/oxidecomputer/crucible
2672026-06-19T06:16:28.029Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2682026-06-19T06:16:28.136Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-06-19T06:16:28.140Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tofino' '+d79800f92f2245a9160b5ff6d8546ecbffa82ddc:refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc'`
2702026-06-19T06:16:28.290ZPOST git-upload-pack (225 bytes)
2712026-06-19T06:16:28.472ZFrom https://github.com/oxidecomputer/tofino
2722026-06-19T06:16:28.472Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2732026-06-19T06:16:28.627Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742026-06-19T06:16:28.631Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/maghemite' '+7696ee48d5ee29a917dea459e281fe2e8ff20513:refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513'`
2752026-06-19T06:16:28.767ZPOST git-upload-pack (225 bytes)
2762026-06-19T06:16:29.291ZFrom https://github.com/oxidecomputer/maghemite
2772026-06-19T06:16:29.291Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2782026-06-19T06:16:29.352Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-06-19T06:16:29.355Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/clickward' '+e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737:refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737'`
2802026-06-19T06:16:29.498ZPOST git-upload-pack (225 bytes)
2812026-06-19T06:16:29.615ZFrom https://github.com/oxidecomputer/clickward
2822026-06-19T06:16:29.615Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2832026-06-19T06:16:29.626Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-06-19T06:16:29.629Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/illumos-devinfo' '+4323b17bfdd0c94d2875ac64b47f0e60fac1d640:refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640'`
2852026-06-19T06:16:29.763ZPOST git-upload-pack (225 bytes)
2862026-06-19T06:16:29.861ZFrom https://github.com/oxidecomputer/illumos-devinfo
2872026-06-19T06:16:29.861Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2882026-06-19T06:16:30.321Zerror: failed to select a version for `http`.
2892026-06-19T06:16:30.321Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2902026-06-19T06:16:30.322Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2912026-06-19T06:16:30.322Zversions that meet the requirements `^1.4.2` are: 1.4.2
2922026-06-19T06:16:30.322Z
2932026-06-19T06:16:30.322Zall possible versions conflict with previously selected packages.
2942026-06-19T06:16:30.322Z
2952026-06-19T06:16:30.322Z previously selected package `http v1.4.1`
2962026-06-19T06:16:30.322Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2972026-06-19T06:16:30.322Z
2982026-06-19T06:16:30.322Zfailed to select a version for `http` which could resolve this conflict
2992026-06-19T06:16:30.345Z
3002026-06-19T06:16:30.349Zreal 21.829951403
3012026-06-19T06:16:30.349Zuser 10.316391394
3022026-06-19T06:16:30.349Zsys 1.444904032
3032026-06-19T06:16:30.349Ztrap 0.001310268
3042026-06-19T06:16:30.349Ztflt 0.000079752
3052026-06-19T06:16:30.349Zdflt 0.000494750
3062026-06-19T06:16:30.349Zkflt 0.000002798
3072026-06-19T06:16:30.349Zlock 0.416993943
3082026-06-19T06:16:30.349Zslp 1:19.016291702
3092026-06-19T06:16:30.349Zlat 0.220518528
3102026-06-19T06:16:30.349Zstop 0.013297137
3112026-06-19T06:16:30.349Zprocess exited: duration 118374 ms, exit code 101
 
3122026-06-19T06:16:30.355Zfound 0 output files
3132026-06-19T06:16:30.355Zupload error: rule "/out/mg.p5p" required a match, but was not used
3142026-06-19T06:16:30.355Zupload error: rule "/out/mg.p5p.sha256" required a match, but was not used