01J16P27BAS593JC2A8DNAW5ZA: helios / package

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

Buildomat Job: 01J16P37ZQMWVGYCAZW4GKB3FS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-25T03:13:39.747Zjob assigned to worker 01J16P38VEYFXHY0QPFE91NPCE (queued for 57 s)
 
22024-06-25T03:13:47.341Zstarting task 0: "setup"
32024-06-25T03:13:47.418Z++ uname -s
42024-06-25T03:13:47.422Z+ kern=SunOS
52024-06-25T03:13:47.422Z+ case "$kern" in
62024-06-25T03:13:47.422Z+ groupadd -g 12345 build
72024-06-25T03:13:47.425Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-25T03:13:49.442Z+ zfs create -o mountpoint=/work rpool/work
92024-06-25T03:13:49.571Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-25T03:13:49.576Z+ home_fs=zfs
112024-06-25T03:13:49.576Z+ [[ zfs == autofs ]]
122024-06-25T03:13:49.576Z+ mkdir -p /home/build
132024-06-25T03:13:49.576Z+ chown build:build /home/build /work
142024-06-25T03:13:51.570Z+ chmod 0700 /home/build /work
152024-06-25T03:13:51.573Zprocess exited: duration 4232 ms, exit code 0
 
162024-06-25T03:13:51.580Zstarting task 1: "rust-toolchain"
172024-06-25T03:13:51.587Z+ printf ' * toolchain channel = "%s"
182024-06-25T03:13:51.587Z' 1.78.0
192024-06-25T03:13:51.587Z+ printf ' * toolchain profile = "%s"
202024-06-25T03:13:51.587Z' default
212024-06-25T03:13:51.587Z * toolchain channel = "1.78.0"
222024-06-25T03:13:51.587Z * toolchain profile = "default"
232024-06-25T03:13:51.590Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-25T03:13:51.590Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-25T03:13:51.700Zinfo: downloading installer
262024-06-25T03:13:52.894Zinfo: profile set to 'default'
272024-06-25T03:13:52.894Zinfo: default host triple is x86_64-unknown-illumos
282024-06-25T03:13:52.894Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-25T03:13:53.005Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-25T03:13:53.005Zinfo: downloading component 'cargo'
312024-06-25T03:13:53.665Zinfo: downloading component 'clippy'
322024-06-25T03:13:53.888Zinfo: downloading component 'rust-docs'
332024-06-25T03:13:54.769Zinfo: downloading component 'rust-std'
342024-06-25T03:13:56.180Zinfo: downloading component 'rustc'
352024-06-25T03:13:59.698Zinfo: downloading component 'rustfmt'
362024-06-25T03:13:59.890Zinfo: installing component 'cargo'
372024-06-25T03:14:00.720Zinfo: installing component 'clippy'
382024-06-25T03:14:01.089Zinfo: installing component 'rust-docs'
392024-06-25T03:14:02.588Zinfo: installing component 'rust-std'
402024-06-25T03:14:04.331Zinfo: installing component 'rustc'
412024-06-25T03:14:08.661Zinfo: installing component 'rustfmt'
422024-06-25T03:14:09.003Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-25T03:14:09.003Z
442024-06-25T03:14:09.272Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-25T03:14:09.272Z
462024-06-25T03:14:09.275Z
472024-06-25T03:14:09.275ZRust is installed now. Great!
482024-06-25T03:14:09.275Z
492024-06-25T03:14:09.275ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-25T03:14:09.275Zenvironment variable. This has not been done automatically.
512024-06-25T03:14:09.275Z
522024-06-25T03:14:09.275ZTo configure your current shell, you need to source
532024-06-25T03:14:09.275Zthe corresponding env file under $HOME/.cargo.
542024-06-25T03:14:09.275Z
552024-06-25T03:14:09.275ZThis is usually done by running one of the following (note the leading DOT):
562024-06-25T03:14:09.275Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-25T03:14:09.275Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-25T03:14:09.335Z+ rustc --version
592024-06-25T03:14:09.395Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-25T03:14:09.398Zprocess exited: duration 17817 ms, exit code 0
 
612024-06-25T03:14:09.404Zstarting task 2: "authentication"
622024-06-25T03:14:09.421ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-06-25T03:14:11.429Zprocess exited: duration 2025 ms, exit code 0
 
642024-06-25T03:14:11.435Zstarting task 3: "clone repository"
652024-06-25T03:14:11.441Z+ mkdir -p /work/oxidecomputer/omicron
662024-06-25T03:14:11.444Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-06-25T03:14:11.595ZCloning into '/work/oxidecomputer/omicron'...
682024-06-25T03:14:18.078Z+ cd /work/oxidecomputer/omicron
692024-06-25T03:14:18.078Z+ git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
702024-06-25T03:14:18.324ZFrom https://github.com/oxidecomputer/omicron
712024-06-25T03:14:18.324Z * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD
722024-06-25T03:14:18.333Z+ [[ -n renovate/syn-2.x-lockfile ]]
732024-06-25T03:14:18.336Z++ git branch --show-current
742024-06-25T03:14:18.339Z+ current=main
752024-06-25T03:14:18.339Z+ [[ main != renovate/syn-2.x-lockfile ]]
762024-06-25T03:14:18.339Z+ git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
772024-06-25T03:14:18.342Z+ git checkout -f renovate/syn-2.x-lockfile
782024-06-25T03:14:18.472ZSwitched to branch 'renovate/syn-2.x-lockfile'
792024-06-25T03:14:18.475Z+ git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
802024-06-25T03:14:18.601ZHEAD is now at 1629125b3 Update Rust crate syn to v2.0.68
812024-06-25T03:14:18.604Zprocess exited: duration 7167 ms, exit code 0
 
822024-06-25T03:14:18.610Zstarting task 4: "build"
832024-06-25T03:14:18.615Z+ cargo --version
842024-06-25T03:14:18.675Zcargo 1.78.0 (54d8815d0 2024-03-26)
852024-06-25T03:14:18.679Z+ rustc --version
862024-06-25T03:14:18.727Zrustc 1.78.0 (9b00956e5 2024-04-29)
872024-06-25T03:14:18.729Z+ WORK=/work
882024-06-25T03:14:18.729Z+ pfexec mkdir -p /work
892024-06-25T03:14:18.732Z+ pfexec chown build /work
902024-06-25T03:14:18.735Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
912024-06-25T03:14:30.305Z Startup: Refreshing catalog 'helios-dev' ... Done
922024-06-25T03:14:32.179Z Startup: Caching catalogs ... Done
932024-06-25T03:14:34.700ZPlanning: Solver setup ... Done (2.062s)
942024-06-25T03:14:34.729ZPlanning: Running solver ... Done (0.038s)
952024-06-25T03:14:34.771ZPlanning: Finding local manifests ... Done (0.004s)
962024-06-25T03:14:34.780ZPlanning: Fetching manifests: 0/4 0% complete
972024-06-25T03:14:34.999ZPlanning: Fetching manifests: 4/4 100% complete
982024-06-25T03:14:35.046ZPlanning: Package planning ... Done (0.047s)
992024-06-25T03:14:35.096ZPlanning: Merging actions ... Done (0.050s)
1002024-06-25T03:14:35.824ZPlanning: Checking for conflicting actions ... Done (0.728s)
1012024-06-25T03:14:35.835ZPlanning: Consolidating action changes ... Done (0.011s)
1022024-06-25T03:14:39.405ZPlanning: Evaluating mediators ... Done (3.570s)
1032024-06-25T03:14:39.417ZPlanning: Planning completed in 7.17 seconds
1042024-06-25T03:14:39.709Z Packages to install: 4
1052024-06-25T03:14:39.709Z Mediators to change: 2
1062024-06-25T03:14:39.709Z Services to change: 1
1072024-06-25T03:14:39.709Z Estimated space available: 155.77 GB
1082024-06-25T03:14:39.710ZEstimated space to be consumed: 1.46 GB
1092024-06-25T03:14:39.712Z Create boot environment: No
1102024-06-25T03:14:39.712ZCreate backup boot environment: No
1112024-06-25T03:14:39.712Z Rebuild boot archive: No
1122024-06-25T03:14:39.713Z
1132024-06-25T03:14:39.713ZChanged mediators:
1142024-06-25T03:14:39.713Z mediator clang:
1152024-06-25T03:14:39.713Z version: None -> 15 (system default)
1162024-06-25T03:14:39.713Z
1172024-06-25T03:14:39.713Z mediator llvm:
1182024-06-25T03:14:39.713Z version: 14 (system default) -> 15 (system default)
1192024-06-25T03:14:39.713Z
1202024-06-25T03:14:39.713ZChanged packages:
1212024-06-25T03:14:39.713Zhelios-dev
1222024-06-25T03:14:39.713Z developer/build-essential
1232024-06-25T03:14:39.713Z None -> 11-2.0
1242024-06-25T03:14:39.713Z library/libxmlsec1
1252024-06-25T03:14:39.713Z None -> 1.2.35-2.0
1262024-06-25T03:14:39.713Z ooce/developer/clang-15
1272024-06-25T03:14:39.713Z None -> 15.0.7-2.0
1282024-06-25T03:14:39.713Z ooce/developer/llvm-15
1292024-06-25T03:14:39.713Z None -> 15.0.7-2.0
1302024-06-25T03:14:39.713Z
1312024-06-25T03:14:39.713ZServices:
1322024-06-25T03:14:39.713Z restart_fmri:
1332024-06-25T03:14:39.713Z svc:/system/update-man-index:default
1342024-06-25T03:14:39.825Z
1352024-06-25T03:14:39.825ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1362024-06-25T03:14:46.201ZDownload: 210/3290 items 1.3/212.6MB 0% complete (356k/s)
1372024-06-25T03:14:58.928ZDownload: 211/3290 items 1.3/212.6MB 0% complete
1382024-06-25T03:15:09.922ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1392024-06-25T03:15:14.927ZDownload: 534/3290 items 17.5/212.6MB 8% complete (3.3M/s)
1402024-06-25T03:15:19.931ZDownload: 763/3290 items 18.6/212.6MB 8% complete (1.8M/s)
1412024-06-25T03:15:25.035ZDownload: 883/3290 items 18.9/212.6MB 8% complete (1.3M/s)
1422024-06-25T03:15:30.037ZDownload: 1117/3290 items 29.6/212.6MB 13% complete (1015k/s)
1432024-06-25T03:15:35.606ZDownload: 1194/3290 items 76.8/212.6MB 36% complete (5.8M/s)
1442024-06-25T03:15:44.640ZDownload: 1198/3290 items 78.0/212.6MB 36% complete (5.7M/s)
1452024-06-25T03:15:49.638ZDownload: 1466/3290 items 117.2/212.6MB 55% complete (8.3M/s)
1462024-06-25T03:15:54.656ZDownload: 1796/3290 items 118.4/212.6MB 55% complete (4.1M/s)
1472024-06-25T03:15:59.651ZDownload: 2138/3290 items 118.9/212.6MB 55% complete (195k/s)
1482024-06-25T03:16:06.125ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (157k/s)
1492024-06-25T03:16:13.689ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1502024-06-25T03:16:25.661ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1512024-06-25T03:16:30.673ZDownload: 2479/3290 items 120.2/212.6MB 56% complete (212k/s)
1522024-06-25T03:16:35.745ZDownload: 2697/3290 items 120.7/212.6MB 56% complete (156k/s)
1532024-06-25T03:16:40.763ZDownload: 2949/3290 items 121.2/212.6MB 57% complete (103k/s)
1542024-06-25T03:16:45.780ZDownload: 3134/3290 items 173.7/212.6MB 81% complete (5.3M/s)
1552024-06-25T03:16:51.183ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (8.1M/s)
1562024-06-25T03:16:57.259ZDownload: 3247/3290 items 202.9/212.6MB 95% complete (8.0M/s)
1572024-06-25T03:17:06.774ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (6.8M/s)
1582024-06-25T03:17:13.103ZDownload: 3287/3290 items 212.0/212.6MB 99% complete (4.5M/s)
1592024-06-25T03:17:19.512ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (3.0M/s)
1602024-06-25T03:17:19.542ZDownload: Completed 212.60 MB in 159.71 seconds (1.3M/s)
1612024-06-25T03:17:19.689Z Actions: 1/3689 actions (Installing new actions)
1622024-06-25T03:17:24.704Z Actions: 3585/3689 actions (Installing new actions)
1632024-06-25T03:17:24.881Z Actions: Completed 3689 actions in 5.19 seconds.
1642024-06-25T03:17:25.013Z Done (0.127s)
1652024-06-25T03:17:25.013Z Done (0.000s)
1662024-06-25T03:17:25.330Z Done (0.317s)
1672024-06-25T03:17:30.586Z Done (5.102s)
1682024-06-25T03:17:30.767Z Done (0.110s)
1692024-06-25T03:17:30.773Z Done (0.000s)
1702024-06-25T03:17:30.955Z Done (0.000s)
1712024-06-25T03:17:31.499ZPlanning: Evaluating mediator changes ... Done
1722024-06-25T03:17:31.658ZPlanning: Checking for conflicting actions ... Done
1732024-06-25T03:17:31.661ZPlanning: Consolidating action changes ... Done
1742024-06-25T03:17:31.920ZPlanning: Evaluating mediators ... Done
1752024-06-25T03:17:31.929ZPlanning: Planning completed in 0.42 seconds
1762024-06-25T03:17:31.963Z Mediators to change: 2
1772024-06-25T03:17:31.963Z Create boot environment: No
1782024-06-25T03:17:31.963ZCreate backup boot environment: No
1792024-06-25T03:17:32.073Z Done
1802024-06-25T03:17:32.073Z Done
1812024-06-25T03:17:32.272Z Done
1822024-06-25T03:17:35.706Z Done
1832024-06-25T03:17:35.786Z Done
1842024-06-25T03:17:35.789Z Done
1852024-06-25T03:17:35.920Z Done
1862024-06-25T03:17:36.511ZPlanning: Evaluating mediator changes ... Done
1872024-06-25T03:17:36.514ZPlanning: Merging actions ... Done
1882024-06-25T03:17:36.696ZPlanning: Checking for conflicting actions ... Done
1892024-06-25T03:17:36.700ZPlanning: Consolidating action changes ... Done
1902024-06-25T03:17:36.951ZPlanning: Evaluating mediators ... Done
1912024-06-25T03:17:37.003ZPlanning: Planning completed in 0.73 seconds
1922024-06-25T03:17:37.038Z Packages to change: 1
1932024-06-25T03:17:37.038Z Mediators to change: 1
1942024-06-25T03:17:37.041Z Services to change: 1
1952024-06-25T03:17:37.041Z Create boot environment: No
1962024-06-25T03:17:37.041ZCreate backup boot environment: Yes
1972024-06-25T03:17:38.872Z Actions: 1/6 actions (Updating modified actions)
1982024-06-25T03:17:38.917Z Actions: Completed 6 actions in 0.04 seconds.
1992024-06-25T03:17:38.920Z Done
2002024-06-25T03:17:38.920Z Done
2012024-06-25T03:17:38.984Z Done
2022024-06-25T03:17:42.424Z Done
2032024-06-25T03:17:42.503Z Done
2042024-06-25T03:17:42.506Z Done
2052024-06-25T03:17:42.642Z Done
2062024-06-25T03:17:43.071ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-06-25T03:17:43.071Zclang system 15 system
2082024-06-25T03:17:43.071Zcsh system system illumos
2092024-06-25T03:17:43.071Zctags system system illumos
2102024-06-25T03:17:43.071Zgcc vendor 12 vendor
2112024-06-25T03:17:43.071Zgcc system 10 system
2122024-06-25T03:17:43.071Zgcc system 7 system
2132024-06-25T03:17:43.071Zgo system 1.20 system
2142024-06-25T03:17:43.071Zgo system 1.19 system
2152024-06-25T03:17:43.072Zllvm system 15 system
2162024-06-25T03:17:43.072Zllvm system 14 system
2172024-06-25T03:17:43.072Zmariadb system 10.6 system
2182024-06-25T03:17:43.072Zmta vendor vendor dma
2192024-06-25T03:17:43.072Zopenjdk system 17 system
2202024-06-25T03:17:43.072Zopenjdk system 11 system
2212024-06-25T03:17:43.072Zopenjdk system 1.8 system
2222024-06-25T03:17:43.072Zopenssl vendor 3 vendor
2232024-06-25T03:17:43.072Zperl system 5.36 system
2242024-06-25T03:17:43.072Zpostgresql system 15 system
2252024-06-25T03:17:43.072Zpostgresql system 13 system
2262024-06-25T03:17:43.072Zpython vendor 3 vendor
2272024-06-25T03:17:43.072Zpython system 2 system
2282024-06-25T03:17:43.072Zpython3 system 3.11 system
2292024-06-25T03:17:43.072Zruby system 3.0 system
2302024-06-25T03:17:43.072Zwords vendor vendor american-english
2312024-06-25T03:17:43.072Zwords system system australian-english
2322024-06-25T03:17:43.072Zwords system system british-english
2332024-06-25T03:17:43.072Zwords system system canadian-english
2342024-06-25T03:17:43.072Zwords system system french
2352024-06-25T03:17:43.072Zwords system system italian
2362024-06-25T03:17:43.072Zwords system system ngerman
2372024-06-25T03:17:43.072Zwords system system ogerman
2382024-06-25T03:17:43.072Zwords system system spanish
2392024-06-25T03:17:43.402ZPUBLISHER TYPE STATUS P LOCATION
2402024-06-25T03:17:43.402Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-06-25T03:17:44.903ZFMRI IFO
2422024-06-25T03:17:44.903Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-06-25T03:17:44.903Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-06-25T03:17:44.903Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-06-25T03:17:44.904Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-06-25T03:17:44.904Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-06-25T03:17:44.904Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-06-25T03:17:44.904Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-06-25T03:17:44.904Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-06-25T03:17:44.904Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-06-25T03:17:44.904Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-06-25T03:17:44.904Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-06-25T03:17:44.904Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-06-25T03:17:45.256Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2552024-06-25T03:17:45.256Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2562024-06-25T03:17:45.256Z
2572024-06-25T03:17:45.256ZCaused by:
2582024-06-25T03:17:45.256Z failed to load manifest for dependency `nexus-test-utils`
2592024-06-25T03:17:45.256Z
2602024-06-25T03:17:45.256ZCaused by:
2612024-06-25T03:17:45.256Z failed to load manifest for dependency `nexus-db-queries`
2622024-06-25T03:17:45.256Z
2632024-06-25T03:17:45.256ZCaused by:
2642024-06-25T03:17:45.256Z failed to load manifest for dependency `oximeter`
2652024-06-25T03:17:45.256Z
2662024-06-25T03:17:45.256ZCaused by:
2672024-06-25T03:17:45.256Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2682024-06-25T03:17:45.256Z
2692024-06-25T03:17:45.257ZCaused by:
2702024-06-25T03:17:45.257Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2712024-06-25T03:17:45.257Z
2722024-06-25T03:17:45.257ZCaused by:
2732024-06-25T03:17:45.257Z `dependency.float-ord` was not found in `workspace.dependencies`
2742024-06-25T03:17:45.260ZFailed to run command -- will try 2 more times
2752024-06-25T03:17:45.328Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2762024-06-25T03:17:45.328Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2772024-06-25T03:17:45.328Z
2782024-06-25T03:17:45.328ZCaused by:
2792024-06-25T03:17:45.328Z failed to load manifest for dependency `nexus-test-utils`
2802024-06-25T03:17:45.328Z
2812024-06-25T03:17:45.328ZCaused by:
2822024-06-25T03:17:45.328Z failed to load manifest for dependency `nexus-db-queries`
2832024-06-25T03:17:45.328Z
2842024-06-25T03:17:45.329ZCaused by:
2852024-06-25T03:17:45.329Z failed to load manifest for dependency `oximeter`
2862024-06-25T03:17:45.329Z
2872024-06-25T03:17:45.329ZCaused by:
2882024-06-25T03:17:45.329Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2892024-06-25T03:17:45.329Z
2902024-06-25T03:17:45.329ZCaused by:
2912024-06-25T03:17:45.329Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2922024-06-25T03:17:45.329Z
2932024-06-25T03:17:45.329ZCaused by:
2942024-06-25T03:17:45.329Z `dependency.float-ord` was not found in `workspace.dependencies`
2952024-06-25T03:17:45.332ZFailed to run command -- will try 1 more times
2962024-06-25T03:17:45.399Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2972024-06-25T03:17:45.399Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2982024-06-25T03:17:45.399Z
2992024-06-25T03:17:45.399ZCaused by:
3002024-06-25T03:17:45.399Z failed to load manifest for dependency `nexus-test-utils`
3012024-06-25T03:17:45.399Z
3022024-06-25T03:17:45.399ZCaused by:
3032024-06-25T03:17:45.399Z failed to load manifest for dependency `nexus-db-queries`
3042024-06-25T03:17:45.399Z
3052024-06-25T03:17:45.399ZCaused by:
3062024-06-25T03:17:45.399Z failed to load manifest for dependency `oximeter`
3072024-06-25T03:17:45.399Z
3082024-06-25T03:17:45.399ZCaused by:
3092024-06-25T03:17:45.399Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
3102024-06-25T03:17:45.399Z
3112024-06-25T03:17:45.399ZCaused by:
3122024-06-25T03:17:45.399Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
3132024-06-25T03:17:45.399Z
3142024-06-25T03:17:45.399ZCaused by:
3152024-06-25T03:17:45.399Z `dependency.float-ord` was not found in `workspace.dependencies`
3162024-06-25T03:17:45.403Z
3172024-06-25T03:17:45.403Zreal 3:26.617190927
3182024-06-25T03:17:45.403Zuser 31.105451137
3192024-06-25T03:17:45.403Zsys 3.796332950
3202024-06-25T03:17:45.403Ztrap 0.006687857
3212024-06-25T03:17:45.403Ztflt 0.146880344
3222024-06-25T03:17:45.403Zdflt 0.225823137
3232024-06-25T03:17:45.403Zkflt 0.129756559
3242024-06-25T03:17:45.403Zlock 0.000028869
3252024-06-25T03:17:45.403Zslp 6:18.067188859
3262024-06-25T03:17:45.403Zlat 0.288487395
3272024-06-25T03:17:45.403Zstop 0.000411006
3282024-06-25T03:17:45.403Zprocess exited: duration 206786 ms, exit code 101
 
3292024-06-25T03:17:45.412Zfound 0 output files
3302024-06-25T03:17:45.412Zupload error: rule "/work/package.tar.gz" required a match, but was not used