01J16P27BCMXAPDBQC9GY87HNA: 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: 01J16P3B7CKJ0CMB0SY8DVF8PD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-25T03:13:41.781Zjob assigned to worker 01J16P3K7E69XKZA7MM6Z3DZZK (queued for 56 s)
 
22024-06-25T03:13:49.555Zstarting task 0: "setup"
32024-06-25T03:13:49.607Z++ uname -s
42024-06-25T03:13:49.613Z+ kern=SunOS
52024-06-25T03:13:49.613Z+ case "$kern" in
62024-06-25T03:13:49.614Z+ groupadd -g 12345 build
72024-06-25T03:13:49.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-25T03:13:51.623Z+ zfs create -o mountpoint=/work rpool/work
92024-06-25T03:13:51.767Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-25T03:13:51.770Z+ home_fs=zfs
112024-06-25T03:13:51.770Z+ [[ zfs == autofs ]]
122024-06-25T03:13:51.770Z+ mkdir -p /home/build
132024-06-25T03:13:51.774Z+ chown build:build /home/build /work
142024-06-25T03:13:52.863Z+ chmod 0700 /home/build /work
152024-06-25T03:13:52.881Zprocess exited: duration 3234 ms, exit code 0
 
162024-06-25T03:13:52.916Zstarting task 1: "rust-toolchain"
172024-06-25T03:13:52.934Z+ printf ' * toolchain channel = "%s"
182024-06-25T03:13:52.935Z' 1.78.0
192024-06-25T03:13:52.935Z+ printf ' * toolchain profile = "%s"
202024-06-25T03:13:52.935Z' default
212024-06-25T03:13:52.935Z * toolchain channel = "1.78.0"
222024-06-25T03:13:52.935Z * toolchain profile = "default"
232024-06-25T03:13:52.935Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-25T03:13:52.935Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-25T03:13:53.010Zinfo: downloading installer
262024-06-25T03:13:54.666Zinfo: profile set to 'default'
272024-06-25T03:13:54.666Zinfo: default host triple is x86_64-unknown-illumos
282024-06-25T03:13:54.668Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-25T03:13:54.822Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-25T03:13:54.822Zinfo: downloading component 'cargo'
312024-06-25T03:13:55.658Zinfo: downloading component 'clippy'
322024-06-25T03:13:55.940Zinfo: downloading component 'rust-docs'
332024-06-25T03:13:57.071Zinfo: downloading component 'rust-std'
342024-06-25T03:13:58.827Zinfo: downloading component 'rustc'
352024-06-25T03:14:03.316Zinfo: downloading component 'rustfmt'
362024-06-25T03:14:03.557Zinfo: installing component 'cargo'
372024-06-25T03:14:04.427Zinfo: installing component 'clippy'
382024-06-25T03:14:04.826Zinfo: installing component 'rust-docs'
392024-06-25T03:14:06.341Zinfo: installing component 'rust-std'
402024-06-25T03:14:08.156Zinfo: installing component 'rustc'
412024-06-25T03:14:12.767Zinfo: installing component 'rustfmt'
422024-06-25T03:14:13.114Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-25T03:14:13.114Z
442024-06-25T03:14:13.390Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-25T03:14:13.391Z
462024-06-25T03:14:13.393Z
472024-06-25T03:14:13.393ZRust is installed now. Great!
482024-06-25T03:14:13.393Z
492024-06-25T03:14:13.393ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-25T03:14:13.393Zenvironment variable. This has not been done automatically.
512024-06-25T03:14:13.394Z
522024-06-25T03:14:13.394ZTo configure your current shell, you need to source
532024-06-25T03:14:13.394Zthe corresponding env file under $HOME/.cargo.
542024-06-25T03:14:13.394Z
552024-06-25T03:14:13.394ZThis is usually done by running one of the following (note the leading DOT):
562024-06-25T03:14:13.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-25T03:14:13.394Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-25T03:14:13.461Z+ rustc --version
592024-06-25T03:14:13.522Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-25T03:14:13.525Zprocess exited: duration 20617 ms, exit code 0
 
612024-06-25T03:14:13.530Zstarting task 2: "authentication"
622024-06-25T03:14:13.552Zprocess exited: duration 21 ms, exit code 0
 
632024-06-25T03:14:13.557Zstarting task 3: "clone repository"
642024-06-25T03:14:13.562Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-25T03:14:13.565Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-25T03:14:13.715ZCloning into '/work/oxidecomputer/omicron'...
672024-06-25T03:14:20.021Z+ cd /work/oxidecomputer/omicron
682024-06-25T03:14:20.021Z+ git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
692024-06-25T03:14:20.302ZFrom https://github.com/oxidecomputer/omicron
702024-06-25T03:14:20.302Z * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD
712024-06-25T03:14:20.311Z+ [[ -n renovate/syn-2.x-lockfile ]]
722024-06-25T03:14:20.313Z++ git branch --show-current
732024-06-25T03:14:20.316Z+ current=main
742024-06-25T03:14:20.316Z+ [[ main != renovate/syn-2.x-lockfile ]]
752024-06-25T03:14:20.316Z+ git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
762024-06-25T03:14:20.319Z+ git checkout -f renovate/syn-2.x-lockfile
772024-06-25T03:14:20.450ZSwitched to branch 'renovate/syn-2.x-lockfile'
782024-06-25T03:14:20.452Z+ git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
792024-06-25T03:14:20.578ZHEAD is now at 1629125b3 Update Rust crate syn to v2.0.68
802024-06-25T03:14:20.581Zprocess exited: duration 7020 ms, exit code 0
 
812024-06-25T03:14:20.588Zstarting task 4: "build"
822024-06-25T03:14:20.593Z+ cargo --version
832024-06-25T03:14:20.646Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-25T03:14:20.649Z+ rustc --version
852024-06-25T03:14:20.705Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-25T03:14:20.708Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-06-25T03:14:28.029Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-06-25T03:14:29.930Z Startup: Caching catalogs ... Done
892024-06-25T03:14:32.440ZPlanning: Solver setup ... Done (2.054s)
902024-06-25T03:14:32.479ZPlanning: Running solver ... Done (0.039s)
912024-06-25T03:14:32.519ZPlanning: Finding local manifests ... Done (0.003s)
922024-06-25T03:14:32.541ZPlanning: Fetching manifests: 0/4 0% complete
932024-06-25T03:14:32.807ZPlanning: Fetching manifests: 4/4 100% complete
942024-06-25T03:14:32.854ZPlanning: Package planning ... Done (0.047s)
952024-06-25T03:14:32.905ZPlanning: Merging actions ... Done (0.050s)
962024-06-25T03:14:33.600ZPlanning: Checking for conflicting actions ... Done (0.688s)
972024-06-25T03:14:33.605ZPlanning: Consolidating action changes ... Done (0.011s)
982024-06-25T03:14:37.493ZPlanning: Evaluating mediators ... Done (3.888s)
992024-06-25T03:14:37.501ZPlanning: Planning completed in 7.51 seconds
1002024-06-25T03:14:37.656Z Packages to install: 4
1012024-06-25T03:14:37.656Z Mediators to change: 2
1022024-06-25T03:14:37.656Z Services to change: 1
1032024-06-25T03:14:37.659Z Estimated space available: 155.77 GB
1042024-06-25T03:14:37.659ZEstimated space to be consumed: 1.46 GB
1052024-06-25T03:14:37.659Z Create boot environment: No
1062024-06-25T03:14:37.659ZCreate backup boot environment: No
1072024-06-25T03:14:37.659Z Rebuild boot archive: No
1082024-06-25T03:14:37.659Z
1092024-06-25T03:14:37.659ZChanged mediators:
1102024-06-25T03:14:37.659Z mediator clang:
1112024-06-25T03:14:37.659Z version: None -> 15 (system default)
1122024-06-25T03:14:37.659Z
1132024-06-25T03:14:37.659Z mediator llvm:
1142024-06-25T03:14:37.659Z version: 14 (system default) -> 15 (system default)
1152024-06-25T03:14:37.659Z
1162024-06-25T03:14:37.659ZChanged packages:
1172024-06-25T03:14:37.659Zhelios-dev
1182024-06-25T03:14:37.659Z developer/build-essential
1192024-06-25T03:14:37.659Z None -> 11-2.0
1202024-06-25T03:14:37.659Z library/libxmlsec1
1212024-06-25T03:14:37.659Z None -> 1.2.35-2.0
1222024-06-25T03:14:37.659Z ooce/developer/clang-15
1232024-06-25T03:14:37.659Z None -> 15.0.7-2.0
1242024-06-25T03:14:37.659Z ooce/developer/llvm-15
1252024-06-25T03:14:37.659Z None -> 15.0.7-2.0
1262024-06-25T03:14:37.659Z
1272024-06-25T03:14:37.659ZServices:
1282024-06-25T03:14:37.659Z restart_fmri:
1292024-06-25T03:14:37.659Z svc:/system/update-man-index:default
1302024-06-25T03:14:37.791Z
1312024-06-25T03:14:37.791ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-06-25T03:14:43.612ZDownload: 209/3290 items 1.3/212.6MB 0% complete (344k/s)
1332024-06-25T03:14:48.620ZDownload: 403/3290 items 16.7/212.6MB 7% complete (1.6M/s)
1342024-06-25T03:14:53.638ZDownload: 779/3290 items 18.5/212.6MB 8% complete (1.8M/s)
1352024-06-25T03:14:59.238ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1362024-06-25T03:15:13.021ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1372024-06-25T03:15:18.036ZDownload: 1325/3290 items 115.0/212.6MB 54% complete (6.9M/s)
1382024-06-25T03:15:23.137ZDownload: 1437/3290 items 117.2/212.6MB 55% complete (3.5M/s)
1392024-06-25T03:15:28.392ZDownload: 1598/3290 items 117.7/212.6MB 55% complete (338k/s)
1402024-06-25T03:15:33.471ZDownload: 1784/3290 items 118.4/212.6MB 55% complete (183k/s)
1412024-06-25T03:15:38.473ZDownload: 2098/3290 items 118.9/212.6MB 55% complete (115k/s)
1422024-06-25T03:15:43.640ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (107k/s)
1432024-06-25T03:15:56.642ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1442024-06-25T03:16:04.249ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1452024-06-25T03:16:09.931ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (15B/s)
1462024-06-25T03:16:14.940ZDownload: 2435/3290 items 120.1/212.6MB 56% complete (171k/s)
1472024-06-25T03:16:19.960ZDownload: 2616/3290 items 120.6/212.6MB 56% complete (144k/s)
1482024-06-25T03:16:25.002ZDownload: 2801/3290 items 121.0/212.6MB 56% complete (92.1k/s)
1492024-06-25T03:16:30.024ZDownload: 3003/3290 items 121.3/212.6MB 57% complete (76.3k/s)
1502024-06-25T03:16:35.098ZDownload: 3204/3290 items 190.1/212.6MB 89% complete (6.9M/s)
1512024-06-25T03:16:40.452ZDownload: 3244/3290 items 201.9/212.6MB 94% complete (8.1M/s)
1522024-06-25T03:16:51.199ZDownload: 3247/3290 items 203.1/212.6MB 95% complete
1532024-06-25T03:16:58.760ZDownload: 3280/3290 items 210.8/212.6MB 99% complete (1.2M/s)
1542024-06-25T03:17:18.001ZDownload: 3289/3290 items 212.6/212.6MB 100% complete
1552024-06-25T03:17:18.024ZDownload: Completed 212.60 MB in 160.21 seconds (1.3M/s)
1562024-06-25T03:17:18.177Z Actions: 1/3689 actions (Installing new actions)
1572024-06-25T03:17:23.228Z Actions: 3620/3689 actions (Installing new actions)
1582024-06-25T03:17:23.300Z Actions: Completed 3689 actions in 5.12 seconds.
1592024-06-25T03:17:23.430Z Done (0.126s)
1602024-06-25T03:17:23.430Z Done (0.000s)
1612024-06-25T03:17:23.741Z Done (0.311s)
1622024-06-25T03:17:28.834Z Done (4.933s)
1632024-06-25T03:17:29.003Z Done (0.101s)
1642024-06-25T03:17:29.005Z Done (0.000s)
1652024-06-25T03:17:29.254Z Done (0.000s)
1662024-06-25T03:17:29.804ZPlanning: Evaluating mediator changes ... Done
1672024-06-25T03:17:29.961ZPlanning: Checking for conflicting actions ... Done
1682024-06-25T03:17:29.964ZPlanning: Consolidating action changes ... Done
1692024-06-25T03:17:30.222ZPlanning: Evaluating mediators ... Done
1702024-06-25T03:17:30.225ZPlanning: Planning completed in 0.42 seconds
1712024-06-25T03:17:30.255Z Mediators to change: 2
1722024-06-25T03:17:30.255Z Create boot environment: No
1732024-06-25T03:17:30.255ZCreate backup boot environment: No
1742024-06-25T03:17:30.365Z Done
1752024-06-25T03:17:30.365Z Done
1762024-06-25T03:17:30.627Z Done
1772024-06-25T03:17:34.073Z Done
1782024-06-25T03:17:34.157Z Done
1792024-06-25T03:17:34.157Z Done
1802024-06-25T03:17:34.467Z Done
1812024-06-25T03:17:35.065ZPlanning: Evaluating mediator changes ... Done
1822024-06-25T03:17:35.068ZPlanning: Merging actions ... Done
1832024-06-25T03:17:35.254ZPlanning: Checking for conflicting actions ... Done
1842024-06-25T03:17:35.257ZPlanning: Consolidating action changes ... Done
1852024-06-25T03:17:35.512ZPlanning: Evaluating mediators ... Done
1862024-06-25T03:17:35.567ZPlanning: Planning completed in 0.74 seconds
1872024-06-25T03:17:35.599Z Packages to change: 1
1882024-06-25T03:17:35.600Z Mediators to change: 1
1892024-06-25T03:17:35.600Z Services to change: 1
1902024-06-25T03:17:35.603Z Create boot environment: No
1912024-06-25T03:17:35.603ZCreate backup boot environment: Yes
1922024-06-25T03:17:37.607Z Actions: 1/6 actions (Updating modified actions)
1932024-06-25T03:17:37.645Z Actions: Completed 6 actions in 0.04 seconds.
1942024-06-25T03:17:37.645Z Done
1952024-06-25T03:17:37.648Z Done
1962024-06-25T03:17:37.712Z Done
1972024-06-25T03:17:41.187Z Done
1982024-06-25T03:17:41.273Z Done
1992024-06-25T03:17:41.273Z Done
2002024-06-25T03:17:41.554Z Done
2012024-06-25T03:17:41.977ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-06-25T03:17:41.977Zclang system 15 system
2032024-06-25T03:17:41.977Zcsh system system illumos
2042024-06-25T03:17:41.977Zctags system system illumos
2052024-06-25T03:17:41.977Zgcc vendor 12 vendor
2062024-06-25T03:17:41.977Zgcc system 10 system
2072024-06-25T03:17:41.977Zgcc system 7 system
2082024-06-25T03:17:41.977Zgo system 1.20 system
2092024-06-25T03:17:41.977Zgo system 1.19 system
2102024-06-25T03:17:41.977Zllvm system 15 system
2112024-06-25T03:17:41.977Zllvm system 14 system
2122024-06-25T03:17:41.977Zmariadb system 10.6 system
2132024-06-25T03:17:41.977Zmta vendor vendor dma
2142024-06-25T03:17:41.977Zopenjdk system 17 system
2152024-06-25T03:17:41.977Zopenjdk system 11 system
2162024-06-25T03:17:41.977Zopenjdk system 1.8 system
2172024-06-25T03:17:41.977Zopenssl vendor 3 vendor
2182024-06-25T03:17:41.977Zperl system 5.36 system
2192024-06-25T03:17:41.977Zpostgresql system 15 system
2202024-06-25T03:17:41.977Zpostgresql system 13 system
2212024-06-25T03:17:41.977Zpython vendor 3 vendor
2222024-06-25T03:17:41.977Zpython system 2 system
2232024-06-25T03:17:41.977Zpython3 system 3.11 system
2242024-06-25T03:17:41.977Zruby system 3.0 system
2252024-06-25T03:17:41.977Zwords vendor vendor american-english
2262024-06-25T03:17:41.977Zwords system system australian-english
2272024-06-25T03:17:41.977Zwords system system british-english
2282024-06-25T03:17:41.977Zwords system system canadian-english
2292024-06-25T03:17:41.977Zwords system system french
2302024-06-25T03:17:41.977Zwords system system italian
2312024-06-25T03:17:41.977Zwords system system ngerman
2322024-06-25T03:17:41.977Zwords system system ogerman
2332024-06-25T03:17:41.978Zwords system system spanish
2342024-06-25T03:17:42.297ZPUBLISHER TYPE STATUS P LOCATION
2352024-06-25T03:17:42.297Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-06-25T03:17:43.796ZFMRI IFO
2372024-06-25T03:17:43.796Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-06-25T03:17:43.796Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-06-25T03:17:43.797Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-06-25T03:17:43.797Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-06-25T03:17:43.797Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-06-25T03:17:43.797Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-06-25T03:17:43.797Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-06-25T03:17:43.797Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-06-25T03:17:43.797Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-06-25T03:17:43.797Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-06-25T03:17:43.797Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-06-25T03:17:43.797Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-06-25T03:17:44.152Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2502024-06-25T03:17:44.152Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2512024-06-25T03:17:44.152Z
2522024-06-25T03:17:44.152ZCaused by:
2532024-06-25T03:17:44.152Z failed to load manifest for dependency `nexus-test-utils`
2542024-06-25T03:17:44.152Z
2552024-06-25T03:17:44.152ZCaused by:
2562024-06-25T03:17:44.152Z failed to load manifest for dependency `nexus-db-queries`
2572024-06-25T03:17:44.152Z
2582024-06-25T03:17:44.152ZCaused by:
2592024-06-25T03:17:44.152Z failed to load manifest for dependency `oximeter`
2602024-06-25T03:17:44.152Z
2612024-06-25T03:17:44.152ZCaused by:
2622024-06-25T03:17:44.152Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2632024-06-25T03:17:44.152Z
2642024-06-25T03:17:44.152ZCaused by:
2652024-06-25T03:17:44.152Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2662024-06-25T03:17:44.152Z
2672024-06-25T03:17:44.152ZCaused by:
2682024-06-25T03:17:44.152Z `dependency.float-ord` was not found in `workspace.dependencies`
2692024-06-25T03:17:44.155ZFailed to run command -- will try 2 more times
2702024-06-25T03:17:44.224Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2712024-06-25T03:17:44.224Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2722024-06-25T03:17:44.224Z
2732024-06-25T03:17:44.224ZCaused by:
2742024-06-25T03:17:44.224Z failed to load manifest for dependency `nexus-test-utils`
2752024-06-25T03:17:44.224Z
2762024-06-25T03:17:44.224ZCaused by:
2772024-06-25T03:17:44.224Z failed to load manifest for dependency `nexus-db-queries`
2782024-06-25T03:17:44.224Z
2792024-06-25T03:17:44.224ZCaused by:
2802024-06-25T03:17:44.224Z failed to load manifest for dependency `oximeter`
2812024-06-25T03:17:44.224Z
2822024-06-25T03:17:44.224ZCaused by:
2832024-06-25T03:17:44.224Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2842024-06-25T03:17:44.224Z
2852024-06-25T03:17:44.224ZCaused by:
2862024-06-25T03:17:44.224Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2872024-06-25T03:17:44.224Z
2882024-06-25T03:17:44.224ZCaused by:
2892024-06-25T03:17:44.225Z `dependency.float-ord` was not found in `workspace.dependencies`
2902024-06-25T03:17:44.228ZFailed to run command -- will try 1 more times
2912024-06-25T03:17:44.296Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2922024-06-25T03:17:44.296Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2932024-06-25T03:17:44.296Z
2942024-06-25T03:17:44.296ZCaused by:
2952024-06-25T03:17:44.296Z failed to load manifest for dependency `nexus-test-utils`
2962024-06-25T03:17:44.296Z
2972024-06-25T03:17:44.296ZCaused by:
2982024-06-25T03:17:44.296Z failed to load manifest for dependency `nexus-db-queries`
2992024-06-25T03:17:44.296Z
3002024-06-25T03:17:44.296ZCaused by:
3012024-06-25T03:17:44.296Z failed to load manifest for dependency `oximeter`
3022024-06-25T03:17:44.296Z
3032024-06-25T03:17:44.296ZCaused by:
3042024-06-25T03:17:44.296Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
3052024-06-25T03:17:44.296Z
3062024-06-25T03:17:44.296ZCaused by:
3072024-06-25T03:17:44.296Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
3082024-06-25T03:17:44.296Z
3092024-06-25T03:17:44.296ZCaused by:
3102024-06-25T03:17:44.296Z `dependency.float-ord` was not found in `workspace.dependencies`
3112024-06-25T03:17:44.300Z
3122024-06-25T03:17:44.300Zreal 3:23.525665643
3132024-06-25T03:17:44.300Zuser 31.121118240
3142024-06-25T03:17:44.300Zsys 3.816395448
3152024-06-25T03:17:44.300Ztrap 0.006436767
3162024-06-25T03:17:44.300Ztflt 0.064628867
3172024-06-25T03:17:44.300Zdflt 0.111010730
3182024-06-25T03:17:44.300Zkflt 0.054816706
3192024-06-25T03:17:44.300Zlock 0.000009707
3202024-06-25T03:17:44.300Zslp 6:11.737552082
3212024-06-25T03:17:44.300Zlat 0.297973450
3222024-06-25T03:17:44.300Zstop 0.000391965
3232024-06-25T03:17:44.300Zprocess exited: duration 203677 ms, exit code 101
 
3242024-06-25T03:17:44.306Zfound 0 output files
3252024-06-25T03:17:44.306Zupload error: rule "/work/manifest.toml" required a match, but was not used
3262024-06-25T03:17:44.306Zupload error: rule "/work/repo.zip" required a match, but was not used
3272024-06-25T03:17:44.306Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used