01KVF85ER01N08QAZ430394RWH: 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: 01KVF85Z3F62GM67JG42W6C8YZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:13:59.042Zjob assigned to worker 01KVF8678K68X5X1QB2CCMVB1G [factory aws, i-071aaabf9d5f39982] (queued for 52 s)
 
22026-06-19T06:14:05.515Zstarting task 0: "setup"
32026-06-19T06:14:05.520Z++ uname -s
42026-06-19T06:14:05.521Z+ kern=SunOS
52026-06-19T06:14:05.521Z+ build_user=build
62026-06-19T06:14:05.521Z+ build_uid=12345
72026-06-19T06:14:05.521Z+ work_dir=/work
82026-06-19T06:14:05.521Z+ input_dir=/input
92026-06-19T06:14:05.521Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:05.521Z+ case "$kern" in
112026-06-19T06:14:05.521Z+ groupadd -g 12345 build
122026-06-19T06:14:05.524Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:07.528Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:07.592Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:07.596Z+ home_fs=zfs
162026-06-19T06:14:07.596Z+ [[ zfs == autofs ]]
172026-06-19T06:14:07.596Z+ mkdir -p /home/build
182026-06-19T06:14:07.596Z+ chown build:build /home/build /work
192026-06-19T06:14:09.597Z+ chmod 0700 /home/build /work
202026-06-19T06:14:09.600Zprocess exited: duration 4086 ms, exit code 0
 
212026-06-19T06:14:09.606Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:09.610Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:09.610Z * rust toolchain channel = "stable"
242026-06-19T06:14:09.610Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T06:14:09.610Z * rust toolchain profile = "default"
262026-06-19T06:14:09.610Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:09.610Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:09.613Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:09.613Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:09.724Zinfo: downloading installer
312026-06-19T06:14:11.366Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:11.366Zwarn: /opt/ooce/bin
332026-06-19T06:14:11.366Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:11.366Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:11.366Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:11.366Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:11.366Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:11.366Zerror: cannot install while Rust is installed
392026-06-19T06:14:11.366Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:11.366Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:11.366Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:11.366Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:11.366Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:11.380Zinfo: profile set to default
452026-06-19T06:14:11.380Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:11.383Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:11.525Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:11.528Zinfo: downloading 6 components
492026-06-19T06:14:27.559Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:27.559Z
512026-06-19T06:14:27.587Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:27.587Z
532026-06-19T06:14:27.587Z
542026-06-19T06:14:27.587ZRust is installed now. Great!
552026-06-19T06:14:27.587Z
562026-06-19T06:14:27.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:27.587Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:27.587Z
592026-06-19T06:14:27.587ZTo configure your current shell, you need to source
602026-06-19T06:14:27.587Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:27.587Z
622026-06-19T06:14:27.587ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:27.587Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:27.587Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:27.587Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:27.587Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:27.591Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:27.591Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:27.591Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:27.591Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:27.670Z+ rustup --version
722026-06-19T06:14:27.679Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:27.682Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:27.700Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:27.703Z+ cargo --version
762026-06-19T06:14:27.715Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:27.718Z+ rustc --version
782026-06-19T06:14:27.736Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:27.740Zprocess exited: duration 18133 ms, exit code 0
 
802026-06-19T06:14:27.746Zstarting task 2: "authentication"
812026-06-19T06:14:27.762Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:27.768Zstarting task 3: "clone repository"
832026-06-19T06:14:27.818Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:27.822Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:27.822ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:29.139Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:29.139Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:29.538ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:29.538Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:29.544Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:29.548Z++ git branch --show-current
922026-06-19T06:14:29.548Z+ current=main
932026-06-19T06:14:29.548Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:29.548Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:29.551Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:29.569ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:29.571Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:29.575ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:29.575Zprocess exited: duration 1805 ms, exit code 0
 
1002026-06-19T06:14:29.581Zstarting task 4: "build"
1012026-06-19T06:14:29.584Z+ pfexec pkg install clang-15
1022026-06-19T06:14:38.013Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-19T06:14:45.673Z Startup: Caching catalogs ... Done
1042026-06-19T06:14:53.004ZPlanning: Solver setup ... Done
1052026-06-19T06:14:53.045ZPlanning: Running solver ... Done
1062026-06-19T06:14:53.183ZPlanning: Finding local manifests ... Done
1072026-06-19T06:14:53.234ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-19T06:14:53.355ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-19T06:14:53.385ZPlanning: Package planning ... Done
1102026-06-19T06:14:53.410ZPlanning: Merging actions ... Done
1112026-06-19T06:14:53.515ZPlanning: Checking for conflicting actions ... Done
1122026-06-19T06:14:53.521ZPlanning: Consolidating action changes ... Done
1132026-06-19T06:14:54.287ZPlanning: Evaluating mediators ... Done
1142026-06-19T06:14:54.292ZPlanning: Planning completed in 8.45 seconds
1152026-06-19T06:14:54.349Z Packages to install: 2
1162026-06-19T06:14:54.353Z Mediators to change: 2
1172026-06-19T06:14:54.353Z Services to change: 1
1182026-06-19T06:14:54.353Z Create boot environment: No
1192026-06-19T06:14:54.353ZCreate backup boot environment: No
1202026-06-19T06:14:54.392Z
1212026-06-19T06:14:54.392ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-19T06:14:59.403ZDownload: 936/3076 items 81.0/211.3MB 38% complete (16.3M/s)
1232026-06-19T06:15:04.404ZDownload: 1184/3076 items 113.5/211.3MB 53% complete (11.4M/s)
1242026-06-19T06:15:09.448ZDownload: 1683/3076 items 115.2/211.3MB 54% complete (6.8M/s)
1252026-06-19T06:15:14.499ZDownload: 1957/3076 items 115.7/211.3MB 54% complete (749k/s)
1262026-06-19T06:15:27.720ZDownload: 2005/3076 items 116.5/211.3MB 55% complete
1272026-06-19T06:15:34.005ZDownload: 3068/3076 items 208.7/211.3MB 98% complete (23.1M/s)
1282026-06-19T06:15:37.219ZDownload: Completed 211.31 MB in 42.83 seconds (4.9M/s)
1292026-06-19T06:15:37.338Z Actions: 1/3418 actions (Installing new actions)
1302026-06-19T06:15:40.458Z Actions: Completed 3418 actions in 3.12 seconds.
1312026-06-19T06:15:41.109Z Done
1322026-06-19T06:15:41.109Z Done
1332026-06-19T06:15:41.837Z Done
1342026-06-19T06:15:45.179Z Done
1352026-06-19T06:15:45.249Z Done
1362026-06-19T06:15:45.252Z Done
1372026-06-19T06:15:45.491Z Done
1382026-06-19T06:15:46.164Z+ cargo --version
1392026-06-19T06:15:46.171Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1402026-06-19T06:15:46.362Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1412026-06-19T06:15:46.366Zinfo: downloading 6 components
1422026-06-19T06:16:01.452Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1432026-06-19T06:16:01.456Z+ rustc --version
1442026-06-19T06:16:01.482Zrustc 1.95.0 (59807616e 2026-04-14)
1452026-06-19T06:16:01.486Z+ banner build
1462026-06-19T06:16:01.489Z
1472026-06-19T06:16:01.489Z ##### # # # # #####
1482026-06-19T06:16:01.489Z # # # # # # # #
1492026-06-19T06:16:01.489Z ##### # # # # # #
1502026-06-19T06:16:01.489Z # # # # # # # #
1512026-06-19T06:16:01.489Z # # # # # # # #
1522026-06-19T06:16:01.489Z ##### #### # ###### #####
1532026-06-19T06:16:01.489Z
1542026-06-19T06:16:01.489Z+ ptime -m cargo build --release --verbose -p ddmd -p ddmadm -p mgd -p mgadm
1552026-06-19T06:16:01.579Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-06-19T06:16:01.582Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/falcon' '+89996b1f85b64975b0f1c6c362452ac75b2cb8d3:refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3'`
1572026-06-19T06:16:01.743ZPOST git-upload-pack (225 bytes)
1582026-06-19T06:16:02.556ZFrom https://github.com/oxidecomputer/falcon
1592026-06-19T06:16:02.556Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1602026-06-19T06:16:02.635Z Updating crates.io index
1612026-06-19T06:16:02.638Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1622026-06-19T06:16:02.638Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dendrite' '+52dac9efe05c989162b22a5636b4a7a0d276f0e9:refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9'`
1632026-06-19T06:16:02.794ZPOST git-upload-pack (225 bytes)
1642026-06-19T06:16:03.051ZFrom https://github.com/oxidecomputer/dendrite
1652026-06-19T06:16:03.051Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
1662026-06-19T06:16:03.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
1672026-06-19T06:16:03.123Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/ispf' '+2e04bbfe8547b95e92f0dcdd85e08efb974eda0a:refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a'`
1682026-06-19T06:16:03.260ZPOST git-upload-pack (225 bytes)
1692026-06-19T06:16:03.377ZFrom https://github.com/oxidecomputer/ispf
1702026-06-19T06:16:03.377Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1712026-06-19T06:16:03.587Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-06-19T06:16:03.590Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/netadm-sys' '+4abde35f281e1934fccc316a212d86d21ddad6a9:refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9'`
1732026-06-19T06:16:03.745ZPOST git-upload-pack (225 bytes)
1742026-06-19T06:16:03.948ZFrom https://github.com/oxidecomputer/netadm-sys
1752026-06-19T06:16:03.948Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1762026-06-19T06:16:03.955Z Updating git repository `https://github.com/oxidecomputer/omicron`
1772026-06-19T06:16:03.959Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/omicron' '+d6fba551d0d8756f87c1e45144b71812d71a661b:refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b'`
1782026-06-19T06:16:04.117ZPOST git-upload-pack (225 bytes)
1792026-06-19T06:16:10.065ZFrom https://github.com/oxidecomputer/omicron
1802026-06-19T06:16:10.066Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1812026-06-19T06:16:10.487Z Updating git repository `https://github.com/oxidecomputer/opte`
1822026-06-19T06:16:10.490Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/opte' '+8b44982bf0d3f8ea52c810b2b00425a1e350e2f8:refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8'`
1832026-06-19T06:16:10.651ZPOST git-upload-pack (225 bytes)
1842026-06-19T06:16:11.204ZFrom https://github.com/oxidecomputer/opte
1852026-06-19T06:16:11.204Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1862026-06-19T06:16:11.626Z Updating git repository `https://github.com/illumos/smf-rs`
1872026-06-19T06:16:11.629Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/illumos/smf-rs' '+72389b5161d2cca1f0e239b337af68bf31f191f4:refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4'`
1882026-06-19T06:16:11.785ZPOST git-upload-pack (225 bytes)
1892026-06-19T06:16:11.894ZFrom https://github.com/illumos/smf-rs
1902026-06-19T06:16:11.894Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1912026-06-19T06:16:12.059Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1922026-06-19T06:16:12.062Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/network-interface' '+5a696e910333bdc50ef56cebe9cdd78e40127d87:refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87'`
1932026-06-19T06:16:12.208ZPOST git-upload-pack (225 bytes)
1942026-06-19T06:16:12.326ZFrom https://github.com/oxidecomputer/network-interface
1952026-06-19T06:16:12.326Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1962026-06-19T06:16:12.334Z Updating git repository `https://github.com/oxidecomputer/zone`
1972026-06-19T06:16:12.338Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/zone' '+008474e88f0c2137e8672b7a9059e3f8e0b0df91:refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91'`
1982026-06-19T06:16:12.497ZPOST git-upload-pack (225 bytes)
1992026-06-19T06:16:12.607ZFrom https://github.com/oxidecomputer/zone
2002026-06-19T06:16:12.607Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
2012026-06-19T06:16:12.626Z Updating git repository `https://github.com/oxidecomputer/propolis`
2022026-06-19T06:16:12.635Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+36f20be9bb4c3b362029237f5feb6377c982395f:refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f'`
2032026-06-19T06:16:12.760ZPOST git-upload-pack (225 bytes)
2042026-06-19T06:16:13.224ZFrom https://github.com/oxidecomputer/propolis
2052026-06-19T06:16:13.224Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
2062026-06-19T06:16:13.384Z Updating crates.io index
2072026-06-19T06:16:13.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2082026-06-19T06:16:13.388Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/transceiver-control' '+e88642c75928f8760ed0f09e7593f849d9bc70ac:refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac'`
2092026-06-19T06:16:13.535ZPOST git-upload-pack (225 bytes)
2102026-06-19T06:16:13.879ZFrom https://github.com/oxidecomputer/transceiver-control
2112026-06-19T06:16:13.879Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2122026-06-19T06:16:13.926Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2132026-06-19T06:16:13.929Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/dlpi-sys' '+7bd1bc8027d31a257da7a8645d3d5a909c13c664:refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664'`
2142026-06-19T06:16:14.080ZPOST git-upload-pack (225 bytes)
2152026-06-19T06:16:14.202ZFrom https://github.com/oxidecomputer/dlpi-sys
2162026-06-19T06:16:14.202Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2172026-06-19T06:16:14.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2182026-06-19T06:16:14.221Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/jmesmon/rust-libzfs' '+ecd5a922247a6c5acef55d76c5b8d115572bc850:refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850'`
2192026-06-19T06:16:14.360ZPOST git-upload-pack (225 bytes)
2202026-06-19T06:16:14.483ZFrom https://github.com/jmesmon/rust-libzfs
2212026-06-19T06:16:14.483Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2222026-06-19T06:16:14.490Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2232026-06-19T06:16:14.494Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/rusty-doors' '+0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf:refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf'`
2242026-06-19T06:16:14.631ZPOST git-upload-pack (225 bytes)
2252026-06-19T06:16:14.734ZFrom https://github.com/oxidecomputer/rusty-doors
2262026-06-19T06:16:14.734Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2272026-06-19T06:16:14.970Z Updating git repository `https://github.com/oxidecomputer/lldp`
2282026-06-19T06:16:14.974Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/lldp' '+54b266174d4de9628bca9c97b0db176e16f12154:refs/commit/54b266174d4de9628bca9c97b0db176e16f12154'`
2292026-06-19T06:16:15.130ZPOST git-upload-pack (225 bytes)
2302026-06-19T06:16:15.308ZFrom https://github.com/oxidecomputer/lldp
2312026-06-19T06:16:15.309Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2322026-06-19T06:16:15.321Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-06-19T06:16:15.326Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/slog-error-chain' '+15f69041f45774602108e47fb25e705dc23acfb2:refs/commit/15f69041f45774602108e47fb25e705dc23acfb2'`
2342026-06-19T06:16:15.458ZPOST git-upload-pack (225 bytes)
2352026-06-19T06:16:15.563ZFrom https://github.com/oxidecomputer/slog-error-chain
2362026-06-19T06:16:15.564Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2372026-06-19T06:16:15.749Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2382026-06-19T06:16:15.753Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tufaceous' '+a7d440f5a111c7e3504e8eb125c105d7baf0deab:refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab'`
2392026-06-19T06:16:15.910ZPOST git-upload-pack (225 bytes)
2402026-06-19T06:16:16.068ZFrom https://github.com/oxidecomputer/tufaceous
2412026-06-19T06:16:16.068Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2422026-06-19T06:16:16.091Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-06-19T06:16:16.095Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/management-gateway-service' '+6c0aca2545a73fd75536e149d29faa7108be5862:refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862'`
2442026-06-19T06:16:16.253ZPOST git-upload-pack (225 bytes)
2452026-06-19T06:16:16.546ZFrom https://github.com/oxidecomputer/management-gateway-service
2462026-06-19T06:16:16.546Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2472026-06-19T06:16:16.824Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-06-19T06:16:16.828Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+7103cd3a3d7b0112d2949dd135db06fef0c156bb:refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb'`
2492026-06-19T06:16:16.980ZPOST git-upload-pack (225 bytes)
2502026-06-19T06:16:17.647ZFrom https://github.com/oxidecomputer/crucible
2512026-06-19T06:16:17.647Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2522026-06-19T06:16:18.441Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-06-19T06:16:18.445Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/serde_human_bytes' '+8f60acdfe7c6d9e2a01f59be920c1c2b19129322:refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322'`
2542026-06-19T06:16:18.599ZPOST git-upload-pack (225 bytes)
2552026-06-19T06:16:18.715ZFrom https://github.com/oxidecomputer/serde_human_bytes
2562026-06-19T06:16:18.715Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2572026-06-19T06:16:18.737Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582026-06-19T06:16:18.737Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/propolis' '+6873add79b835f7932d9fe928340886df8e49676:refs/commit/6873add79b835f7932d9fe928340886df8e49676'`
2592026-06-19T06:16:18.884ZPOST git-upload-pack (1016 bytes)
2602026-06-19T06:16:19.155ZFrom https://github.com/oxidecomputer/propolis
2612026-06-19T06:16:19.155Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2622026-06-19T06:16:19.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-06-19T06:16:19.438Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/crucible' '+bd9a0e2abe6b6b89aec8c85f4ee57474144ed150:refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150'`
2642026-06-19T06:16:19.566ZPOST git-upload-pack (1016 bytes)
2652026-06-19T06:16:19.916ZFrom https://github.com/oxidecomputer/crucible
2662026-06-19T06:16:19.917Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2672026-06-19T06:16:20.123Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-06-19T06:16:20.125Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/tofino' '+d79800f92f2245a9160b5ff6d8546ecbffa82ddc:refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc'`
2692026-06-19T06:16:20.263ZPOST git-upload-pack (225 bytes)
2702026-06-19T06:16:20.459ZFrom https://github.com/oxidecomputer/tofino
2712026-06-19T06:16:20.459Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2722026-06-19T06:16:20.483Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-06-19T06:16:20.487Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/maghemite' '+7696ee48d5ee29a917dea459e281fe2e8ff20513:refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513'`
2742026-06-19T06:16:20.620ZPOST git-upload-pack (225 bytes)
2752026-06-19T06:16:21.117ZFrom https://github.com/oxidecomputer/maghemite
2762026-06-19T06:16:21.117Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2772026-06-19T06:16:21.175Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782026-06-19T06:16:21.178Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/clickward' '+e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737:refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737'`
2792026-06-19T06:16:21.314ZPOST git-upload-pack (225 bytes)
2802026-06-19T06:16:21.420ZFrom https://github.com/oxidecomputer/clickward
2812026-06-19T06:16:21.420Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2822026-06-19T06:16:21.792Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-06-19T06:16:21.795Z Running `git fetch --no-tags --verbose --force --update-head-ok 'https://github.com/oxidecomputer/illumos-devinfo' '+4323b17bfdd0c94d2875ac64b47f0e60fac1d640:refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640'`
2842026-06-19T06:16:21.951ZPOST git-upload-pack (225 bytes)
2852026-06-19T06:16:22.068ZFrom https://github.com/oxidecomputer/illumos-devinfo
2862026-06-19T06:16:22.068Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2872026-06-19T06:16:22.400Zerror: failed to select a version for `http`.
2882026-06-19T06:16:22.400Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2892026-06-19T06:16:22.400Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2902026-06-19T06:16:22.400Zversions that meet the requirements `^1.4.2` are: 1.4.2
2912026-06-19T06:16:22.401Z
2922026-06-19T06:16:22.401Zall possible versions conflict with previously selected packages.
2932026-06-19T06:16:22.401Z
2942026-06-19T06:16:22.401Z previously selected package `http v1.4.1`
2952026-06-19T06:16:22.401Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2962026-06-19T06:16:22.401Z
2972026-06-19T06:16:22.401Zfailed to select a version for `http` which could resolve this conflict
2982026-06-19T06:16:22.424Z
2992026-06-19T06:16:22.427Zreal 20.910565615
3002026-06-19T06:16:22.427Zuser 10.208267616
3012026-06-19T06:16:22.427Zsys 1.407837643
3022026-06-19T06:16:22.427Ztrap 0.001674997
3032026-06-19T06:16:22.427Ztflt 0.000039260
3042026-06-19T06:16:22.427Zdflt 0.000385151
3052026-06-19T06:16:22.427Zkflt 0.000009840
3062026-06-19T06:16:22.427Zlock 0.411494450
3072026-06-19T06:16:22.427Zslp 1:15.181325063
3082026-06-19T06:16:22.427Zlat 0.200920798
3092026-06-19T06:16:22.427Zstop 0.013026420
3102026-06-19T06:16:22.427Zprocess exited: duration 112847 ms, exit code 101
 
3112026-06-19T06:16:22.434Zfound 0 output files