01KZ5FBZR8ZMSWETSRTNQJXVZF: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZ5FCHC1JQE1JH3E6P6XQ4B4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T04:10:12.720Zjob assigned to worker 01KZ5FCP44Y6BFES7N225W51W0 [factory aws, i-0e0dc4e9418d02380] (queued for 47 s)
 
22026-08-04T04:10:19.238Zstarting task 0: "setup"
32026-08-04T04:10:19.242Z++ uname -s
42026-08-04T04:10:19.245Z+ kern=SunOS
52026-08-04T04:10:19.245Z+ build_user=build
62026-08-04T04:10:19.245Z+ build_uid=12345
72026-08-04T04:10:19.245Z+ work_dir=/work
82026-08-04T04:10:19.246Z+ input_dir=/input
92026-08-04T04:10:19.246Z+ [[ 0 == 12345 ]]
102026-08-04T04:10:19.246Z+ case "$kern" in
112026-08-04T04:10:19.246Z+ groupadd -g 12345 build
122026-08-04T04:10:19.249Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T04:10:21.253Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T04:10:21.330Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T04:10:21.333Z+ home_fs=zfs
162026-08-04T04:10:21.333Z+ [[ zfs == autofs ]]
172026-08-04T04:10:21.333Z+ mkdir -p /home/build
182026-08-04T04:10:21.335Z+ chown build:build /home/build /work
192026-08-04T04:10:23.336Z+ chmod 0700 /home/build /work
202026-08-04T04:10:23.339Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-04T04:10:23.345Zstarting task 1: "rust-toolchain"
222026-08-04T04:10:23.351Z * rust toolchain channel = "1.97.1"
232026-08-04T04:10:23.351Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-04T04:10:23.351Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T04:10:23.351Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-04T04:10:23.351Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T04:10:23.351Z * rust toolchain profile = "default"
282026-08-04T04:10:23.354Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T04:10:23.354Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T04:10:23.537Zinfo: downloading installer
312026-08-04T04:10:24.850Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T04:10:24.850Zwarn: /home/build/.rustup/settings.toml
332026-08-04T04:10:24.850Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T04:10:24.851Zwarn: instead of the one inferred from the default host triple.
352026-08-04T04:10:24.863Zinfo: profile set to default
362026-08-04T04:10:24.863Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T04:10:24.867Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T04:10:24.995Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T04:10:24.998Zinfo: downloading 6 components
402026-08-04T04:10:39.999Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T04:10:39.999Z
422026-08-04T04:10:40.029Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T04:10:40.029Z
442026-08-04T04:10:40.029Z
452026-08-04T04:10:40.029ZRust is installed now. Great!
462026-08-04T04:10:40.029Z
472026-08-04T04:10:40.029ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T04:10:40.029Zenvironment variable. This has not been done automatically.
492026-08-04T04:10:40.029Z
502026-08-04T04:10:40.029ZTo configure your current shell, you need to source
512026-08-04T04:10:40.029Zthe corresponding env file under $HOME/.cargo.
522026-08-04T04:10:40.029Z
532026-08-04T04:10:40.029ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T04:10:40.029Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T04:10:40.029Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T04:10:40.029Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T04:10:40.029Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T04:10:40.029Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T04:10:40.029Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T04:10:40.033Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T04:10:40.034Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T04:10:40.138Z+ rustup --version
632026-08-04T04:10:40.144Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T04:10:40.147Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T04:10:40.166Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T04:10:40.169Z+ cargo --version
672026-08-04T04:10:40.177Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T04:10:40.180Z+ rustc --version
692026-08-04T04:10:40.201Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T04:10:40.204Zprocess exited: duration 16857 ms, exit code 0
 
712026-08-04T04:10:40.211Zstarting task 2: "authentication"
722026-08-04T04:10:40.230Zprocess exited: duration 19 ms, exit code 0
 
732026-08-04T04:10:40.237Zstarting task 3: "clone repository"
742026-08-04T04:10:40.241Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T04:10:40.244Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T04:10:40.278ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T04:10:51.268Z+ cd /work/oxidecomputer/omicron
782026-08-04T04:10:51.268Z+ git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
792026-08-04T04:10:51.519ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T04:10:51.519Z * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD
812026-08-04T04:10:51.534Z+ [[ -n renovate/attest-mock-digest ]]
822026-08-04T04:10:51.537Z++ git branch --show-current
832026-08-04T04:10:51.537Z+ current=main
842026-08-04T04:10:51.537Z+ [[ main != renovate/attest-mock-digest ]]
852026-08-04T04:10:51.540Z+ git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
862026-08-04T04:10:51.543Z+ git checkout -f renovate/attest-mock-digest
872026-08-04T04:10:52.027ZSwitched to branch 'renovate/attest-mock-digest'
882026-08-04T04:10:52.030Z+ git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
892026-08-04T04:10:52.045ZHEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0
902026-08-04T04:10:52.048Zprocess exited: duration 11809 ms, exit code 0
 
912026-08-04T04:10:52.054Zstarting task 4: "build"
922026-08-04T04:10:52.059Z+ source .github/buildomat/ci-env.sh
932026-08-04T04:10:52.059Z++ export CARGO_TERM_COLOR=always
942026-08-04T04:10:52.062Z++ CARGO_TERM_COLOR=always
952026-08-04T04:10:52.062Z+++ uname -s
962026-08-04T04:10:52.062Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T04:10:52.063Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T04:10:52.065Z+ cargo --version
992026-08-04T04:10:52.073Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T04:10:52.076Z+ rustc --version
1012026-08-04T04:10:52.097Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T04:10:52.100Z+ WORK=/work
1032026-08-04T04:10:52.100Z+ pfexec mkdir -p /work
1042026-08-04T04:10:52.103Z+ pfexec chown build /work
1052026-08-04T04:10:52.106Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-04T04:10:53.905Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-04T04:10:54.152Z Startup: Caching catalogs ... Done
1082026-08-04T04:10:55.485ZPlanning: Solver setup ... Done (1.246s)
1092026-08-04T04:10:55.529ZPlanning: Running solver ... Done (0.044s)
1102026-08-04T04:10:55.562ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-04T04:10:55.571ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-04T04:10:55.592ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-04T04:10:55.606ZPlanning: Package planning ... Done (0.014s)
1142026-08-04T04:10:55.609ZPlanning: Merging actions ... Done (0.001s)
1152026-08-04T04:10:55.772ZPlanning: Checking for conflicting actions ... Done (0.164s)
1162026-08-04T04:10:55.775ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-04T04:10:56.627ZPlanning: Evaluating mediators ... Done (0.854s)
1182026-08-04T04:10:56.630ZPlanning: Planning completed in 2.45 seconds
1192026-08-04T04:10:56.638Z Packages to install: 2
1202026-08-04T04:10:56.638Z Estimated space available: 156.01 GB
1212026-08-04T04:10:56.638ZEstimated space to be consumed: 56.46 MB
1222026-08-04T04:10:56.638Z Create boot environment: No
1232026-08-04T04:10:56.638ZCreate backup boot environment: No
1242026-08-04T04:10:56.638Z Rebuild boot archive: No
1252026-08-04T04:10:56.641Z
1262026-08-04T04:10:56.641ZChanged packages:
1272026-08-04T04:10:56.641Zhelios
1282026-08-04T04:10:56.641Z developer/build-essential
1292026-08-04T04:10:56.641Z None -> 11-3.0
1302026-08-04T04:10:56.641Z library/libxmlsec1
1312026-08-04T04:10:56.641Z None -> 1.2.35-3.0
1322026-08-04T04:10:56.664Z
1332026-08-04T04:10:56.664ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-04T04:10:56.733ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-04T04:10:56.842Z Actions: 1/268 actions (Installing new actions)
1362026-08-04T04:10:56.882Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-04T04:10:56.906ZFinalize: Updating package state database ... Done (0.024s)
1382026-08-04T04:10:56.906ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-04T04:10:56.969ZFinalize: Updating image state ... Done (0.063s)
1402026-08-04T04:10:59.636ZFinalize: Creating fast lookup database ... Done (2.626s)
1412026-08-04T04:10:59.707ZFinalize: Reading search index ... Done (0.013s)
1422026-08-04T04:10:59.711ZFinalize: Updating search index ... Done (0.000s)
1432026-08-04T04:10:59.843ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-04T04:11:00.191ZPlanning: Evaluating mediator changes ... Done
1452026-08-04T04:11:00.299ZPlanning: Checking for conflicting actions ... Done
1462026-08-04T04:11:00.302ZPlanning: Consolidating action changes ... Done
1472026-08-04T04:11:00.456ZPlanning: Evaluating mediators ... Done
1482026-08-04T04:11:00.459ZPlanning: Planning completed in 0.27 seconds
1492026-08-04T04:11:00.480Z Mediators to change: 2
1502026-08-04T04:11:00.480Z Create boot environment: No
1512026-08-04T04:11:00.480ZCreate backup boot environment: No
1522026-08-04T04:11:00.528ZFinalize: Updating package state database ... Done
1532026-08-04T04:11:00.528ZFinalize: Updating package cache ... Done
1542026-08-04T04:11:00.567ZFinalize: Updating image state ... Done
1552026-08-04T04:11:02.519ZFinalize: Creating fast lookup database ... Done
1562026-08-04T04:11:02.585ZFinalize: Reading search index ... Done
1572026-08-04T04:11:02.588ZFinalize: Updating search index ... Done
1582026-08-04T04:11:02.667ZFinalize: Updating package cache ... Done
1592026-08-04T04:11:02.954ZPlanning: Evaluating mediator changes ... Done
1602026-08-04T04:11:03.063ZPlanning: Checking for conflicting actions ... Done
1612026-08-04T04:11:03.065ZPlanning: Consolidating action changes ... Done
1622026-08-04T04:11:03.221ZPlanning: Evaluating mediators ... Done
1632026-08-04T04:11:03.224ZPlanning: Planning completed in 0.27 seconds
1642026-08-04T04:11:03.244Z Mediators to change: 1
1652026-08-04T04:11:03.245Z Create boot environment: No
1662026-08-04T04:11:03.245ZCreate backup boot environment: No
1672026-08-04T04:11:03.287ZFinalize: Updating package state database ... Done
1682026-08-04T04:11:03.287ZFinalize: Updating package cache ... Done
1692026-08-04T04:11:03.327ZFinalize: Updating image state ... Done
1702026-08-04T04:11:05.279ZFinalize: Creating fast lookup database ... Done
1712026-08-04T04:11:05.345ZFinalize: Reading search index ... Done
1722026-08-04T04:11:05.349ZFinalize: Updating search index ... Done
1732026-08-04T04:11:05.422ZFinalize: Updating package cache ... Done
1742026-08-04T04:11:05.752ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-04T04:11:05.752Zapache system 2.4 system
1762026-08-04T04:11:05.752Zclang system 15 system
1772026-08-04T04:11:05.752Zcsh system system illumos
1782026-08-04T04:11:05.752Zctags system system illumos
1792026-08-04T04:11:05.752Zfile vendor vendor darwinsys
1802026-08-04T04:11:05.752Zfile system system illumos
1812026-08-04T04:11:05.752Zgcc vendor 14 vendor
1822026-08-04T04:11:05.753Zgcc system 13 system
1832026-08-04T04:11:05.753Zgcc system 10 system
1842026-08-04T04:11:05.753Zgo system 1.25 system
1852026-08-04T04:11:05.753Zllvm system 15 system
1862026-08-04T04:11:05.753Zmariadb system 11.4 system
1872026-08-04T04:11:05.753Zmta vendor vendor dma
1882026-08-04T04:11:05.753Zopenjdk system 17 system
1892026-08-04T04:11:05.753Zopenjdk system 11 system
1902026-08-04T04:11:05.753Zopenssl vendor 3 vendor
1912026-08-04T04:11:05.753Zperl system 5.40 system
1922026-08-04T04:11:05.753Zpostgresql system 18 system
1932026-08-04T04:11:05.753Zpostgresql system 17 system
1942026-08-04T04:11:05.753Zpython vendor 3 vendor
1952026-08-04T04:11:05.753Zpython system 2 system
1962026-08-04T04:11:05.753Zpython3 vendor 3.13 vendor
1972026-08-04T04:11:05.753Zruby system 3.4 system
1982026-08-04T04:11:05.753Zruby system 3.0 system
1992026-08-04T04:11:05.753Zwords vendor vendor american-english
2002026-08-04T04:11:05.753Zwords system system australian-english
2012026-08-04T04:11:05.753Zwords system system british-english
2022026-08-04T04:11:05.753Zwords system system canadian-english
2032026-08-04T04:11:05.753Zwords system system french
2042026-08-04T04:11:05.753Zwords system system italian
2052026-08-04T04:11:05.753Zwords system system ngerman
2062026-08-04T04:11:05.753Zwords system system ogerman
2072026-08-04T04:11:05.753Zwords system system spanish
2082026-08-04T04:11:05.985ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-04T04:11:05.986Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-04T04:11:06.389ZFMRI IFO
2112026-08-04T04:11:06.389Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-04T04:11:06.389Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-04T04:11:06.389Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-04T04:11:06.389Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-04T04:11:06.389Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-04T04:11:06.389Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-04T04:11:06.389Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-04T04:11:06.389Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-04T04:11:06.389Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-04T04:11:06.694Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-04T04:11:06.940Z Updating crates.io index
2222026-08-04T04:11:06.945Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-04T04:11:07.139Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-04T04:11:07.428Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-04T04:11:08.395Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-04T04:11:08.871Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-04T04:11:10.469Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-04T04:11:11.292Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-04T04:11:11.530Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-04T04:11:11.801Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-04T04:11:13.126Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-04T04:11:13.352Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-04T04:11:13.665Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-04T04:11:13.898Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-04T04:11:14.310Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-04T04:11:14.752Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-04T04:11:14.983Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-04T04:11:15.181Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-04T04:11:15.408Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-04T04:11:15.651Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-04T04:11:15.854Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-04T04:11:16.079Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-04T04:11:16.376Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2442026-08-04T04:11:16.697Z Updating git repository `https://github.com/oxidecomputer/erebor`
2452026-08-04T04:11:16.880Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2462026-08-04T04:11:17.261Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2472026-08-04T04:11:17.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-04T04:11:17.783Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-08-04T04:11:18.186Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-08-04T04:11:18.440Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-08-04T04:11:18.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-08-04T04:11:19.013Z Updating crates.io index
2532026-08-04T04:11:19.016Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542026-08-04T04:11:19.016Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-08-04T04:11:19.375Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-04T04:11:19.590Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-04T04:11:19.809Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-04T04:11:20.073Z Updating git repository `https://github.com/oxidecomputer/tough`
2592026-08-04T04:11:20.552Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-04T04:11:20.812Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-04T04:11:21.008Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-04T04:11:21.226Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-04T04:11:21.470Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-04T04:11:21.684Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-04T04:11:23.375Zerror: failed to select a version for `getrandom`.
2662026-08-04T04:11:23.375Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2672026-08-04T04:11:23.375Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2682026-08-04T04:11:23.375Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
2692026-08-04T04:11:23.375Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
2702026-08-04T04:11:23.375Zversions that meet the requirements `^0.4.3` are: 0.4.3
2712026-08-04T04:11:23.375Z
2722026-08-04T04:11:23.375Zall possible versions conflict with previously selected packages
2732026-08-04T04:11:23.375Z
2742026-08-04T04:11:23.375Z previously selected package `getrandom v0.4.1`
2752026-08-04T04:11:23.375Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2762026-08-04T04:11:23.375Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2772026-08-04T04:11:23.375Z
2782026-08-04T04:11:23.375Zfailed to select a version for `getrandom` which could resolve this conflict
2792026-08-04T04:11:23.423ZFailed to run command -- will try 2 more times
2802026-08-04T04:11:23.649Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-08-04T04:11:23.697Z Updating crates.io index
2822026-08-04T04:11:23.709Z Updating crates.io index
2832026-08-04T04:11:23.712Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-08-04T04:11:24.669Zerror: failed to select a version for `getrandom`.
2852026-08-04T04:11:24.669Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2862026-08-04T04:11:24.669Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2872026-08-04T04:11:24.669Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
2882026-08-04T04:11:24.669Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
2892026-08-04T04:11:24.669Zversions that meet the requirements `^0.4.3` are: 0.4.3
2902026-08-04T04:11:24.669Z
2912026-08-04T04:11:24.669Zall possible versions conflict with previously selected packages
2922026-08-04T04:11:24.669Z
2932026-08-04T04:11:24.669Z previously selected package `getrandom v0.4.1`
2942026-08-04T04:11:24.669Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2952026-08-04T04:11:24.669Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2962026-08-04T04:11:24.669Z
2972026-08-04T04:11:24.669Zfailed to select a version for `getrandom` which could resolve this conflict
2982026-08-04T04:11:24.709ZFailed to run command -- will try 1 more times
2992026-08-04T04:11:24.934Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-08-04T04:11:25.003Z Updating crates.io index
3012026-08-04T04:11:25.006Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-08-04T04:11:25.263Zerror: failed to select a version for `getrandom`.
3032026-08-04T04:11:25.263Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3042026-08-04T04:11:25.264Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3052026-08-04T04:11:25.264Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3062026-08-04T04:11:25.264Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3072026-08-04T04:11:25.264Zversions that meet the requirements `^0.4.3` are: 0.4.3
3082026-08-04T04:11:25.264Z
3092026-08-04T04:11:25.264Zall possible versions conflict with previously selected packages
3102026-08-04T04:11:25.264Z
3112026-08-04T04:11:25.264Z previously selected package `getrandom v0.4.1`
3122026-08-04T04:11:25.264Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3132026-08-04T04:11:25.264Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
3142026-08-04T04:11:25.264Z
3152026-08-04T04:11:25.264Zfailed to select a version for `getrandom` which could resolve this conflict
3162026-08-04T04:11:25.289Z
3172026-08-04T04:11:25.292Zreal 33.177939163
3182026-08-04T04:11:25.292Zuser 15.697507040
3192026-08-04T04:11:25.292Zsys 2.093430711
3202026-08-04T04:11:25.292Ztrap 0.001946390
3212026-08-04T04:11:25.292Ztflt 0.043035142
3222026-08-04T04:11:25.292Zdflt 0.042073901
3232026-08-04T04:11:25.292Zkflt 0.014294250
3242026-08-04T04:11:25.292Zlock 38.841161540
3252026-08-04T04:11:25.292Zslp 49.503744719
3262026-08-04T04:11:25.292Zlat 0.095369363
3272026-08-04T04:11:25.292Zstop 0.011425986
3282026-08-04T04:11:25.292Zprocess exited: duration 33233 ms, exit code 101
 
3292026-08-04T04:11:25.298Zfound 0 output files
3302026-08-04T04:11:25.298Zupload error: rule "/work/package.tar.gz" required a match, but was not used