01J16P27B1YWRZG353A1TAPHD1: clippy (helios)

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

Buildomat Job: 01J16P3790KVN5X74862BH61RA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-25T03:13:38.716Zjob assigned to worker 01J16P351QYKR1JSEGCVYP7FQP (queued for 57 s)
 
22024-06-25T03:13:46.374Zstarting task 0: "setup"
32024-06-25T03:13:46.430Z++ uname -s
42024-06-25T03:13:46.433Z+ kern=SunOS
52024-06-25T03:13:46.433Z+ case "$kern" in
62024-06-25T03:13:46.433Z+ groupadd -g 12345 build
72024-06-25T03:13:46.437Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-25T03:13:48.446Z+ zfs create -o mountpoint=/work rpool/work
92024-06-25T03:13:48.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-25T03:13:48.592Z+ home_fs=zfs
112024-06-25T03:13:48.592Z+ [[ zfs == autofs ]]
122024-06-25T03:13:48.592Z+ mkdir -p /home/build
132024-06-25T03:13:48.592Z+ chown build:build /home/build /work
142024-06-25T03:13:50.544Z+ chmod 0700 /home/build /work
152024-06-25T03:13:50.549Zprocess exited: duration 4172 ms, exit code 0
 
162024-06-25T03:13:50.560Zstarting task 1: "rust-toolchain"
172024-06-25T03:13:50.573Z+ printf ' * toolchain channel = "%s"
182024-06-25T03:13:50.573Z' 1.78.0
192024-06-25T03:13:50.579Z+ printf ' * toolchain profile = "%s"
202024-06-25T03:13:50.580Z * toolchain channel = "1.78.0"
212024-06-25T03:13:50.580Z * toolchain profile = "default"
222024-06-25T03:13:50.580Z' default
232024-06-25T03:13:50.580Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-25T03:13:50.580Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-25T03:13:50.669Zinfo: downloading installer
262024-06-25T03:13:52.121Zinfo: profile set to 'default'
272024-06-25T03:13:52.121Zinfo: default host triple is x86_64-unknown-illumos
282024-06-25T03:13:52.124Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-25T03:13:52.270Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-25T03:13:52.271Zinfo: downloading component 'cargo'
312024-06-25T03:13:53.080Zinfo: downloading component 'clippy'
322024-06-25T03:13:53.351Zinfo: downloading component 'rust-docs'
332024-06-25T03:13:54.430Zinfo: downloading component 'rust-std'
342024-06-25T03:13:56.151Zinfo: downloading component 'rustc'
352024-06-25T03:14:00.538Zinfo: downloading component 'rustfmt'
362024-06-25T03:14:00.776Zinfo: installing component 'cargo'
372024-06-25T03:14:01.625Zinfo: installing component 'clippy'
382024-06-25T03:14:01.985Zinfo: installing component 'rust-docs'
392024-06-25T03:14:03.506Zinfo: installing component 'rust-std'
402024-06-25T03:14:05.297Zinfo: installing component 'rustc'
412024-06-25T03:14:09.629Zinfo: installing component 'rustfmt'
422024-06-25T03:14:09.962Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-25T03:14:09.962Z
442024-06-25T03:14:10.224Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-25T03:14:10.224Z
462024-06-25T03:14:10.224Z
472024-06-25T03:14:10.224ZRust is installed now. Great!
482024-06-25T03:14:10.224Z
492024-06-25T03:14:10.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-25T03:14:10.227Zenvironment variable. This has not been done automatically.
512024-06-25T03:14:10.227Z
522024-06-25T03:14:10.227ZTo configure your current shell, you need to source
532024-06-25T03:14:10.227Zthe corresponding env file under $HOME/.cargo.
542024-06-25T03:14:10.227Z
552024-06-25T03:14:10.227ZThis is usually done by running one of the following (note the leading DOT):
562024-06-25T03:14:10.227Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-25T03:14:10.227Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-25T03:14:10.291Z+ rustc --version
592024-06-25T03:14:10.357Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-25T03:14:10.360Zprocess exited: duration 19798 ms, exit code 0
 
612024-06-25T03:14:10.366Zstarting task 2: "authentication"
622024-06-25T03:14:10.388Zprocess exited: duration 22 ms, exit code 0
 
632024-06-25T03:14:10.394Zstarting task 3: "clone repository"
642024-06-25T03:14:10.400Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-25T03:14:10.402Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-25T03:14:10.561ZCloning into '/work/oxidecomputer/omicron'...
672024-06-25T03:14:16.311Z+ cd /work/oxidecomputer/omicron
682024-06-25T03:14:16.311Z+ git fetch origin 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
692024-06-25T03:14:16.599ZFrom https://github.com/oxidecomputer/omicron
702024-06-25T03:14:16.599Z * branch 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4 -> FETCH_HEAD
712024-06-25T03:14:16.609Z+ [[ -n renovate/syn-2.x-lockfile ]]
722024-06-25T03:14:16.611Z++ git branch --show-current
732024-06-25T03:14:16.614Z+ current=main
742024-06-25T03:14:16.614Z+ [[ main != renovate/syn-2.x-lockfile ]]
752024-06-25T03:14:16.614Z+ git branch -f renovate/syn-2.x-lockfile 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
762024-06-25T03:14:16.616Z+ git checkout -f renovate/syn-2.x-lockfile
772024-06-25T03:14:16.750ZSwitched to branch 'renovate/syn-2.x-lockfile'
782024-06-25T03:14:16.753Z+ git reset --hard 1629125b3c6c8869e5dbdc35b8b2648ce84d20b4
792024-06-25T03:14:16.888ZHEAD is now at 1629125b3 Update Rust crate syn to v2.0.68
802024-06-25T03:14:16.891Zprocess exited: duration 6494 ms, exit code 0
 
812024-06-25T03:14:16.897Zstarting task 4: "build"
822024-06-25T03:14:16.903Z+ cargo --version
832024-06-25T03:14:16.958Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-25T03:14:16.961Z+ rustc --version
852024-06-25T03:14:17.022Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-25T03:14:17.026Z+ source ./env.sh
872024-06-25T03:14:17.026Z++ OLD_SHELL_OPTS=ehxB
882024-06-25T03:14:17.026Z++ set -o xtrace
892024-06-25T03:14:17.029Z++++ dirname ./env.sh
902024-06-25T03:14:17.029Z+++ readlink -f .
912024-06-25T03:14:17.073Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-06-25T03:14:17.076Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-06-25T03:14:17.076Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-06-25T03:14:17.076Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-06-25T03:14:17.076Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-06-25T03:14:17.076Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-06-25T03:14:17.076Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-06-25T03:14:17.076Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-06-25T03:14:17.076Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-06-25T03:14:17.076Z++ case $OLD_SHELL_OPTS in
1012024-06-25T03:14:17.076Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-06-25T03:14:17.076Z+ banner prerequisites
1032024-06-25T03:14:17.109Z
1042024-06-25T03:14:17.109Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-06-25T03:14:17.109Z # # # # # # # # # # # # # # #
1062024-06-25T03:14:17.109Z # # # # ##### # # ##### # # # # # #### #
1072024-06-25T03:14:17.109Z ##### ##### # ##### # # # # # # # # #
1082024-06-25T03:14:17.109Z # # # # # # # # # # # # # # #
1092024-06-25T03:14:17.110Z # # # ###### # # ###### ### # #### # #### #
1102024-06-25T03:14:17.110Z
1112024-06-25T03:14:17.112Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-06-25T03:14:28.420Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-06-25T03:14:30.317Z Startup: Caching catalogs ... Done
1142024-06-25T03:14:32.954ZPlanning: Solver setup ... Done (2.163s)
1152024-06-25T03:14:32.993ZPlanning: Running solver ... Done (0.039s)
1162024-06-25T03:14:33.035ZPlanning: Finding local manifests ... Done (0.003s)
1172024-06-25T03:14:33.049ZPlanning: Fetching manifests: 0/4 0% complete
1182024-06-25T03:14:33.287ZPlanning: Fetching manifests: 4/4 100% complete
1192024-06-25T03:14:33.335ZPlanning: Package planning ... Done (0.052s)
1202024-06-25T03:14:33.386ZPlanning: Merging actions ... Done (0.051s)
1212024-06-25T03:14:34.216ZPlanning: Checking for conflicting actions ... Done (0.828s)
1222024-06-25T03:14:34.226ZPlanning: Consolidating action changes ... Done (0.011s)
1232024-06-25T03:14:37.880ZPlanning: Evaluating mediators ... Done (3.653s)
1242024-06-25T03:14:37.889ZPlanning: Planning completed in 7.50 seconds
1252024-06-25T03:14:38.282Z Packages to install: 4
1262024-06-25T03:14:38.282Z Mediators to change: 2
1272024-06-25T03:14:38.282Z Services to change: 1
1282024-06-25T03:14:38.282Z Estimated space available: 155.77 GB
1292024-06-25T03:14:38.282ZEstimated space to be consumed: 1.46 GB
1302024-06-25T03:14:38.286Z Create boot environment: No
1312024-06-25T03:14:38.286ZCreate backup boot environment: No
1322024-06-25T03:14:38.286Z Rebuild boot archive: No
1332024-06-25T03:14:38.286Z
1342024-06-25T03:14:38.286ZChanged mediators:
1352024-06-25T03:14:38.286Z mediator clang:
1362024-06-25T03:14:38.287Z version: None -> 15 (system default)
1372024-06-25T03:14:38.287Z
1382024-06-25T03:14:38.287Z mediator llvm:
1392024-06-25T03:14:38.287Z version: 14 (system default) -> 15 (system default)
1402024-06-25T03:14:38.287Z
1412024-06-25T03:14:38.287ZChanged packages:
1422024-06-25T03:14:38.287Zhelios-dev
1432024-06-25T03:14:38.287Z developer/build-essential
1442024-06-25T03:14:38.287Z None -> 11-2.0
1452024-06-25T03:14:38.287Z library/libxmlsec1
1462024-06-25T03:14:38.287Z None -> 1.2.35-2.0
1472024-06-25T03:14:38.287Z ooce/developer/clang-15
1482024-06-25T03:14:38.287Z None -> 15.0.7-2.0
1492024-06-25T03:14:38.287Z ooce/developer/llvm-15
1502024-06-25T03:14:38.287Z None -> 15.0.7-2.0
1512024-06-25T03:14:38.287Z
1522024-06-25T03:14:38.287ZServices:
1532024-06-25T03:14:38.287Z restart_fmri:
1542024-06-25T03:14:38.287Z svc:/system/update-man-index:default
1552024-06-25T03:14:38.394Z
1562024-06-25T03:14:38.394ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-06-25T03:14:45.826ZDownload: 210/3290 items 1.3/212.6MB 0% complete (229k/s)
1582024-06-25T03:15:00.889ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1592024-06-25T03:15:05.893ZDownload: 444/3290 items 2.9/212.6MB 1% complete (339k/s)
1602024-06-25T03:15:10.942ZDownload: 671/3290 items 3.9/212.6MB 1% complete (281k/s)
1612024-06-25T03:15:15.982ZDownload: 838/3290 items 4.7/212.6MB 2% complete (191k/s)
1622024-06-25T03:15:20.995ZDownload: 1064/3290 items 5.7/212.6MB 2% complete (185k/s)
1632024-06-25T03:15:25.999ZDownload: 1181/3290 items 65.5/212.6MB 30% complete (6.1M/s)
1642024-06-25T03:15:31.191ZDownload: 1192/3290 items 69.1/212.6MB 32% complete (6.3M/s)
1652024-06-25T03:15:36.655ZDownload: 1196/3290 items 69.1/212.6MB 32% complete (6.0M/s)
1662024-06-25T03:15:41.713ZDownload: 1317/3290 items 113.1/212.6MB 53% complete (4.5M/s)
1672024-06-25T03:15:46.726ZDownload: 1626/3290 items 117.8/212.6MB 55% complete (5.3M/s)
1682024-06-25T03:15:51.733ZDownload: 1920/3290 items 118.6/212.6MB 55% complete (608k/s)
1692024-06-25T03:15:56.923ZDownload: 2215/3290 items 119.2/212.6MB 56% complete (143k/s)
1702024-06-25T03:16:05.792ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (132k/s)
1712024-06-25T03:16:10.814ZDownload: 2474/3290 items 120.0/212.6MB 56% complete (145k/s)
1722024-06-25T03:16:15.925ZDownload: 2644/3290 items 120.4/212.6MB 56% complete (128k/s)
1732024-06-25T03:16:20.958ZDownload: 2913/3290 items 121.2/212.6MB 56% complete (126k/s)
1742024-06-25T03:16:25.967ZDownload: 3122/3290 items 168.9/212.6MB 79% complete (4.8M/s)
1752024-06-25T03:16:31.166ZDownload: 3238/3290 items 201.8/212.6MB 94% complete (8.0M/s)
1762024-06-25T03:16:36.788ZDownload: 3243/3290 items 203.1/212.6MB 95% complete (8.0M/s)
1772024-06-25T03:16:47.275ZDownload: 3245/3290 items 203.1/212.6MB 95% complete
1782024-06-25T03:16:53.198ZDownload: 3282/3290 items 210.4/212.6MB 98% complete (1.6M/s)
1792024-06-25T03:17:02.820ZDownload: 3284/3290 items 211.8/212.6MB 99% complete (1.4M/s)
1802024-06-25T03:17:15.627ZDownload: 3285/3290 items 211.8/212.6MB 99% complete
1812024-06-25T03:17:20.427ZDownload: Completed 212.60 MB in 162.02 seconds (1.3M/s)
1822024-06-25T03:17:20.574Z Actions: 1/3689 actions (Installing new actions)
1832024-06-25T03:17:25.743Z Actions: 3681/3689 actions (Installing new actions)
1842024-06-25T03:17:25.787Z Actions: Completed 3689 actions in 5.21 seconds.
1852024-06-25T03:17:25.922Z Done (0.129s)
1862024-06-25T03:17:25.922Z Done (0.000s)
1872024-06-25T03:17:26.235Z Done (0.313s)
1882024-06-25T03:17:31.788Z Done (5.390s)
1892024-06-25T03:17:31.982Z Done (0.114s)
1902024-06-25T03:17:31.985Z Done (0.000s)
1912024-06-25T03:17:32.155Z Done (0.000s)
1922024-06-25T03:17:32.775ZPlanning: Evaluating mediator changes ... Done
1932024-06-25T03:17:32.937ZPlanning: Checking for conflicting actions ... Done
1942024-06-25T03:17:32.940ZPlanning: Consolidating action changes ... Done
1952024-06-25T03:17:33.215ZPlanning: Evaluating mediators ... Done
1962024-06-25T03:17:33.218ZPlanning: Planning completed in 0.44 seconds
1972024-06-25T03:17:33.251Z Mediators to change: 2
1982024-06-25T03:17:33.251Z Create boot environment: No
1992024-06-25T03:17:33.251ZCreate backup boot environment: No
2002024-06-25T03:17:33.316Z Done
2012024-06-25T03:17:33.316Z Done
2022024-06-25T03:17:33.525Z Done
2032024-06-25T03:17:37.311Z Done
2042024-06-25T03:17:37.403Z Done
2052024-06-25T03:17:37.406Z Done
2062024-06-25T03:17:37.516Z Done
2072024-06-25T03:17:38.158ZPlanning: Evaluating mediator changes ... Done
2082024-06-25T03:17:38.162ZPlanning: Merging actions ... Done
2092024-06-25T03:17:38.351ZPlanning: Checking for conflicting actions ... Done
2102024-06-25T03:17:38.354ZPlanning: Consolidating action changes ... Done
2112024-06-25T03:17:38.626ZPlanning: Evaluating mediators ... Done
2122024-06-25T03:17:38.685ZPlanning: Planning completed in 0.78 seconds
2132024-06-25T03:17:38.721Z Packages to change: 1
2142024-06-25T03:17:38.721Z Mediators to change: 1
2152024-06-25T03:17:38.721Z Services to change: 1
2162024-06-25T03:17:38.721Z Create boot environment: No
2172024-06-25T03:17:38.721ZCreate backup boot environment: Yes
2182024-06-25T03:17:39.465Z Actions: 1/6 actions (Updating modified actions)
2192024-06-25T03:17:39.520Z Actions: Completed 6 actions in 0.05 seconds.
2202024-06-25T03:17:39.520Z Done
2212024-06-25T03:17:39.520Z Done
2222024-06-25T03:17:39.590Z Done
2232024-06-25T03:17:43.423Z Done
2242024-06-25T03:17:43.515Z Done
2252024-06-25T03:17:43.515Z Done
2262024-06-25T03:17:43.635Z Done
2272024-06-25T03:17:44.122ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-06-25T03:17:44.122Zclang system 15 system
2292024-06-25T03:17:44.122Zcsh system system illumos
2302024-06-25T03:17:44.122Zctags system system illumos
2312024-06-25T03:17:44.122Zgcc vendor 12 vendor
2322024-06-25T03:17:44.122Zgcc system 10 system
2332024-06-25T03:17:44.122Zgcc system 7 system
2342024-06-25T03:17:44.122Zgo system 1.20 system
2352024-06-25T03:17:44.122Zgo system 1.19 system
2362024-06-25T03:17:44.122Zllvm system 15 system
2372024-06-25T03:17:44.122Zllvm system 14 system
2382024-06-25T03:17:44.122Zmariadb system 10.6 system
2392024-06-25T03:17:44.122Zmta vendor vendor dma
2402024-06-25T03:17:44.122Zopenjdk system 17 system
2412024-06-25T03:17:44.122Zopenjdk system 11 system
2422024-06-25T03:17:44.122Zopenjdk system 1.8 system
2432024-06-25T03:17:44.122Zopenssl vendor 3 vendor
2442024-06-25T03:17:44.122Zperl system 5.36 system
2452024-06-25T03:17:44.122Zpostgresql system 15 system
2462024-06-25T03:17:44.122Zpostgresql system 13 system
2472024-06-25T03:17:44.122Zpython vendor 3 vendor
2482024-06-25T03:17:44.122Zpython system 2 system
2492024-06-25T03:17:44.122Zpython3 system 3.11 system
2502024-06-25T03:17:44.122Zruby system 3.0 system
2512024-06-25T03:17:44.122Zwords vendor vendor american-english
2522024-06-25T03:17:44.122Zwords system system australian-english
2532024-06-25T03:17:44.122Zwords system system british-english
2542024-06-25T03:17:44.122Zwords system system canadian-english
2552024-06-25T03:17:44.122Zwords system system french
2562024-06-25T03:17:44.122Zwords system system italian
2572024-06-25T03:17:44.122Zwords system system ngerman
2582024-06-25T03:17:44.123Zwords system system ogerman
2592024-06-25T03:17:44.123Zwords system system spanish
2602024-06-25T03:17:44.517ZPUBLISHER TYPE STATUS P LOCATION
2612024-06-25T03:17:44.517Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-06-25T03:17:46.121ZFMRI IFO
2632024-06-25T03:17:46.122Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-06-25T03:17:46.122Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-06-25T03:17:46.122Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-06-25T03:17:46.122Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-06-25T03:17:46.122Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-06-25T03:17:46.122Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-06-25T03:17:46.122Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2702024-06-25T03:17:46.122Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-06-25T03:17:46.122Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-06-25T03:17:46.122Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-06-25T03:17:46.122Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-06-25T03:17:46.122Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-06-25T03:17:46.536Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2762024-06-25T03:17:46.536Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2772024-06-25T03:17:46.536Z
2782024-06-25T03:17:46.536ZCaused by:
2792024-06-25T03:17:46.536Z failed to load manifest for dependency `nexus-test-utils`
2802024-06-25T03:17:46.536Z
2812024-06-25T03:17:46.536ZCaused by:
2822024-06-25T03:17:46.536Z failed to load manifest for dependency `nexus-db-queries`
2832024-06-25T03:17:46.536Z
2842024-06-25T03:17:46.536ZCaused by:
2852024-06-25T03:17:46.536Z failed to load manifest for dependency `oximeter`
2862024-06-25T03:17:46.536Z
2872024-06-25T03:17:46.536ZCaused by:
2882024-06-25T03:17:46.536Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
2892024-06-25T03:17:46.536Z
2902024-06-25T03:17:46.536ZCaused by:
2912024-06-25T03:17:46.536Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
2922024-06-25T03:17:46.537Z
2932024-06-25T03:17:46.537ZCaused by:
2942024-06-25T03:17:46.537Z `dependency.float-ord` was not found in `workspace.dependencies`
2952024-06-25T03:17:46.539ZFailed to run command -- will try 2 more times
2962024-06-25T03:17:46.615Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
2972024-06-25T03:17:46.615Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
2982024-06-25T03:17:46.615Z
2992024-06-25T03:17:46.615ZCaused by:
3002024-06-25T03:17:46.615Z failed to load manifest for dependency `nexus-test-utils`
3012024-06-25T03:17:46.616Z
3022024-06-25T03:17:46.616ZCaused by:
3032024-06-25T03:17:46.616Z failed to load manifest for dependency `nexus-db-queries`
3042024-06-25T03:17:46.616Z
3052024-06-25T03:17:46.616ZCaused by:
3062024-06-25T03:17:46.616Z failed to load manifest for dependency `oximeter`
3072024-06-25T03:17:46.616Z
3082024-06-25T03:17:46.616ZCaused by:
3092024-06-25T03:17:46.616Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
3102024-06-25T03:17:46.616Z
3112024-06-25T03:17:46.616ZCaused by:
3122024-06-25T03:17:46.616Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
3132024-06-25T03:17:46.616Z
3142024-06-25T03:17:46.616ZCaused by:
3152024-06-25T03:17:46.616Z `dependency.float-ord` was not found in `workspace.dependencies`
3162024-06-25T03:17:46.619ZFailed to run command -- will try 1 more times
3172024-06-25T03:17:46.695Zerror: failed to load manifest for workspace member `/work/oxidecomputer/omicron/cockroach-admin`
3182024-06-25T03:17:46.695Zreferenced by workspace at `/work/oxidecomputer/omicron/Cargo.toml`
3192024-06-25T03:17:46.696Z
3202024-06-25T03:17:46.696ZCaused by:
3212024-06-25T03:17:46.696Z failed to load manifest for dependency `nexus-test-utils`
3222024-06-25T03:17:46.696Z
3232024-06-25T03:17:46.696ZCaused by:
3242024-06-25T03:17:46.696Z failed to load manifest for dependency `nexus-db-queries`
3252024-06-25T03:17:46.696Z
3262024-06-25T03:17:46.696ZCaused by:
3272024-06-25T03:17:46.696Z failed to load manifest for dependency `oximeter`
3282024-06-25T03:17:46.696Z
3292024-06-25T03:17:46.696ZCaused by:
3302024-06-25T03:17:46.696Z failed to parse manifest at `/work/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`
3312024-06-25T03:17:46.696Z
3322024-06-25T03:17:46.696ZCaused by:
3332024-06-25T03:17:46.696Z error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`
3342024-06-25T03:17:46.696Z
3352024-06-25T03:17:46.696ZCaused by:
3362024-06-25T03:17:46.696Z `dependency.float-ord` was not found in `workspace.dependencies`
3372024-06-25T03:17:46.699Z
3382024-06-25T03:17:46.699Zreal 3:29.485323802
3392024-06-25T03:17:46.699Zuser 33.492125443
3402024-06-25T03:17:46.699Zsys 4.345904616
3412024-06-25T03:17:46.699Ztrap 0.008861021
3422024-06-25T03:17:46.699Ztflt 0.150949461
3432024-06-25T03:17:46.699Zdflt 0.161351151
3442024-06-25T03:17:46.699Zkflt 0.094422494
3452024-06-25T03:17:46.699Zlock 0.000020317
3462024-06-25T03:17:46.699Zslp 6:20.799732338
3472024-06-25T03:17:46.699Zlat 0.321942842
3482024-06-25T03:17:46.699Zstop 0.000728338
3492024-06-25T03:17:46.702Zprocess exited: duration 209781 ms, exit code 101
 
3502024-06-25T03:17:46.708Zfound 0 output files