01J16P175HA82K71026CH2RK8Y: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J16P22SY5RDWMRY6ZBCCXZQH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-25T03:13:19.478Zjob assigned to worker 01J16P24TYAPMV1RMSTSG25TY7 (queued for 1 m 15 s)
 
22024-06-25T03:13:27.568Zstarting task 0: "setup"
32024-06-25T03:13:27.625Z++ uname -s
42024-06-25T03:13:27.629Z+ kern=SunOS
52024-06-25T03:13:27.629Z+ case "$kern" in
62024-06-25T03:13:27.629Z+ groupadd -g 12345 build
72024-06-25T03:13:27.629Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-25T03:13:29.654Z+ zfs create -o mountpoint=/work rpool/work
92024-06-25T03:13:29.765Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-25T03:13:29.773Z+ home_fs=zfs
112024-06-25T03:13:29.773Z+ [[ zfs == autofs ]]
122024-06-25T03:13:29.774Z+ mkdir -p /home/build
132024-06-25T03:13:29.774Z+ chown build:build /home/build /work
142024-06-25T03:13:31.772Z+ chmod 0700 /home/build /work
152024-06-25T03:13:31.793Zprocess exited: duration 4199 ms, exit code 0
 
162024-06-25T03:13:31.817Zstarting task 1: "rust-toolchain"
172024-06-25T03:13:31.825Z+ printf ' * toolchain channel = "%s"
182024-06-25T03:13:31.825Z' 1.78.0
192024-06-25T03:13:31.825Z * toolchain channel = "1.78.0"
202024-06-25T03:13:31.825Z * toolchain profile = "default"
212024-06-25T03:13:31.825Z+ printf ' * toolchain profile = "%s"
222024-06-25T03:13:31.825Z' default
232024-06-25T03:13:31.825Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-25T03:13:31.825Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-25T03:13:31.925Zinfo: downloading installer
262024-06-25T03:13:33.189Zinfo: profile set to 'default'
272024-06-25T03:13:33.189Zinfo: default host triple is x86_64-unknown-illumos
282024-06-25T03:13:33.196Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-25T03:13:33.334Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-25T03:13:33.334Zinfo: downloading component 'cargo'
312024-06-25T03:13:34.162Zinfo: downloading component 'clippy'
322024-06-25T03:13:34.437Zinfo: downloading component 'rust-docs'
332024-06-25T03:13:35.509Zinfo: downloading component 'rust-std'
342024-06-25T03:13:37.239Zinfo: downloading component 'rustc'
352024-06-25T03:13:41.701Zinfo: downloading component 'rustfmt'
362024-06-25T03:13:41.946Zinfo: installing component 'cargo'
372024-06-25T03:13:42.847Zinfo: installing component 'clippy'
382024-06-25T03:13:43.217Zinfo: installing component 'rust-docs'
392024-06-25T03:13:44.650Zinfo: installing component 'rust-std'
402024-06-25T03:13:46.387Zinfo: installing component 'rustc'
412024-06-25T03:13:50.630Zinfo: installing component 'rustfmt'
422024-06-25T03:13:50.975Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-25T03:13:50.975Z
442024-06-25T03:13:51.243Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-25T03:13:51.244Z
462024-06-25T03:13:51.248Z
472024-06-25T03:13:51.248ZRust is installed now. Great!
482024-06-25T03:13:51.248Z
492024-06-25T03:13:51.248ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-25T03:13:51.248Zenvironment variable. This has not been done automatically.
512024-06-25T03:13:51.248Z
522024-06-25T03:13:51.248ZTo configure your current shell, you need to source
532024-06-25T03:13:51.248Zthe corresponding env file under $HOME/.cargo.
542024-06-25T03:13:51.248Z
552024-06-25T03:13:51.248ZThis is usually done by running one of the following (note the leading DOT):
562024-06-25T03:13:51.248Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-25T03:13:51.248Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-25T03:13:51.349Z+ rustc --version
592024-06-25T03:13:51.411Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-25T03:13:51.415Zprocess exited: duration 19600 ms, exit code 0
 
612024-06-25T03:13:51.424Zstarting task 2: "authentication"
622024-06-25T03:13:51.452Zprocess exited: duration 22 ms, exit code 0
 
632024-06-25T03:13:51.462Zstarting task 3: "clone repository"
642024-06-25T03:13:51.467Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-25T03:13:51.471Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-25T03:13:51.817ZCloning into '/work/oxidecomputer/omicron'...
672024-06-25T03:13:57.743Z+ cd /work/oxidecomputer/omicron
682024-06-25T03:13:57.746Z+ git fetch origin 835aa09d3f46cb230c07a1498cd02c3eca7b1e46
692024-06-25T03:13:58.037ZFrom https://github.com/oxidecomputer/omicron
702024-06-25T03:13:58.037Z * branch 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 -> FETCH_HEAD
712024-06-25T03:13:58.046Z+ [[ -n '' ]]
722024-06-25T03:13:58.046Z+ git reset --hard 835aa09d3f46cb230c07a1498cd02c3eca7b1e46
732024-06-25T03:13:58.178ZHEAD is now at 835aa09d3 Update Rust crate proc-macro2 to v1.0.86
742024-06-25T03:13:58.181Zprocess exited: duration 6718 ms, exit code 0
 
752024-06-25T03:13:58.187Zstarting task 4: "build"
762024-06-25T03:13:58.194Z+ cargo --version
772024-06-25T03:13:58.245Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-06-25T03:13:58.248Z+ rustc --version
792024-06-25T03:13:58.303Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-06-25T03:13:58.306Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-06-25T03:14:08.465Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-06-25T03:14:10.415Z Startup: Caching catalogs ... Done
832024-06-25T03:14:12.998ZPlanning: Solver setup ... Done (2.118s)
842024-06-25T03:14:13.037ZPlanning: Running solver ... Done (0.039s)
852024-06-25T03:14:13.080ZPlanning: Finding local manifests ... Done (0.003s)
862024-06-25T03:14:13.125ZPlanning: Fetching manifests: 0/4 0% complete
872024-06-25T03:14:13.987ZPlanning: Fetching manifests: 4/4 100% complete
882024-06-25T03:14:14.035ZPlanning: Package planning ... Done (0.048s)
892024-06-25T03:14:14.085ZPlanning: Merging actions ... Done (0.050s)
902024-06-25T03:14:14.787ZPlanning: Checking for conflicting actions ... Done (0.702s)
912024-06-25T03:14:14.799ZPlanning: Consolidating action changes ... Done (0.011s)
922024-06-25T03:14:18.562ZPlanning: Evaluating mediators ... Done (3.763s)
932024-06-25T03:14:18.573ZPlanning: Planning completed in 8.09 seconds
942024-06-25T03:14:18.953Z Packages to install: 4
952024-06-25T03:14:18.953Z Mediators to change: 2
962024-06-25T03:14:18.957Z Services to change: 1
972024-06-25T03:14:18.957Z Estimated space available: 155.77 GB
982024-06-25T03:14:18.957ZEstimated space to be consumed: 1.46 GB
992024-06-25T03:14:18.957Z Create boot environment: No
1002024-06-25T03:14:18.957ZCreate backup boot environment: No
1012024-06-25T03:14:18.957Z Rebuild boot archive: No
1022024-06-25T03:14:18.957Z
1032024-06-25T03:14:18.957ZChanged mediators:
1042024-06-25T03:14:18.957Z mediator clang:
1052024-06-25T03:14:18.957Z version: None -> 15 (system default)
1062024-06-25T03:14:18.957Z
1072024-06-25T03:14:18.957Z mediator llvm:
1082024-06-25T03:14:18.958Z version: 14 (system default) -> 15 (system default)
1092024-06-25T03:14:18.958Z
1102024-06-25T03:14:18.958ZChanged packages:
1112024-06-25T03:14:18.958Zhelios-dev
1122024-06-25T03:14:18.958Z developer/build-essential
1132024-06-25T03:14:18.958Z None -> 11-2.0
1142024-06-25T03:14:18.958Z library/libxmlsec1
1152024-06-25T03:14:18.958Z None -> 1.2.35-2.0
1162024-06-25T03:14:18.958Z ooce/developer/clang-15
1172024-06-25T03:14:18.958Z None -> 15.0.7-2.0
1182024-06-25T03:14:18.958Z ooce/developer/llvm-15
1192024-06-25T03:14:18.958Z None -> 15.0.7-2.0
1202024-06-25T03:14:18.958Z
1212024-06-25T03:14:18.958ZServices:
1222024-06-25T03:14:18.958Z restart_fmri:
1232024-06-25T03:14:18.958Z svc:/system/update-man-index:default
1242024-06-25T03:14:19.077Z
1252024-06-25T03:14:19.077ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1262024-06-25T03:14:24.079ZDownload: 1150/3290 items 47.1/212.6MB 22% complete (9.3M/s)
1272024-06-25T03:14:29.102ZDownload: 1471/3290 items 116.3/212.6MB 54% complete (12.1M/s)
1282024-06-25T03:14:34.203ZDownload: 2217/3290 items 118.2/212.6MB 55% complete (9.9M/s)
1292024-06-25T03:14:39.384ZDownload: 2238/3290 items 119.3/212.6MB 56% complete (320k/s)
1302024-06-25T03:14:44.636ZDownload: 2594/3290 items 120.5/212.6MB 56% complete (242k/s)
1312024-06-25T03:14:49.700ZDownload: 3108/3290 items 167.4/212.6MB 78% complete (4.7M/s)
1322024-06-25T03:14:56.411ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (8.2M/s)
1332024-06-25T03:15:06.420ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (7.8M/s)
1342024-06-25T03:15:11.530ZDownload: 3283/3290 items 212.2/212.6MB 99% complete (1.8M/s)
1352024-06-25T03:15:25.705ZDownload: 3285/3290 items 212.3/212.6MB 99% complete
1362024-06-25T03:15:25.749ZDownload: Completed 212.60 MB in 66.66 seconds (3.2M/s)
1372024-06-25T03:15:25.943Z Actions: 1/3689 actions (Installing new actions)
1382024-06-25T03:15:31.080Z Actions: 3671/3689 actions (Installing new actions)
1392024-06-25T03:15:31.127Z Actions: Completed 3689 actions in 5.18 seconds.
1402024-06-25T03:15:31.255Z Done (0.125s)
1412024-06-25T03:15:31.255Z Done (0.000s)
1422024-06-25T03:15:31.569Z Done (0.314s)
1432024-06-25T03:15:36.855Z Done (5.131s)
1442024-06-25T03:15:37.059Z Done (0.139s)
1452024-06-25T03:15:37.063Z Done (0.000s)
1462024-06-25T03:15:37.226Z Done (0.000s)
1472024-06-25T03:15:37.787ZPlanning: Evaluating mediator changes ... Done
1482024-06-25T03:15:37.942ZPlanning: Checking for conflicting actions ... Done
1492024-06-25T03:15:37.947ZPlanning: Consolidating action changes ... Done
1502024-06-25T03:15:38.203ZPlanning: Evaluating mediators ... Done
1512024-06-25T03:15:38.231ZPlanning: Planning completed in 0.42 seconds
1522024-06-25T03:15:38.236Z Mediators to change: 2
1532024-06-25T03:15:38.236Z Create boot environment: No
1542024-06-25T03:15:38.239ZCreate backup boot environment: No
1552024-06-25T03:15:38.319Z Done
1562024-06-25T03:15:38.319Z Done
1572024-06-25T03:15:38.519Z Done
1582024-06-25T03:15:42.044Z Done
1592024-06-25T03:15:42.127Z Done
1602024-06-25T03:15:42.131Z Done
1612024-06-25T03:15:42.247Z Done
1622024-06-25T03:15:42.856ZPlanning: Evaluating mediator changes ... Done
1632024-06-25T03:15:42.861ZPlanning: Merging actions ... Done
1642024-06-25T03:15:43.053ZPlanning: Checking for conflicting actions ... Done
1652024-06-25T03:15:43.057ZPlanning: Consolidating action changes ... Done
1662024-06-25T03:15:43.318ZPlanning: Evaluating mediators ... Done
1672024-06-25T03:15:43.373ZPlanning: Planning completed in 0.76 seconds
1682024-06-25T03:15:43.408Z Packages to change: 1
1692024-06-25T03:15:43.408Z Mediators to change: 1
1702024-06-25T03:15:43.411Z Services to change: 1
1712024-06-25T03:15:43.411Z Create boot environment: No
1722024-06-25T03:15:43.411ZCreate backup boot environment: Yes
1732024-06-25T03:15:45.362Z Actions: 1/6 actions (Updating modified actions)
1742024-06-25T03:15:45.456Z Actions: Completed 6 actions in 0.09 seconds.
1752024-06-25T03:15:45.470Z Done
1762024-06-25T03:15:45.470Z Done
1772024-06-25T03:15:45.527Z Done
1782024-06-25T03:15:49.026Z Done
1792024-06-25T03:15:49.088Z Done
1802024-06-25T03:15:49.093Z Done
1812024-06-25T03:15:49.203Z Done
1822024-06-25T03:15:49.643ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-06-25T03:15:49.643Zclang system 15 system
1842024-06-25T03:15:49.643Zcsh system system illumos
1852024-06-25T03:15:49.643Zctags system system illumos
1862024-06-25T03:15:49.643Zgcc vendor 12 vendor
1872024-06-25T03:15:49.643Zgcc system 10 system
1882024-06-25T03:15:49.643Zgcc system 7 system
1892024-06-25T03:15:49.643Zgo system 1.20 system
1902024-06-25T03:15:49.643Zgo system 1.19 system
1912024-06-25T03:15:49.643Zllvm system 15 system
1922024-06-25T03:15:49.643Zllvm system 14 system
1932024-06-25T03:15:49.643Zmariadb system 10.6 system
1942024-06-25T03:15:49.643Zmta vendor vendor dma
1952024-06-25T03:15:49.643Zopenjdk system 17 system
1962024-06-25T03:15:49.644Zopenjdk system 11 system
1972024-06-25T03:15:49.644Zopenjdk system 1.8 system
1982024-06-25T03:15:49.644Zopenssl vendor 3 vendor
1992024-06-25T03:15:49.644Zperl system 5.36 system
2002024-06-25T03:15:49.644Zpostgresql system 15 system
2012024-06-25T03:15:49.644Zpostgresql system 13 system
2022024-06-25T03:15:49.644Zpython vendor 3 vendor
2032024-06-25T03:15:49.644Zpython system 2 system
2042024-06-25T03:15:49.644Zpython3 system 3.11 system
2052024-06-25T03:15:49.644Zruby system 3.0 system
2062024-06-25T03:15:49.644Zwords vendor vendor american-english
2072024-06-25T03:15:49.644Zwords system system australian-english
2082024-06-25T03:15:49.644Zwords system system british-english
2092024-06-25T03:15:49.644Zwords system system canadian-english
2102024-06-25T03:15:49.644Zwords system system french
2112024-06-25T03:15:49.644Zwords system system italian
2122024-06-25T03:15:49.644Zwords system system ngerman
2132024-06-25T03:15:49.644Zwords system system ogerman
2142024-06-25T03:15:49.644Zwords system system spanish
2152024-06-25T03:15:49.979ZPUBLISHER TYPE STATUS P LOCATION
2162024-06-25T03:15:49.979Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-06-25T03:15:51.475ZFMRI IFO
2182024-06-25T03:15:51.475Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-06-25T03:15:51.475Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-06-25T03:15:51.475Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-06-25T03:15:51.475Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-06-25T03:15:51.475Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-06-25T03:15:51.475Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-06-25T03:15:51.475Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-06-25T03:15:51.475Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-06-25T03:15:51.475Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-06-25T03:15:51.475Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-06-25T03:15:51.475Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-06-25T03:15:51.475Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-06-25T03:15:51.834Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2312024-06-25T03:15:51.834Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2322024-06-25T03:15:51.834Z
2332024-06-25T03:15:51.834ZCaused by:
2342024-06-25T03:15:51.834Z failed to load manifest for dependency `nexus-test-utils`
2352024-06-25T03:15:51.834Z
2362024-06-25T03:15:51.834ZCaused by:
2372024-06-25T03:15:51.834Z failed to load manifest for dependency `nexus-db-queries`
2382024-06-25T03:15:51.834Z
2392024-06-25T03:15:51.834ZCaused by:
2402024-06-25T03:15:51.834Z failed to load manifest for dependency `oximeter`
2412024-06-25T03:15:51.834Z
2422024-06-25T03:15:51.834ZCaused by:
2432024-06-25T03:15:51.834Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2442024-06-25T03:15:51.834Z
2452024-06-25T03:15:51.834ZCaused by:
2462024-06-25T03:15:51.834Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2472024-06-25T03:15:51.834Z
2482024-06-25T03:15:51.834ZCaused by:
2492024-06-25T03:15:51.835Z `dependency.float-ord` was not found in `workspace.dependencies`
2502024-06-25T03:15:51.841ZFailed to run command -- will try 2 more times
2512024-06-25T03:15:51.905Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2522024-06-25T03:15:51.905Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2532024-06-25T03:15:51.905Z
2542024-06-25T03:15:51.905ZCaused by:
2552024-06-25T03:15:51.905Z failed to load manifest for dependency `nexus-test-utils`
2562024-06-25T03:15:51.905Z
2572024-06-25T03:15:51.905ZCaused by:
2582024-06-25T03:15:51.905Z failed to load manifest for dependency `nexus-db-queries`
2592024-06-25T03:15:51.905Z
2602024-06-25T03:15:51.906ZCaused by:
2612024-06-25T03:15:51.906Z failed to load manifest for dependency `oximeter`
2622024-06-25T03:15:51.906Z
2632024-06-25T03:15:51.906ZCaused by:
2642024-06-25T03:15:51.906Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2652024-06-25T03:15:51.906Z
2662024-06-25T03:15:51.906ZCaused by:
2672024-06-25T03:15:51.906Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2682024-06-25T03:15:51.906Z
2692024-06-25T03:15:51.906ZCaused by:
2702024-06-25T03:15:51.906Z `dependency.float-ord` was not found in `workspace.dependencies`
2712024-06-25T03:15:51.911ZFailed to run command -- will try 1 more times
2722024-06-25T03:15:51.979Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2732024-06-25T03:15:51.980Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2742024-06-25T03:15:51.980Z
2752024-06-25T03:15:51.980ZCaused by:
2762024-06-25T03:15:51.980Z failed to load manifest for dependency `nexus-test-utils`
2772024-06-25T03:15:51.980Z
2782024-06-25T03:15:51.980ZCaused by:
2792024-06-25T03:15:51.980Z failed to load manifest for dependency `nexus-db-queries`
2802024-06-25T03:15:51.980Z
2812024-06-25T03:15:51.980ZCaused by:
2822024-06-25T03:15:51.980Z failed to load manifest for dependency `oximeter`
2832024-06-25T03:15:51.980Z
2842024-06-25T03:15:51.980ZCaused by:
2852024-06-25T03:15:51.980Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2862024-06-25T03:15:51.980Z
2872024-06-25T03:15:51.980ZCaused by:
2882024-06-25T03:15:51.980Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2892024-06-25T03:15:51.980Z
2902024-06-25T03:15:51.980ZCaused by:
2912024-06-25T03:15:51.980Z `dependency.float-ord` was not found in `workspace.dependencies`
2922024-06-25T03:15:51.985Z
2932024-06-25T03:15:51.985Zreal 1:53.561437212
2942024-06-25T03:15:51.985Zuser 31.770938352
2952024-06-25T03:15:51.985Zsys 4.032310425
2962024-06-25T03:15:51.985Ztrap 0.007380531
2972024-06-25T03:15:51.985Ztflt 0.133878475
2982024-06-25T03:15:51.985Zdflt 0.172825492
2992024-06-25T03:15:51.985Zkflt 0.104968269
3002024-06-25T03:15:51.985Zlock 0.000000000
3012024-06-25T03:15:51.985Zslp 3:10.809767111
3022024-06-25T03:15:51.985Zlat 0.264998590
3032024-06-25T03:15:51.985Zstop 0.000434542
3042024-06-25T03:15:51.985Zprocess exited: duration 113780 ms, exit code 101
 
3052024-06-25T03:15:51.998Zfound 0 output files
3062024-06-25T03:15:51.998Zupload error: rule "/work/manifest.toml" required a match, but was not used
3072024-06-25T03:15:51.998Zupload error: rule "/work/repo.zip" required a match, but was not used
3082024-06-25T03:15:51.998Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used