01KVF85ER8G6B9NZ00NJW8W7YK: no-omicron-deps-in-client-crates

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KVF85Z77R7WJEMAZX1GB61B4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:04.065Zjob assigned to worker 01KVF86E3PD8T218JPDD2R8GQR [factory aws, i-0093d4808b851c5f8] (queued for 57 s)
 
22026-06-19T06:14:10.362Zstarting task 0: "setup"
32026-06-19T06:14:10.366Z++ uname -s
42026-06-19T06:14:10.369Z+ kern=SunOS
52026-06-19T06:14:10.369Z+ build_user=build
62026-06-19T06:14:10.369Z+ build_uid=12345
72026-06-19T06:14:10.369Z+ work_dir=/work
82026-06-19T06:14:10.369Z+ input_dir=/input
92026-06-19T06:14:10.369Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:10.369Z+ case "$kern" in
112026-06-19T06:14:10.370Z+ groupadd -g 12345 build
122026-06-19T06:14:10.373Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:12.377Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:12.490Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:12.493Z+ home_fs=zfs
162026-06-19T06:14:12.493Z+ [[ zfs == autofs ]]
172026-06-19T06:14:12.493Z+ mkdir -p /home/build
182026-06-19T06:14:12.493Z+ chown build:build /home/build /work
192026-06-19T06:14:14.494Z+ chmod 0700 /home/build /work
202026-06-19T06:14:14.497Zprocess exited: duration 4136 ms, exit code 0
 
212026-06-19T06:14:14.503Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:14.508Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:14.508Z * rust toolchain channel = "stable"
242026-06-19T06:14:14.508Z * rust toolchain profile = "default"
252026-06-19T06:14:14.508Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T06:14:14.508Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:14.508Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:14.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:14.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:14.635Zinfo: downloading installer
312026-06-19T06:14:16.134Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:16.134Zwarn: /opt/ooce/bin
332026-06-19T06:14:16.134Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:16.134Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:16.134Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:16.134Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:16.134Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:16.134Zerror: cannot install while Rust is installed
392026-06-19T06:14:16.134Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:16.134Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:16.134Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:16.134Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:16.134Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:16.148Zinfo: profile set to default
452026-06-19T06:14:16.148Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:16.151Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:16.286Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:16.289Zinfo: downloading 6 components
492026-06-19T06:14:31.185Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:31.185Z
512026-06-19T06:14:31.226Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:31.226Z
532026-06-19T06:14:31.226Z
542026-06-19T06:14:31.226ZRust is installed now. Great!
552026-06-19T06:14:31.226Z
562026-06-19T06:14:31.226ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:31.226Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:31.226Z
592026-06-19T06:14:31.226ZTo configure your current shell, you need to source
602026-06-19T06:14:31.226Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:31.226Z
622026-06-19T06:14:31.226ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:31.226Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:31.226Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:31.226Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:31.226Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:31.226Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:31.226Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:31.229Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:31.229Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:31.313Z+ rustup --version
722026-06-19T06:14:31.322Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:31.325Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:31.343Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:31.346Z+ cargo --version
762026-06-19T06:14:31.359Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:31.362Z+ rustc --version
782026-06-19T06:14:31.381Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:31.384Zprocess exited: duration 16877 ms, exit code 0
 
802026-06-19T06:14:31.390Zstarting task 2: "authentication"
812026-06-19T06:14:31.405Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:31.411Zstarting task 3: "clone repository"
832026-06-19T06:14:31.414Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:31.417Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:31.447ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:32.610Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:32.610Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:32.856ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:32.856Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:32.861Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:32.864Z++ git branch --show-current
922026-06-19T06:14:32.864Z+ current=main
932026-06-19T06:14:32.864Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:32.864Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:32.867Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:32.885ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:32.888Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:32.901ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:32.904Zprocess exited: duration 1490 ms, exit code 0
 
1002026-06-19T06:14:32.910Zstarting task 4: "build"
1012026-06-19T06:14:32.913Zchecking mg-admin-client
1022026-06-19T06:14:32.916Z/work/oxidecomputer/maghemite/mg-admin-client /work/oxidecomputer/maghemite
1032026-06-19T06:14:32.919Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1042026-06-19T06:14:33.066Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1052026-06-19T06:14:33.070Zinfo: downloading 6 components
1062026-06-19T06:14:50.725Z Updating git repository `https://github.com/oxidecomputer/falcon`
1072026-06-19T06:14:51.609ZFrom https://github.com/oxidecomputer/falcon
1082026-06-19T06:14:51.609Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1092026-06-19T06:14:51.688Z Updating crates.io index
1102026-06-19T06:14:51.691Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1112026-06-19T06:14:52.104ZFrom https://github.com/oxidecomputer/dendrite
1122026-06-19T06:14:52.104Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
1132026-06-19T06:14:52.177Z Updating git repository `https://github.com/oxidecomputer/ispf`
1142026-06-19T06:14:52.429ZFrom https://github.com/oxidecomputer/ispf
1152026-06-19T06:14:52.429Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1162026-06-19T06:14:52.694Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1172026-06-19T06:14:53.019ZFrom https://github.com/oxidecomputer/netadm-sys
1182026-06-19T06:14:53.019Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1192026-06-19T06:14:53.027Z Updating git repository `https://github.com/oxidecomputer/omicron`
1202026-06-19T06:14:59.862ZFrom https://github.com/oxidecomputer/omicron
1212026-06-19T06:14:59.862Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1222026-06-19T06:15:00.280Z Updating git repository `https://github.com/oxidecomputer/opte`
1232026-06-19T06:15:00.931ZFrom https://github.com/oxidecomputer/opte
1242026-06-19T06:15:00.931Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1252026-06-19T06:15:00.961Z Updating git repository `https://github.com/illumos/smf-rs`
1262026-06-19T06:15:01.218ZFrom https://github.com/illumos/smf-rs
1272026-06-19T06:15:01.218Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1282026-06-19T06:15:01.720Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1292026-06-19T06:15:02.024ZFrom https://github.com/oxidecomputer/network-interface
1302026-06-19T06:15:02.024Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1312026-06-19T06:15:02.212Z Updating git repository `https://github.com/oxidecomputer/zone`
1322026-06-19T06:15:02.498ZFrom https://github.com/oxidecomputer/zone
1332026-06-19T06:15:02.498Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1342026-06-19T06:15:02.619Z Updating git repository `https://github.com/oxidecomputer/propolis`
1352026-06-19T06:15:03.322ZFrom https://github.com/oxidecomputer/propolis
1362026-06-19T06:15:03.323Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1372026-06-19T06:15:03.396Z Updating crates.io index
1382026-06-19T06:15:03.433Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392026-06-19T06:15:03.925ZFrom https://github.com/oxidecomputer/transceiver-control
1402026-06-19T06:15:03.925Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1412026-06-19T06:15:03.947Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-06-19T06:15:04.213ZFrom https://github.com/oxidecomputer/dlpi-sys
1432026-06-19T06:15:04.214Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1442026-06-19T06:15:04.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-19T06:15:04.513ZFrom https://github.com/jmesmon/rust-libzfs
1462026-06-19T06:15:04.513Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1472026-06-19T06:15:04.521Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-06-19T06:15:04.768ZFrom https://github.com/oxidecomputer/rusty-doors
1492026-06-19T06:15:04.769Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1502026-06-19T06:15:04.995Z Updating git repository `https://github.com/oxidecomputer/lldp`
1512026-06-19T06:15:05.339ZFrom https://github.com/oxidecomputer/lldp
1522026-06-19T06:15:05.339Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1532026-06-19T06:15:05.576Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1542026-06-19T06:15:05.849ZFrom https://github.com/oxidecomputer/slog-error-chain
1552026-06-19T06:15:05.849Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1562026-06-19T06:15:05.858Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1572026-06-19T06:15:06.159ZFrom https://github.com/oxidecomputer/tufaceous
1582026-06-19T06:15:06.159Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1592026-06-19T06:15:06.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1602026-06-19T06:15:06.671ZFrom https://github.com/oxidecomputer/management-gateway-service
1612026-06-19T06:15:06.671Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1622026-06-19T06:15:07.209Z Updating git repository `https://github.com/oxidecomputer/crucible`
1632026-06-19T06:15:08.297ZFrom https://github.com/oxidecomputer/crucible
1642026-06-19T06:15:08.297Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1652026-06-19T06:15:09.019Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1662026-06-19T06:15:09.277ZFrom https://github.com/oxidecomputer/serde_human_bytes
1672026-06-19T06:15:09.277Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1682026-06-19T06:15:09.303Z Updating git repository `https://github.com/oxidecomputer/propolis`
1692026-06-19T06:15:09.749ZFrom https://github.com/oxidecomputer/propolis
1702026-06-19T06:15:09.749Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1712026-06-19T06:15:10.025Z Updating git repository `https://github.com/oxidecomputer/crucible`
1722026-06-19T06:15:10.753ZFrom https://github.com/oxidecomputer/crucible
1732026-06-19T06:15:10.753Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1742026-06-19T06:15:10.832Z Updating git repository `https://github.com/oxidecomputer/tofino`
1752026-06-19T06:15:11.164ZFrom https://github.com/oxidecomputer/tofino
1762026-06-19T06:15:11.164Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1772026-06-19T06:15:11.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1782026-06-19T06:15:11.929ZFrom https://github.com/oxidecomputer/maghemite
1792026-06-19T06:15:11.929Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1802026-06-19T06:15:11.999Z Updating git repository `https://github.com/oxidecomputer/clickward`
1812026-06-19T06:15:12.398ZFrom https://github.com/oxidecomputer/clickward
1822026-06-19T06:15:12.398Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1832026-06-19T06:15:12.625Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1842026-06-19T06:15:12.863ZFrom https://github.com/oxidecomputer/illumos-devinfo
1852026-06-19T06:15:12.863Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
1862026-06-19T06:15:13.173Zerror: failed to select a version for `http`.
1872026-06-19T06:15:13.173Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
1882026-06-19T06:15:13.173Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
1892026-06-19T06:15:13.173Zversions that meet the requirements `^1.4.2` are: 1.4.2
1902026-06-19T06:15:13.173Z
1912026-06-19T06:15:13.173Zall possible versions conflict with previously selected packages.
1922026-06-19T06:15:13.173Z
1932026-06-19T06:15:13.173Z previously selected package `http v1.4.1`
1942026-06-19T06:15:13.173Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
1952026-06-19T06:15:13.173Z
1962026-06-19T06:15:13.173Zfailed to select a version for `http` which could resolve this conflict
1972026-06-19T06:15:13.196Z/work/oxidecomputer/maghemite
1982026-06-19T06:15:13.196Zchecking ddm-admin-client
1992026-06-19T06:15:13.199Z/work/oxidecomputer/maghemite/ddm-admin-client /work/oxidecomputer/maghemite
2002026-06-19T06:15:13.271Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2012026-06-19T06:15:13.275Z Updating crates.io index
2022026-06-19T06:15:13.636Z Updating crates.io index
2032026-06-19T06:15:14.508Zerror: failed to select a version for `http`.
2042026-06-19T06:15:14.508Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2052026-06-19T06:15:14.508Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2062026-06-19T06:15:14.508Zversions that meet the requirements `^1.4.2` are: 1.4.2
2072026-06-19T06:15:14.508Z
2082026-06-19T06:15:14.508Zall possible versions conflict with previously selected packages.
2092026-06-19T06:15:14.508Z
2102026-06-19T06:15:14.508Z previously selected package `http v1.4.1`
2112026-06-19T06:15:14.508Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2122026-06-19T06:15:14.508Z
2132026-06-19T06:15:14.508Zfailed to select a version for `http` which could resolve this conflict
2142026-06-19T06:15:14.523Z/work/oxidecomputer/maghemite
2152026-06-19T06:15:14.526Zchecking ddm-api-types
2162026-06-19T06:15:14.526Z/work/oxidecomputer/maghemite/ddm-api-types /work/oxidecomputer/maghemite
2172026-06-19T06:15:14.598Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2182026-06-19T06:15:14.603Z Updating crates.io index
2192026-06-19T06:15:14.828Z Updating crates.io index
2202026-06-19T06:15:15.504Zerror: failed to select a version for `http`.
2212026-06-19T06:15:15.504Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2222026-06-19T06:15:15.504Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2232026-06-19T06:15:15.504Zversions that meet the requirements `^1.4.2` are: 1.4.2
2242026-06-19T06:15:15.504Z
2252026-06-19T06:15:15.504Zall possible versions conflict with previously selected packages.
2262026-06-19T06:15:15.504Z
2272026-06-19T06:15:15.504Z previously selected package `http v1.4.1`
2282026-06-19T06:15:15.504Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2292026-06-19T06:15:15.504Z
2302026-06-19T06:15:15.504Zfailed to select a version for `http` which could resolve this conflict
2312026-06-19T06:15:15.518Z/work/oxidecomputer/maghemite
2322026-06-19T06:15:15.521Zchecking mg-api-types
2332026-06-19T06:15:15.521Z/work/oxidecomputer/maghemite/mg-api-types /work/oxidecomputer/maghemite
2342026-06-19T06:15:15.592Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-06-19T06:15:15.595Z Updating crates.io index
2362026-06-19T06:15:15.813Z Updating crates.io index
2372026-06-19T06:15:16.462Zerror: failed to select a version for `http`.
2382026-06-19T06:15:16.462Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2392026-06-19T06:15:16.462Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2402026-06-19T06:15:16.462Zversions that meet the requirements `^1.4.2` are: 1.4.2
2412026-06-19T06:15:16.462Z
2422026-06-19T06:15:16.462Zall possible versions conflict with previously selected packages.
2432026-06-19T06:15:16.462Z
2442026-06-19T06:15:16.462Z previously selected package `http v1.4.1`
2452026-06-19T06:15:16.462Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2462026-06-19T06:15:16.462Z
2472026-06-19T06:15:16.462Zfailed to select a version for `http` which could resolve this conflict
2482026-06-19T06:15:16.476Z/work/oxidecomputer/maghemite
2492026-06-19T06:15:16.479Zchecking mg-api-types/versions
2502026-06-19T06:15:16.479Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
2512026-06-19T06:15:16.553Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-19T06:15:16.556Z Updating crates.io index
2532026-06-19T06:15:16.797Z Updating crates.io index
2542026-06-19T06:15:17.323Zerror: failed to select a version for `http`.
2552026-06-19T06:15:17.323Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
2562026-06-19T06:15:17.323Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
2572026-06-19T06:15:17.323Zversions that meet the requirements `^1.4.2` are: 1.4.2
2582026-06-19T06:15:17.323Z
2592026-06-19T06:15:17.323Zall possible versions conflict with previously selected packages.
2602026-06-19T06:15:17.323Z
2612026-06-19T06:15:17.323Z previously selected package `http v1.4.1`
2622026-06-19T06:15:17.323Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
2632026-06-19T06:15:17.323Z
2642026-06-19T06:15:17.323Zfailed to select a version for `http` which could resolve this conflict
2652026-06-19T06:15:17.338Z/work/oxidecomputer/maghemite
2662026-06-19T06:15:17.344Zprocess exited: duration 44419 ms, exit code 0
 
2672026-06-19T06:15:17.350Zfound 0 output files